| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlextensionplugin.cpp |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | QQmlExtensionPlugin::QQmlExtensionPlugin(QObject *parent) | - |
| 4 | : QObject(*(new QQmlExtensionPluginPrivate), parent) | - |
| 5 | { | - |
| 6 | } executed 618 times by 136 tests: end of blockExecuted by:
| 618 |
| 7 | - | |
| 8 | - | |
| 9 | - | |
| 10 | - | |
| 11 | QQmlExtensionPlugin::~QQmlExtensionPlugin() | - |
| 12 | { | - |
| 13 | } | - |
| 14 | QUrl QQmlExtensionPlugin::baseUrl() const | - |
| 15 | { | - |
| 16 | const QQmlExtensionPluginPrivate * const d = d_func(); | - |
| 17 | return never executed: d->baseUrl;return d->baseUrl;never executed: return d->baseUrl; | 0 |
| 18 | } | - |
| 19 | void QQmlExtensionPlugin::initializeEngine(QQmlEngine *engine, const char *uri) | - |
| 20 | { | - |
| 21 | (void)engine;; | - |
| 22 | (void)uri;; | - |
| 23 | } executed 7371 times by 135 tests: end of blockExecuted by:
| 7371 |
| 24 | - | |
| 25 | - | |
| Switch to Source code | Preprocessed file |