OpenCoverage

qquickanimator_p.h

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickanimator_p.h
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3class QQuickItem;-
4-
5class QQuickAnimatorJob;-
6class QQuickAnimatorPrivate;-
7class __attribute__((visibility("default"))) QQuickAnimator : public QQuickAbstractAnimation-
8{-
9 public:-
10#pragma GCC diagnostic push-
11 -
12#pragma GCC diagnostic ignored "-Wsuggest-override"-
13 static const QMetaObject staticMetaObject; virtual const QMetaObject *metaObject() const; virtual void *qt_metacast(const char *); virtual int qt_metacall(QMetaObject::Call, int, void **); static inline QString tr(const char *s, const char *c = nullptr, int n = -1) { return staticMetaObject.tr(s, c, n); } __attribute__ ((__deprecated__)) static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) { return staticMetaObject.tr(s, c, n); } private:-
14#pragma GCC diagnostic ignored "-Wattributes"-
15 __attribute__((visibility("hidden"))) static void qt_static_metacall(QObject *, QMetaObject::Call, int, void **);-
16#pragma GCC diagnostic pop-
17 struct QPrivateSignal {};-
18 inline QQuickAnimatorPrivate* d_func() { return
executed 176 times by 2 tests: return reinterpret_cast<QQuickAnimatorPrivate *>(qGetPtrHelper(d_ptr));
Executed by:
  • tst_examples
  • tst_qquickanimations
reinterpret_cast<QQuickAnimatorPrivate *>(qGetPtrHelper(d_ptr));
executed 176 times by 2 tests: return reinterpret_cast<QQuickAnimatorPrivate *>(qGetPtrHelper(d_ptr));
Executed by:
  • tst_examples
  • tst_qquickanimations
} inline const QQuickAnimatorPrivate* d_func() const { return
executed 8 times by 1 test: return reinterpret_cast<const QQuickAnimatorPrivate *>(qGetPtrHelper(d_ptr));
Executed by:
  • tst_examples
reinterpret_cast<const QQuickAnimatorPrivate *>(qGetPtrHelper(d_ptr));
executed 8 times by 1 test: return reinterpret_cast<const QQuickAnimatorPrivate *>(qGetPtrHelper(d_ptr));
Executed by:
  • tst_examples
} friend class QQuickAnimatorPrivate;
8-176
19 -
20 -
21 -
22 -
23 -
24-
25public:-
26 QQuickItem *targetItem() const;-
27 void setTargetItem(QQuickItem *target);-
28-
29 int duration() const;-
30 void setDuration(int duration);-
31-
32 QEasingCurve easing() const;-
33 void setEasing(const QEasingCurve & easing);-
34-
35 qreal to() const;-
36 void setTo(qreal to);-
37-
38 qreal from() const;-
39 void setFrom(qreal from);-
40-
41protected:-
42 ThreadingModel threadingModel() const override { return
executed 84 times by 2 tests: return RenderThread;
Executed by:
  • tst_examples
  • tst_qquickanimations
RenderThread;
executed 84 times by 2 tests: return RenderThread;
Executed by:
  • tst_examples
  • tst_qquickanimations
}
84
43 virtual QQuickAnimatorJob *createJob() const = 0;-
44 virtual QString propertyName() const = 0;-
45 QAbstractAnimationJob *transition(QQuickStateActions &actions,-
46 QQmlProperties &modified,-
47 TransitionDirection,-
48 QObject *) override;-
49-
50 QQuickAnimator(QQuickAnimatorPrivate &dd, QObject *parent = nullptr);-
51 QQuickAnimator(QObject *parent = nullptr);-
52-
53public :-
54 void targetItemChanged(QQuickItem *);-
55 void durationChanged(int duration);-
56 void easingChanged(const QEasingCurve &curve);-
57 void toChanged(qreal to);-
58 void fromChanged(qreal from);-
59};-
60-
61class QQuickScaleAnimatorPrivate;-
62class __attribute__((visibility("default"))) QQuickScaleAnimator : public QQuickAnimator-
63{-
64 public:-
65#pragma GCC diagnostic push-
66 -
67#pragma GCC diagnostic ignored "-Wsuggest-override"-
68 static const QMetaObject staticMetaObject; virtual const QMetaObject *metaObject() const; virtual void *qt_metacast(const char *); virtual int qt_metacall(QMetaObject::Call, int, void **); static inline QString tr(const char *s, const char *c = nullptr, int n = -1) { return staticMetaObject.tr(s, c, n); } __attribute__ ((__deprecated__)) static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) { return staticMetaObject.tr(s, c, n); } private:-
69#pragma GCC diagnostic ignored "-Wattributes"-
70 __attribute__((visibility("hidden"))) static void qt_static_metacall(QObject *, QMetaObject::Call, int, void **);-
71#pragma GCC diagnostic pop-
72 struct QPrivateSignal {};-
73public:-
74 QQuickScaleAnimator(QObject *parent = nullptr);-
75protected:-
76 QQuickAnimatorJob *createJob() const override;-
77 QString propertyName() const override { return ([]() noexcept -> QString { enum { Size = sizeof(u"" "scale")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "scale" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); return qstring_literal_temp; }()); }
never executed: end of block
0
78};-
79-
80class __attribute__((visibility("default"))) QQuickXAnimator : public QQuickAnimator-
81{-
82 public:-
83#pragma GCC diagnostic push-
84 -
85#pragma GCC diagnostic ignored "-Wsuggest-override"-
86 static const QMetaObject staticMetaObject; virtual const QMetaObject *metaObject() const; virtual void *qt_metacast(const char *); virtual int qt_metacall(QMetaObject::Call, int, void **); static inline QString tr(const char *s, const char *c = nullptr, int n = -1) { return staticMetaObject.tr(s, c, n); } __attribute__ ((__deprecated__)) static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) { return staticMetaObject.tr(s, c, n); } private:-
87#pragma GCC diagnostic ignored "-Wattributes"-
88 __attribute__((visibility("hidden"))) static void qt_static_metacall(QObject *, QMetaObject::Call, int, void **);-
89#pragma GCC diagnostic pop-
90 struct QPrivateSignal {};-
91public:-
92 QQuickXAnimator(QObject *parent = nullptr);-
93protected:-
94 QQuickAnimatorJob *createJob() const override;-
95 QString propertyName() const override { return ([]() noexcept -> QString { enum { Size = sizeof(u"" "x")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "x" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); return qstring_literal_temp; }()); }
never executed: end of block
0
96};-
97-
98class __attribute__((visibility("default"))) QQuickYAnimator : public QQuickAnimator-
99{-
100 public:-
101#pragma GCC diagnostic push-
102 -
103#pragma GCC diagnostic ignored "-Wsuggest-override"-
104 static const QMetaObject staticMetaObject; virtual const QMetaObject *metaObject() const; virtual void *qt_metacast(const char *); virtual int qt_metacall(QMetaObject::Call, int, void **); static inline QString tr(const char *s, const char *c = nullptr, int n = -1) { return staticMetaObject.tr(s, c, n); } __attribute__ ((__deprecated__)) static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) { return staticMetaObject.tr(s, c, n); } private:-
105#pragma GCC diagnostic ignored "-Wattributes"-
106 __attribute__((visibility("hidden"))) static void qt_static_metacall(QObject *, QMetaObject::Call, int, void **);-
107#pragma GCC diagnostic pop-
108 struct QPrivateSignal {};-
109public:-
110 QQuickYAnimator(QObject *parent = nullptr);-
111protected:-
112 QQuickAnimatorJob *createJob() const override;-
113 QString propertyName() const override { return ([]() noexcept -> QString { enum { Size = sizeof(u"" "y")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "y" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); return qstring_literal_temp; }()); }
never executed: end of block
0
114};-
115-
116class __attribute__((visibility("default"))) QQuickOpacityAnimator : public QQuickAnimator-
117{-
118 public:-
119#pragma GCC diagnostic push-
120 -
121#pragma GCC diagnostic ignored "-Wsuggest-override"-
122 static const QMetaObject staticMetaObject; virtual const QMetaObject *metaObject() const; virtual void *qt_metacast(const char *); virtual int qt_metacall(QMetaObject::Call, int, void **); static inline QString tr(const char *s, const char *c = nullptr, int n = -1) { return staticMetaObject.tr(s, c, n); } __attribute__ ((__deprecated__)) static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) { return staticMetaObject.tr(s, c, n); } private:-
123#pragma GCC diagnostic ignored "-Wattributes"-
124 __attribute__((visibility("hidden"))) static void qt_static_metacall(QObject *, QMetaObject::Call, int, void **);-
125#pragma GCC diagnostic pop-
126 struct QPrivateSignal {};-
127public:-
128 QQuickOpacityAnimator(QObject *parent = nullptr);-
129protected:-
130 QQuickAnimatorJob *createJob() const override;-
131 QString propertyName() const override { return ([]() noexcept -> QString { enum { Size = sizeof(u"" "opacity")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "opacity" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); return qstring_literal_temp; }()); }
never executed: end of block
0
132};-
133-
134class QQuickRotationAnimatorPrivate;-
135class __attribute__((visibility("default"))) QQuickRotationAnimator : public QQuickAnimator-
136{-
137 public:-
138#pragma GCC diagnostic push-
139 -
140#pragma GCC diagnostic ignored "-Wsuggest-override"-
141 static const QMetaObject staticMetaObject; virtual const QMetaObject *metaObject() const; virtual void *qt_metacast(const char *); virtual int qt_metacall(QMetaObject::Call, int, void **); static inline QString tr(const char *s, const char *c = nullptr, int n = -1) { return staticMetaObject.tr(s, c, n); } __attribute__ ((__deprecated__)) static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) { return staticMetaObject.tr(s, c, n); } private:-
142#pragma GCC diagnostic ignored "-Wattributes"-
143 __attribute__((visibility("hidden"))) static void qt_static_metacall(QObject *, QMetaObject::Call, int, void **);-
144#pragma GCC diagnostic pop-
145 struct QPrivateSignal {};-
146 inline QQuickRotationAnimatorPrivate* d_func() { return
never executed: return reinterpret_cast<QQuickRotationAnimatorPrivate *>(qGetPtrHelper(d_ptr));
reinterpret_cast<QQuickRotationAnimatorPrivate *>(qGetPtrHelper(d_ptr));
never executed: return reinterpret_cast<QQuickRotationAnimatorPrivate *>(qGetPtrHelper(d_ptr));
} inline const QQuickRotationAnimatorPrivate* d_func() const { return
executed 4 times by 1 test: return reinterpret_cast<const QQuickRotationAnimatorPrivate *>(qGetPtrHelper(d_ptr));
Executed by:
  • tst_examples
reinterpret_cast<const QQuickRotationAnimatorPrivate *>(qGetPtrHelper(d_ptr));
executed 4 times by 1 test: return reinterpret_cast<const QQuickRotationAnimatorPrivate *>(qGetPtrHelper(d_ptr));
Executed by:
  • tst_examples
} friend class QQuickRotationAnimatorPrivate;
0-4
147 -
148-
149public:-
150 enum RotationDirection { Numerical, Shortest, Clockwise, Counterclockwise };-
151 friend constexpr const QMetaObject *qt_getEnumMetaObject(RotationDirection) noexcept { return &staticMetaObject; } friend constexpr const char *qt_getEnumName(RotationDirection) noexcept { return "RotationDirection"; }-
152-
153 QQuickRotationAnimator(QObject *parent = nullptr);-
154-
155 void setDirection(RotationDirection dir);-
156 RotationDirection direction() const;-
157-
158public :-
159 void directionChanged(RotationDirection dir);-
160-
161protected:-
162 QQuickAnimatorJob *createJob() const override;-
163 QString propertyName() const override { return ([]() noexcept -> QString { enum { Size = sizeof(u"" "rotation")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" "rotation" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); return qstring_literal_temp; }()); }
never executed: end of block
0
164};-
165-
166-
167class QQuickUniformAnimatorPrivate;-
168class __attribute__((visibility("default"))) QQuickUniformAnimator : public QQuickAnimator-
169{-
170 public:-
171#pragma GCC diagnostic push-
172 -
173#pragma GCC diagnostic ignored "-Wsuggest-override"-
174 static const QMetaObject staticMetaObject; virtual const QMetaObject *metaObject() const; virtual void *qt_metacast(const char *); virtual int qt_metacall(QMetaObject::Call, int, void **); static inline QString tr(const char *s, const char *c = nullptr, int n = -1) { return staticMetaObject.tr(s, c, n); } __attribute__ ((__deprecated__)) static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) { return staticMetaObject.tr(s, c, n); } private:-
175#pragma GCC diagnostic ignored "-Wattributes"-
176 __attribute__((visibility("hidden"))) static void qt_static_metacall(QObject *, QMetaObject::Call, int, void **);-
177#pragma GCC diagnostic pop-
178 struct QPrivateSignal {};-
179 inline QQuickUniformAnimatorPrivate* d_func() { return
executed 2 times by 1 test: return reinterpret_cast<QQuickUniformAnimatorPrivate *>(qGetPtrHelper(d_ptr));
Executed by:
  • tst_examples
reinterpret_cast<QQuickUniformAnimatorPrivate *>(qGetPtrHelper(d_ptr));
executed 2 times by 1 test: return reinterpret_cast<QQuickUniformAnimatorPrivate *>(qGetPtrHelper(d_ptr));
Executed by:
  • tst_examples
} inline const QQuickUniformAnimatorPrivate* d_func() const { return
executed 10 times by 1 test: return reinterpret_cast<const QQuickUniformAnimatorPrivate *>(qGetPtrHelper(d_ptr));
Executed by:
  • tst_examples
reinterpret_cast<const QQuickUniformAnimatorPrivate *>(qGetPtrHelper(d_ptr));
executed 10 times by 1 test: return reinterpret_cast<const QQuickUniformAnimatorPrivate *>(qGetPtrHelper(d_ptr));
Executed by:
  • tst_examples
} friend class QQuickUniformAnimatorPrivate;
2-10
180 -
181-
182public:-
183 QQuickUniformAnimator(QObject *parent = nullptr);-
184-
185 QString uniform() const;-
186 void setUniform(const QString &);-
187-
188public :-
189 void uniformChanged(const QString &);-
190-
191protected:-
192 QQuickAnimatorJob *createJob() const override;-
193 QString propertyName() const override;-
194};-
195-
196-
197-
198-
199 template <> struct QMetaTypeId< QQuickAnimator * > { enum { Defined = 1 }; static int qt_metatype_id() { static QBasicAtomicInt metatype_id = { 0 }; if (const
const int id =....loadAcquire()Description
TRUEevaluated 86 times by 2 tests
Evaluated by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
FALSEevaluated 288 times by 132 tests
Evaluated by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
int id = metatype_id.loadAcquire()
const int id =....loadAcquire()Description
TRUEevaluated 86 times by 2 tests
Evaluated by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
FALSEevaluated 288 times by 132 tests
Evaluated by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
) return
executed 86 times by 2 tests: return id;
Executed by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
id;
executed 86 times by 2 tests: return id;
Executed by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
const int newId = qRegisterMetaType< QQuickAnimator * >("QQuickAnimator *", reinterpret_cast< QQuickAnimator * *>(quintptr(-1))); metatype_id.storeRelease(newId); return
executed 288 times by 132 tests: return newId;
Executed by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
newId;
executed 288 times by 132 tests: return newId;
Executed by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
} }; template <> struct QMetaTypeId< QQmlListProperty<QQuickAnimator> > { enum { Defined = 1 }; static int qt_metatype_id() { static QBasicAtomicInt metatype_id = { 0 }; if (const
const int id =....loadAcquire()Description
TRUEevaluated 86 times by 2 tests
Evaluated by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
FALSEevaluated 288 times by 132 tests
Evaluated by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
int id = metatype_id.loadAcquire()
const int id =....loadAcquire()Description
TRUEevaluated 86 times by 2 tests
Evaluated by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
FALSEevaluated 288 times by 132 tests
Evaluated by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
) return
executed 86 times by 2 tests: return id;
Executed by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
id;
executed 86 times by 2 tests: return id;
Executed by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
const int newId = qRegisterMetaType< QQmlListProperty<QQuickAnimator> >("QQmlListProperty<QQuickAnimator>", reinterpret_cast< QQmlListProperty<QQuickAnimator> *>(quintptr(-1))); metatype_id.storeRelease(newId); return
executed 288 times by 132 tests: return newId;
Executed by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
newId;
executed 288 times by 132 tests: return newId;
Executed by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
} };
86-288
200 template <> struct QMetaTypeId< QQuickXAnimator * > { enum { Defined = 1 }; static int qt_metatype_id() { static QBasicAtomicInt metatype_id = { 0 }; if (const
const int id =....loadAcquire()Description
TRUEevaluated 86 times by 2 tests
Evaluated by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
FALSEevaluated 288 times by 132 tests
Evaluated by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
int id = metatype_id.loadAcquire()
const int id =....loadAcquire()Description
TRUEevaluated 86 times by 2 tests
Evaluated by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
FALSEevaluated 288 times by 132 tests
Evaluated by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
) return
executed 86 times by 2 tests: return id;
Executed by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
id;
executed 86 times by 2 tests: return id;
Executed by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
const int newId = qRegisterMetaType< QQuickXAnimator * >("QQuickXAnimator *", reinterpret_cast< QQuickXAnimator * *>(quintptr(-1))); metatype_id.storeRelease(newId); return
executed 288 times by 132 tests: return newId;
Executed by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
newId;
executed 288 times by 132 tests: return newId;
Executed by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
} }; template <> struct QMetaTypeId< QQmlListProperty<QQuickXAnimator> > { enum { Defined = 1 }; static int qt_metatype_id() { static QBasicAtomicInt metatype_id = { 0 }; if (const
const int id =....loadAcquire()Description
TRUEevaluated 86 times by 2 tests
Evaluated by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
FALSEevaluated 288 times by 132 tests
Evaluated by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
int id = metatype_id.loadAcquire()
const int id =....loadAcquire()Description
TRUEevaluated 86 times by 2 tests
Evaluated by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
FALSEevaluated 288 times by 132 tests
Evaluated by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
) return
executed 86 times by 2 tests: return id;
Executed by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
id;
executed 86 times by 2 tests: return id;
Executed by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
const int newId = qRegisterMetaType< QQmlListProperty<QQuickXAnimator> >("QQmlListProperty<QQuickXAnimator>", reinterpret_cast< QQmlListProperty<QQuickXAnimator> *>(quintptr(-1))); metatype_id.storeRelease(newId); return
executed 288 times by 132 tests: return newId;
Executed by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
newId;
executed 288 times by 132 tests: return newId;
Executed by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
} };
86-288
201 template <> struct QMetaTypeId< QQuickYAnimator * > { enum { Defined = 1 }; static int qt_metatype_id() { static QBasicAtomicInt metatype_id = { 0 }; if (const
const int id =....loadAcquire()Description
TRUEevaluated 86 times by 2 tests
Evaluated by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
FALSEevaluated 288 times by 132 tests
Evaluated by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
int id = metatype_id.loadAcquire()
const int id =....loadAcquire()Description
TRUEevaluated 86 times by 2 tests
Evaluated by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
FALSEevaluated 288 times by 132 tests
Evaluated by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
) return
executed 86 times by 2 tests: return id;
Executed by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
id;
executed 86 times by 2 tests: return id;
Executed by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
const int newId = qRegisterMetaType< QQuickYAnimator * >("QQuickYAnimator *", reinterpret_cast< QQuickYAnimator * *>(quintptr(-1))); metatype_id.storeRelease(newId); return
executed 288 times by 132 tests: return newId;
Executed by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
newId;
executed 288 times by 132 tests: return newId;
Executed by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
} }; template <> struct QMetaTypeId< QQmlListProperty<QQuickYAnimator> > { enum { Defined = 1 }; static int qt_metatype_id() { static QBasicAtomicInt metatype_id = { 0 }; if (const
const int id =....loadAcquire()Description
TRUEevaluated 86 times by 2 tests
Evaluated by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
FALSEevaluated 288 times by 132 tests
Evaluated by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
int id = metatype_id.loadAcquire()
const int id =....loadAcquire()Description
TRUEevaluated 86 times by 2 tests
Evaluated by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
FALSEevaluated 288 times by 132 tests
Evaluated by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
) return
executed 86 times by 2 tests: return id;
Executed by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
id;
executed 86 times by 2 tests: return id;
Executed by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
const int newId = qRegisterMetaType< QQmlListProperty<QQuickYAnimator> >("QQmlListProperty<QQuickYAnimator>", reinterpret_cast< QQmlListProperty<QQuickYAnimator> *>(quintptr(-1))); metatype_id.storeRelease(newId); return
executed 288 times by 132 tests: return newId;
Executed by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
newId;
executed 288 times by 132 tests: return newId;
Executed by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
} };
86-288
202 template <> struct QMetaTypeId< QQuickScaleAnimator * > { enum { Defined = 1 }; static int qt_metatype_id() { static QBasicAtomicInt metatype_id = { 0 }; if (const
const int id =....loadAcquire()Description
TRUEevaluated 86 times by 2 tests
Evaluated by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
FALSEevaluated 288 times by 132 tests
Evaluated by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
int id = metatype_id.loadAcquire()
const int id =....loadAcquire()Description
TRUEevaluated 86 times by 2 tests
Evaluated by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
FALSEevaluated 288 times by 132 tests
Evaluated by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
) return
executed 86 times by 2 tests: return id;
Executed by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
id;
executed 86 times by 2 tests: return id;
Executed by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
const int newId = qRegisterMetaType< QQuickScaleAnimator * >("QQuickScaleAnimator *", reinterpret_cast< QQuickScaleAnimator * *>(quintptr(-1))); metatype_id.storeRelease(newId); return
executed 288 times by 132 tests: return newId;
Executed by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
newId;
executed 288 times by 132 tests: return newId;
Executed by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
} }; template <> struct QMetaTypeId< QQmlListProperty<QQuickScaleAnimator> > { enum { Defined = 1 }; static int qt_metatype_id() { static QBasicAtomicInt metatype_id = { 0 }; if (const
const int id =....loadAcquire()Description
TRUEevaluated 86 times by 2 tests
Evaluated by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
FALSEevaluated 288 times by 132 tests
Evaluated by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
int id = metatype_id.loadAcquire()
const int id =....loadAcquire()Description
TRUEevaluated 86 times by 2 tests
Evaluated by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
FALSEevaluated 288 times by 132 tests
Evaluated by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
) return
executed 86 times by 2 tests: return id;
Executed by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
id;
executed 86 times by 2 tests: return id;
Executed by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
const int newId = qRegisterMetaType< QQmlListProperty<QQuickScaleAnimator> >("QQmlListProperty<QQuickScaleAnimator>", reinterpret_cast< QQmlListProperty<QQuickScaleAnimator> *>(quintptr(-1))); metatype_id.storeRelease(newId); return
executed 288 times by 132 tests: return newId;
Executed by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
newId;
executed 288 times by 132 tests: return newId;
Executed by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
} };
86-288
203 template <> struct QMetaTypeId< QQuickRotationAnimator * > { enum { Defined = 1 }; static int qt_metatype_id() { static QBasicAtomicInt metatype_id = { 0 }; if (const
const int id =....loadAcquire()Description
TRUEevaluated 86 times by 2 tests
Evaluated by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
FALSEevaluated 288 times by 132 tests
Evaluated by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
int id = metatype_id.loadAcquire()
const int id =....loadAcquire()Description
TRUEevaluated 86 times by 2 tests
Evaluated by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
FALSEevaluated 288 times by 132 tests
Evaluated by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
) return
executed 86 times by 2 tests: return id;
Executed by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
id;
executed 86 times by 2 tests: return id;
Executed by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
const int newId = qRegisterMetaType< QQuickRotationAnimator * >("QQuickRotationAnimator *", reinterpret_cast< QQuickRotationAnimator * *>(quintptr(-1))); metatype_id.storeRelease(newId); return
executed 288 times by 132 tests: return newId;
Executed by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
newId;
executed 288 times by 132 tests: return newId;
Executed by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
} }; template <> struct QMetaTypeId< QQmlListProperty<QQuickRotationAnimator> > { enum { Defined = 1 }; static int qt_metatype_id() { static QBasicAtomicInt metatype_id = { 0 }; if (const
const int id =....loadAcquire()Description
TRUEevaluated 86 times by 2 tests
Evaluated by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
FALSEevaluated 288 times by 132 tests
Evaluated by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
int id = metatype_id.loadAcquire()
const int id =....loadAcquire()Description
TRUEevaluated 86 times by 2 tests
Evaluated by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
FALSEevaluated 288 times by 132 tests
Evaluated by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
) return
executed 86 times by 2 tests: return id;
Executed by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
id;
executed 86 times by 2 tests: return id;
Executed by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
const int newId = qRegisterMetaType< QQmlListProperty<QQuickRotationAnimator> >("QQmlListProperty<QQuickRotationAnimator>", reinterpret_cast< QQmlListProperty<QQuickRotationAnimator> *>(quintptr(-1))); metatype_id.storeRelease(newId); return
executed 288 times by 132 tests: return newId;
Executed by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
newId;
executed 288 times by 132 tests: return newId;
Executed by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
} };
86-288
204 template <> struct QMetaTypeId< QQuickOpacityAnimator * > { enum { Defined = 1 }; static int qt_metatype_id() { static QBasicAtomicInt metatype_id = { 0 }; if (const
const int id =....loadAcquire()Description
TRUEevaluated 86 times by 2 tests
Evaluated by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
FALSEevaluated 288 times by 132 tests
Evaluated by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
int id = metatype_id.loadAcquire()
const int id =....loadAcquire()Description
TRUEevaluated 86 times by 2 tests
Evaluated by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
FALSEevaluated 288 times by 132 tests
Evaluated by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
) return
executed 86 times by 2 tests: return id;
Executed by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
id;
executed 86 times by 2 tests: return id;
Executed by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
const int newId = qRegisterMetaType< QQuickOpacityAnimator * >("QQuickOpacityAnimator *", reinterpret_cast< QQuickOpacityAnimator * *>(quintptr(-1))); metatype_id.storeRelease(newId); return
executed 288 times by 132 tests: return newId;
Executed by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
newId;
executed 288 times by 132 tests: return newId;
Executed by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
} }; template <> struct QMetaTypeId< QQmlListProperty<QQuickOpacityAnimator> > { enum { Defined = 1 }; static int qt_metatype_id() { static QBasicAtomicInt metatype_id = { 0 }; if (const
const int id =....loadAcquire()Description
TRUEevaluated 86 times by 2 tests
Evaluated by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
FALSEevaluated 288 times by 132 tests
Evaluated by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
int id = metatype_id.loadAcquire()
const int id =....loadAcquire()Description
TRUEevaluated 86 times by 2 tests
Evaluated by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
FALSEevaluated 288 times by 132 tests
Evaluated by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
) return
executed 86 times by 2 tests: return id;
Executed by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
id;
executed 86 times by 2 tests: return id;
Executed by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
const int newId = qRegisterMetaType< QQmlListProperty<QQuickOpacityAnimator> >("QQmlListProperty<QQuickOpacityAnimator>", reinterpret_cast< QQmlListProperty<QQuickOpacityAnimator> *>(quintptr(-1))); metatype_id.storeRelease(newId); return
executed 288 times by 132 tests: return newId;
Executed by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
newId;
executed 288 times by 132 tests: return newId;
Executed by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
} };
86-288
205-
206 template <> struct QMetaTypeId< QQuickUniformAnimator * > { enum { Defined = 1 }; static int qt_metatype_id() { static QBasicAtomicInt metatype_id = { 0 }; if (const
const int id =....loadAcquire()Description
TRUEevaluated 86 times by 2 tests
Evaluated by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
FALSEevaluated 288 times by 132 tests
Evaluated by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
int id = metatype_id.loadAcquire()
const int id =....loadAcquire()Description
TRUEevaluated 86 times by 2 tests
Evaluated by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
FALSEevaluated 288 times by 132 tests
Evaluated by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
) return
executed 86 times by 2 tests: return id;
Executed by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
id;
executed 86 times by 2 tests: return id;
Executed by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
const int newId = qRegisterMetaType< QQuickUniformAnimator * >("QQuickUniformAnimator *", reinterpret_cast< QQuickUniformAnimator * *>(quintptr(-1))); metatype_id.storeRelease(newId); return
executed 288 times by 132 tests: return newId;
Executed by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
newId;
executed 288 times by 132 tests: return newId;
Executed by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
} }; template <> struct QMetaTypeId< QQmlListProperty<QQuickUniformAnimator> > { enum { Defined = 1 }; static int qt_metatype_id() { static QBasicAtomicInt metatype_id = { 0 }; if (const
const int id =....loadAcquire()Description
TRUEevaluated 86 times by 2 tests
Evaluated by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
FALSEevaluated 288 times by 132 tests
Evaluated by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
int id = metatype_id.loadAcquire()
const int id =....loadAcquire()Description
TRUEevaluated 86 times by 2 tests
Evaluated by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
FALSEevaluated 288 times by 132 tests
Evaluated by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
) return
executed 86 times by 2 tests: return id;
Executed by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
id;
executed 86 times by 2 tests: return id;
Executed by:
  • tst_qqmlenginecleanup
  • tst_qqmltypeloader
const int newId = qRegisterMetaType< QQmlListProperty<QQuickUniformAnimator> >("QQmlListProperty<QQuickUniformAnimator>", reinterpret_cast< QQmlListProperty<QQuickUniformAnimator> *>(quintptr(-1))); metatype_id.storeRelease(newId); return
executed 288 times by 132 tests: return newId;
Executed by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
newId;
executed 288 times by 132 tests: return newId;
Executed by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_parserstress
  • tst_qmlcachegen
  • tst_qmldiskcache
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlconsole
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginecleanup
  • tst_qqmlenginedebugservice
  • tst_qqmlexpression
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmlinfo
  • tst_qqmlinstantiator
  • tst_qqmllistmodel
  • tst_qqmllistmodelworkerscript
  • tst_qqmllistreference
  • ...
} };
86-288
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.0