| Line | Source | Count |
| 1 | | - |
| 2 | | - |
| 3 | | - |
| 4 | | - |
| 5 | | - |
| 6 | | - |
| 7 | | - |
| 8 | namespace { namespace Q_QGS_animationTimer { typedef QThreadStorage<QQmlAnimationTimer *> Type; QBasicAtomicInt guard = { QtGlobalStatic::Uninitialized }; __attribute__((visibility("hidden"))) inline Type *innerFunction() { struct HolderBase { ~HolderBase() noexcept { if (guard.load() == QtGlobalStatic::Initialized| TRUE | evaluated 104 times by 43 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickflipable
- ...
| | FALSE | never evaluated |
) guard.store(QtGlobalStatic::Destroyed);executed 104 times by 43 tests: guard.store(QtGlobalStatic::Destroyed);Executed by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickflipable
- ...
}executed 104 times by 43 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickflipable
- ...
}; static struct Holder : public HolderBase { Type value; Holder() noexcept(noexcept(Type ())) : value () { guard.store(QtGlobalStatic::Initialized); } } holder; returnexecuted 340714 times by 43 tests: return &holder.value;Executed by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickflipable
- ...
&holder.value;executed 340714 times by 43 tests: return &holder.value;Executed by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickflipable
- ...
} } } static QGlobalStatic<QThreadStorage<QQmlAnimationTimer *>, Q_QGS_animationTimer::innerFunction, Q_QGS_animationTimer::guard> animationTimer; | 0-340714 |
| 9 | | - |
| 10 | | - |
| 11 | static bool animationTickDump() { static enum { Yes, No, Unknown } status = Unknown; if (status == Unknown| TRUE | evaluated 70 times by 33 testsEvaluated by:- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickparticlesystem
- tst_qquickpathview
- ...
| | FALSE | evaluated 36378 times by 28 testsEvaluated by:- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquicktaphandler
- ...
|
) { status = No; if (__builtin_expect(!!(!qEnvironmentVariableIsEmpty("QML_ANIMATION_TICK_DUMP")), false)| TRUE | never evaluated | | FALSE | evaluated 70 times by 33 testsEvaluated by:- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickparticlesystem
- tst_qquickpathview
- ...
|
) { const QByteArray v = qgetenv("QML_ANIMATION_TICK_DUMP"); if (v != "0"| TRUE | never evaluated | | FALSE | never evaluated |
&& v != "false"| TRUE | never evaluated | | FALSE | never evaluated |
) status = Yes;never executed: status = Yes; }never executed: end of block }executed 70 times by 33 tests: end of blockExecuted by:- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickparticlesystem
- tst_qquickpathview
- ...
returnexecuted 36448 times by 33 tests: return status == Yes;Executed by:- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickparticlesystem
- tst_qquickpathview
- ...
status == Yes;executed 36448 times by 33 tests: return status == Yes;Executed by:- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickparticlesystem
- tst_qquickpathview
- ...
}; | 0-36448 |
| 12 | | - |
| 13 | QAnimationJobChangeListener::~QAnimationJobChangeListener() | - |
| 14 | { | - |
| 15 | } | - |
| 16 | | - |
| 17 | QQmlAnimationTimer::QQmlAnimationTimer() : | - |
| 18 | QAbstractAnimationTimer(), lastTick(0), | - |
| 19 | currentAnimationIdx(0), insideTick(false), | - |
| 20 | startAnimationPending(false), stopTimerPending(false), | - |
| 21 | runningLeafAnimations(0) | - |
| 22 | { | - |
| 23 | }executed 104 times by 43 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickflipable
- ...
| 104 |
| 24 | | - |
| 25 | QQmlAnimationTimer *QQmlAnimationTimer::instance(bool create) | - |
| 26 | { | - |
| 27 | QQmlAnimationTimer *inst; | - |
| 28 | | - |
| 29 | if (create| TRUE | evaluated 113606 times by 43 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickflipable
- ...
| | FALSE | never evaluated |
&& !animationTimer()->hasLocalData()| TRUE | evaluated 104 times by 43 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickflipable
- ...
| | FALSE | evaluated 113502 times by 35 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmldebugjs
- tst_qqmllistmodel
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
|
) { | 0-113606 |
| 30 | inst = new QQmlAnimationTimer; | - |
| 31 | animationTimer()->setLocalData(inst); | - |
| 32 | }executed 104 times by 43 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickflipable
- ...
else { | 104 |
| 33 | inst = animationTimer()| TRUE | evaluated 113502 times by 35 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmldebugjs
- tst_qqmllistmodel
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| | FALSE | never evaluated |
? animationTimer()->localData() : 0; | 0-113502 |
| 34 | }executed 113502 times by 35 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmldebugjs
- tst_qqmllistmodel
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| 113502 |
| 35 | | - |
| 36 | | - |
| 37 | | - |
| 38 | | - |
| 39 | returnexecuted 113606 times by 43 tests: return inst;Executed by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickflipable
- ...
inst;executed 113606 times by 43 tests: return inst;Executed by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickflipable
- ...
| 113606 |
| 40 | } | - |
| 41 | | - |
| 42 | QQmlAnimationTimer *QQmlAnimationTimer::instance() | - |
| 43 | { | - |
| 44 | returnexecuted 113606 times by 43 tests: return instance(true);Executed by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickflipable
- ...
instance(true);executed 113606 times by 43 tests: return instance(true);Executed by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickflipable
- ...
| 113606 |
| 45 | } | - |
| 46 | | - |
| 47 | void QQmlAnimationTimer::ensureTimerUpdate() | - |
| 48 | { | - |
| 49 | QUnifiedTimer *instU = QUnifiedTimer::instance(false); | - |
| 50 | if (instU| TRUE | evaluated 30348 times by 30 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmldebugjs
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickparticlesystem
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicksmoothedanimation
- ...
| | FALSE | evaluated 136 times by 32 testsEvaluated by:- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlpropertymap
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickimage
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpositioners
- ...
|
&& isPaused| TRUE | evaluated 4807 times by 8 testsEvaluated by:- tst_examples
- tst_qpauseanimationjob
- tst_qqmltimer
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquickspringanimation
- tst_qquicktaphandler
| | FALSE | evaluated 25541 times by 29 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmldebugjs
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickparticlesystem
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- ...
|
) | 136-30348 |
| 51 | instU->updateAnimationTimers(-1);executed 4807 times by 8 tests: instU->updateAnimationTimers(-1);Executed by:- tst_examples
- tst_qpauseanimationjob
- tst_qqmltimer
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquickspringanimation
- tst_qquicktaphandler
| 4807 |
| 52 | }executed 30484 times by 40 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
| 30484 |
| 53 | | - |
| 54 | void QQmlAnimationTimer::updateAnimationsTime(qint64 delta) | - |
| 55 | { | - |
| 56 | | - |
| 57 | if (insideTick| TRUE | never evaluated | | FALSE | evaluated 36448 times by 33 testsEvaluated by:- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickparticlesystem
- tst_qquickpathview
- ...
|
) | 0-36448 |
| 58 | return; never executed: return; | 0 |
| 59 | | - |
| 60 | lastTick += delta; | - |
| 61 | | - |
| 62 | | - |
| 63 | | - |
| 64 | | - |
| 65 | if (delta| TRUE | evaluated 36448 times by 33 testsEvaluated by:- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickparticlesystem
- tst_qquickpathview
- ...
| | FALSE | never evaluated |
) { | 0-36448 |
| 66 | insideTick = true; | - |
| 67 | for (currentAnimationIdx = 0; currentAnimationIdx < animations.count()| TRUE | evaluated 71218 times by 33 testsEvaluated by:- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickparticlesystem
- tst_qquickpathview
- ...
| | FALSE | evaluated 36448 times by 33 testsEvaluated by:- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickparticlesystem
- tst_qquickpathview
- ...
|
; ++currentAnimationIdx) { | 36448-71218 |
| 68 | QAbstractAnimationJob *animation = animations.at(currentAnimationIdx); | - |
| 69 | int elapsed = animation->m_totalCurrentTime | - |
| 70 | + (animation->direction() == QAbstractAnimationJob::Forward| TRUE | evaluated 71178 times by 33 testsEvaluated by:- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickparticlesystem
- tst_qquickpathview
- ...
| | FALSE | evaluated 40 times by 2 testsEvaluated by:- tst_qpauseanimationjob
- tst_qquickanimations
|
? delta : -delta); | 40-71178 |
| 71 | animation->setCurrentTime(elapsed); | - |
| 72 | }executed 71218 times by 33 tests: end of blockExecuted by:- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickparticlesystem
- tst_qquickpathview
- ...
| 71218 |
| 73 | if (animationTickDump()| TRUE | never evaluated | | FALSE | evaluated 36448 times by 33 testsEvaluated by:- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickparticlesystem
- tst_qquickpathview
- ...
|
) { | 0-36448 |
| 74 | QMessageLogger(__FILE__, 119, __PRETTY_FUNCTION__).debug() << "***** Dumping Animation Tree ***** ( tick:" << lastTick << "delta:" << delta << ")"; | - |
| 75 | for (int i = 0; i < animations.count()| TRUE | never evaluated | | FALSE | never evaluated |
; ++i) | 0 |
| 76 | QMessageLogger(__FILE__, 121, __PRETTY_FUNCTION__).debug() << animations.at(i); never executed: QMessageLogger(__FILE__, 121, __PRETTY_FUNCTION__).debug() << animations.at(i); | 0 |
| 77 | } never executed: end of block | 0 |
| 78 | insideTick = false; | - |
| 79 | currentAnimationIdx = 0; | - |
| 80 | }executed 36448 times by 33 tests: end of blockExecuted by:- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickparticlesystem
- tst_qquickpathview
- ...
| 36448 |
| 81 | }executed 36448 times by 33 tests: end of blockExecuted by:- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickparticlesystem
- tst_qquickpathview
- ...
| 36448 |
| 82 | | - |
| 83 | void QQmlAnimationTimer::updateAnimationTimer() | - |
| 84 | { | - |
| 85 | restartAnimationTimer(); | - |
| 86 | }executed 2 times by 1 test: end of block | 2 |
| 87 | | - |
| 88 | void QQmlAnimationTimer::restartAnimationTimer() | - |
| 89 | { | - |
| 90 | if (runningLeafAnimations == 0| TRUE | evaluated 2624 times by 32 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickparticlesystem
- tst_qquickpathview
- tst_qquickpositioners
- ...
| | FALSE | evaluated 42104 times by 23 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquickvisualdatamodel
- tst_qsequentialanimationgroupjob
- tst_scenegraph
|
&& !runningPauseAnimations.isEmpty()| TRUE | evaluated 693 times by 24 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickparticlesystem
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickspringanimation
- tst_qquicktaphandler
- tst_qquickvisualdatamodel
- tst_qsequentialanimationgroupjob
| | FALSE | evaluated 1931 times by 28 testsEvaluated by:- tst_flickableinterop
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickparticlesystem
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicksmoothedanimation
- ...
|
) | 693-42104 |
| 91 | QUnifiedTimer::pauseAnimationTimer(this, closestPauseAnimationTimeToFinish());executed 693 times by 24 tests: QUnifiedTimer::pauseAnimationTimer(this, closestPauseAnimationTimeToFinish());Executed by:- tst_examples
- tst_flickableinterop
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickparticlesystem
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickspringanimation
- tst_qquicktaphandler
- tst_qquickvisualdatamodel
- tst_qsequentialanimationgroupjob
| 693 |
| 92 | else if (isPaused| TRUE | evaluated 158 times by 17 testsEvaluated by:- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickparticlesystem
- tst_qquickrepeater
- tst_qquickspringanimation
- tst_qsequentialanimationgroupjob
| | FALSE | evaluated 43877 times by 23 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquickvisualdatamodel
- tst_qsequentialanimationgroupjob
- tst_scenegraph
|
) | 158-43877 |
| 93 | QUnifiedTimer::resumeAnimationTimer(this);executed 158 times by 17 tests: QUnifiedTimer::resumeAnimationTimer(this);Executed by:- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickparticlesystem
- tst_qquickrepeater
- tst_qquickspringanimation
- tst_qsequentialanimationgroupjob
| 158 |
| 94 | else if (!isRegistered| TRUE | evaluated 2315 times by 23 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquickvisualdatamodel
- tst_qsequentialanimationgroupjob
- tst_scenegraph
| | FALSE | evaluated 41562 times by 22 testsEvaluated by:- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquickvisualdatamodel
- tst_qsequentialanimationgroupjob
- tst_scenegraph
|
) | 2315-41562 |
| 95 | QUnifiedTimer::startAnimationTimer(this);executed 2315 times by 23 tests: QUnifiedTimer::startAnimationTimer(this);Executed by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquickvisualdatamodel
- tst_qsequentialanimationgroupjob
- tst_scenegraph
| 2315 |
| 96 | }executed 44728 times by 35 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- ...
| 44728 |
| 97 | | - |
| 98 | void QQmlAnimationTimer::startAnimations() | - |
| 99 | { | - |
| 100 | if (!startAnimationPending| TRUE | evaluated 32 times by 3 testsEvaluated by:- tst_flickableinterop
- tst_qquickflickable
- tst_qquickmultipointtoucharea
| | FALSE | evaluated 12574 times by 35 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- ...
|
) | 32-12574 |
| 101 | return;executed 32 times by 3 tests: return;Executed by:- tst_flickableinterop
- tst_qquickflickable
- tst_qquickmultipointtoucharea
| 32 |
| 102 | startAnimationPending = false; | - |
| 103 | | - |
| 104 | QUnifiedTimer::instance()->maybeUpdateAnimationsToCurrentTime(); | - |
| 105 | | - |
| 106 | | - |
| 107 | animations += animationsToStart; | - |
| 108 | animationsToStart.clear(); | - |
| 109 | if (!animations.isEmpty()| TRUE | evaluated 8683 times by 35 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- ...
| | FALSE | evaluated 3891 times by 14 testsEvaluated by:- tst_examples
- tst_qpauseanimationjob
- tst_qqmltypeloader
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquickvisualdatamodel
|
) | 3891-8683 |
| 110 | restartAnimationTimer();executed 8683 times by 35 tests: restartAnimationTimer();Executed by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- ...
| 8683 |
| 111 | }executed 12574 times by 35 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- ...
| 12574 |
| 112 | | - |
| 113 | void QQmlAnimationTimer::stopTimer() | - |
| 114 | { | - |
| 115 | stopTimerPending = false; | - |
| 116 | bool pendingStart = startAnimationPending| TRUE | evaluated 3470 times by 23 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquickvisualdatamodel
- tst_qsequentialanimationgroupjob
| | FALSE | evaluated 2121 times by 31 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickparticlesystem
- tst_qquickpathview
- tst_qquickpositioners
- ...
|
&& animationsToStart.size() > 0| TRUE | evaluated 2504 times by 19 testsEvaluated by:- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmltimer
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qsequentialanimationgroupjob
| | FALSE | evaluated 966 times by 9 testsEvaluated by:- tst_examples
- tst_qqmltypeloader
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickvisualdatamodel
|
; | 966-3470 |
| 117 | if (animations.isEmpty()| TRUE | evaluated 5232 times by 34 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickparticlesystem
- ...
| | FALSE | evaluated 359 times by 5 testsEvaluated by:- tst_flickableinterop
- tst_qquickflickable
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpositioners
|
&& !pendingStart| TRUE | evaluated 2728 times by 32 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickparticlesystem
- tst_qquickpathview
- tst_qquickpositioners
- ...
| | FALSE | evaluated 2504 times by 19 testsEvaluated by:- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmltimer
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qsequentialanimationgroupjob
|
) { | 359-5232 |
| 118 | QUnifiedTimer::resumeAnimationTimer(this); | - |
| 119 | QUnifiedTimer::stopAnimationTimer(this); | - |
| 120 | | - |
| 121 | lastTick = 0; | - |
| 122 | }executed 2728 times by 32 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickparticlesystem
- tst_qquickpathview
- tst_qquickpositioners
- ...
| 2728 |
| 123 | }executed 5591 times by 34 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickparticlesystem
- ...
| 5591 |
| 124 | | - |
| 125 | void QQmlAnimationTimer::registerAnimation(QAbstractAnimationJob *animation, bool isTopLevel) | - |
| 126 | { | - |
| 127 | if (animation->userControlDisabled()| TRUE | evaluated 154 times by 1 testEvaluated by:- tst_qquickanimationcontroller
| | FALSE | evaluated 139344 times by 40 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
|
) | 154-139344 |
| 128 | return;executed 154 times by 1 test: return;Executed by:- tst_qquickanimationcontroller
| 154 |
| 129 | | - |
| 130 | registerRunningAnimation(animation); | - |
| 131 | if (isTopLevel| TRUE | evaluated 68710 times by 39 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- ...
| | FALSE | evaluated 70634 times by 18 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquicktaphandler
- tst_qsequentialanimationgroupjob
- tst_scenegraph
|
) { | 68710-70634 |
| 132 | ((!animation->m_hasRegisteredTimer) ? static_cast<void>(0) : qt_assert("!animation->m_hasRegisteredTimer", __FILE__, 177)); | - |
| 133 | animation->m_hasRegisteredTimer = true; | - |
| 134 | animationsToStart << animation; | - |
| 135 | if (!startAnimationPending| TRUE | evaluated 12594 times by 39 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- ...
| | FALSE | evaluated 56116 times by 24 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmllistmodel
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquickvisualdatamodel
- tst_qsequentialanimationgroupjob
|
) { | 12594-56116 |
| 136 | startAnimationPending = true; | - |
| 137 | QMetaObject::invokeMethod(this, "startAnimations", Qt::QueuedConnection); | - |
| 138 | }executed 12594 times by 39 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- ...
| 12594 |
| 139 | }executed 68710 times by 39 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- ...
| 68710 |
| 140 | }executed 139344 times by 40 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
| 139344 |
| 141 | | - |
| 142 | void QQmlAnimationTimer::unregisterAnimation(QAbstractAnimationJob *animation) | - |
| 143 | { | - |
| 144 | unregisterRunningAnimation(animation); | - |
| 145 | | - |
| 146 | if (!animation->m_hasRegisteredTimer| TRUE | evaluated 70898 times by 18 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquicktaphandler
- tst_qsequentialanimationgroupjob
- tst_scenegraph
| | FALSE | evaluated 68704 times by 38 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- ...
|
) | 68704-70898 |
| 147 | return;executed 70898 times by 18 tests: return;Executed by:- tst_examples
- tst_flickableinterop
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquicktaphandler
- tst_qsequentialanimationgroupjob
- tst_scenegraph
| 70898 |
| 148 | | - |
| 149 | int idx = animations.indexOf(animation); | - |
| 150 | if (idx != -1| TRUE | evaluated 18907 times by 35 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- ...
| | FALSE | evaluated 49797 times by 24 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmllistmodel
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquickvisualdatamodel
- tst_qsequentialanimationgroupjob
|
) { | 18907-49797 |
| 151 | animations.removeAt(idx); | - |
| 152 | | - |
| 153 | if (idx <= currentAnimationIdx| TRUE | evaluated 13536 times by 35 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- ...
| | FALSE | evaluated 5371 times by 15 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qquickanimations
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquicktaphandler
- tst_qquickvisualdatamodel
|
) | 5371-13536 |
| 154 | --executed 13536 times by 35 tests: --currentAnimationIdx;Executed by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- ...
currentAnimationIdx;executed 13536 times by 35 tests: --currentAnimationIdx;Executed by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- ...
| 13536 |
| 155 | | - |
| 156 | if (animations.isEmpty()| TRUE | evaluated 5619 times by 35 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- ...
| | FALSE | evaluated 13288 times by 17 testsEvaluated by:- tst_examples
- tst_qabstractanimationjob
- tst_qpauseanimationjob
- tst_qqmltimer
- tst_qquickanimations
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquicktaphandler
- tst_qquickvisualdatamodel
|
&& !stopTimerPending| TRUE | evaluated 5612 times by 35 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- ...
| | FALSE | evaluated 7 times by 3 testsEvaluated by:- tst_flickableinterop
- tst_qquickflickable
- tst_qquickmultipointtoucharea
|
) { | 7-13288 |
| 157 | stopTimerPending = true; | - |
| 158 | QMetaObject::invokeMethod(this, "stopTimer", Qt::QueuedConnection); | - |
| 159 | }executed 5612 times by 35 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- ...
| 5612 |
| 160 | }executed 18907 times by 35 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- ...
else { | 18907 |
| 161 | animationsToStart.removeOne(animation); | - |
| 162 | }executed 49797 times by 24 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmllistmodel
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquickvisualdatamodel
- tst_qsequentialanimationgroupjob
| 49797 |
| 163 | animation->m_hasRegisteredTimer = false; | - |
| 164 | }executed 68704 times by 38 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- ...
| 68704 |
| 165 | | - |
| 166 | void QQmlAnimationTimer::registerRunningAnimation(QAbstractAnimationJob *animation) | - |
| 167 | { | - |
| 168 | ((!animation->userControlDisabled()) ? static_cast<void>(0) : qt_assert("!animation->userControlDisabled()", __FILE__, 213)); | - |
| 169 | | - |
| 170 | if (animation->m_isGroup| TRUE | evaluated 33788 times by 18 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquicktaphandler
- tst_qsequentialanimationgroupjob
- tst_scenegraph
| | FALSE | evaluated 105556 times by 39 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- ...
|
) | 33788-105556 |
| 171 | return;executed 33788 times by 18 tests: return;Executed by:- tst_examples
- tst_flickableinterop
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquicktaphandler
- tst_qsequentialanimationgroupjob
- tst_scenegraph
| 33788 |
| 172 | | - |
| 173 | if (animation->m_isPause| TRUE | evaluated 2814 times by 28 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickparticlesystem
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickspringanimation
- ...
| | FALSE | evaluated 102742 times by 30 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmllistmodel
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- ...
|
) { | 2814-102742 |
| 174 | runningPauseAnimations << animation; | - |
| 175 | }executed 2814 times by 28 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickparticlesystem
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickspringanimation
- ...
else | 2814 |
| 176 | runningLeafAnimations++;executed 102742 times by 30 tests: runningLeafAnimations++;Executed by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmllistmodel
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- ...
| 102742 |
| 177 | } | - |
| 178 | | - |
| 179 | void QQmlAnimationTimer::unregisterRunningAnimation(QAbstractAnimationJob *animation) | - |
| 180 | { | - |
| 181 | if (animation->userControlDisabled()| TRUE | evaluated 266 times by 1 testEvaluated by:- tst_qquickanimationcontroller
| | FALSE | evaluated 139336 times by 39 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- ...
|
) | 266-139336 |
| 182 | return;executed 266 times by 1 test: return;Executed by:- tst_qquickanimationcontroller
| 266 |
| 183 | | - |
| 184 | if (animation->m_isGroup| TRUE | evaluated 33786 times by 18 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquicktaphandler
- tst_qsequentialanimationgroupjob
- tst_scenegraph
| | FALSE | evaluated 105550 times by 38 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- ...
|
) | 33786-105550 |
| 185 | return;executed 33786 times by 18 tests: return;Executed by:- tst_examples
- tst_flickableinterop
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquicktaphandler
- tst_qsequentialanimationgroupjob
- tst_scenegraph
| 33786 |
| 186 | | - |
| 187 | if (animation->m_isPause| TRUE | evaluated 2810 times by 27 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickparticlesystem
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickspringanimation
- tst_qquicktaphandler
- ...
| | FALSE | evaluated 102740 times by 30 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmllistmodel
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- ...
|
) | 2810-102740 |
| 188 | runningPauseAnimations.removeOne(animation);executed 2810 times by 27 tests: runningPauseAnimations.removeOne(animation);Executed by:- tst_examples
- tst_flickableinterop
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickparticlesystem
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickspringanimation
- tst_qquicktaphandler
- ...
| 2810 |
| 189 | else | - |
| 190 | runningLeafAnimations--;executed 102740 times by 30 tests: runningLeafAnimations--;Executed by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmllistmodel
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- ...
| 102740 |
| 191 | ((runningLeafAnimations >= 0) ? static_cast<void>(0) : qt_assert("runningLeafAnimations >= 0", __FILE__, 236)); | - |
| 192 | }executed 105550 times by 38 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- ...
| 105550 |
| 193 | | - |
| 194 | int QQmlAnimationTimer::closestPauseAnimationTimeToFinish() | - |
| 195 | { | - |
| 196 | int closestTimeToFinish = 0x7fffffff; | - |
| 197 | for (int i = 0; i < runningPauseAnimations.size()| TRUE | evaluated 778 times by 24 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickparticlesystem
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickspringanimation
- tst_qquicktaphandler
- tst_qquickvisualdatamodel
- tst_qsequentialanimationgroupjob
| | FALSE | evaluated 693 times by 24 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickparticlesystem
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickspringanimation
- tst_qquicktaphandler
- tst_qquickvisualdatamodel
- tst_qsequentialanimationgroupjob
|
; ++i) { | 693-778 |
| 198 | QAbstractAnimationJob *animation = runningPauseAnimations.at(i); | - |
| 199 | int timeToFinish; | - |
| 200 | | - |
| 201 | if (animation->direction() == QAbstractAnimationJob::Forward| TRUE | evaluated 776 times by 24 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickparticlesystem
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickspringanimation
- tst_qquicktaphandler
- tst_qquickvisualdatamodel
- tst_qsequentialanimationgroupjob
| | FALSE | evaluated 2 times by 1 test |
) | 2-776 |
| 202 | timeToFinish = animation->duration() - animation->currentLoopTime();executed 776 times by 24 tests: timeToFinish = animation->duration() - animation->currentLoopTime();Executed by:- tst_examples
- tst_flickableinterop
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickparticlesystem
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickspringanimation
- tst_qquicktaphandler
- tst_qquickvisualdatamodel
- tst_qsequentialanimationgroupjob
| 776 |
| 203 | else | - |
| 204 | timeToFinish = animation->currentLoopTime();executed 2 times by 1 test: timeToFinish = animation->currentLoopTime(); | 2 |
| 205 | | - |
| 206 | if (timeToFinish < closestTimeToFinish| TRUE | evaluated 708 times by 24 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickparticlesystem
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickspringanimation
- tst_qquicktaphandler
- tst_qquickvisualdatamodel
- tst_qsequentialanimationgroupjob
| | FALSE | evaluated 70 times by 5 testsEvaluated by:- tst_examples
- tst_qpauseanimationjob
- tst_qquickgridview
- tst_qquicklistview
- tst_qquicktaphandler
|
) | 70-708 |
| 207 | closestTimeToFinish = timeToFinish;executed 708 times by 24 tests: closestTimeToFinish = timeToFinish;Executed by:- tst_examples
- tst_flickableinterop
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickparticlesystem
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickspringanimation
- tst_qquicktaphandler
- tst_qquickvisualdatamodel
- tst_qsequentialanimationgroupjob
| 708 |
| 208 | }executed 778 times by 24 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickparticlesystem
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickspringanimation
- tst_qquicktaphandler
- tst_qquickvisualdatamodel
- tst_qsequentialanimationgroupjob
| 778 |
| 209 | returnexecuted 693 times by 24 tests: return closestTimeToFinish;Executed by:- tst_examples
- tst_flickableinterop
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickparticlesystem
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickspringanimation
- tst_qquicktaphandler
- tst_qquickvisualdatamodel
- tst_qsequentialanimationgroupjob
closestTimeToFinish;executed 693 times by 24 tests: return closestTimeToFinish;Executed by:- tst_examples
- tst_flickableinterop
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickparticlesystem
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickspringanimation
- tst_qquicktaphandler
- tst_qquickvisualdatamodel
- tst_qsequentialanimationgroupjob
| 693 |
| 210 | } | - |
| 211 | | - |
| 212 | | - |
| 213 | | - |
| 214 | QAbstractAnimationJob::QAbstractAnimationJob() | - |
| 215 | : m_loopCount(1) | - |
| 216 | , m_group(nullptr) | - |
| 217 | , m_direction(QAbstractAnimationJob::Forward) | - |
| 218 | , m_state(QAbstractAnimationJob::Stopped) | - |
| 219 | , m_totalCurrentTime(0) | - |
| 220 | , m_currentTime(0) | - |
| 221 | , m_currentLoop(0) | - |
| 222 | , m_uncontrolledFinishTime(-1) | - |
| 223 | , m_currentLoopStartTime(0) | - |
| 224 | , m_nextSibling(nullptr) | - |
| 225 | , m_previousSibling(nullptr) | - |
| 226 | , m_wasDeleted(nullptr) | - |
| 227 | , m_hasRegisteredTimer(false) | - |
| 228 | , m_isPause(false) | - |
| 229 | , m_isGroup(false) | - |
| 230 | , m_disableUserControl(false) | - |
| 231 | , m_hasCurrentTimeChangeListeners(false) | - |
| 232 | , m_isRenderThreadJob(false) | - |
| 233 | , m_isRenderThreadProxy(false) | - |
| 234 | | - |
| 235 | { | - |
| 236 | }executed 117323 times by 44 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
| 117323 |
| 237 | | - |
| 238 | QAbstractAnimationJob::~QAbstractAnimationJob() | - |
| 239 | { | - |
| 240 | if (m_wasDeleted| TRUE | evaluated 123 times by 5 testsEvaluated by:- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquicklistview
- tst_qquicksmoothedanimation
| | FALSE | evaluated 117024 times by 41 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- ...
|
) | 123-117024 |
| 241 | *executed 123 times by 5 tests: *m_wasDeleted = true;Executed by:- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquicklistview
- tst_qquicksmoothedanimation
m_wasDeleted = true;executed 123 times by 5 tests: *m_wasDeleted = true;Executed by:- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquicklistview
- tst_qquicksmoothedanimation
| 123 |
| 242 | | - |
| 243 | | - |
| 244 | if (m_state != Stopped| TRUE | evaluated 13584 times by 24 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qqmldebugjs
- tst_qqmllistmodel
- tst_qqmltimer
- tst_qqmlvaluetypes
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquicktaphandler
- tst_qquickvisualdatamodel
- tst_qsequentialanimationgroupjob
| | FALSE | evaluated 103563 times by 38 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- ...
|
) { | 13584-103563 |
| 245 | State oldState = m_state; | - |
| 246 | m_state = Stopped; | - |
| 247 | stateChanged(oldState, m_state); | - |
| 248 | | - |
| 249 | ((m_state == Stopped) ? static_cast<void>(0) : qt_assert("m_state == Stopped", __FILE__, 294)); | - |
| 250 | if (oldState == Running| TRUE | evaluated 13558 times by 24 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qqmldebugjs
- tst_qqmllistmodel
- tst_qqmltimer
- tst_qqmlvaluetypes
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquicktaphandler
- tst_qquickvisualdatamodel
- tst_qsequentialanimationgroupjob
| | FALSE | evaluated 26 times by 3 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qquickanimations
- tst_qsequentialanimationgroupjob
|
) { | 26-13558 |
| 251 | ((QQmlAnimationTimer::instance() == m_timer) ? static_cast<void>(0) : qt_assert("QQmlAnimationTimer::instance() == m_timer", __FILE__, 296)); | - |
| 252 | m_timer->unregisterAnimation(this); | - |
| 253 | }executed 13558 times by 24 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qqmldebugjs
- tst_qqmllistmodel
- tst_qqmltimer
- tst_qqmlvaluetypes
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquicktaphandler
- tst_qquickvisualdatamodel
- tst_qsequentialanimationgroupjob
| 13558 |
| 254 | ((!m_hasRegisteredTimer) ? static_cast<void>(0) : qt_assert("!m_hasRegisteredTimer", __FILE__, 299)); | - |
| 255 | }executed 13584 times by 24 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qqmldebugjs
- tst_qqmllistmodel
- tst_qqmltimer
- tst_qqmlvaluetypes
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquicktaphandler
- tst_qquickvisualdatamodel
- tst_qsequentialanimationgroupjob
| 13584 |
| 256 | | - |
| 257 | if (m_group| TRUE | evaluated 364 times by 3 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qsequentialanimationgroupjob
| | FALSE | evaluated 116783 times by 41 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- ...
|
) | 364-116783 |
| 258 | m_group->removeAnimation(this);executed 364 times by 3 tests: m_group->removeAnimation(this);Executed by:- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qsequentialanimationgroupjob
| 364 |
| 259 | }executed 117147 times by 41 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitemparticle
- tst_qquicklistview
- ...
| 117147 |
| 260 | | - |
| 261 | void QAbstractAnimationJob::fireTopLevelAnimationLoopChanged() | - |
| 262 | { | - |
| 263 | m_uncontrolledFinishTime = -1; | - |
| 264 | if (m_group| TRUE | evaluated 78773 times by 18 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquicktaphandler
- tst_qsequentialanimationgroupjob
- tst_scenegraph
| | FALSE | evaluated 68940 times by 40 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
|
) | 68940-78773 |
| 265 | m_currentLoopStartTime = 0;executed 78773 times by 18 tests: m_currentLoopStartTime = 0;Executed by:- tst_examples
- tst_flickableinterop
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquicktaphandler
- tst_qsequentialanimationgroupjob
- tst_scenegraph
| 78773 |
| 266 | topLevelAnimationLoopChanged(); | - |
| 267 | }executed 147713 times by 40 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
| 147713 |
| 268 | | - |
| 269 | void QAbstractAnimationJob::setState(QAbstractAnimationJob::State newState) | - |
| 270 | { | - |
| 271 | if (m_state == newState| TRUE | evaluated 4 times by 1 test | | FALSE | evaluated 265502 times by 40 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
|
) | 4-265502 |
| 272 | return;executed 4 times by 1 test: return; | 4 |
| 273 | | - |
| 274 | if (m_loopCount == 0| TRUE | never evaluated | | FALSE | evaluated 265502 times by 40 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
|
) | 0-265502 |
| 275 | return; never executed: return; | 0 |
| 276 | | - |
| 277 | if (!m_timer| TRUE | evaluated 99634 times by 40 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
| | FALSE | evaluated 165868 times by 36 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
|
) | 99634-165868 |
| 278 | m_timer = QQmlAnimationTimer::instance();executed 99634 times by 40 tests: m_timer = QQmlAnimationTimer::instance();Executed by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
| 99634 |
| 279 | | - |
| 280 | State oldState = m_state; | - |
| 281 | int oldCurrentTime = m_currentTime; | - |
| 282 | int oldCurrentLoop = m_currentLoop; | - |
| 283 | Direction oldDirection = m_direction; | - |
| 284 | | - |
| 285 | | - |
| 286 | if ((newState == Paused| TRUE | evaluated 512 times by 6 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquicksmoothedanimation
- tst_qsequentialanimationgroupjob
| | FALSE | evaluated 264990 times by 40 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
|
|| newState == Running| TRUE | evaluated 139498 times by 40 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
| | FALSE | evaluated 125492 times by 36 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
|
) && oldState == Stopped| TRUE | evaluated 139088 times by 40 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
| | FALSE | evaluated 922 times by 6 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquicksmoothedanimation
- tst_qsequentialanimationgroupjob
|
) { | 512-264990 |
| 287 | | - |
| 288 | | - |
| 289 | | - |
| 290 | m_totalCurrentTime = m_currentTime = (| TRUE | evaluated 138864 times by 40 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
| | FALSE | evaluated 224 times by 2 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qquickanimations
|
m_direction == Forward)| TRUE | evaluated 138864 times by 40 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
| | FALSE | evaluated 224 times by 2 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qquickanimations
|
? | 224-138864 |
| 291 | 0 : (m_loopCount == -1| TRUE | evaluated 6 times by 1 testEvaluated by:- tst_qparallelanimationgroupjob
| | FALSE | evaluated 218 times by 2 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qquickanimations
|
? duration() : totalDuration()); | 6-218 |
| 292 | | - |
| 293 | | - |
| 294 | m_uncontrolledFinishTime = -1; | - |
| 295 | if (!m_group| TRUE | evaluated 68694 times by 40 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
| | FALSE | evaluated 70394 times by 18 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquicktaphandler
- tst_qsequentialanimationgroupjob
- tst_scenegraph
|
) | 68694-70394 |
| 296 | m_currentLoopStartTime = m_totalCurrentTime;executed 68694 times by 40 tests: m_currentLoopStartTime = m_totalCurrentTime;Executed by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
| 68694 |
| 297 | }executed 139088 times by 40 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
| 139088 |
| 298 | | - |
| 299 | m_state = newState; | - |
| 300 | | - |
| 301 | | - |
| 302 | bool isTopLevel = !m_group| TRUE | evaluated 129538 times by 40 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
| | FALSE | evaluated 135964 times by 18 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquicktaphandler
- tst_qsequentialanimationgroupjob
- tst_scenegraph
|
|| m_group->isStopped()| TRUE | evaluated 1141 times by 9 testsEvaluated by:- tst_examples
- tst_qparallelanimationgroupjob
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qsequentialanimationgroupjob
| | FALSE | evaluated 134823 times by 18 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquicktaphandler
- tst_qsequentialanimationgroupjob
- tst_scenegraph
|
; | 1141-135964 |
| 303 | if (oldState == Running| TRUE | evaluated 125932 times by 36 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| | FALSE | evaluated 139570 times by 40 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
|
) { | 125932-139570 |
| 304 | if (newState == Paused| TRUE | evaluated 512 times by 6 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquicksmoothedanimation
- tst_qsequentialanimationgroupjob
| | FALSE | evaluated 125420 times by 36 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
|
&& m_hasRegisteredTimer| TRUE | evaluated 64 times by 5 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qquickanimations
- tst_qquicksmoothedanimation
- tst_qsequentialanimationgroupjob
| | FALSE | evaluated 448 times by 5 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquicksmoothedanimation
- tst_qsequentialanimationgroupjob
|
) | 64-125420 |
| 305 | m_timer->ensureTimerUpdate();executed 64 times by 5 tests: m_timer->ensureTimerUpdate();Executed by:- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qquickanimations
- tst_qquicksmoothedanimation
- tst_qsequentialanimationgroupjob
| 64 |
| 306 | | - |
| 307 | m_timer->unregisterAnimation(this); | - |
| 308 | }executed 125932 times by 36 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
else if (newState == Running| TRUE | evaluated 139498 times by 40 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
| | FALSE | evaluated 72 times by 3 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qquickanimations
- tst_qsequentialanimationgroupjob
|
) { | 72-139498 |
| 309 | m_timer->registerAnimation(this, isTopLevel); | - |
| 310 | }executed 139498 times by 40 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
| 139498 |
| 311 | | - |
| 312 | | - |
| 313 | if (newState == Running| TRUE | evaluated 139498 times by 40 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
| | FALSE | evaluated 126004 times by 36 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
|
&& oldState == Stopped| TRUE | evaluated 139088 times by 40 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
| | FALSE | evaluated 410 times by 5 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qsequentialanimationgroupjob
|
&& !m_group| TRUE | evaluated 68694 times by 40 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
| | FALSE | evaluated 70394 times by 18 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquicktaphandler
- tst_qsequentialanimationgroupjob
- tst_scenegraph
|
) | 410-139498 |
| 314 | fireTopLevelAnimationLoopChanged();executed 68694 times by 40 tests: fireTopLevelAnimationLoopChanged();Executed by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
| 68694 |
| 315 | | - |
| 316 | { bool *prevWasDeleted = m_wasDeleted; bool wasDeleted = false; m_wasDeleted = &wasDeleted; updateState(newState, oldState); if (wasDeleted| TRUE | evaluated 94 times by 3 testsEvaluated by:- tst_qquickanimations
- tst_qquickgridview
- tst_qquicklistview
| | FALSE | evaluated 265408 times by 40 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
|
) { if (prevWasDeleted| TRUE | evaluated 86 times by 2 testsEvaluated by:- tst_qquickgridview
- tst_qquicklistview
| | FALSE | evaluated 8 times by 1 test |
) *executed 86 times by 2 tests: *prevWasDeleted = true;Executed by:- tst_qquickgridview
- tst_qquicklistview
prevWasDeleted = true;executed 86 times by 2 tests: *prevWasDeleted = true;Executed by:- tst_qquickgridview
- tst_qquicklistview
return;executed 94 times by 3 tests: return;Executed by:- tst_qquickanimations
- tst_qquickgridview
- tst_qquicklistview
} m_wasDeleted = prevWasDeleted; }; | 8-265408 |
| 317 | | - |
| 318 | if (newState != m_state| TRUE | evaluated 38302 times by 12 testsEvaluated by:- tst_examples
- tst_qqmllistmodel
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquickvisualdatamodel
| | FALSE | evaluated 227106 times by 40 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
|
) | 38302-227106 |
| 319 | return;executed 38302 times by 12 tests: return;Executed by:- tst_examples
- tst_qqmllistmodel
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquickvisualdatamodel
| 38302 |
| 320 | | - |
| 321 | | - |
| 322 | { bool *prevWasDeleted = m_wasDeleted; bool wasDeleted = false; m_wasDeleted = &wasDeleted; stateChanged(newState, oldState); if (wasDeleted| TRUE | never evaluated | | FALSE | evaluated 227106 times by 40 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
|
) { if (prevWasDeleted| TRUE | never evaluated | | FALSE | never evaluated |
) *never executed: *prevWasDeleted = true; prevWasDeleted = true;never executed: *prevWasDeleted = true; return;never executed: return; } m_wasDeleted = prevWasDeleted; }; | 0-227106 |
| 323 | if (newState != m_state| TRUE | never evaluated | | FALSE | evaluated 227106 times by 40 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
|
) | 0-227106 |
| 324 | return; never executed: return; | 0 |
| 325 | | - |
| 326 | switch (m_state) { | - |
| 327 | caseexecuted 512 times by 6 tests: case Paused:Executed by:- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquicksmoothedanimation
- tst_qsequentialanimationgroupjob
Paused:executed 512 times by 6 tests: case Paused:Executed by:- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquicksmoothedanimation
- tst_qsequentialanimationgroupjob
| 512 |
| 328 | break;executed 512 times by 6 tests: break;Executed by:- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquicksmoothedanimation
- tst_qsequentialanimationgroupjob
| 512 |
| 329 | caseexecuted 101188 times by 40 tests: case Running:Executed by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
Running:executed 101188 times by 40 tests: case Running:Executed by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
| 101188 |
| 330 | { | - |
| 331 | | - |
| 332 | if (oldState == Stopped| TRUE | evaluated 100778 times by 40 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
| | FALSE | evaluated 410 times by 5 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qsequentialanimationgroupjob
|
) { | 410-100778 |
| 333 | m_currentLoop = 0; | - |
| 334 | if (isTopLevel| TRUE | evaluated 30418 times by 40 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
| | FALSE | evaluated 70360 times by 18 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquicktaphandler
- tst_qsequentialanimationgroupjob
- tst_scenegraph
|
) { | 30418-70360 |
| 335 | | - |
| 336 | { bool *prevWasDeleted = m_wasDeleted; bool wasDeleted = false; m_wasDeleted = &wasDeleted; m_timer->ensureTimerUpdate(); if (wasDeleted| TRUE | never evaluated | | FALSE | evaluated 30418 times by 40 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
|
) { if (prevWasDeleted| TRUE | never evaluated | | FALSE | never evaluated |
) *never executed: *prevWasDeleted = true; prevWasDeleted = true;never executed: *prevWasDeleted = true; return;never executed: return; } m_wasDeleted = prevWasDeleted; }; | 0-30418 |
| 337 | { bool *prevWasDeleted = m_wasDeleted; bool wasDeleted = false; m_wasDeleted = &wasDeleted; setCurrentTime(m_totalCurrentTime); if (wasDeleted| TRUE | never evaluated | | FALSE | evaluated 30418 times by 40 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
|
) { if (prevWasDeleted| TRUE | never evaluated | | FALSE | never evaluated |
) *never executed: *prevWasDeleted = true; prevWasDeleted = true;never executed: *prevWasDeleted = true; return;never executed: return; } m_wasDeleted = prevWasDeleted; }; | 0-30418 |
| 338 | }executed 30418 times by 40 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
| 30418 |
| 339 | }executed 100778 times by 40 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
| 100778 |
| 340 | } | - |
| 341 | break;executed 101188 times by 40 tests: break;Executed by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
| 101188 |
| 342 | caseexecuted 125406 times by 36 tests: case Stopped:Executed by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
Stopped:executed 125406 times by 36 tests: case Stopped:Executed by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| 125406 |
| 343 | | - |
| 344 | int dura = duration(); | - |
| 345 | | - |
| 346 | if (dura == -1| TRUE | evaluated 49129 times by 19 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qparallelanimationgroupjob
- tst_qqmllistmodel
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquickvisualdatamodel
- tst_qsequentialanimationgroupjob
| | FALSE | evaluated 76277 times by 30 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickparticlesystem
- tst_qquickpositioners
- tst_qquickrepeater
- ...
|
|| m_loopCount < 0| TRUE | evaluated 40 times by 5 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qqmltimer
- tst_qquickanimations
- tst_qquickrepeater
- tst_qsequentialanimationgroupjob
| | FALSE | evaluated 76237 times by 30 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickparticlesystem
- tst_qquickpositioners
- tst_qquickrepeater
- ...
|
| 40-76277 |
| 347 | || (oldDirection == Forward| TRUE | evaluated 76067 times by 30 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickparticlesystem
- tst_qquickpositioners
- tst_qquickrepeater
- ...
| | FALSE | evaluated 170 times by 3 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qquickanimations
|
&& (| TRUE | evaluated 72993 times by 26 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickparticlesystem
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicktaphandler
- tst_qsequentialanimationgroupjob
- ...
| | FALSE | evaluated 3074 times by 15 testsEvaluated by:- tst_examples
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qqmltypeloader
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickspringanimation
- tst_qquickvisualdatamodel
- tst_qsequentialanimationgroupjob
|
oldCurrentTime * (oldCurrentLoop + 1)) == (dura * m_loopCount)| TRUE | evaluated 72993 times by 26 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickparticlesystem
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicktaphandler
- tst_qsequentialanimationgroupjob
- ...
| | FALSE | evaluated 3074 times by 15 testsEvaluated by:- tst_examples
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qqmltypeloader
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickspringanimation
- tst_qquickvisualdatamodel
- tst_qsequentialanimationgroupjob
|
) | 170-76067 |
| 348 | || (oldDirection == Backward| TRUE | evaluated 170 times by 3 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qquickanimations
| | FALSE | evaluated 3074 times by 15 testsEvaluated by:- tst_examples
- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qqmltypeloader
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickspringanimation
- tst_qquickvisualdatamodel
- tst_qsequentialanimationgroupjob
|
&& oldCurrentTime == 0| TRUE | evaluated 156 times by 3 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qquickanimations
| | FALSE | evaluated 14 times by 1 testEvaluated by:- tst_qparallelanimationgroupjob
|
)) { | 14-3074 |
| 349 | finished(); | - |
| 350 | }executed 122318 times by 35 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- ...
| 122318 |
| 351 | break;executed 125406 times by 36 tests: break;Executed by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| 125406 |
| 352 | } | - |
| 353 | }executed 227106 times by 40 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
| 227106 |
| 354 | | - |
| 355 | void QAbstractAnimationJob::setDirection(Direction direction) | - |
| 356 | { | - |
| 357 | if (m_direction == direction| TRUE | evaluated 80886 times by 18 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquicktaphandler
- tst_qsequentialanimationgroupjob
- tst_scenegraph
| | FALSE | evaluated 166 times by 5 testsEvaluated by:- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qquickanimations
- tst_qsequentialanimationgroupjob
|
) | 166-80886 |
| 358 | return;executed 80886 times by 18 tests: return;Executed by:- tst_examples
- tst_flickableinterop
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquicktaphandler
- tst_qsequentialanimationgroupjob
- tst_scenegraph
| 80886 |
| 359 | | - |
| 360 | if (m_state == Stopped| TRUE | evaluated 164 times by 4 testsEvaluated by:- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qquickanimations
- tst_qsequentialanimationgroupjob
| | FALSE | evaluated 2 times by 1 test |
) { | 2-164 |
| 361 | if (m_direction == Backward| TRUE | evaluated 2 times by 1 testEvaluated by:- tst_qabstractanimationjob
| | FALSE | evaluated 162 times by 4 testsEvaluated by:- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qquickanimations
- tst_qsequentialanimationgroupjob
|
) { | 2-162 |
| 362 | m_currentTime = duration(); | - |
| 363 | m_currentLoop = m_loopCount - 1; | - |
| 364 | }executed 2 times by 1 test: end of blockExecuted by:- tst_qabstractanimationjob
else { | 2 |
| 365 | m_currentTime = 0; | - |
| 366 | m_currentLoop = 0; | - |
| 367 | }executed 162 times by 4 tests: end of blockExecuted by:- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qquickanimations
- tst_qsequentialanimationgroupjob
| 162 |
| 368 | } | - |
| 369 | | - |
| 370 | | - |
| 371 | | - |
| 372 | if (m_hasRegisteredTimer| TRUE | evaluated 2 times by 1 test | | FALSE | evaluated 164 times by 4 testsEvaluated by:- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qquickanimations
- tst_qsequentialanimationgroupjob
|
) | 2-164 |
| 373 | m_timer->ensureTimerUpdate();executed 2 times by 1 test: m_timer->ensureTimerUpdate(); | 2 |
| 374 | | - |
| 375 | m_direction = direction; | - |
| 376 | updateDirection(direction); | - |
| 377 | | - |
| 378 | if (m_hasRegisteredTimer| TRUE | evaluated 2 times by 1 test | | FALSE | evaluated 164 times by 4 testsEvaluated by:- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qquickanimations
- tst_qsequentialanimationgroupjob
|
) | 2-164 |
| 379 | | - |
| 380 | m_timer->updateAnimationTimer();executed 2 times by 1 test: m_timer->updateAnimationTimer(); | 2 |
| 381 | }executed 166 times by 5 tests: end of blockExecuted by:- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qquickanimations
- tst_qsequentialanimationgroupjob
| 166 |
| 382 | | - |
| 383 | void QAbstractAnimationJob::setLoopCount(int loopCount) | - |
| 384 | { | - |
| 385 | m_loopCount = loopCount; | - |
| 386 | }executed 87079 times by 38 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- ...
| 87079 |
| 387 | | - |
| 388 | int QAbstractAnimationJob::totalDuration() const | - |
| 389 | { | - |
| 390 | int dura = duration(); | - |
| 391 | if (dura <= 0| TRUE | evaluated 528418 times by 16 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickspringanimation
- tst_qquicktaphandler
- tst_qsequentialanimationgroupjob
- tst_scenegraph
| | FALSE | evaluated 1469010 times by 18 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquicktaphandler
- tst_qsequentialanimationgroupjob
- tst_scenegraph
|
) | 528418-1469010 |
| 392 | returnexecuted 528418 times by 16 tests: return dura;Executed by:- tst_examples
- tst_flickableinterop
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickspringanimation
- tst_qquicktaphandler
- tst_qsequentialanimationgroupjob
- tst_scenegraph
dura;executed 528418 times by 16 tests: return dura;Executed by:- tst_examples
- tst_flickableinterop
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickspringanimation
- tst_qquicktaphandler
- tst_qsequentialanimationgroupjob
- tst_scenegraph
| 528418 |
| 393 | int loopcount = loopCount(); | - |
| 394 | if (loopcount < 0| TRUE | evaluated 347 times by 3 testsEvaluated by:- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qsequentialanimationgroupjob
| | FALSE | evaluated 1468663 times by 18 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquicktaphandler
- tst_qsequentialanimationgroupjob
- tst_scenegraph
|
) | 347-1468663 |
| 395 | returnexecuted 347 times by 3 tests: return -1;Executed by:- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qsequentialanimationgroupjob
-1;executed 347 times by 3 tests: return -1;Executed by:- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qsequentialanimationgroupjob
| 347 |
| 396 | returnexecuted 1468663 times by 18 tests: return dura * loopcount;Executed by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquicktaphandler
- tst_qsequentialanimationgroupjob
- tst_scenegraph
dura * loopcount;executed 1468663 times by 18 tests: return dura * loopcount;Executed by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquicktaphandler
- tst_qsequentialanimationgroupjob
- tst_scenegraph
| 1468663 |
| 397 | } | - |
| 398 | | - |
| 399 | void QAbstractAnimationJob::setCurrentTime(int msecs) | - |
| 400 | { | - |
| 401 | msecs = qMax(msecs, 0); | - |
| 402 | | - |
| 403 | int dura = duration(); | - |
| 404 | int totalDura; | - |
| 405 | int oldLoop = m_currentLoop; | - |
| 406 | | - |
| 407 | if (dura < 0| TRUE | evaluated 43483 times by 17 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquickvisualdatamodel
- tst_qsequentialanimationgroupjob
| | FALSE | evaluated 247201 times by 36 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- ...
|
&& m_direction == Forward| TRUE | evaluated 43483 times by 17 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquickvisualdatamodel
- tst_qsequentialanimationgroupjob
| | FALSE | never evaluated |
) { | 0-247201 |
| 408 | totalDura = -1; | - |
| 409 | if (m_uncontrolledFinishTime >= 0| TRUE | evaluated 64 times by 2 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qsequentialanimationgroupjob
| | FALSE | evaluated 43419 times by 17 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquickvisualdatamodel
- tst_qsequentialanimationgroupjob
|
&& msecs >= m_uncontrolledFinishTime| TRUE | evaluated 12 times by 2 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qsequentialanimationgroupjob
| | FALSE | evaluated 52 times by 2 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qsequentialanimationgroupjob
|
) { | 12-43419 |
| 410 | msecs = m_uncontrolledFinishTime; | - |
| 411 | if (m_currentLoop == m_loopCount - 1| TRUE | evaluated 8 times by 2 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qsequentialanimationgroupjob
| | FALSE | evaluated 4 times by 2 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qsequentialanimationgroupjob
|
) { | 4-8 |
| 412 | totalDura = m_uncontrolledFinishTime; | - |
| 413 | }executed 8 times by 2 tests: end of blockExecuted by:- tst_qparallelanimationgroupjob
- tst_qsequentialanimationgroupjob
else { | 8 |
| 414 | ++m_currentLoop; | - |
| 415 | m_currentLoopStartTime = msecs; | - |
| 416 | m_uncontrolledFinishTime = -1; | - |
| 417 | }executed 4 times by 2 tests: end of blockExecuted by:- tst_qparallelanimationgroupjob
- tst_qsequentialanimationgroupjob
| 4 |
| 418 | } | - |
| 419 | m_totalCurrentTime = msecs; | - |
| 420 | m_currentTime = msecs - m_currentLoopStartTime; | - |
| 421 | }executed 43483 times by 17 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquickvisualdatamodel
- tst_qsequentialanimationgroupjob
else { | 43483 |
| 422 | totalDura = dura <= 0| TRUE | evaluated 19368 times by 16 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpositioners
- tst_qquicktaphandler
- tst_qsequentialanimationgroupjob
- tst_scenegraph
| | FALSE | evaluated 227833 times by 36 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- ...
|
? dura : ((| TRUE | evaluated 4438 times by 12 testsEvaluated by:- tst_examples
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qqmlnativeconnector
- tst_qqmltimer
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qsequentialanimationgroupjob
| | FALSE | evaluated 223395 times by 36 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- ...
|
m_loopCount < 0)| TRUE | evaluated 4438 times by 12 testsEvaluated by:- tst_examples
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qqmlnativeconnector
- tst_qqmltimer
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qsequentialanimationgroupjob
| | FALSE | evaluated 223395 times by 36 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- ...
|
? -1 : dura * m_loopCount); | 4438-227833 |
| 423 | if (totalDura != -1| TRUE | evaluated 242763 times by 36 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- ...
| | FALSE | evaluated 4438 times by 12 testsEvaluated by:- tst_examples
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qqmlnativeconnector
- tst_qqmltimer
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qsequentialanimationgroupjob
|
) | 4438-242763 |
| 424 | msecs = qMin(totalDura, msecs);executed 242763 times by 36 tests: msecs = qMin(totalDura, msecs);Executed by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- ...
| 242763 |
| 425 | m_totalCurrentTime = msecs; | - |
| 426 | | - |
| 427 | | - |
| 428 | m_currentLoop = ((| TRUE | evaluated 19368 times by 16 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpositioners
- tst_qquicktaphandler
- tst_qsequentialanimationgroupjob
- tst_scenegraph
| | FALSE | evaluated 227833 times by 36 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- ...
|
dura <= 0)| TRUE | evaluated 19368 times by 16 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpositioners
- tst_qquicktaphandler
- tst_qsequentialanimationgroupjob
- tst_scenegraph
| | FALSE | evaluated 227833 times by 36 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- ...
|
? 0 : (msecs / dura)); | 19368-227833 |
| 429 | if (m_currentLoop == m_loopCount| TRUE | evaluated 54061 times by 24 testsEvaluated by:- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickparticlesystem
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qsequentialanimationgroupjob
- tst_scenegraph
| | FALSE | evaluated 193140 times by 36 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- ...
|
) { | 54061-193140 |
| 430 | | - |
| 431 | m_currentTime = qMax(0, dura); | - |
| 432 | m_currentLoop = qMax(0, m_loopCount - 1); | - |
| 433 | }executed 54061 times by 24 tests: end of blockExecuted by:- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickparticlesystem
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qsequentialanimationgroupjob
- tst_scenegraph
else { | 54061 |
| 434 | if (m_direction == Forward| TRUE | evaluated 192720 times by 36 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- ...
| | FALSE | evaluated 420 times by 4 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qquickanimations
- tst_qsequentialanimationgroupjob
|
) { | 420-192720 |
| 435 | m_currentTime = (| TRUE | evaluated 19322 times by 16 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpositioners
- tst_qquicktaphandler
- tst_qsequentialanimationgroupjob
- tst_scenegraph
| | FALSE | evaluated 173398 times by 36 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- ...
|
dura <= 0)| TRUE | evaluated 19322 times by 16 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpositioners
- tst_qquicktaphandler
- tst_qsequentialanimationgroupjob
- tst_scenegraph
| | FALSE | evaluated 173398 times by 36 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- ...
|
? msecs : (msecs % dura); | 19322-173398 |
| 436 | }executed 192720 times by 36 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- ...
else { | 192720 |
| 437 | m_currentTime = (| TRUE | evaluated 46 times by 1 testEvaluated by:- tst_qparallelanimationgroupjob
| | FALSE | evaluated 374 times by 4 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qquickanimations
- tst_qsequentialanimationgroupjob
|
dura <= 0)| TRUE | evaluated 46 times by 1 testEvaluated by:- tst_qparallelanimationgroupjob
| | FALSE | evaluated 374 times by 4 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qquickanimations
- tst_qsequentialanimationgroupjob
|
? msecs : ((msecs - 1) % dura) + 1; | 46-374 |
| 438 | if (m_currentTime == dura| TRUE | evaluated 78 times by 1 testEvaluated by:- tst_qparallelanimationgroupjob
| | FALSE | evaluated 342 times by 4 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qquickanimations
- tst_qsequentialanimationgroupjob
|
) | 78-342 |
| 439 | --executed 78 times by 1 test: --m_currentLoop;Executed by:- tst_qparallelanimationgroupjob
m_currentLoop;executed 78 times by 1 test: --m_currentLoop;Executed by:- tst_qparallelanimationgroupjob
| 78 |
| 440 | }executed 420 times by 4 tests: end of blockExecuted by:- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qquickanimations
- tst_qsequentialanimationgroupjob
| 420 |
| 441 | } | - |
| 442 | } | - |
| 443 | | - |
| 444 | | - |
| 445 | if (m_currentLoop != oldLoop| TRUE | evaluated 560 times by 8 testsEvaluated by:- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmltimer
- tst_qquickanimations
- tst_qquickimage
- tst_qquickrepeater
- tst_qsequentialanimationgroupjob
| | FALSE | evaluated 290124 times by 40 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
|
&& !m_group| TRUE | evaluated 246 times by 7 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmltimer
- tst_qquickanimations
- tst_qquickimage
- tst_qquickrepeater
- tst_qsequentialanimationgroupjob
| | FALSE | evaluated 314 times by 4 testsEvaluated by:- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qquickanimations
- tst_qsequentialanimationgroupjob
|
) | 246-290124 |
| 446 | fireTopLevelAnimationLoopChanged();executed 246 times by 7 tests: fireTopLevelAnimationLoopChanged();Executed by:- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmltimer
- tst_qquickanimations
- tst_qquickimage
- tst_qquickrepeater
- tst_qsequentialanimationgroupjob
| 246 |
| 447 | | - |
| 448 | { bool *prevWasDeleted = m_wasDeleted; bool wasDeleted = false; m_wasDeleted = &wasDeleted; updateCurrentTime(m_currentTime); if (wasDeleted| TRUE | evaluated 29 times by 3 testsEvaluated by:- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquicksmoothedanimation
| | FALSE | evaluated 290655 times by 40 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
|
) { if (prevWasDeleted| TRUE | never evaluated | | FALSE | evaluated 29 times by 3 testsEvaluated by:- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquicksmoothedanimation
|
) *never executed: *prevWasDeleted = true; prevWasDeleted = true;never executed: *prevWasDeleted = true; return;executed 29 times by 3 tests: return;Executed by:- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquicksmoothedanimation
} m_wasDeleted = prevWasDeleted; }; | 0-290655 |
| 449 | | - |
| 450 | if (m_currentLoop != oldLoop| TRUE | evaluated 560 times by 8 testsEvaluated by:- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmltimer
- tst_qquickanimations
- tst_qquickimage
- tst_qquickrepeater
- tst_qsequentialanimationgroupjob
| | FALSE | evaluated 290095 times by 40 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
|
) | 560-290095 |
| 451 | currentLoopChanged();executed 560 times by 8 tests: currentLoopChanged();Executed by:- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmltimer
- tst_qquickanimations
- tst_qquickimage
- tst_qquickrepeater
- tst_qsequentialanimationgroupjob
| 560 |
| 452 | | - |
| 453 | | - |
| 454 | | - |
| 455 | | - |
| 456 | if ((m_direction == Forward| TRUE | evaluated 290075 times by 40 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
| | FALSE | evaluated 580 times by 4 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qquickanimations
- tst_qsequentialanimationgroupjob
|
&& m_totalCurrentTime == totalDura| TRUE | evaluated 73215 times by 27 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickparticlesystem
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicktaphandler
- ...
| | FALSE | evaluated 216860 times by 40 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
|
) | 580-290075 |
| 457 | || (m_direction == Backward| TRUE | evaluated 580 times by 4 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qquickanimations
- tst_qsequentialanimationgroupjob
| | FALSE | evaluated 216860 times by 40 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
|
&& m_totalCurrentTime == 0| TRUE | evaluated 130 times by 4 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qquickanimations
- tst_qsequentialanimationgroupjob
| | FALSE | evaluated 450 times by 3 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qquickanimations
- tst_qsequentialanimationgroupjob
|
)) { | 130-216860 |
| 458 | { bool *prevWasDeleted = m_wasDeleted; bool wasDeleted = false; m_wasDeleted = &wasDeleted; stop(); if (wasDeleted| TRUE | evaluated 86 times by 2 testsEvaluated by:- tst_qquickgridview
- tst_qquicklistview
| | FALSE | evaluated 73259 times by 27 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickparticlesystem
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicktaphandler
- ...
|
) { if (prevWasDeleted| TRUE | never evaluated | | FALSE | evaluated 86 times by 2 testsEvaluated by:- tst_qquickgridview
- tst_qquicklistview
|
) *never executed: *prevWasDeleted = true; prevWasDeleted = true;never executed: *prevWasDeleted = true; return;executed 86 times by 2 tests: return;Executed by:- tst_qquickgridview
- tst_qquicklistview
} m_wasDeleted = prevWasDeleted; }; | 0-73259 |
| 459 | }executed 73259 times by 27 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickparticlesystem
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicktaphandler
- ...
| 73259 |
| 460 | | - |
| 461 | if (m_hasCurrentTimeChangeListeners| TRUE | never evaluated | | FALSE | evaluated 290569 times by 40 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
|
) | 0-290569 |
| 462 | currentTimeChanged(m_currentTime); never executed: currentTimeChanged(m_currentTime); | 0 |
| 463 | }executed 290569 times by 40 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
| 290569 |
| 464 | | - |
| 465 | void QAbstractAnimationJob::start() | - |
| 466 | { | - |
| 467 | if (m_state == Running| TRUE | evaluated 84575 times by 14 testsEvaluated by:- tst_examples
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qsequentialanimationgroupjob
- tst_scenegraph
| | FALSE | evaluated 139486 times by 40 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
|
) | 84575-139486 |
| 468 | return;executed 84575 times by 14 tests: return;Executed by:- tst_examples
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qsequentialanimationgroupjob
- tst_scenegraph
| 84575 |
| 469 | | - |
| 470 | if (QQmlEnginePrivate::designerMode()| TRUE | never evaluated | | FALSE | evaluated 139486 times by 40 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
|
) { | 0-139486 |
| 471 | if (state() != Stopped| TRUE | never evaluated | | FALSE | never evaluated |
) { | 0 |
| 472 | m_currentTime = duration(); | - |
| 473 | m_totalCurrentTime = totalDuration(); | - |
| 474 | setState(Running); | - |
| 475 | setState(Stopped); | - |
| 476 | } never executed: end of block | 0 |
| 477 | } never executed: end of block else { | 0 |
| 478 | setState(Running); | - |
| 479 | }executed 139486 times by 40 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
| 139486 |
| 480 | } | - |
| 481 | | - |
| 482 | void QAbstractAnimationJob::stop() | - |
| 483 | { | - |
| 484 | if (m_state == Stopped| TRUE | evaluated 194344 times by 39 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- ...
| | FALSE | evaluated 125492 times by 36 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
|
) | 125492-194344 |
| 485 | return;executed 194344 times by 39 tests: return;Executed by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- ...
| 194344 |
| 486 | setState(Stopped); | - |
| 487 | }executed 125492 times by 36 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- ...
| 125492 |
| 488 | | - |
| 489 | void QAbstractAnimationJob::pause() | - |
| 490 | { | - |
| 491 | if (m_state == Stopped| TRUE | evaluated 2 times by 1 test | | FALSE | evaluated 516 times by 6 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquicksmoothedanimation
- tst_qsequentialanimationgroupjob
|
) { | 2-516 |
| 492 | QMessageLogger(__FILE__, 537, __PRETTY_FUNCTION__).warning("QAbstractAnimationJob::pause: Cannot pause a stopped animation"); | - |
| 493 | return;executed 2 times by 1 test: return; | 2 |
| 494 | } | - |
| 495 | | - |
| 496 | setState(Paused); | - |
| 497 | }executed 516 times by 6 tests: end of blockExecuted by:- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquicksmoothedanimation
- tst_qsequentialanimationgroupjob
| 516 |
| 498 | | - |
| 499 | void QAbstractAnimationJob::resume() | - |
| 500 | { | - |
| 501 | if (m_state != Paused| TRUE | never evaluated | | FALSE | evaluated 12 times by 3 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qquickanimations
- tst_qsequentialanimationgroupjob
|
) { | 0-12 |
| 502 | QMessageLogger(__FILE__, 547, __PRETTY_FUNCTION__).warning("QAbstractAnimationJob::resume: " | - |
| 503 | "Cannot resume an animation that is not paused"); | - |
| 504 | return; never executed: return; | 0 |
| 505 | } | - |
| 506 | setState(Running); | - |
| 507 | }executed 12 times by 3 tests: end of blockExecuted by:- tst_qparallelanimationgroupjob
- tst_qquickanimations
- tst_qsequentialanimationgroupjob
| 12 |
| 508 | | - |
| 509 | void QAbstractAnimationJob::setEnableUserControl() | - |
| 510 | { | - |
| 511 | m_disableUserControl = false; | - |
| 512 | } never executed: end of block | 0 |
| 513 | | - |
| 514 | bool QAbstractAnimationJob::userControlDisabled() const | - |
| 515 | { | - |
| 516 | returnexecuted 418444 times by 40 tests: return m_disableUserControl;Executed by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
m_disableUserControl;executed 418444 times by 40 tests: return m_disableUserControl;Executed by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
| 418444 |
| 517 | } | - |
| 518 | | - |
| 519 | void QAbstractAnimationJob::setDisableUserControl() | - |
| 520 | { | - |
| 521 | m_disableUserControl = true; | - |
| 522 | start(); | - |
| 523 | pause(); | - |
| 524 | }executed 122 times by 1 test: end of blockExecuted by:- tst_qquickanimationcontroller
| 122 |
| 525 | | - |
| 526 | void QAbstractAnimationJob::updateState(QAbstractAnimationJob::State newState, | - |
| 527 | QAbstractAnimationJob::State oldState) | - |
| 528 | { | - |
| 529 | (void)oldState;; | - |
| 530 | (void)newState;; | - |
| 531 | }executed 145830 times by 40 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
| 145830 |
| 532 | | - |
| 533 | void QAbstractAnimationJob::updateDirection(QAbstractAnimationJob::Direction direction) | - |
| 534 | { | - |
| 535 | (void)direction;; | - |
| 536 | }executed 124 times by 4 tests: end of blockExecuted by:- tst_qabstractanimationjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qquickanimations
| 124 |
| 537 | | - |
| 538 | void QAbstractAnimationJob::finished() | - |
| 539 | { | - |
| 540 | | - |
| 541 | for (const auto &change : changeListeners) { | - |
| 542 | if (change.types & QAbstractAnimationJob::Completion| TRUE | evaluated 435 times by 20 testsEvaluated by:- tst_examples
- tst_qparallelanimationgroupjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickparticlesystem
- tst_qquickrepeater
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qsequentialanimationgroupjob
- tst_scenegraph
| | FALSE | evaluated 9058 times by 12 testsEvaluated by:- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qsequentialanimationgroupjob
|
) { | 435-9058 |
| 543 | { bool *prevWasDeleted = m_wasDeleted; bool wasDeleted = false; m_wasDeleted = &wasDeleted; change.listener->animationFinished(this); if (wasDeleted| TRUE | never evaluated | | FALSE | evaluated 435 times by 20 testsEvaluated by:- tst_examples
- tst_qparallelanimationgroupjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickparticlesystem
- tst_qquickrepeater
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qsequentialanimationgroupjob
- tst_scenegraph
|
) { if (prevWasDeleted| TRUE | never evaluated | | FALSE | never evaluated |
) *never executed: *prevWasDeleted = true; prevWasDeleted = true;never executed: *prevWasDeleted = true; return;never executed: return; } m_wasDeleted = prevWasDeleted; }; | 0-435 |
| 544 | }executed 435 times by 20 tests: end of blockExecuted by:- tst_examples
- tst_qparallelanimationgroupjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickparticlesystem
- tst_qquickrepeater
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qsequentialanimationgroupjob
- tst_scenegraph
| 435 |
| 545 | }executed 9493 times by 24 tests: end of blockExecuted by:- tst_examples
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickparticlesystem
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qsequentialanimationgroupjob
- tst_scenegraph
| 9493 |
| 546 | | - |
| 547 | if (m_group| TRUE | evaluated 63836 times by 17 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquicktaphandler
- tst_qsequentialanimationgroupjob
- tst_scenegraph
| | FALSE | evaluated 58482 times by 34 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- ...
|
&& (duration() == -1| TRUE | evaluated 73 times by 8 testsEvaluated by:- tst_examples
- tst_qparallelanimationgroupjob
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquicklistview
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qsequentialanimationgroupjob
| | FALSE | evaluated 63763 times by 15 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquicktaphandler
- tst_qsequentialanimationgroupjob
- tst_scenegraph
|
|| loopCount() < 0| TRUE | evaluated 14 times by 2 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qsequentialanimationgroupjob
| | FALSE | evaluated 63749 times by 15 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquicktaphandler
- tst_qsequentialanimationgroupjob
- tst_scenegraph
|
)) { | 14-63836 |
| 548 | | - |
| 549 | m_group->uncontrolledAnimationFinished(this); | - |
| 550 | }executed 87 times by 8 tests: end of blockExecuted by:- tst_examples
- tst_qparallelanimationgroupjob
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquicklistview
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qsequentialanimationgroupjob
| 87 |
| 551 | }executed 122318 times by 35 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- ...
| 122318 |
| 552 | | - |
| 553 | void QAbstractAnimationJob::stateChanged(QAbstractAnimationJob::State newState, QAbstractAnimationJob::State oldState) | - |
| 554 | { | - |
| 555 | for (const auto &change : changeListeners) { | - |
| 556 | if (change.types & QAbstractAnimationJob::StateChange| TRUE | evaluated 20478 times by 14 testsEvaluated by:- tst_examples
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qsequentialanimationgroupjob
| | FALSE | evaluated 14626 times by 29 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qparallelanimationgroupjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickparticlesystem
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- ...
|
) { | 14626-20478 |
| 557 | { bool *prevWasDeleted = m_wasDeleted; bool wasDeleted = false; m_wasDeleted = &wasDeleted; change.listener->animationStateChanged(this, newState, oldState); if (wasDeleted| TRUE | never evaluated | | FALSE | evaluated 20478 times by 14 testsEvaluated by:- tst_examples
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qsequentialanimationgroupjob
|
) { if (prevWasDeleted| TRUE | never evaluated | | FALSE | never evaluated |
) *never executed: *prevWasDeleted = true; prevWasDeleted = true;never executed: *prevWasDeleted = true; return;never executed: return; } m_wasDeleted = prevWasDeleted; }; | 0-20478 |
| 558 | }executed 20478 times by 14 tests: end of blockExecuted by:- tst_examples
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpositioners
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qsequentialanimationgroupjob
| 20478 |
| 559 | }executed 35104 times by 34 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickparticlesystem
- ...
| 35104 |
| 560 | }executed 240690 times by 40 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qabstractanimationjob
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- ...
| 240690 |
| 561 | | - |
| 562 | void QAbstractAnimationJob::currentLoopChanged() | - |
| 563 | { | - |
| 564 | for (const auto &change : changeListeners) { | - |
| 565 | if (change.types & QAbstractAnimationJob::CurrentLoop| TRUE | evaluated 48 times by 4 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qqmltimer
- tst_qquickrepeater
- tst_qsequentialanimationgroupjob
| | FALSE | evaluated 38 times by 3 testsEvaluated by:- tst_qquickanimations
- tst_qquickimage
- tst_qsequentialanimationgroupjob
|
) { | 38-48 |
| 566 | { bool *prevWasDeleted = m_wasDeleted; bool wasDeleted = false; m_wasDeleted = &wasDeleted; change.listener->animationCurrentLoopChanged(this); if (wasDeleted| TRUE | never evaluated | | FALSE | evaluated 48 times by 4 testsEvaluated by:- tst_qparallelanimationgroupjob
- tst_qqmltimer
- tst_qquickrepeater
- tst_qsequentialanimationgroupjob
|
) { if (prevWasDeleted| TRUE | never evaluated | | FALSE | never evaluated |
) *never executed: *prevWasDeleted = true; prevWasDeleted = true;never executed: *prevWasDeleted = true; return;never executed: return; } m_wasDeleted = prevWasDeleted; }; | 0-48 |
| 567 | }executed 48 times by 4 tests: end of blockExecuted by:- tst_qparallelanimationgroupjob
- tst_qqmltimer
- tst_qquickrepeater
- tst_qsequentialanimationgroupjob
| 48 |
| 568 | }executed 86 times by 6 tests: end of blockExecuted by:- tst_qparallelanimationgroupjob
- tst_qqmltimer
- tst_qquickanimations
- tst_qquickimage
- tst_qquickrepeater
- tst_qsequentialanimationgroupjob
| 86 |
| 569 | }executed 560 times by 8 tests: end of blockExecuted by:- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qpauseanimationjob
- tst_qqmltimer
- tst_qquickanimations
- tst_qquickimage
- tst_qquickrepeater
- tst_qsequentialanimationgroupjob
| 560 |
| 570 | | - |
| 571 | void QAbstractAnimationJob::currentTimeChanged(int currentTime) | - |
| 572 | { | - |
| 573 | ((m_hasCurrentTimeChangeListeners) ? static_cast<void>(0) : qt_assert("m_hasCurrentTimeChangeListeners", __FILE__, 618)); | - |
| 574 | | - |
| 575 | for (const auto &change : changeListeners) { | - |
| 576 | if (change.types & QAbstractAnimationJob::CurrentTime| TRUE | never evaluated | | FALSE | never evaluated |
) { | 0 |
| 577 | { bool *prevWasDeleted = m_wasDeleted; bool wasDeleted = false; m_wasDeleted = &wasDeleted; change.listener->animationCurrentTimeChanged(this, currentTime); if (wasDeleted| TRUE | never evaluated | | FALSE | never evaluated |
) { if (prevWasDeleted| TRUE | never evaluated | | FALSE | never evaluated |
) *never executed: *prevWasDeleted = true; prevWasDeleted = true;never executed: *prevWasDeleted = true; return;never executed: return; } m_wasDeleted = prevWasDeleted; }; | 0 |
| 578 | } never executed: end of block | 0 |
| 579 | } never executed: end of block | 0 |
| 580 | } never executed: end of block | 0 |
| 581 | | - |
| 582 | void QAbstractAnimationJob::addAnimationChangeListener(QAnimationJobChangeListener *listener, QAbstractAnimationJob::ChangeTypes changes) | - |
| 583 | { | - |
| 584 | if (changes & QAbstractAnimationJob::CurrentTime| TRUE | never evaluated | | FALSE | evaluated 19805 times by 35 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickparticlesystem
- ...
|
) | 0-19805 |
| 585 | m_hasCurrentTimeChangeListeners = true; never executed: m_hasCurrentTimeChangeListeners = true; | 0 |
| 586 | | - |
| 587 | changeListeners.push_back(ChangeListener(listener, changes)); | - |
| 588 | }executed 19805 times by 35 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qanimationgroupjob
- tst_qparallelanimationgroupjob
- tst_qqmlapplicationengine
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlnativeconnector
- tst_qqmlprofilerservice
- tst_qqmlpropertymap
- tst_qqmltimer
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickparticlesystem
- ...
| 19805 |
| 589 | | - |
| 590 | void QAbstractAnimationJob::removeAnimationChangeListener(QAnimationJobChangeListener *listener, QAbstractAnimationJob::ChangeTypes changes) | - |
| 591 | { | - |
| 592 | m_hasCurrentTimeChangeListeners = false; | - |
| 593 | | - |
| 594 | const auto it = std::find(changeListeners.begin(), changeListeners.end(), ChangeListener(listener, changes)); | - |
| 595 | if (it != changeListeners.end()| TRUE | evaluated 10636 times by 9 testsEvaluated by:- tst_examples
- tst_qparallelanimationgroupjob
- tst_qquickanimations
- tst_qquickflipable
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickspringanimation
- tst_qsequentialanimationgroupjob
| | FALSE | never evaluated |
) | 0-10636 |
| 596 | changeListeners.erase(it);executed 10636 times by 9 tests: changeListeners.erase(it);Executed by:- tst_examples
- tst_qparallelanimationgroupjob
- tst_qquickanimations
- tst_qquickflipable
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickspringanimation
- tst_qsequentialanimationgroupjob
| 10636 |
| 597 | | - |
| 598 | for (const auto &change: changeListeners) { | - |
| 599 | if (change.types & QAbstractAnimationJob::CurrentTime| TRUE | never evaluated | | FALSE | evaluated 6 times by 1 testEvaluated by:- tst_qparallelanimationgroupjob
|
) { | 0-6 |
| 600 | m_hasCurrentTimeChangeListeners = true; | - |
| 601 | break; never executed: break; | 0 |
| 602 | } | - |
| 603 | }executed 6 times by 1 test: end of blockExecuted by:- tst_qparallelanimationgroupjob
| 6 |
| 604 | }executed 10636 times by 9 tests: end of blockExecuted by:- tst_examples
- tst_qparallelanimationgroupjob
- tst_qquickanimations
- tst_qquickflipable
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickspringanimation
- tst_qsequentialanimationgroupjob
| 10636 |
| 605 | | - |
| 606 | void QAbstractAnimationJob::debugAnimation(QDebug d) const | - |
| 607 | { | - |
| 608 | d << "AbstractAnimationJob(" << hex << (const void *) this << dec << ") state:" | - |
| 609 | << m_state << "duration:" << duration(); | - |
| 610 | } never executed: end of block | 0 |
| 611 | | - |
| 612 | QDebug operator<<(QDebug d, const QAbstractAnimationJob *job) | - |
| 613 | { | - |
| 614 | if (!job| TRUE | never evaluated | | FALSE | never evaluated |
) { | 0 |
| 615 | d << "AbstractAnimationJob(null)"; | - |
| 616 | return never executed: return d; d;never executed: return d; | 0 |
| 617 | } | - |
| 618 | job->debugAnimation(d); | - |
| 619 | return never executed: return d; d;never executed: return d; | 0 |
| 620 | } | - |
| 621 | | - |
| 622 | | - |
| 623 | | - |
| 624 | | - |
| | |