| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlinfo.h |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | class QQmlInfo; | - |
| 5 | - | |
| 6 | - | |
| 7 | namespace QtQml { | - |
| 8 | __attribute__((visibility("default"))) QQmlInfo qmlDebug(const QObject *me); | - |
| 9 | __attribute__((visibility("default"))) QQmlInfo qmlDebug(const QObject *me, const QQmlError &error); | - |
| 10 | __attribute__((visibility("default"))) QQmlInfo qmlDebug(const QObject *me, const QList<QQmlError> &errors); | - |
| 11 | - | |
| 12 | __attribute__((visibility("default"))) QQmlInfo qmlInfo(const QObject *me); | - |
| 13 | __attribute__((visibility("default"))) QQmlInfo qmlInfo(const QObject *me, const QQmlError &error); | - |
| 14 | __attribute__((visibility("default"))) QQmlInfo qmlInfo(const QObject *me, const QList<QQmlError> &errors); | - |
| 15 | - | |
| 16 | __attribute__((visibility("default"))) QQmlInfo qmlWarning(const QObject *me); | - |
| 17 | __attribute__((visibility("default"))) QQmlInfo qmlWarning(const QObject *me, const QQmlError &error); | - |
| 18 | __attribute__((visibility("default"))) QQmlInfo qmlWarning(const QObject *me, const QList<QQmlError> &errors); | - |
| 19 | } | - |
| 20 | - | |
| 21 | #pragma GCC diagnostic push | - |
| 22 | - | |
| 23 | - | |
| 24 | - | |
| 25 | using namespace QtQml; | - |
| 26 | - | |
| 27 | #pragma GCC diagnostic pop | - |
| 28 | - | |
| 29 | - | |
| 30 | class QQmlInfoPrivate; | - |
| 31 | class __attribute__((visibility("default"))) QQmlInfo : public QDebug | - |
| 32 | { | - |
| 33 | public: | - |
| 34 | QQmlInfo(const QQmlInfo &); | - |
| 35 | ~QQmlInfo(); | - |
| 36 | - | |
| 37 | inline QQmlInfo &operator<<(QChar t) { QDebug::operator<<(t); return executed 4 times by 1 test: *this;return *this;Executed by:
executed 4 times by 1 test: }return *this;Executed by:
| 4 |
| 38 | inline QQmlInfo &operator<<(bool t) { QDebug::operator<<(t); return executed 8 times by 1 test: *this;return *this;Executed by:
executed 8 times by 1 test: }return *this;Executed by:
| 8 |
| 39 | inline QQmlInfo &operator<<(char t) { QDebug::operator<<(t); return executed 28 times by 3 tests: *this;return *this;Executed by:
executed 28 times by 3 tests: }return *this;Executed by:
| 28 |
| 40 | inline QQmlInfo &operator<<(signed short t) { QDebug::operator<<(t); return never executed: *this;return *this;never executed: }return *this; | 0 |
| 41 | inline QQmlInfo &operator<<(unsigned short t) { QDebug::operator<<(t); return never executed: *this;return *this;never executed: }return *this; | 0 |
| 42 | inline QQmlInfo &operator<<(signed int t) { QDebug::operator<<(t); return executed 4 times by 1 test: *this;return *this;Executed by:
executed 4 times by 1 test: }return *this;Executed by:
| 4 |
| 43 | inline QQmlInfo &operator<<(unsigned int t) { QDebug::operator<<(t); return never executed: *this;return *this;never executed: }return *this; | 0 |
| 44 | inline QQmlInfo &operator<<(signed long t) { QDebug::operator<<(t); return never executed: *this;return *this;never executed: }return *this; | 0 |
| 45 | inline QQmlInfo &operator<<(unsigned long t) { QDebug::operator<<(t); return never executed: *this;return *this;never executed: }return *this; | 0 |
| 46 | inline QQmlInfo &operator<<(qint64 t) { QDebug::operator<<(t); return never executed: *this;return *this;never executed: }return *this; | 0 |
| 47 | inline QQmlInfo &operator<<(quint64 t) { QDebug::operator<<(t); return never executed: *this;return *this;never executed: }return *this; | 0 |
| 48 | inline QQmlInfo &operator<<(float t) { QDebug::operator<<(t); return executed 4 times by 1 test: *this;return *this;Executed by:
executed 4 times by 1 test: }return *this;Executed by:
| 4 |
| 49 | inline QQmlInfo &operator<<(double t) { QDebug::operator<<(t); return executed 4 times by 1 test: *this;return *this;Executed by:
executed 4 times by 1 test: }return *this;Executed by:
| 4 |
| 50 | inline QQmlInfo &operator<<(const char* t) { QDebug::operator<<(t); return executed 270 times by 17 tests: *this;return *this;Executed by:
executed 270 times by 17 tests: }return *this;Executed by:
| 270 |
| 51 | inline QQmlInfo &operator<<(const QString & t) { QDebug::operator<<(t.toLocal8Bit().constData()); return executed 820 times by 22 tests: *this;return *this;Executed by:
executed 820 times by 22 tests: }return *this;Executed by:
| 820 |
| 52 | inline QQmlInfo &operator<<(const QStringRef & t) { return executed 4 times by 1 test: operator<<(t.toString());return operator<<(t.toString());Executed by:
executed 4 times by 1 test: }return operator<<(t.toString());Executed by:
| 4 |
| 53 | inline QQmlInfo &operator<<(const QLatin1String &t) { QDebug::operator<<(t.latin1()); return executed 16 times by 2 tests: *this;return *this;Executed by:
executed 16 times by 2 tests: }return *this;Executed by:
| 16 |
| 54 | inline QQmlInfo &operator<<(const QByteArray & t) { QDebug::operator<<(t); return executed 4 times by 1 test: *this;return *this;Executed by:
executed 4 times by 1 test: }return *this;Executed by:
| 4 |
| 55 | inline QQmlInfo &operator<<(const void * t) { QDebug::operator<<(t); return never executed: *this;return *this;never executed: }return *this; | 0 |
| 56 | inline QQmlInfo &operator<<(QTextStreamFunction f) { QDebug::operator<<(f); return never executed: *this;return *this;never executed: }return *this; | 0 |
| 57 | inline QQmlInfo &operator<<(QTextStreamManipulator m) { QDebug::operator<<(m); return never executed: *this;return *this;never executed: }return *this; | 0 |
| 58 | - | |
| 59 | inline QQmlInfo &operator<<(const QUrl &t) { static_cast<QDebug &>(*this) << t; return executed 4 times by 1 test: *this;return *this;Executed by:
executed 4 times by 1 test: }return *this;Executed by:
| 4 |
| 60 | - | |
| 61 | - | |
| 62 | private: | - |
| 63 | friend __attribute__((visibility("default"))) QQmlInfo QtQml::qmlDebug(const QObject *me); | - |
| 64 | friend __attribute__((visibility("default"))) QQmlInfo QtQml::qmlDebug(const QObject *me, const QQmlError &error); | - |
| 65 | friend __attribute__((visibility("default"))) QQmlInfo QtQml::qmlDebug(const QObject *me, const QList<QQmlError> &errors); | - |
| 66 | friend __attribute__((visibility("default"))) QQmlInfo QtQml::qmlInfo(const QObject *me); | - |
| 67 | friend __attribute__((visibility("default"))) QQmlInfo QtQml::qmlInfo(const QObject *me, const QQmlError &error); | - |
| 68 | friend __attribute__((visibility("default"))) QQmlInfo QtQml::qmlInfo(const QObject *me, const QList<QQmlError> &errors); | - |
| 69 | friend __attribute__((visibility("default"))) QQmlInfo QtQml::qmlWarning(const QObject *me); | - |
| 70 | friend __attribute__((visibility("default"))) QQmlInfo QtQml::qmlWarning(const QObject *me, const QQmlError &error); | - |
| 71 | friend __attribute__((visibility("default"))) QQmlInfo QtQml::qmlWarning(const QObject *me, const QList<QQmlError> &errors); | - |
| 72 | - | |
| 73 | QQmlInfo(QQmlInfoPrivate *); | - |
| 74 | QQmlInfoPrivate *d; | - |
| 75 | }; | - |
| 76 | - | |
| 77 | - | |
| Switch to Source code | Preprocessed file |