| Line | Source | Count |
| 1 | | - |
| 2 | | - |
| 3 | | - |
| 4 | | - |
| 5 | | - |
| 6 | | - |
| 7 | | - |
| 8 | | - |
| 9 | | - |
| 10 | | - |
| 11 | | - |
| 12 | | - |
| 13 | | - |
| 14 | | - |
| 15 | | - |
| 16 | | - |
| 17 | | - |
| 18 | | - |
| 19 | | - |
| 20 | | - |
| 21 | | - |
| 22 | | - |
| 23 | | - |
| 24 | | - |
| 25 | | - |
| 26 | | - |
| 27 | | - |
| 28 | | - |
| 29 | | - |
| 30 | | - |
| 31 | | - |
| 32 | | - |
| 33 | | - |
| 34 | | - |
| 35 | | - |
| 36 | | - |
| 37 | | - |
| 38 | | - |
| 39 | | - |
| 40 | #include "qqmlincubator.h" | - |
| 41 | #include "qqmlcomponent.h" | - |
| 42 | #include "qqmlincubator_p.h" | - |
| 43 | | - |
| 44 | #include "qqmlexpression_p.h" | - |
| 45 | #include "qqmlmemoryprofiler_p.h" | - |
| 46 | #include "qqmlobjectcreator_p.h" | - |
| 47 | | - |
| 48 | void QQmlEnginePrivate::incubate(QQmlIncubator &i, QQmlContextData *forContext) | - |
| 49 | { | - |
| 50 | QExplicitlySharedDataPointer<QQmlIncubatorPrivate> p(i.d); | - |
| 51 | | - |
| 52 | QQmlIncubator::IncubationMode mode = i.incubationMode(); | - |
| 53 | | - |
| 54 | if (!incubationController)| TRUE | evaluated 2836 times by 19 testsEvaluated by:- tst_examples
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickflickable
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickvisualdatamodel
| | FALSE | evaluated 85975 times by 23 testsEvaluated by:- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickshortcut
- tst_qquickspringanimation
- tst_qquickvisualdatamodel
- tst_scenegraph
|
| 2836-85975 |
| 55 | mode = QQmlIncubator::Synchronous;executed 2836 times by 19 tests: mode = QQmlIncubator::Synchronous;Executed by:- tst_examples
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickflickable
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickvisualdatamodel
| 2836 |
| 56 | | - |
| 57 | if (mode == QQmlIncubator::AsynchronousIfNested) {| TRUE | evaluated 75583 times by 22 testsEvaluated by:- tst_multipointtoucharea_interop
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickshortcut
- tst_qquickspringanimation
- tst_qquickvisualdatamodel
- tst_scenegraph
| | FALSE | evaluated 13228 times by 21 testsEvaluated by:- tst_examples
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickflickable
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickvisualdatamodel
|
| 13228-75583 |
| 58 | mode = QQmlIncubator::Synchronous; | - |
| 59 | | - |
| 60 | | - |
| 61 | QExplicitlySharedDataPointer<QQmlIncubatorPrivate> parentIncubator; | - |
| 62 | QQmlContextData *cctxt = forContext; | - |
| 63 | while (cctxt) {| TRUE | evaluated 151294 times by 22 testsEvaluated by:- tst_multipointtoucharea_interop
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickshortcut
- tst_qquickspringanimation
- tst_qquickvisualdatamodel
- tst_scenegraph
| | FALSE | evaluated 75413 times by 21 testsEvaluated by:- tst_multipointtoucharea_interop
- tst_qqmlincubator
- tst_qqmltypeloader
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickshortcut
- tst_qquickspringanimation
- tst_qquickvisualdatamodel
- tst_scenegraph
|
| 75413-151294 |
| 64 | if (cctxt->incubator) {| TRUE | evaluated 170 times by 7 testsEvaluated by:- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
| | FALSE | evaluated 151124 times by 21 testsEvaluated by:- tst_multipointtoucharea_interop
- tst_qqmlincubator
- tst_qqmltypeloader
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickshortcut
- tst_qquickspringanimation
- tst_qquickvisualdatamodel
- tst_scenegraph
|
| 170-151124 |
| 65 | parentIncubator = cctxt->incubator; | - |
| 66 | break;executed 170 times by 7 tests: break;Executed by:- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
| 170 |
| 67 | } | - |
| 68 | cctxt = cctxt->parent; | - |
| 69 | }executed 151124 times by 21 tests: end of blockExecuted by:- tst_multipointtoucharea_interop
- tst_qqmlincubator
- tst_qqmltypeloader
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickshortcut
- tst_qquickspringanimation
- tst_qquickvisualdatamodel
- tst_scenegraph
| 151124 |
| 70 | | - |
| 71 | if (parentIncubator && parentIncubator->isAsynchronous) {| TRUE | evaluated 162 times by 6 testsEvaluated by:- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
| | FALSE | evaluated 8 times by 2 testsEvaluated by:- tst_qqmlincubator
- tst_qqmltypeloader
|
| 8-162 |
| 72 | mode = QQmlIncubator::Asynchronous; | - |
| 73 | p->waitingOnMe = parentIncubator; | - |
| 74 | parentIncubator->waitingFor.insert(p.data()); | - |
| 75 | }executed 162 times by 6 tests: end of blockExecuted by:- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
| 162 |
| 76 | }executed 75583 times by 22 tests: end of blockExecuted by:- tst_multipointtoucharea_interop
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickshortcut
- tst_qquickspringanimation
- tst_qquickvisualdatamodel
- tst_scenegraph
| 75583 |
| 77 | | - |
| 78 | p->isAsynchronous = (mode != QQmlIncubator::Synchronous); | - |
| 79 | | - |
| 80 | inProgressCreations++; | - |
| 81 | | - |
| 82 | if (mode == QQmlIncubator::Synchronous) {| TRUE | evaluated 85787 times by 31 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- ...
| | FALSE | evaluated 3024 times by 11 testsEvaluated by:- tst_qqmlcomponent
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickvisualdatamodel
|
| 3024-85787 |
| 83 | QRecursionWatcher<QQmlIncubatorPrivate, &QQmlIncubatorPrivate::recursion> watcher(p.data()); | - |
| 84 | | - |
| 85 | p->changeStatus(QQmlIncubator::Loading); | - |
| 86 | | - |
| 87 | if (!watcher.hasRecursed()) {| TRUE | evaluated 85787 times by 31 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- ...
| | FALSE | never evaluated |
| 0-85787 |
| 88 | QQmlInstantiationInterrupt i; | - |
| 89 | p->incubate(i); | - |
| 90 | }executed 85787 times by 31 tests: end of blockExecuted by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- ...
| 85787 |
| 91 | } else {executed 85787 times by 31 tests: end of blockExecuted by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- ...
| 85787 |
| 92 | incubatorList.insert(p.data()); | - |
| 93 | incubatorCount++; | - |
| 94 | | - |
| 95 | p->vmeGuard.guard(p->creator.data()); | - |
| 96 | p->changeStatus(QQmlIncubator::Loading); | - |
| 97 | | - |
| 98 | if (incubationController)| TRUE | evaluated 3024 times by 11 testsEvaluated by:- tst_qqmlcomponent
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickvisualdatamodel
| | FALSE | never evaluated |
| 0-3024 |
| 99 | incubationController->incubatingObjectCountChanged(incubatorCount);executed 3024 times by 11 tests: incubationController->incubatingObjectCountChanged(incubatorCount);Executed by:- tst_qqmlcomponent
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickvisualdatamodel
| 3024 |
| 100 | }executed 3024 times by 11 tests: end of blockExecuted by:- tst_qqmlcomponent
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickvisualdatamodel
| 3024 |
| 101 | } | - |
| 102 | | - |
| 103 | | - |
| 104 | | - |
| 105 | | - |
| 106 | | - |
| 107 | | - |
| 108 | | - |
| 109 | void QQmlEngine::setIncubationController(QQmlIncubationController *controller) | - |
| 110 | { | - |
| 111 | Q_D(QQmlEngine); | - |
| 112 | if (d->incubationController)| TRUE | evaluated 3312 times by 87 testsEvaluated by:- tst_drawingmodes
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmldebugjs
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickapplication
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdesignersupport
- tst_qquickdraghandler
- tst_qquickdynamicpropertyanimation
- ...
| | FALSE | evaluated 3446 times by 88 testsEvaluated by:- tst_drawingmodes
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmldebugjs
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickapplication
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdesignersupport
- tst_qquickdraghandler
- tst_qquickdynamicpropertyanimation
- ...
|
| 3312-3446 |
| 113 | d->incubationController->d = nullptr;executed 3312 times by 87 tests: d->incubationController->d = nullptr;Executed by:- tst_drawingmodes
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmldebugjs
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickapplication
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdesignersupport
- tst_qquickdraghandler
- tst_qquickdynamicpropertyanimation
- ...
| 3312 |
| 114 | d->incubationController = controller; | - |
| 115 | if (controller) controller->d = d;executed 3352 times by 87 tests: controller->d = d;Executed by:- tst_drawingmodes
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmldebugjs
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickapplication
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdesignersupport
- tst_qquickdraghandler
- tst_qquickdynamicpropertyanimation
- ...
| TRUE | evaluated 3352 times by 87 testsEvaluated by:- tst_drawingmodes
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmldebugjs
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickapplication
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdesignersupport
- tst_qquickdraghandler
- tst_qquickdynamicpropertyanimation
- ...
| | FALSE | evaluated 3406 times by 88 testsEvaluated by:- tst_drawingmodes
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmldebugjs
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickapplication
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdesignersupport
- tst_qquickdraghandler
- tst_qquickdynamicpropertyanimation
- ...
|
| 3352-3406 |
| 116 | }executed 6758 times by 88 tests: end of blockExecuted by:- tst_drawingmodes
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmldebugjs
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickapplication
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdesignersupport
- tst_qquickdraghandler
- tst_qquickdynamicpropertyanimation
- ...
| 6758 |
| 117 | | - |
| 118 | | - |
| 119 | | - |
| 120 | | - |
| 121 | | - |
| 122 | | - |
| 123 | QQmlIncubationController *QQmlEngine::incubationController() const | - |
| 124 | { | - |
| 125 | Q_D(const QQmlEngine); | - |
| 126 | return d->incubationController;executed 3392 times by 85 tests: return d->incubationController;Executed by:- tst_drawingmodes
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmldebugjs
- tst_qqmlimport
- tst_qqmltypeloader
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickapplication
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdesignersupport
- tst_qquickdraghandler
- tst_qquickdynamicpropertyanimation
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- ...
| 3392 |
| 127 | } | - |
| 128 | | - |
| 129 | QQmlIncubatorPrivate::QQmlIncubatorPrivate(QQmlIncubator *q, QQmlIncubator::IncubationMode m) | - |
| 130 | : q(q), status(QQmlIncubator::Null), mode(m), isAsynchronous(false), progress(Execute), | - |
| 131 | result(nullptr), enginePriv(nullptr), waitingOnMe(nullptr) | - |
| 132 | { | - |
| 133 | }executed 88821 times by 32 tests: end of blockExecuted by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| 88821 |
| 134 | | - |
| 135 | QQmlIncubatorPrivate::~QQmlIncubatorPrivate() | - |
| 136 | { | - |
| 137 | clear(); | - |
| 138 | }executed 88672 times by 32 tests: end of blockExecuted by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| 88672 |
| 139 | | - |
| 140 | void QQmlIncubatorPrivate::clear() | - |
| 141 | { | - |
| 142 | compilationUnit = nullptr; | - |
| 143 | if (next.isInList()) {| TRUE | evaluated 3017 times by 11 testsEvaluated by:- tst_qqmlcomponent
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickvisualdatamodel
| | FALSE | evaluated 263074 times by 32 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
|
| 3017-263074 |
| 144 | next.remove(); | - |
| 145 | enginePriv->incubatorCount--; | - |
| 146 | QQmlIncubationController *controller = enginePriv->incubationController; | - |
| 147 | if (controller)| TRUE | evaluated 3017 times by 11 testsEvaluated by:- tst_qqmlcomponent
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickvisualdatamodel
| | FALSE | never evaluated |
| 0-3017 |
| 148 | controller->incubatingObjectCountChanged(enginePriv->incubatorCount);executed 3017 times by 11 tests: controller->incubatingObjectCountChanged(enginePriv->incubatorCount);Executed by:- tst_qqmlcomponent
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickvisualdatamodel
| 3017 |
| 149 | }executed 3017 times by 11 tests: end of blockExecuted by:- tst_qqmlcomponent
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickvisualdatamodel
| 3017 |
| 150 | enginePriv = nullptr; | - |
| 151 | if (!rootContext.isNull()) {| TRUE | evaluated 88695 times by 32 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| | FALSE | evaluated 177396 times by 32 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
|
| 88695-177396 |
| 152 | rootContext->incubator = nullptr; | - |
| 153 | rootContext = nullptr; | - |
| 154 | }executed 88695 times by 32 tests: end of blockExecuted by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| 88695 |
| 155 | | - |
| 156 | if (nextWaitingFor.isInList()) {| TRUE | evaluated 162 times by 6 testsEvaluated by:- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
| | FALSE | evaluated 265929 times by 32 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
|
| 162-265929 |
| 157 | Q_ASSERT(waitingOnMe); | - |
| 158 | nextWaitingFor.remove(); | - |
| 159 | waitingOnMe = nullptr; | - |
| 160 | }executed 162 times by 6 tests: end of blockExecuted by:- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
| 162 |
| 161 | | - |
| 162 | | - |
| 163 | while (waitingFor.first()) {| TRUE | evaluated 2 times by 1 test | | FALSE | evaluated 266091 times by 32 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
|
| 2-266091 |
| 164 | QQmlIncubator * i = static_cast<QQmlIncubatorPrivate*>(waitingFor.first())->q; | - |
| 165 | if (i)| TRUE | evaluated 2 times by 1 test | | FALSE | never evaluated |
| 0-2 |
| 166 | i->clear();executed 2 times by 1 test: i->clear(); | 2 |
| 167 | }executed 2 times by 1 test: end of block | 2 |
| 168 | | - |
| 169 | bool guardOk = vmeGuard.isOK(); | - |
| 170 | | - |
| 171 | vmeGuard.clear(); | - |
| 172 | if (creator && guardOk)| TRUE | evaluated 88755 times by 32 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| | FALSE | evaluated 49 times by 3 testsEvaluated by:- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
|
| 49-88755 |
| 173 | creator->clear();executed 88755 times by 32 tests: creator->clear();Executed by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| 88755 |
| 174 | creator.reset(nullptr); | - |
| 175 | }executed 266091 times by 32 tests: end of blockExecuted by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| 266091 |
| 176 | | - |
| 177 | | - |
| 178 | | - |
| 179 | | - |
| 180 | | - |
| 181 | | - |
| 182 | | - |
| 183 | | - |
| 184 | | - |
| 185 | | - |
| 186 | | - |
| 187 | | - |
| 188 | | - |
| 189 | | - |
| 190 | | - |
| 191 | | - |
| 192 | | - |
| 193 | | - |
| 194 | | - |
| 195 | | - |
| 196 | | - |
| 197 | | - |
| 198 | | - |
| 199 | | - |
| 200 | | - |
| 201 | | - |
| 202 | | - |
| 203 | | - |
| 204 | | - |
| 205 | | - |
| 206 | | - |
| 207 | | - |
| 208 | | - |
| 209 | | - |
| 210 | | - |
| 211 | | - |
| 212 | | - |
| 213 | | - |
| 214 | | - |
| 215 | | - |
| 216 | | - |
| 217 | | - |
| 218 | | - |
| 219 | | - |
| 220 | QQmlIncubationController::QQmlIncubationController() | - |
| 221 | : d(nullptr) | - |
| 222 | { | - |
| 223 | }executed 3352 times by 87 tests: end of blockExecuted by:- tst_drawingmodes
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmldebugjs
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickapplication
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdesignersupport
- tst_qquickdraghandler
- tst_qquickdynamicpropertyanimation
- ...
| 3352 |
| 224 | | - |
| 225 | | - |
| 226 | QQmlIncubationController::~QQmlIncubationController() | - |
| 227 | { | - |
| 228 | if (d) QQmlEnginePrivate::get(d)->setIncubationController(nullptr);executed 3298 times by 87 tests: QQmlEnginePrivate::get(d)->setIncubationController(nullptr);Executed by:- tst_drawingmodes
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmldebugjs
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickapplication
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdesignersupport
- tst_qquickdraghandler
- tst_qquickdynamicpropertyanimation
- ...
| TRUE | evaluated 3298 times by 87 testsEvaluated by:- tst_drawingmodes
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmldebugjs
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickapplication
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdesignersupport
- tst_qquickdraghandler
- tst_qquickdynamicpropertyanimation
- ...
| | FALSE | evaluated 26 times by 7 testsEvaluated by:- tst_qqmlcomponent
- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickvisualdatamodel
|
| 26-3298 |
| 229 | d = nullptr; | - |
| 230 | }executed 3324 times by 87 tests: end of blockExecuted by:- tst_drawingmodes
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmldebugjs
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickapplication
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdesignersupport
- tst_qquickdraghandler
- tst_qquickdynamicpropertyanimation
- ...
| 3324 |
| 231 | | - |
| 232 | | - |
| 233 | | - |
| 234 | | - |
| 235 | | - |
| 236 | QQmlEngine *QQmlIncubationController::engine() const | - |
| 237 | { | - |
| 238 | return QQmlEnginePrivate::get(d); never executed: return QQmlEnginePrivate::get(d); | 0 |
| 239 | } | - |
| 240 | | - |
| 241 | | - |
| 242 | | - |
| 243 | | - |
| 244 | int QQmlIncubationController::incubatingObjectCount() const | - |
| 245 | { | - |
| 246 | return d ? d->incubatorCount : 0;executed 2473 times by 9 tests: return d ? d->incubatorCount : 0;Executed by:- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickvisualdatamodel
| 2473 |
| 247 | } | - |
| 248 | | - |
| 249 | | - |
| 250 | | - |
| 251 | | - |
| 252 | | - |
| 253 | | - |
| 254 | | - |
| 255 | void QQmlIncubationController::incubatingObjectCountChanged(int incubatingObjectCount) | - |
| 256 | { | - |
| 257 | Q_UNUSED(incubatingObjectCount); | - |
| 258 | }executed 610 times by 8 tests: end of blockExecuted by:- tst_qqmlcomponent
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickvisualdatamodel
| 610 |
| 259 | | - |
| 260 | void QQmlIncubatorPrivate::forceCompletion(QQmlInstantiationInterrupt &i) | - |
| 261 | { | - |
| 262 | while (QQmlIncubator::Loading == status) {| TRUE | evaluated 172 times by 6 testsEvaluated by:- tst_qqmlcomponent
- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickvisualdatamodel
| | FALSE | evaluated 176 times by 6 testsEvaluated by:- tst_qqmlcomponent
- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickvisualdatamodel
|
| 172-176 |
| 263 | while (QQmlIncubator::Loading == status && !waitingFor.isEmpty())| TRUE | evaluated 172 times by 6 testsEvaluated by:- tst_qqmlcomponent
- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickvisualdatamodel
| | FALSE | never evaluated |
| TRUE | never evaluated | | FALSE | evaluated 172 times by 6 testsEvaluated by:- tst_qqmlcomponent
- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickvisualdatamodel
|
| 0-172 |
| 264 | static_cast<QQmlIncubatorPrivate *>(waitingFor.first())->forceCompletion(i); never executed: static_cast<QQmlIncubatorPrivate *>(waitingFor.first())->forceCompletion(i); | 0 |
| 265 | if (QQmlIncubator::Loading == status)| TRUE | evaluated 172 times by 6 testsEvaluated by:- tst_qqmlcomponent
- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickvisualdatamodel
| | FALSE | never evaluated |
| 0-172 |
| 266 | incubate(i);executed 172 times by 6 tests: incubate(i);Executed by:- tst_qqmlcomponent
- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickvisualdatamodel
| 172 |
| 267 | }executed 172 times by 6 tests: end of blockExecuted by:- tst_qqmlcomponent
- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickvisualdatamodel
| 172 |
| 268 | }executed 176 times by 6 tests: end of blockExecuted by:- tst_qqmlcomponent
- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickvisualdatamodel
| 176 |
| 269 | | - |
| 270 | void QQmlIncubatorPrivate::incubate(QQmlInstantiationInterrupt &i) | - |
| 271 | { | - |
| 272 | if (!compilationUnit)| TRUE | never evaluated | | FALSE | evaluated 90319 times by 32 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
|
| 0-90319 |
| 273 | return; never executed: return; | 0 |
| 274 | | - |
| 275 | QML_MEMORY_SCOPE_URL(compilationUnit->finalUrl()); | - |
| 276 | | - |
| 277 | QExplicitlySharedDataPointer<QQmlIncubatorPrivate> protectThis(this); | - |
| 278 | | - |
| 279 | QRecursionWatcher<QQmlIncubatorPrivate, &QQmlIncubatorPrivate::recursion> watcher(this); | - |
| 280 | | - |
| 281 | QQmlEnginePrivate *enginePriv = this->enginePriv; | - |
| 282 | | - |
| 283 | if (!vmeGuard.isOK()) {| TRUE | evaluated 35 times by 3 testsEvaluated by:- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
| | FALSE | evaluated 90284 times by 32 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
|
| 35-90284 |
| 284 | QQmlError error; | - |
| 285 | error.setUrl(compilationUnit->url()); | - |
| 286 | error.setDescription(QQmlComponent::tr("Object destroyed during incubation")); | - |
| 287 | errors << error; | - |
| 288 | progress = QQmlIncubatorPrivate::Completed; | - |
| 289 | | - |
| 290 | goto finishIncubate;executed 35 times by 3 tests: goto finishIncubate;Executed by:- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
| 35 |
| 291 | } | - |
| 292 | | - |
| 293 | vmeGuard.clear(); | - |
| 294 | | - |
| 295 | if (progress == QQmlIncubatorPrivate::Execute) {| TRUE | evaluated 88915 times by 32 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| | FALSE | evaluated 1369 times by 6 testsEvaluated by:- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
|
| 1369-88915 |
| 296 | enginePriv->referenceScarceResources(); | - |
| 297 | QObject *tresult = nullptr; | - |
| 298 | tresult = creator->create(subComponentToCreate, nullptr, &i); | - |
| 299 | if (!tresult)| TRUE | evaluated 212 times by 7 testsEvaluated by:- tst_qqmlincubator
- tst_qqmltypeloader
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickrepeater
| | FALSE | evaluated 88703 times by 32 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
|
| 212-88703 |
| 300 | errors = creator->errors;executed 212 times by 7 tests: errors = creator->errors;Executed by:- tst_qqmlincubator
- tst_qqmltypeloader
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickrepeater
| 212 |
| 301 | enginePriv->dereferenceScarceResources(); | - |
| 302 | | - |
| 303 | if (watcher.hasRecursed())| TRUE | never evaluated | | FALSE | evaluated 88915 times by 32 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
|
| 0-88915 |
| 304 | return; never executed: return; | 0 |
| 305 | | - |
| 306 | result = tresult; | - |
| 307 | if (errors.isEmpty() && result == nullptr)| TRUE | evaluated 88913 times by 32 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| | FALSE | evaluated 2 times by 1 test |
| TRUE | evaluated 210 times by 7 testsEvaluated by:- tst_qqmlincubator
- tst_qqmltypeloader
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickrepeater
| | FALSE | evaluated 88703 times by 32 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
|
| 2-88913 |
| 308 | goto finishIncubate;executed 210 times by 7 tests: goto finishIncubate;Executed by:- tst_qqmlincubator
- tst_qqmltypeloader
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickrepeater
| 210 |
| 309 | | - |
| 310 | if (result) {| TRUE | evaluated 88703 times by 32 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| | FALSE | evaluated 2 times by 1 test |
| 2-88703 |
| 311 | QQmlData *ddata = QQmlData::get(result); | - |
| 312 | Q_ASSERT(ddata); | - |
| 313 | | - |
| 314 | ddata->indestructible = true; | - |
| 315 | ddata->explicitIndestructibleSet = true; | - |
| 316 | ddata->rootObjectInCreation = false; | - |
| 317 | if (q)| TRUE | evaluated 88701 times by 32 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| | FALSE | evaluated 2 times by 1 test |
| 2-88701 |
| 318 | q->setInitialState(result);executed 88701 times by 32 tests: q->setInitialState(result);Executed by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| 88701 |
| 319 | }executed 88703 times by 32 tests: end of blockExecuted by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| 88703 |
| 320 | | - |
| 321 | if (watcher.hasRecursed())| TRUE | never evaluated | | FALSE | evaluated 88705 times by 32 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
|
| 0-88705 |
| 322 | return; never executed: return; | 0 |
| 323 | | - |
| 324 | if (errors.isEmpty())| TRUE | evaluated 88703 times by 32 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| | FALSE | evaluated 2 times by 1 test |
| 2-88703 |
| 325 | progress = QQmlIncubatorPrivate::Completing;executed 88703 times by 32 tests: progress = QQmlIncubatorPrivate::Completing;Executed by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| 88703 |
| 326 | else | - |
| 327 | progress = QQmlIncubatorPrivate::Completed;executed 2 times by 1 test: progress = QQmlIncubatorPrivate::Completed; | 2 |
| 328 | | - |
| 329 | changeStatus(calculateStatus()); | - |
| 330 | | - |
| 331 | if (watcher.hasRecursed())| TRUE | never evaluated | | FALSE | evaluated 88705 times by 32 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
|
| 0-88705 |
| 332 | return; never executed: return; | 0 |
| 333 | | - |
| 334 | if (i.shouldInterrupt())| TRUE | evaluated 190 times by 5 testsEvaluated by:- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
| | FALSE | evaluated 88515 times by 32 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
|
| 190-88515 |
| 335 | goto finishIncubate;executed 190 times by 5 tests: goto finishIncubate;Executed by:- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
| 190 |
| 336 | }executed 88515 times by 32 tests: end of blockExecuted by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| 88515 |
| 337 | | - |
| 338 | if (progress == QQmlIncubatorPrivate::Completing) {| TRUE | evaluated 89742 times by 32 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| | FALSE | evaluated 142 times by 7 testsEvaluated by:- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickrepeater
|
| 142-89742 |
| 339 | do { | - |
| 340 | if (watcher.hasRecursed())| TRUE | evaluated 4 times by 2 testsEvaluated by:- tst_qqmlincubator
- tst_qquickloader
| | FALSE | evaluated 89742 times by 32 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
|
| 4-89742 |
| 341 | return;executed 4 times by 2 tests: return;Executed by:- tst_qqmlincubator
- tst_qquickloader
| 4 |
| 342 | | - |
| 343 | QQmlContextData *ctxt = nullptr; | - |
| 344 | ctxt = creator->finalize(i); | - |
| 345 | if (ctxt) {| TRUE | evaluated 88695 times by 32 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| | FALSE | evaluated 1047 times by 6 testsEvaluated by:- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickrepeater
|
| 1047-88695 |
| 346 | rootContext = ctxt; | - |
| 347 | progress = QQmlIncubatorPrivate::Completed; | - |
| 348 | goto finishIncubate;executed 88695 times by 32 tests: goto finishIncubate;Executed by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| 88695 |
| 349 | } | - |
| 350 | } while (!i.shouldInterrupt());executed 1047 times by 6 tests: end of blockExecuted by:- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickrepeater
| TRUE | evaluated 4 times by 2 testsEvaluated by:- tst_qqmlincubator
- tst_qquickloader
| | FALSE | evaluated 1043 times by 5 testsEvaluated by:- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
|
| 4-1047 |
| 351 | }executed 1043 times by 5 tests: end of blockExecuted by:- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
| 1043 |
| 352 | | - |
| 353 | finishIncubate:code before this statement executed 1185 times by 7 tests: finishIncubate:Executed by:- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickrepeater
| 1185 |
| 354 | if (progress == QQmlIncubatorPrivate::Completed && waitingFor.isEmpty()) {| TRUE | evaluated 88872 times by 32 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| | FALSE | evaluated 1443 times by 7 testsEvaluated by:- tst_qqmlincubator
- tst_qqmltypeloader
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickrepeater
|
| TRUE | evaluated 88730 times by 32 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| | FALSE | evaluated 142 times by 6 testsEvaluated by:- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
|
| 142-88872 |
| 355 | QExplicitlySharedDataPointer<QQmlIncubatorPrivate> isWaiting = waitingOnMe; | - |
| 356 | clear(); | - |
| 357 | | - |
| 358 | if (isWaiting) {| TRUE | evaluated 160 times by 6 testsEvaluated by:- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
| | FALSE | evaluated 88570 times by 32 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
|
| 160-88570 |
| 359 | QRecursionWatcher<QQmlIncubatorPrivate, &QQmlIncubatorPrivate::recursion> watcher(isWaiting.data()); | - |
| 360 | changeStatus(calculateStatus()); | - |
| 361 | if (!watcher.hasRecursed())| TRUE | evaluated 160 times by 6 testsEvaluated by:- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
| | FALSE | never evaluated |
| 0-160 |
| 362 | isWaiting->incubate(i);executed 160 times by 6 tests: isWaiting->incubate(i);Executed by:- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
| 160 |
| 363 | } else {executed 160 times by 6 tests: end of blockExecuted by:- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
| 160 |
| 364 | changeStatus(calculateStatus()); | - |
| 365 | }executed 88570 times by 32 tests: end of blockExecuted by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| 88570 |
| 366 | | - |
| 367 | enginePriv->inProgressCreations--; | - |
| 368 | | - |
| 369 | if (0 == enginePriv->inProgressCreations) {| TRUE | evaluated 33529 times by 20 testsEvaluated by:- tst_examples
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickshortcut
- tst_qquickvisualdatamodel
| | FALSE | evaluated 55201 times by 28 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- ...
|
| 33529-55201 |
| 370 | while (enginePriv->erroredBindings)| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 33529 times by 20 testsEvaluated by:- tst_examples
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickshortcut
- tst_qquickvisualdatamodel
|
| 20-33529 |
| 371 | enginePriv->warning(enginePriv->erroredBindings->removeError());executed 20 times by 1 test: enginePriv->warning(enginePriv->erroredBindings->removeError()); | 20 |
| 372 | }executed 33529 times by 20 tests: end of blockExecuted by:- tst_examples
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickshortcut
- tst_qquickvisualdatamodel
| 33529 |
| 373 | } else if (!creator.isNull()) {executed 88730 times by 32 tests: end of blockExecuted by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| TRUE | evaluated 1553 times by 8 testsEvaluated by:- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickrepeater
| | FALSE | evaluated 32 times by 1 test |
| 32-88730 |
| 374 | vmeGuard.guard(creator.data()); | - |
| 375 | }executed 1553 times by 8 tests: end of blockExecuted by:- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickrepeater
| 1553 |
| 376 | }executed 90315 times by 32 tests: end of blockExecuted by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| 90315 |
| 377 | | - |
| 378 | | - |
| 379 | | - |
| 380 | | - |
| 381 | void QQmlIncubationController::incubateFor(int msecs) | - |
| 382 | { | - |
| 383 | if (!d || !d->incubatorCount)| TRUE | evaluated 292 times by 1 test | | FALSE | evaluated 1074 times by 10 testsEvaluated by:- tst_qqmlcomponent
- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickvisualdatamodel
|
| TRUE | evaluated 101 times by 3 testsEvaluated by:- tst_qqmlcomponent
- tst_qquickloader
- tst_qquickvisualdatamodel
| | FALSE | evaluated 973 times by 9 testsEvaluated by:- tst_qqmlcomponent
- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
|
| 101-1074 |
| 384 | return;executed 393 times by 3 tests: return;Executed by:- tst_qqmlcomponent
- tst_qquickloader
- tst_qquickvisualdatamodel
| 393 |
| 385 | | - |
| 386 | QQmlInstantiationInterrupt i(msecs * 1000000); | - |
| 387 | i.reset(); | - |
| 388 | do { | - |
| 389 | static_cast<QQmlIncubatorPrivate*>(d->incubatorList.first())->incubate(i); | - |
| 390 | } while (d && d->incubatorCount != 0 && !i.shouldInterrupt());executed 2606 times by 9 tests: end of blockExecuted by:- tst_qqmlcomponent
- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
| TRUE | evaluated 2606 times by 9 testsEvaluated by:- tst_qqmlcomponent
- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
| | FALSE | never evaluated |
| TRUE | evaluated 1647 times by 8 testsEvaluated by:- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
| | FALSE | evaluated 959 times by 9 testsEvaluated by:- tst_qqmlcomponent
- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
|
| TRUE | evaluated 1633 times by 7 testsEvaluated by:- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
| | FALSE | evaluated 14 times by 3 testsEvaluated by:- tst_qqmltypeloader
- tst_qquicklistview
- tst_qquickloader
|
| 0-2606 |
| 391 | }executed 973 times by 9 tests: end of blockExecuted by:- tst_qqmlcomponent
- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
| 973 |
| 392 | | - |
| 393 | | - |
| 394 | | - |
| 395 | | - |
| 396 | | - |
| 397 | | - |
| 398 | | - |
| 399 | | - |
| 400 | void QQmlIncubationController::incubateWhile(volatile bool *flag, int msecs) | - |
| 401 | { | - |
| 402 | if (!d || !d->incubatorCount)| TRUE | never evaluated | | FALSE | evaluated 1642 times by 5 testsEvaluated by:- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
|
| TRUE | evaluated 62 times by 3 testsEvaluated by:- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
| | FALSE | evaluated 1580 times by 5 testsEvaluated by:- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
|
| 0-1642 |
| 403 | return;executed 62 times by 3 tests: return;Executed by:- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
| 62 |
| 404 | | - |
| 405 | QQmlInstantiationInterrupt i(flag, msecs * 1000000); | - |
| 406 | i.reset(); | - |
| 407 | do { | - |
| 408 | static_cast<QQmlIncubatorPrivate*>(d->incubatorList.first())->incubate(i); | - |
| 409 | } while (d && d->incubatorCount != 0 && !i.shouldInterrupt());executed 1594 times by 5 tests: end of blockExecuted by:- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
| TRUE | evaluated 1594 times by 5 testsEvaluated by:- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
| | FALSE | never evaluated |
| TRUE | evaluated 1552 times by 5 testsEvaluated by:- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
| | FALSE | evaluated 42 times by 5 testsEvaluated by:- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
|
| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
| | FALSE | evaluated 1538 times by 5 testsEvaluated by:- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
|
| 0-1594 |
| 410 | }executed 1580 times by 5 tests: end of blockExecuted by:- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
| 1580 |
| 411 | | - |
| 412 | | - |
| 413 | | - |
| 414 | | - |
| 415 | | - |
| 416 | | - |
| 417 | | - |
| 418 | | - |
| 419 | | - |
| 420 | | - |
| 421 | | - |
| 422 | | - |
| 423 | | - |
| 424 | | - |
| 425 | | - |
| 426 | | - |
| 427 | | - |
| 428 | | - |
| 429 | | - |
| 430 | | - |
| 431 | | - |
| 432 | | - |
| 433 | | - |
| 434 | | - |
| 435 | | - |
| 436 | | - |
| 437 | | - |
| 438 | | - |
| 439 | | - |
| 440 | | - |
| 441 | | - |
| 442 | | - |
| 443 | | - |
| 444 | | - |
| 445 | | - |
| 446 | | - |
| 447 | | - |
| 448 | | - |
| 449 | | - |
| 450 | | - |
| 451 | | - |
| 452 | | - |
| 453 | | - |
| 454 | | - |
| 455 | | - |
| 456 | | - |
| 457 | | - |
| 458 | | - |
| 459 | | - |
| 460 | | - |
| 461 | | - |
| 462 | | - |
| 463 | | - |
| 464 | | - |
| 465 | | - |
| 466 | | - |
| 467 | | - |
| 468 | | - |
| 469 | | - |
| 470 | | - |
| 471 | | - |
| 472 | | - |
| 473 | | - |
| 474 | | - |
| 475 | | - |
| 476 | | - |
| 477 | | - |
| 478 | | - |
| 479 | | - |
| 480 | | - |
| 481 | | - |
| 482 | | - |
| 483 | | - |
| 484 | | - |
| 485 | | - |
| 486 | | - |
| 487 | | - |
| 488 | | - |
| 489 | | - |
| 490 | | - |
| 491 | | - |
| 492 | | - |
| 493 | | - |
| 494 | | - |
| 495 | | - |
| 496 | | - |
| 497 | | - |
| 498 | QQmlIncubator::QQmlIncubator(IncubationMode mode) | - |
| 499 | : d(new QQmlIncubatorPrivate(this, mode)) | - |
| 500 | { | - |
| 501 | d->ref.ref(); | - |
| 502 | }executed 88821 times by 32 tests: end of blockExecuted by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| 88821 |
| 503 | | - |
| 504 | | - |
| 505 | QQmlIncubator::~QQmlIncubator() | - |
| 506 | { | - |
| 507 | d->q = nullptr; | - |
| 508 | | - |
| 509 | if (!d->ref.deref()) {| TRUE | evaluated 88628 times by 32 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| | FALSE | evaluated 44 times by 3 testsEvaluated by:- tst_qqmlincubator
- tst_qquickloader
- tst_qquickrepeater
|
| 44-88628 |
| 510 | delete d; | - |
| 511 | }executed 88628 times by 32 tests: end of blockExecuted by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| 88628 |
| 512 | d = nullptr; | - |
| 513 | }executed 88672 times by 32 tests: end of blockExecuted by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| 88672 |
| 514 | | - |
| 515 | | - |
| 516 | | - |
| 517 | | - |
| 518 | | - |
| 519 | | - |
| 520 | | - |
| 521 | | - |
| 522 | | - |
| 523 | | - |
| 524 | | - |
| 525 | | - |
| 526 | | - |
| 527 | | - |
| 528 | | - |
| 529 | | - |
| 530 | | - |
| 531 | | - |
| 532 | | - |
| 533 | | - |
| 534 | | - |
| 535 | | - |
| 536 | | - |
| 537 | | - |
| 538 | | - |
| 539 | | - |
| 540 | | - |
| 541 | | - |
| 542 | | - |
| 543 | | - |
| 544 | | - |
| 545 | void QQmlIncubator::clear() | - |
| 546 | { | - |
| 547 | QRecursionWatcher<QQmlIncubatorPrivate, &QQmlIncubatorPrivate::recursion> watcher(d); | - |
| 548 | | - |
| 549 | Status s = status(); | - |
| 550 | | - |
| 551 | if (s == Null)| TRUE | evaluated 89141 times by 32 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| | FALSE | evaluated 88689 times by 30 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpositioners
- ...
|
| 88689-89141 |
| 552 | return;executed 89141 times by 32 tests: return;Executed by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| 89141 |
| 553 | | - |
| 554 | QQmlEnginePrivate *enginePriv = d->enginePriv; | - |
| 555 | if (s == Loading) {| TRUE | evaluated 70 times by 5 testsEvaluated by:- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickvisualdatamodel
| | FALSE | evaluated 88619 times by 30 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpositioners
- ...
|
| 70-88619 |
| 556 | Q_ASSERT(d->compilationUnit); | - |
| 557 | if (d->result) d->result->deleteLater();executed 8 times by 2 tests: d->result->deleteLater();Executed by:- tst_qqmlincubator
- tst_qquickloader
| TRUE | evaluated 8 times by 2 testsEvaluated by:- tst_qqmlincubator
- tst_qquickloader
| | FALSE | evaluated 62 times by 5 testsEvaluated by:- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickvisualdatamodel
|
| 8-62 |
| 558 | d->result = nullptr; | - |
| 559 | }executed 70 times by 5 tests: end of blockExecuted by:- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickvisualdatamodel
| 70 |
| 560 | | - |
| 561 | d->clear(); | - |
| 562 | | - |
| 563 | Q_ASSERT(d->compilationUnit.isNull()); | - |
| 564 | Q_ASSERT(d->waitingOnMe.data() == nullptr); | - |
| 565 | Q_ASSERT(d->waitingFor.isEmpty()); | - |
| 566 | | - |
| 567 | d->errors.clear(); | - |
| 568 | d->progress = QQmlIncubatorPrivate::Execute; | - |
| 569 | d->result = nullptr; | - |
| 570 | | - |
| 571 | if (s == Loading) {| TRUE | evaluated 70 times by 5 testsEvaluated by:- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickvisualdatamodel
| | FALSE | evaluated 88619 times by 30 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpositioners
- ...
|
| 70-88619 |
| 572 | Q_ASSERT(enginePriv); | - |
| 573 | | - |
| 574 | enginePriv->inProgressCreations--; | - |
| 575 | if (0 == enginePriv->inProgressCreations) {| TRUE | evaluated 66 times by 5 testsEvaluated by:- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickvisualdatamodel
| | FALSE | evaluated 4 times by 2 testsEvaluated by:- tst_qqmlincubator
- tst_qquickloader
|
| 4-66 |
| 576 | while (enginePriv->erroredBindings)| TRUE | evaluated 4 times by 1 test | | FALSE | evaluated 66 times by 5 testsEvaluated by:- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickvisualdatamodel
|
| 4-66 |
| 577 | enginePriv->warning(enginePriv->erroredBindings->removeError());executed 4 times by 1 test: enginePriv->warning(enginePriv->erroredBindings->removeError()); | 4 |
| 578 | }executed 66 times by 5 tests: end of blockExecuted by:- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickvisualdatamodel
| 66 |
| 579 | }executed 70 times by 5 tests: end of blockExecuted by:- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickvisualdatamodel
| 70 |
| 580 | | - |
| 581 | d->changeStatus(Null); | - |
| 582 | }executed 88689 times by 30 tests: end of blockExecuted by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpositioners
- ...
| 88689 |
| 583 | | - |
| 584 | | - |
| 585 | | - |
| 586 | | - |
| 587 | | - |
| 588 | void QQmlIncubator::forceCompletion() | - |
| 589 | { | - |
| 590 | QQmlInstantiationInterrupt i; | - |
| 591 | d->forceCompletion(i); | - |
| 592 | }executed 176 times by 6 tests: end of blockExecuted by:- tst_qqmlcomponent
- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickvisualdatamodel
| 176 |
| 593 | | - |
| 594 | | - |
| 595 | | - |
| 596 | | - |
| 597 | bool QQmlIncubator::isNull() const | - |
| 598 | { | - |
| 599 | return status() == Null;executed 100 times by 1 test: return status() == Null; | 100 |
| 600 | } | - |
| 601 | | - |
| 602 | | - |
| 603 | | - |
| 604 | | - |
| 605 | bool QQmlIncubator::isReady() const | - |
| 606 | { | - |
| 607 | return status() == Ready;executed 110 times by 2 tests: return status() == Ready;Executed by:- tst_qqmlincubator
- tst_qqmlinstantiator
| 110 |
| 608 | } | - |
| 609 | | - |
| 610 | | - |
| 611 | | - |
| 612 | | - |
| 613 | bool QQmlIncubator::isError() const | - |
| 614 | { | - |
| 615 | return status() == Error;executed 88373 times by 26 tests: return status() == Error;Executed by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickshortcut
- tst_qquickspringanimation
- tst_qquickvisualdatamodel
- ...
| 88373 |
| 616 | } | - |
| 617 | | - |
| 618 | | - |
| 619 | | - |
| 620 | | - |
| 621 | bool QQmlIncubator::isLoading() const | - |
| 622 | { | - |
| 623 | return status() == Loading;executed 282 times by 2 tests: return status() == Loading;Executed by:- tst_qqmlincubator
- tst_qquickloader
| 282 |
| 624 | } | - |
| 625 | | - |
| 626 | | - |
| 627 | | - |
| 628 | | - |
| 629 | QList<QQmlError> QQmlIncubator::errors() const | - |
| 630 | { | - |
| 631 | return d->errors;executed 88327 times by 27 tests: return d->errors;Executed by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickshortcut
- tst_qquickspringanimation
- ...
| 88327 |
| 632 | } | - |
| 633 | | - |
| 634 | | - |
| 635 | | - |
| 636 | | - |
| 637 | QQmlIncubator::IncubationMode QQmlIncubator::incubationMode() const | - |
| 638 | { | - |
| 639 | return d->mode;executed 88987 times by 32 tests: return d->mode;Executed by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| 88987 |
| 640 | } | - |
| 641 | | - |
| 642 | | - |
| 643 | | - |
| 644 | | - |
| 645 | QQmlIncubator::Status QQmlIncubator::status() const | - |
| 646 | { | - |
| 647 | return d->status;executed 270343 times by 32 tests: return d->status;Executed by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| 270343 |
| 648 | } | - |
| 649 | | - |
| 650 | | - |
| 651 | | - |
| 652 | | - |
| 653 | QObject *QQmlIncubator::object() const | - |
| 654 | { | - |
| 655 | if (status() != Ready)| TRUE | evaluated 18 times by 4 testsEvaluated by:- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qquickloader
| | FALSE | evaluated 444 times by 17 testsEvaluated by:- tst_examples
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickrepeater
|
| 18-444 |
| 656 | return nullptr;executed 18 times by 4 tests: return nullptr;Executed by:- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qquickloader
| 18 |
| 657 | else | - |
| 658 | return d->result;executed 444 times by 17 tests: return d->result;Executed by:- tst_examples
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickrepeater
| 444 |
| 659 | } | - |
| 660 | | - |
| 661 | | - |
| 662 | | - |
| 663 | | - |
| 664 | | - |
| 665 | | - |
| 666 | void QQmlIncubator::statusChanged(Status status) | - |
| 667 | { | - |
| 668 | Q_UNUSED(status); | - |
| 669 | }executed 118 times by 3 tests: end of blockExecuted by:- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
| 118 |
| 670 | | - |
| 671 | | - |
| 672 | | - |
| 673 | | - |
| 674 | | - |
| 675 | | - |
| 676 | | - |
| 677 | | - |
| 678 | | - |
| 679 | | - |
| 680 | void QQmlIncubator::setInitialState(QObject *object) | - |
| 681 | { | - |
| 682 | Q_UNUSED(object); | - |
| 683 | }executed 58 times by 3 tests: end of blockExecuted by:- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
| 58 |
| 684 | | - |
| 685 | void QQmlIncubatorPrivate::changeStatus(QQmlIncubator::Status s) | - |
| 686 | { | - |
| 687 | if (s == status)| TRUE | evaluated 88705 times by 32 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| | FALSE | evaluated 266230 times by 32 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
|
| 88705-266230 |
| 688 | return;executed 88705 times by 32 tests: return;Executed by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| 88705 |
| 689 | | - |
| 690 | status = s; | - |
| 691 | if (q)| TRUE | evaluated 266228 times by 32 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| | FALSE | evaluated 2 times by 1 test |
| 2-266228 |
| 692 | q->statusChanged(status);executed 266228 times by 32 tests: q->statusChanged(status);Executed by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| 266228 |
| 693 | }executed 266230 times by 32 tests: end of blockExecuted by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| 266230 |
| 694 | | - |
| 695 | QQmlIncubator::Status QQmlIncubatorPrivate::calculateStatus() const | - |
| 696 | { | - |
| 697 | if (!errors.isEmpty())| TRUE | evaluated 39 times by 4 testsEvaluated by:- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
| | FALSE | evaluated 177396 times by 32 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
|
| 39-177396 |
| 698 | return QQmlIncubator::Error;executed 39 times by 4 tests: return QQmlIncubator::Error;Executed by:- tst_qqmlincubator
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
| 39 |
| 699 | else if (result && progress == QQmlIncubatorPrivate::Completed && waitingFor.isEmpty())| TRUE | evaluated 88693 times by 32 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| | FALSE | evaluated 88703 times by 32 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
|
| TRUE | evaluated 88693 times by 32 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| | FALSE | never evaluated |
| 0-88703 |
| 700 | return QQmlIncubator::Ready;executed 88693 times by 32 tests: return QQmlIncubator::Ready;Executed by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| 88693 |
| 701 | else if (compilationUnit)| TRUE | evaluated 88703 times by 32 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| | FALSE | never evaluated |
| 0-88703 |
| 702 | return QQmlIncubator::Loading;executed 88703 times by 32 tests: return QQmlIncubator::Loading;Executed by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| 88703 |
| 703 | else | - |
| 704 | return QQmlIncubator::Null; never executed: return QQmlIncubator::Null; | 0 |
| 705 | } | - |
| 706 | | - |
| | |