OpenCoverage

qqmlprofilereventlocation.cpp

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qmldebug/qqmlprofilereventlocation.cpp
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3-
4-
5QDataStream &operator>>(QDataStream &stream, QQmlProfilerEventLocation &location)-
6{-
7 return
never executed: return stream >> location.m_filename >> location.m_line >> location.m_column;
stream >> location.m_filename >> location.m_line >> location.m_column;
never executed: return stream >> location.m_filename >> location.m_line >> location.m_column;
0
8}-
9-
10QDataStream &operator<<(QDataStream &stream, const QQmlProfilerEventLocation &location)-
11{-
12 return
never executed: return stream << location.m_filename << location.m_line << location.m_column;
stream << location.m_filename << location.m_line << location.m_column;
never executed: return stream << location.m_filename << location.m_line << location.m_column;
0
13}-
14-
15-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.0