OpenCoverage

qqmlinfo.h

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlinfo.h
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3-
4class QQmlInfo;-
5-
6-
7namespace 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-
25using namespace QtQml;-
26-
27#pragma GCC diagnostic pop-
28-
29-
30class QQmlInfoPrivate;-
31class __attribute__((visibility("default"))) QQmlInfo : public QDebug-
32{-
33public:-
34 QQmlInfo(const QQmlInfo &);-
35 ~QQmlInfo();-
36-
37 inline QQmlInfo &operator<<(QChar t) { QDebug::operator<<(t); return
executed 4 times by 1 test: return *this;
Executed by:
  • tst_qqmlinfo
*this;
executed 4 times by 1 test: return *this;
Executed by:
  • tst_qqmlinfo
}
4
38 inline QQmlInfo &operator<<(bool t) { QDebug::operator<<(t); return
executed 8 times by 1 test: return *this;
Executed by:
  • tst_qqmlinfo
*this;
executed 8 times by 1 test: return *this;
Executed by:
  • tst_qqmlinfo
}
8
39 inline QQmlInfo &operator<<(char t) { QDebug::operator<<(t); return
executed 28 times by 3 tests: return *this;
Executed by:
  • tst_examples
  • tst_qqmlinfo
  • tst_qquickfontloader
*this;
executed 28 times by 3 tests: return *this;
Executed by:
  • tst_examples
  • tst_qqmlinfo
  • tst_qquickfontloader
}
28
40 inline QQmlInfo &operator<<(signed short t) { QDebug::operator<<(t); return
never executed: return *this;
*this;
never executed: return *this;
}
0
41 inline QQmlInfo &operator<<(unsigned short t) { QDebug::operator<<(t); return
never executed: return *this;
*this;
never executed: return *this;
}
0
42 inline QQmlInfo &operator<<(signed int t) { QDebug::operator<<(t); return
executed 4 times by 1 test: return *this;
Executed by:
  • tst_qqmlinfo
*this;
executed 4 times by 1 test: return *this;
Executed by:
  • tst_qqmlinfo
}
4
43 inline QQmlInfo &operator<<(unsigned int t) { QDebug::operator<<(t); return
never executed: return *this;
*this;
never executed: return *this;
}
0
44 inline QQmlInfo &operator<<(signed long t) { QDebug::operator<<(t); return
never executed: return *this;
*this;
never executed: return *this;
}
0
45 inline QQmlInfo &operator<<(unsigned long t) { QDebug::operator<<(t); return
never executed: return *this;
*this;
never executed: return *this;
}
0
46 inline QQmlInfo &operator<<(qint64 t) { QDebug::operator<<(t); return
never executed: return *this;
*this;
never executed: return *this;
}
0
47 inline QQmlInfo &operator<<(quint64 t) { QDebug::operator<<(t); return
never executed: return *this;
*this;
never executed: return *this;
}
0
48 inline QQmlInfo &operator<<(float t) { QDebug::operator<<(t); return
executed 4 times by 1 test: return *this;
Executed by:
  • tst_qqmlinfo
*this;
executed 4 times by 1 test: return *this;
Executed by:
  • tst_qqmlinfo
}
4
49 inline QQmlInfo &operator<<(double t) { QDebug::operator<<(t); return
executed 4 times by 1 test: return *this;
Executed by:
  • tst_qqmlinfo
*this;
executed 4 times by 1 test: return *this;
Executed by:
  • tst_qqmlinfo
}
4
50 inline QQmlInfo &operator<<(const char* t) { QDebug::operator<<(t); return
executed 270 times by 17 tests: return *this;
Executed by:
  • tst_examples
  • tst_qqmlbinding
  • tst_qqmlinfo
  • tst_qqmllistmodel
  • tst_qquickanimatedimage
  • tst_qquickanimations
  • tst_qquickbehaviors
  • tst_qquickdrag
  • tst_qquickfontloader
  • tst_qquickgravity
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
  • tst_qquickstates
  • tst_qquicktextedit
  • tst_qquicktextinput
*this;
executed 270 times by 17 tests: return *this;
Executed by:
  • tst_examples
  • tst_qqmlbinding
  • tst_qqmlinfo
  • tst_qqmllistmodel
  • tst_qquickanimatedimage
  • tst_qquickanimations
  • tst_qquickbehaviors
  • tst_qquickdrag
  • tst_qquickfontloader
  • tst_qquickgravity
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickpositioners
  • tst_qquickstates
  • tst_qquicktextedit
  • tst_qquicktextinput
}
270
51 inline QQmlInfo &operator<<(const QString & t) { QDebug::operator<<(t.toLocal8Bit().constData()); return
executed 820 times by 22 tests: return *this;
Executed by:
  • tst_examples
  • tst_qqmlbinding
  • tst_qqmlconnections
  • tst_qqmlecmascript
  • tst_qqmlinfo
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qquickanchors
  • tst_qquickanimatedimage
  • tst_qquickanimations
  • tst_qquickbehaviors
  • tst_qquickborderimage
  • tst_qquickflipable
  • tst_qquickfontloader
  • tst_qquickimage
  • tst_qquickimageprovider
  • tst_qquickitem2
  • tst_qquickloader
  • tst_qquickstates
  • tst_qquicktext
  • tst_qquicktextedit
  • tst_qquickvisualdatamodel
*this;
executed 820 times by 22 tests: return *this;
Executed by:
  • tst_examples
  • tst_qqmlbinding
  • tst_qqmlconnections
  • tst_qqmlecmascript
  • tst_qqmlinfo
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qquickanchors
  • tst_qquickanimatedimage
  • tst_qquickanimations
  • tst_qquickbehaviors
  • tst_qquickborderimage
  • tst_qquickflipable
  • tst_qquickfontloader
  • tst_qquickimage
  • tst_qquickimageprovider
  • tst_qquickitem2
  • tst_qquickloader
  • tst_qquickstates
  • tst_qquicktext
  • tst_qquicktextedit
  • tst_qquickvisualdatamodel
}
820
52 inline QQmlInfo &operator<<(const QStringRef & t) { return
executed 4 times by 1 test: return operator<<(t.toString());
Executed by:
  • tst_qqmlinfo
operator<<(t.toString());
executed 4 times by 1 test: return operator<<(t.toString());
Executed by:
  • tst_qqmlinfo
}
4
53 inline QQmlInfo &operator<<(const QLatin1String &t) { QDebug::operator<<(t.latin1()); return
executed 16 times by 2 tests: return *this;
Executed by:
  • tst_qqmlconsole
  • tst_qqmlinfo
*this;
executed 16 times by 2 tests: return *this;
Executed by:
  • tst_qqmlconsole
  • tst_qqmlinfo
}
16
54 inline QQmlInfo &operator<<(const QByteArray & t) { QDebug::operator<<(t); return
executed 4 times by 1 test: return *this;
Executed by:
  • tst_qqmlinfo
*this;
executed 4 times by 1 test: return *this;
Executed by:
  • tst_qqmlinfo
}
4
55 inline QQmlInfo &operator<<(const void * t) { QDebug::operator<<(t); return
never executed: return *this;
*this;
never executed: return *this;
}
0
56 inline QQmlInfo &operator<<(QTextStreamFunction f) { QDebug::operator<<(f); return
never executed: return *this;
*this;
never executed: return *this;
}
0
57 inline QQmlInfo &operator<<(QTextStreamManipulator m) { QDebug::operator<<(m); return
never executed: return *this;
*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: return *this;
Executed by:
  • tst_qqmlinfo
*this;
executed 4 times by 1 test: return *this;
Executed by:
  • tst_qqmlinfo
}
4
60-
61-
62private:-
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 codePreprocessed file

Generated by Squish Coco 4.2.0