OpenCoverage

qqmlplatform.cpp

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlplatform.cpp
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3-
4-
5-
6-
7-
8-
9QQmlPlatform::QQmlPlatform(QObject *parent)-
10 : QObject(parent)-
11{-
12}
executed 2 times by 1 test: end of block
Executed by:
  • tst_qquickapplication
2
13-
14QQmlPlatform::~QQmlPlatform()-
15{-
16}-
17-
18QString QQmlPlatform::os()-
19{-
20 return ([]() noexcept -> QString { enum { Size = sizeof(u"" "linux")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "linux" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); return qstring_literal_temp; }());-
21-
22-
23-
24-
25-
26-
27-
28}
never executed: end of block
0
29-
30QString QQmlPlatform::pluginName() const-
31{-
32 return
executed 2 times by 1 test: return QQml_guiProvider()->pluginName();
Executed by:
  • tst_qquickapplication
QQml_guiProvider()->pluginName();
executed 2 times by 1 test: return QQml_guiProvider()->pluginName();
Executed by:
  • tst_qquickapplication
2
33}-
34-
35-
36-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.0