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