| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qmldebug/qqmlprofilereventlocation.cpp | 
| Switch to Source code | Preprocessed file | 
| Line | Source | Count | 
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | - | |
| 5 | QDataStream &operator>>(QDataStream &stream, QQmlProfilerEventLocation &location) | - | 
| 6 | { | - | 
| 7 | return never executed: stream >> location.m_filename >> location.m_line >> location.m_column; return 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 | - | |
| 10 | QDataStream &operator<<(QDataStream &stream, const QQmlProfilerEventLocation &location) | - | 
| 11 | { | - | 
| 12 | return never executed: stream << location.m_filename << location.m_line << location.m_column; return 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 code | Preprocessed file |