OpenCoverage

qqmlextensionplugin.cpp

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlextensionplugin.cpp
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3QQmlExtensionPlugin::QQmlExtensionPlugin(QObject *parent)-
4 : QObject(*(new QQmlExtensionPluginPrivate), parent)-
5{-
6}
executed 618 times by 136 tests: end of block
Executed by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlextensionplugin
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • ...
618
7-
8-
9-
10-
11QQmlExtensionPlugin::~QQmlExtensionPlugin()-
12{-
13}-
14QUrl QQmlExtensionPlugin::baseUrl() const-
15{-
16 const QQmlExtensionPluginPrivate * const d = d_func();-
17 return
never executed: return d->baseUrl;
d->baseUrl;
never executed: return d->baseUrl;
0
18}-
19void QQmlExtensionPlugin::initializeEngine(QQmlEngine *engine, const char *uri)-
20{-
21 (void)engine;;-
22 (void)uri;;-
23}
executed 7371 times by 135 tests: end of block
Executed by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
7371
24-
25-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.0