| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlplatform.cpp | 
| Switch to Source code | Preprocessed file | 
| Line | Source | Count | 
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | - | |
| 5 | - | |
| 6 | - | |
| 7 | - | |
| 8 | - | |
| 9 | QQmlPlatform::QQmlPlatform(QObject *parent) | - | 
| 10 | : QObject(parent) | - | 
| 11 | { | - | 
| 12 | } executed 2 times by 1 test:  end of blockExecuted by: 
  | 2 | 
| 13 | - | |
| 14 | QQmlPlatform::~QQmlPlatform() | - | 
| 15 | { | - | 
| 16 | } | - | 
| 17 | - | |
| 18 | QString 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 | - | |
| 30 | QString QQmlPlatform::pluginName() const | - | 
| 31 | { | - | 
| 32 |     return executed 2 times by 1 test:   QQml_guiProvider()->pluginName();return QQml_guiProvider()->pluginName();Executed by: 
 executed 2 times by 1 test:  return QQml_guiProvider()->pluginName();Executed by: 
  | 2 | 
| 33 | } | - | 
| 34 | - | |
| 35 | - | |
| 36 | - | |
| Switch to Source code | Preprocessed file |