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 "qquickanchors_p_p.h" | - |
41 | | - |
42 | #include "qquickitem_p.h" | - |
43 | | - |
44 | #include <qqmlinfo.h> | - |
45 | | - |
46 | QT_BEGIN_NAMESPACE | - |
47 | | - |
48 | static Q_ALWAYS_INLINE QQuickItem *readParentItem(const QQuickItem *item) | - |
49 | { | - |
50 | return QQuickItemPrivate::get(item)->parentItem;executed 96683 times by 75 tests: return QQuickItemPrivate::get(item)->parentItem; Executed by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- ...
| 96683 |
51 | } | - |
52 | | - |
53 | static Q_ALWAYS_INLINE qreal readX(const QQuickItem *item) | - |
54 | { | - |
55 | return QQuickItemPrivate::get(item)->x;executed 3970 times by 18 tests: return QQuickItemPrivate::get(item)->x; Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpointerhandler
- tst_qquickstates
- tst_qquicktext
- tst_qquicktextedit
- tst_qquickvisualdatamodel
- tst_touchmouse
| 3970 |
56 | } | - |
57 | | - |
58 | static Q_ALWAYS_INLINE qreal readY(const QQuickItem *item) | - |
59 | { | - |
60 | return QQuickItemPrivate::get(item)->y;executed 3310 times by 18 tests: return QQuickItemPrivate::get(item)->y; Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpointerhandler
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktext
- tst_qquicktextedit
- tst_qquickvisualdatamodel
- tst_touchmouse
| 3310 |
61 | } | - |
62 | | - |
63 | static Q_ALWAYS_INLINE qreal readWidth(const QQuickItem *item) | - |
64 | { | - |
65 | return QQuickItemPrivate::get(item)->width;executed 41043 times by 75 tests: return QQuickItemPrivate::get(item)->width; Executed by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- ...
| 41043 |
66 | } | - |
67 | | - |
68 | static Q_ALWAYS_INLINE qreal readHeight(const QQuickItem *item) | - |
69 | { | - |
70 | return QQuickItemPrivate::get(item)->height;executed 41663 times by 75 tests: return QQuickItemPrivate::get(item)->height; Executed by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- ...
| 41663 |
71 | } | - |
72 | | - |
73 | static Q_ALWAYS_INLINE qreal readBaselineOffset(const QQuickItem *item) | - |
74 | { | - |
75 | return QQuickItemPrivate::get(item)->baselineOffset;executed 82 times by 2 tests: return QQuickItemPrivate::get(item)->baselineOffset; Executed by:- tst_qquickanchors
- tst_qquickstates
| 82 |
76 | } | - |
77 | | - |
78 | | - |
79 | | - |
80 | | - |
81 | static inline qreal hcenter(const QQuickItem *item) | - |
82 | { | - |
83 | qreal width = readWidth(item); | - |
84 | if (QQuickAnchors *anchors = QQuickItemPrivate::get(item)->_anchors) {TRUE | evaluated 11913 times by 33 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickpositioners
- tst_qquickrepeater
- ...
| FALSE | evaluated 9091 times by 31 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickspritesequence
- tst_qquickstates
- tst_qquicktaphandler
- ...
|
| 9091-11913 |
85 | if (!QQuickAnchorsPrivate::get(anchors)->centerAligned)TRUE | evaluated 8 times by 1 test | FALSE | evaluated 11905 times by 33 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickpositioners
- tst_qquickrepeater
- ...
|
| 8-11905 |
86 | return width / 2;executed 8 times by 1 test: return width / 2; | 8 |
87 | }executed 11905 times by 33 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickpositioners
- tst_qquickrepeater
- ...
| 11905 |
88 | int iw = width; | - |
89 | if (iw % 2)TRUE | evaluated 1967 times by 14 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicktaphandler
- tst_qquicktext
- tst_scenegraph
| FALSE | evaluated 19029 times by 34 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickpositioners
- tst_qquickrepeater
- ...
|
| 1967-19029 |
90 | return (width + 1) / 2;executed 1967 times by 14 tests: return (width + 1) / 2; Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicktaphandler
- tst_qquicktext
- tst_scenegraph
| 1967 |
91 | else | - |
92 | return width / 2;executed 19029 times by 34 tests: return width / 2; Executed by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickpositioners
- tst_qquickrepeater
- ...
| 19029 |
93 | } | - |
94 | | - |
95 | static inline qreal vcenter(const QQuickItem *item) | - |
96 | { | - |
97 | qreal height = readHeight(item); | - |
98 | if (QQuickAnchors *anchors = QQuickItemPrivate::get(item)->_anchors) {TRUE | evaluated 10365 times by 33 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickpositioners
- tst_qquickrepeater
- ...
| FALSE | evaluated 8061 times by 30 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickspritesequence
- tst_qquickstates
- tst_qquicktaphandler
- ...
|
| 8061-10365 |
99 | if (!QQuickAnchorsPrivate::get(anchors)->centerAligned)TRUE | evaluated 8 times by 1 test | FALSE | evaluated 10357 times by 33 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickpositioners
- tst_qquickrepeater
- ...
|
| 8-10357 |
100 | return height / 2;executed 8 times by 1 test: return height / 2; | 8 |
101 | }executed 10357 times by 33 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickpositioners
- tst_qquickrepeater
- ...
| 10357 |
102 | int ih = height; | - |
103 | if (ih % 2)TRUE | evaluated 2437 times by 8 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklistview
- tst_qquicktextedit
| FALSE | evaluated 15981 times by 33 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickpositioners
- tst_qquickrepeater
- ...
|
| 2437-15981 |
104 | return (height + 1) / 2;executed 2437 times by 8 tests: return (height + 1) / 2; Executed by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklistview
- tst_qquicktextedit
| 2437 |
105 | else | - |
106 | return height / 2;executed 15981 times by 33 tests: return height / 2; Executed by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickpositioners
- tst_qquickrepeater
- ...
| 15981 |
107 | } | - |
108 | | - |
109 | | - |
110 | static inline qreal position(const QQuickItem *item, QQuickAnchors::Anchor anchorLine) | - |
111 | { | - |
112 | qreal ret = 0.0; | - |
113 | switch (anchorLine) { | - |
114 | case QQuickAnchors::LeftAnchor:executed 1110 times by 12 tests: case QQuickAnchors::LeftAnchor: Executed by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickstates
- tst_qquicktextedit
- tst_qquickvisualdatamodel
- tst_touchmouse
| 1110 |
115 | ret = readX(item); | - |
116 | break;executed 1110 times by 12 tests: break; Executed by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickstates
- tst_qquicktextedit
- tst_qquickvisualdatamodel
- tst_touchmouse
| 1110 |
117 | case QQuickAnchors::RightAnchor:executed 1102 times by 11 tests: case QQuickAnchors::RightAnchor: Executed by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickstates
- tst_qquickvisualdatamodel
- tst_touchmouse
| 1102 |
118 | ret = readX(item) + readWidth(item); | - |
119 | break;executed 1102 times by 11 tests: break; Executed by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickstates
- tst_qquickvisualdatamodel
- tst_touchmouse
| 1102 |
120 | case QQuickAnchors::TopAnchor:executed 696 times by 11 tests: case QQuickAnchors::TopAnchor: Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquickvisualdatamodel
| 696 |
121 | ret = readY(item); | - |
122 | break;executed 696 times by 11 tests: break; Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquickvisualdatamodel
| 696 |
123 | case QQuickAnchors::BottomAnchor:executed 1110 times by 14 tests: case QQuickAnchors::BottomAnchor: Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
- tst_qquickvisualdatamodel
| 1110 |
124 | ret = readY(item) + readHeight(item); | - |
125 | break;executed 1110 times by 14 tests: break; Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
- tst_qquickvisualdatamodel
| 1110 |
126 | case QQuickAnchors::HCenterAnchor:executed 324 times by 6 tests: case QQuickAnchors::HCenterAnchor: Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickstates
- tst_qquickvisualdatamodel
| 324 |
127 | ret = readX(item) + hcenter(item); | - |
128 | break;executed 324 times by 6 tests: break; Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickstates
- tst_qquickvisualdatamodel
| 324 |
129 | case QQuickAnchors::VCenterAnchor:executed 36 times by 3 tests: case QQuickAnchors::VCenterAnchor: Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickstates
| 36 |
130 | ret = readY(item) + vcenter(item); | - |
131 | break;executed 36 times by 3 tests: break; Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickstates
| 36 |
132 | case QQuickAnchors::BaselineAnchor:executed 34 times by 2 tests: case QQuickAnchors::BaselineAnchor: Executed by:- tst_qquickanchors
- tst_qquickstates
| 34 |
133 | ret = readY(item) + readBaselineOffset(item); | - |
134 | break;executed 34 times by 2 tests: break; Executed by:- tst_qquickanchors
- tst_qquickstates
| 34 |
135 | default: never executed: default: | 0 |
136 | break; never executed: break; | 0 |
137 | } | - |
138 | | - |
139 | return ret;executed 4412 times by 16 tests: return ret; Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
- tst_qquickvisualdatamodel
- tst_touchmouse
| 4412 |
140 | } | - |
141 | | - |
142 | | - |
143 | static inline qreal adjustedPosition(QQuickItem *item, QQuickAnchors::Anchor anchorLine) | - |
144 | { | - |
145 | qreal ret = 0.0; | - |
146 | switch (anchorLine) { | - |
147 | case QQuickAnchors::LeftAnchor:executed 924 times by 16 tests: case QQuickAnchors::LeftAnchor: Executed by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickstates
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| 924 |
148 | ret = 0.0; | - |
149 | break;executed 924 times by 16 tests: break; Executed by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickstates
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| 924 |
150 | case QQuickAnchors::RightAnchor:executed 5414 times by 12 tests: case QQuickAnchors::RightAnchor: Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickstates
- tst_qquicktextinput
- tst_rendernode
| 5414 |
151 | ret = readWidth(item); | - |
152 | break;executed 5414 times by 12 tests: break; Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickstates
- tst_qquicktextinput
- tst_rendernode
| 5414 |
153 | case QQuickAnchors::TopAnchor:executed 1434 times by 18 tests: case QQuickAnchors::TopAnchor: Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| 1434 |
154 | ret = 0.0; | - |
155 | break;executed 1434 times by 18 tests: break; Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| 1434 |
156 | case QQuickAnchors::BottomAnchor:executed 7101 times by 15 tests: case QQuickAnchors::BottomAnchor: Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquickstates
- tst_qquicktextedit
- tst_rendernode
| 7101 |
157 | ret = readHeight(item); | - |
158 | break;executed 7101 times by 15 tests: break; Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquickstates
- tst_qquicktextedit
- tst_rendernode
| 7101 |
159 | case QQuickAnchors::HCenterAnchor:executed 2548 times by 12 tests: case QQuickAnchors::HCenterAnchor: Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickstates
- tst_qquickvisualdatamodel
| 2548 |
160 | ret = hcenter(item); | - |
161 | break;executed 2548 times by 12 tests: break; Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickstates
- tst_qquickvisualdatamodel
| 2548 |
162 | case QQuickAnchors::VCenterAnchor:executed 1434 times by 9 tests: case QQuickAnchors::VCenterAnchor: Executed by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickstates
| 1434 |
163 | ret = vcenter(item); | - |
164 | break;executed 1434 times by 9 tests: break; Executed by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickstates
| 1434 |
165 | case QQuickAnchors::BaselineAnchor:executed 2 times by 1 test: case QQuickAnchors::BaselineAnchor: | 2 |
166 | ret = readBaselineOffset(item); | - |
167 | break;executed 2 times by 1 test: break; | 2 |
168 | default: never executed: default: | 0 |
169 | break; never executed: break; | 0 |
170 | } | - |
171 | | - |
172 | return ret;executed 18857 times by 24 tests: return ret; Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| 18857 |
173 | } | - |
174 | | - |
175 | QQuickAnchors::QQuickAnchors(QQuickItem *item, QObject *parent) | - |
176 | : QObject(*new QQuickAnchorsPrivate(item), parent) | - |
177 | { | - |
178 | }executed 12520 times by 83 tests: end of block Executed by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmlproperty
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- ...
| 12520 |
179 | | - |
180 | QQuickAnchors::~QQuickAnchors() | - |
181 | { | - |
182 | Q_D(QQuickAnchors); | - |
183 | d->inDestructor = true; | - |
184 | d->remDepend(d->fill); | - |
185 | d->remDepend(d->centerIn); | - |
186 | d->remDepend(d->leftAnchorItem); | - |
187 | d->remDepend(d->rightAnchorItem); | - |
188 | d->remDepend(d->topAnchorItem); | - |
189 | d->remDepend(d->bottomAnchorItem); | - |
190 | d->remDepend(d->vCenterAnchorItem); | - |
191 | d->remDepend(d->hCenterAnchorItem); | - |
192 | d->remDepend(d->baselineAnchorItem); | - |
193 | }executed 12460 times by 80 tests: end of block Executed by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmlproperty
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdesignersupport
- tst_qquickdraghandler
- tst_qquickellipseextruder
- ...
| 12460 |
194 | | - |
195 | void QQuickAnchorsPrivate::fillChanged() | - |
196 | { | - |
197 | Q_Q(QQuickAnchors); | - |
198 | if (!fill || !isItemComplete())TRUE | evaluated 100 times by 5 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickitem2
- tst_qquickstates
- tst_qquicktextinput
| FALSE | evaluated 12929 times by 71 testsEvaluated by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickfriction
- ...
|
TRUE | evaluated 5102 times by 71 testsEvaluated by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickfriction
- ...
| FALSE | evaluated 7827 times by 71 testsEvaluated by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickfriction
- ...
|
| 100-12929 |
199 | return;executed 5202 times by 71 tests: return; Executed by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickfriction
- ...
| 5202 |
200 | | - |
201 | if (updatingFill < 2) {TRUE | evaluated 7827 times by 71 testsEvaluated by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickfriction
- ...
| FALSE | never evaluated |
| 0-7827 |
202 | ++updatingFill; | - |
203 | | - |
204 | qreal horizontalMargin = q->mirrored() ? rightMargin : leftMargin;TRUE | evaluated 24 times by 5 testsEvaluated by:- tst_qquickanchors
- tst_qquickgridview
- tst_qquicklistview
- tst_qquicktext
- tst_qquicktextedit
| FALSE | evaluated 7803 times by 71 testsEvaluated by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickfriction
- ...
|
| 24-7803 |
205 | | - |
206 | if (fill == readParentItem(item)) { TRUE | evaluated 6393 times by 70 testsEvaluated by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickfriction
- ...
| FALSE | evaluated 1434 times by 10 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpointerhandler
- tst_qquicktext
- tst_touchmouse
|
| 1434-6393 |
207 | setItemPos(QPointF(horizontalMargin, topMargin)); | - |
208 | } else if (readParentItem(fill) == readParentItem(item)) { executed 6393 times by 70 tests: end of block Executed by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickfriction
- ...
TRUE | evaluated 1434 times by 10 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpointerhandler
- tst_qquicktext
- tst_touchmouse
| FALSE | never evaluated |
| 0-6393 |
209 | setItemPos(QPointF(readX(fill)+horizontalMargin, readY(fill) + topMargin)); | - |
210 | }executed 1434 times by 10 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpointerhandler
- tst_qquicktext
- tst_touchmouse
| 1434 |
211 | setItemSize(QSizeF(readWidth(fill) - leftMargin - rightMargin, | - |
212 | readHeight(fill) - topMargin - bottomMargin)); | - |
213 | | - |
214 | --updatingFill; | - |
215 | } else {executed 7827 times by 71 tests: end of block Executed by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickfriction
- ...
| 7827 |
216 | | - |
217 | qmlWarning(item) << QQuickAnchors::tr("Possible anchor loop detected on fill."); | - |
218 | } never executed: end of block | 0 |
219 | | - |
220 | } | - |
221 | | - |
222 | void QQuickAnchorsPrivate::centerInChanged() | - |
223 | { | - |
224 | Q_Q(QQuickAnchors); | - |
225 | if (!centerIn || fill || !isItemComplete())TRUE | evaluated 112 times by 9 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickstates
- tst_qquicktext
- tst_qquicktextedit
- tst_qquicktextinput
| FALSE | evaluated 11631 times by 33 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickpositioners
- tst_qquickrepeater
- ...
|
TRUE | never evaluated | FALSE | evaluated 11631 times by 33 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickpositioners
- tst_qquickrepeater
- ...
|
TRUE | evaluated 3850 times by 33 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickpositioners
- tst_qquickrepeater
- ...
| FALSE | evaluated 7781 times by 33 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickpositioners
- tst_qquickrepeater
- ...
|
| 0-11631 |
226 | return;executed 3962 times by 33 tests: return; Executed by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickpositioners
- tst_qquickrepeater
- ...
| 3962 |
227 | | - |
228 | if (updatingCenterIn < 2) {TRUE | evaluated 7781 times by 33 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickpositioners
- tst_qquickrepeater
- ...
| FALSE | never evaluated |
| 0-7781 |
229 | ++updatingCenterIn; | - |
230 | | - |
231 | qreal effectiveHCenterOffset = q->mirrored() ? -hCenterOffset : hCenterOffset;TRUE | evaluated 40 times by 2 testsEvaluated by:- tst_examples
- tst_qquickanchors
| FALSE | evaluated 7741 times by 33 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickpositioners
- tst_qquickrepeater
- ...
|
| 40-7741 |
232 | if (centerIn == readParentItem(item)) {TRUE | evaluated 7597 times by 33 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickpositioners
- tst_qquickrepeater
- ...
| FALSE | evaluated 184 times by 2 testsEvaluated by:- tst_examples
- tst_qquickanchors
|
| 184-7597 |
233 | QPointF p(hcenter(readParentItem(item)) - hcenter(item) + effectiveHCenterOffset, | - |
234 | vcenter(readParentItem(item)) - vcenter(item) + vCenterOffset); | - |
235 | setItemPos(p); | - |
236 | | - |
237 | } else if (readParentItem(centerIn) == readParentItem(item)) {executed 7597 times by 33 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickpositioners
- tst_qquickrepeater
- ...
TRUE | evaluated 184 times by 2 testsEvaluated by:- tst_examples
- tst_qquickanchors
| FALSE | never evaluated |
| 0-7597 |
238 | QPointF p(centerIn->x() + hcenter(centerIn) - hcenter(item) + effectiveHCenterOffset, | - |
239 | centerIn->y() + vcenter(centerIn) - vcenter(item) + vCenterOffset); | - |
240 | setItemPos(p); | - |
241 | }executed 184 times by 2 tests: end of block Executed by:- tst_examples
- tst_qquickanchors
| 184 |
242 | | - |
243 | --updatingCenterIn; | - |
244 | } else {executed 7781 times by 33 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickpositioners
- tst_qquickrepeater
- ...
| 7781 |
245 | | - |
246 | qmlWarning(item) << QQuickAnchors::tr("Possible anchor loop detected on centerIn."); | - |
247 | } never executed: end of block | 0 |
248 | } | - |
249 | | - |
250 | void QQuickAnchorsPrivate::clearItem(QQuickItem *item) | - |
251 | { | - |
252 | if (!item)TRUE | never evaluated | FALSE | evaluated 11962 times by 70 testsEvaluated by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickfriction
- tst_qquickgravity
- ...
|
| 0-11962 |
253 | return; never executed: return; | 0 |
254 | if (fill == item)TRUE | evaluated 4828 times by 66 testsEvaluated by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedsprite
- tst_qquickbehaviors
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickfriction
- tst_qquickgravity
- tst_qquickgridview
- tst_qquickgroupgoal
- tst_qquickimage
- ...
| FALSE | evaluated 7134 times by 36 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickpositioners
- tst_qquickrepeater
- ...
|
| 4828-7134 |
255 | fill = nullptr;executed 4828 times by 66 tests: fill = nullptr; Executed by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedsprite
- tst_qquickbehaviors
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickfriction
- tst_qquickgravity
- tst_qquickgridview
- tst_qquickgroupgoal
- tst_qquickimage
- ...
| 4828 |
256 | if (centerIn == item)TRUE | evaluated 3844 times by 32 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickspritesequence
- ...
| FALSE | evaluated 8118 times by 66 testsEvaluated by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedsprite
- tst_qquickbehaviors
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickfriction
- tst_qquickgravity
- tst_qquickgridview
- tst_qquickgroupgoal
- tst_qquickimage
- ...
|
| 3844-8118 |
257 | centerIn = nullptr;executed 3844 times by 32 tests: centerIn = nullptr; Executed by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickspritesequence
- ...
| 3844 |
258 | if (leftAnchorItem == item) {TRUE | evaluated 438 times by 16 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| FALSE | evaluated 11524 times by 70 testsEvaluated by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickfriction
- tst_qquickgravity
- ...
|
| 438-11524 |
259 | leftAnchorItem = nullptr; | - |
260 | usedAnchors &= ~QQuickAnchors::LeftAnchor; | - |
261 | }executed 438 times by 16 tests: end of block Executed by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| 438 |
262 | if (rightAnchorItem == item) {TRUE | evaluated 564 times by 12 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| FALSE | evaluated 11398 times by 70 testsEvaluated by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickfriction
- tst_qquickgravity
- ...
|
| 564-11398 |
263 | rightAnchorItem = nullptr; | - |
264 | usedAnchors &= ~QQuickAnchors::RightAnchor; | - |
265 | }executed 564 times by 12 tests: end of block Executed by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| 564 |
266 | if (topAnchorItem == item) {TRUE | evaluated 956 times by 18 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickshadereffect
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| FALSE | evaluated 11006 times by 70 testsEvaluated by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickfriction
- tst_qquickgravity
- ...
|
| 956-11006 |
267 | topAnchorItem = nullptr; | - |
268 | usedAnchors &= ~QQuickAnchors::TopAnchor; | - |
269 | }executed 956 times by 18 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickshadereffect
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| 956 |
270 | if (bottomAnchorItem == item) {TRUE | evaluated 1054 times by 17 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
- tst_qquickvisualdatamodel
- tst_rendernode
| FALSE | evaluated 10908 times by 70 testsEvaluated by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickfriction
- tst_qquickgravity
- ...
|
| 1054-10908 |
271 | bottomAnchorItem = nullptr; | - |
272 | usedAnchors &= ~QQuickAnchors::BottomAnchor; | - |
273 | }executed 1054 times by 17 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
- tst_qquickvisualdatamodel
- tst_rendernode
| 1054 |
274 | if (vCenterAnchorItem == item) {TRUE | evaluated 910 times by 8 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
| FALSE | evaluated 11052 times by 70 testsEvaluated by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickfriction
- tst_qquickgravity
- ...
|
| 910-11052 |
275 | vCenterAnchorItem = nullptr; | - |
276 | usedAnchors &= ~QQuickAnchors::VCenterAnchor; | - |
277 | }executed 910 times by 8 tests: end of block Executed by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
| 910 |
278 | if (hCenterAnchorItem == item) {TRUE | evaluated 1272 times by 8 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
| FALSE | evaluated 10690 times by 70 testsEvaluated by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickfriction
- tst_qquickgravity
- ...
|
| 1272-10690 |
279 | hCenterAnchorItem = nullptr; | - |
280 | usedAnchors &= ~QQuickAnchors::HCenterAnchor; | - |
281 | }executed 1272 times by 8 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
| 1272 |
282 | if (baselineAnchorItem == item) {TRUE | evaluated 12 times by 1 test | FALSE | evaluated 11950 times by 70 testsEvaluated by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickfriction
- tst_qquickgravity
- ...
|
| 12-11950 |
283 | baselineAnchorItem = nullptr; | - |
284 | usedAnchors &= ~QQuickAnchors::BaselineAnchor; | - |
285 | }executed 12 times by 1 test: end of block | 12 |
286 | }executed 11962 times by 70 tests: end of block Executed by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickfriction
- tst_qquickgravity
- ...
| 11962 |
287 | | - |
288 | QQuickGeometryChange QQuickAnchorsPrivate::calculateDependency(QQuickItem *controlItem) const | - |
289 | { | - |
290 | QQuickGeometryChange dependency; | - |
291 | | - |
292 | if (!controlItem || inDestructor)TRUE | never evaluated | FALSE | evaluated 13474 times by 75 testsEvaluated by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- ...
|
TRUE | evaluated 576 times by 16 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpointerhandler
- tst_qquickstates
- tst_qquicktext
- tst_qquickvisualdatamodel
| FALSE | evaluated 12898 times by 75 testsEvaluated by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- ...
|
| 0-13474 |
293 | return dependency;executed 576 times by 16 tests: return dependency; Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpointerhandler
- tst_qquickstates
- tst_qquicktext
- tst_qquickvisualdatamodel
| 576 |
294 | | - |
295 | if (fill == controlItem) {TRUE | evaluated 5104 times by 71 testsEvaluated by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickfriction
- ...
| FALSE | evaluated 7794 times by 38 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpointattractor
- ...
|
| 5104-7794 |
296 | if (controlItem == readParentItem(item))TRUE | evaluated 4490 times by 70 testsEvaluated by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickfriction
- ...
| FALSE | evaluated 614 times by 10 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpointerhandler
- tst_qquicktext
- tst_touchmouse
|
| 614-4490 |
297 | dependency.setSizeChange(true);executed 4490 times by 70 tests: dependency.setSizeChange(true); Executed by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickfriction
- ...
| 4490 |
298 | else | - |
299 | dependency.setAllChanged(true);executed 614 times by 10 tests: dependency.setAllChanged(true); Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpointerhandler
- tst_qquicktext
- tst_touchmouse
| 614 |
300 | return dependency; executed 5104 times by 71 tests: return dependency; Executed by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickfriction
- ...
| 5104 |
301 | } | - |
302 | | - |
303 | if (centerIn == controlItem) {TRUE | evaluated 3854 times by 33 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickpositioners
- tst_qquickrepeater
- ...
| FALSE | evaluated 3940 times by 25 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
|
| 3854-3940 |
304 | if (controlItem == readParentItem(item))TRUE | evaluated 3790 times by 33 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickpositioners
- tst_qquickrepeater
- ...
| FALSE | evaluated 64 times by 2 testsEvaluated by:- tst_examples
- tst_qquickanchors
|
| 64-3790 |
305 | dependency.setSizeChange(true);executed 3790 times by 33 tests: dependency.setSizeChange(true); Executed by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickpositioners
- tst_qquickrepeater
- ...
| 3790 |
306 | else | - |
307 | dependency.setAllChanged(true);executed 64 times by 2 tests: dependency.setAllChanged(true); Executed by:- tst_examples
- tst_qquickanchors
| 64 |
308 | return dependency; executed 3854 times by 33 tests: return dependency; Executed by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickpositioners
- tst_qquickrepeater
- ...
| 3854 |
309 | } | - |
310 | | - |
311 | if ((usedAnchors & QQuickAnchors::LeftAnchor && leftAnchorItem == controlItem) ||TRUE | evaluated 820 times by 17 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| FALSE | evaluated 3120 times by 22 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
- tst_rendernode
|
TRUE | evaluated 584 times by 17 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| FALSE | evaluated 236 times by 7 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickimage
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickstates
|
| 236-3120 |
312 | (usedAnchors & QQuickAnchors::RightAnchor && rightAnchorItem == controlItem) ||TRUE | evaluated 748 times by 12 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickstates
- tst_rendernode
| FALSE | evaluated 2608 times by 20 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
|
TRUE | evaluated 614 times by 12 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickstates
- tst_rendernode
| FALSE | evaluated 134 times by 4 testsEvaluated by:- tst_examples
- tst_qquickanimations
- tst_qquicklistview
- tst_qquickstates
|
| 134-2608 |
313 | (usedAnchors & QQuickAnchors::HCenterAnchor && hCenterAnchorItem == controlItem)) {TRUE | evaluated 1404 times by 10 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickstates
| FALSE | evaluated 1338 times by 17 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
|
TRUE | evaluated 1366 times by 10 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickstates
| FALSE | evaluated 38 times by 3 testsEvaluated by:- tst_examples
- tst_qquickitem2
- tst_qquickstates
|
| 38-1404 |
314 | if (controlItem == readParentItem(item))TRUE | evaluated 2232 times by 20 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickstates
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| FALSE | evaluated 332 times by 8 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickimage
- tst_qquickitem2
- tst_qquickstates
- tst_qquicktextedit
- tst_touchmouse
|
| 332-2232 |
315 | dependency.setWidthChange(true);executed 2232 times by 20 tests: dependency.setWidthChange(true); Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickstates
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| 2232 |
316 | else | - |
317 | dependency.setHorizontalChange(true);executed 332 times by 8 tests: dependency.setHorizontalChange(true); Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickimage
- tst_qquickitem2
- tst_qquickstates
- tst_qquicktextedit
- tst_touchmouse
| 332 |
318 | } | - |
319 | | - |
320 | if ((usedAnchors & QQuickAnchors::TopAnchor && topAnchorItem == controlItem) ||TRUE | evaluated 1276 times by 20 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| FALSE | evaluated 2664 times by 21 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickstates
- tst_qquicktextedit
- tst_rendernode
- tst_touchmouse
|
TRUE | evaluated 1030 times by 20 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| FALSE | evaluated 246 times by 8 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickstates
|
| 246-2664 |
321 | (usedAnchors & QQuickAnchors::BottomAnchor && bottomAnchorItem == controlItem) ||TRUE | evaluated 956 times by 17 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquickstates
- tst_qquicktextedit
- tst_rendernode
| FALSE | evaluated 1954 times by 13 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickflickable
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickstates
- tst_touchmouse
|
TRUE | evaluated 858 times by 17 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquickstates
- tst_qquicktextedit
- tst_rendernode
| FALSE | evaluated 98 times by 4 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickstates
|
| 98-1954 |
322 | (usedAnchors & QQuickAnchors::VCenterAnchor && vCenterAnchorItem == controlItem) ||TRUE | evaluated 1026 times by 9 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickstates
| FALSE | evaluated 1026 times by 13 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickflickable
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickstates
- tst_touchmouse
|
TRUE | evaluated 926 times by 9 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickstates
| FALSE | evaluated 100 times by 2 testsEvaluated by:- tst_examples
- tst_qquickitem2
|
| 100-1026 |
323 | (usedAnchors & QQuickAnchors::BaselineAnchor && baselineAnchorItem == controlItem)) {TRUE | evaluated 20 times by 2 testsEvaluated by:- tst_qquickanchors
- tst_qquickstates
| FALSE | evaluated 1106 times by 13 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickflickable
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickstates
- tst_touchmouse
|
TRUE | evaluated 20 times by 2 testsEvaluated by:- tst_qquickanchors
- tst_qquickstates
| FALSE | never evaluated |
| 0-1106 |
324 | if (controlItem == readParentItem(item))TRUE | evaluated 2546 times by 23 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| FALSE | evaluated 288 times by 11 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
|
| 288-2546 |
325 | dependency.setHeightChange(true);executed 2546 times by 23 tests: dependency.setHeightChange(true); Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| 2546 |
326 | else | - |
327 | dependency.setVerticalChange(true);executed 288 times by 11 tests: dependency.setVerticalChange(true); Executed by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
| 288 |
328 | } | - |
329 | | - |
330 | return dependency;executed 3940 times by 25 tests: return dependency; Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| 3940 |
331 | } | - |
332 | | - |
333 | void QQuickAnchorsPrivate::addDepend(QQuickItem *item) | - |
334 | { | - |
335 | if (!item || !componentComplete)TRUE | never evaluated | FALSE | evaluated 27200 times by 75 testsEvaluated by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- ...
|
TRUE | evaluated 14498 times by 75 testsEvaluated by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- ...
| FALSE | evaluated 12702 times by 75 testsEvaluated by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- ...
|
| 0-27200 |
336 | return;executed 14498 times by 75 tests: return; Executed by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- ...
| 14498 |
337 | | - |
338 | QQuickItemPrivate *p = QQuickItemPrivate::get(item); | - |
339 | p->updateOrAddGeometryChangeListener(this, calculateDependency(item)); | - |
340 | }executed 12702 times by 75 tests: end of block Executed by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- ...
| 12702 |
341 | | - |
342 | void QQuickAnchorsPrivate::remDepend(QQuickItem *item) | - |
343 | { | - |
344 | if (!item || !componentComplete)TRUE | evaluated 126406 times by 83 testsEvaluated by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmlproperty
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- ...
| FALSE | evaluated 772 times by 18 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpointerhandler
- tst_qquickstates
- tst_qquicktext
- tst_qquickvisualdatamodel
|
TRUE | never evaluated | FALSE | evaluated 772 times by 18 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpointerhandler
- tst_qquickstates
- tst_qquicktext
- tst_qquickvisualdatamodel
|
| 0-126406 |
345 | return;executed 126406 times by 83 tests: return; Executed by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmlproperty
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- ...
| 126406 |
346 | | - |
347 | QQuickItemPrivate *p = QQuickItemPrivate::get(item); | - |
348 | p->updateOrRemoveGeometryChangeListener(this, calculateDependency(item)); | - |
349 | }executed 772 times by 18 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpointerhandler
- tst_qquickstates
- tst_qquicktext
- tst_qquickvisualdatamodel
| 772 |
350 | | - |
351 | bool QQuickAnchors::mirrored() | - |
352 | { | - |
353 | Q_D(QQuickAnchors); | - |
354 | return QQuickItemPrivate::get(d->item)->effectiveLayoutMirror;executed 25460 times by 75 tests: return QQuickItemPrivate::get(d->item)->effectiveLayoutMirror; Executed by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- ...
| 25460 |
355 | } | - |
356 | | - |
357 | bool QQuickAnchors::alignWhenCentered() const | - |
358 | { | - |
359 | Q_D(const QQuickAnchors); | - |
360 | return d->centerAligned;executed 4 times by 1 test: return d->centerAligned; Executed by:- tst_qquickdesignersupport
| 4 |
361 | } | - |
362 | | - |
363 | void QQuickAnchors::setAlignWhenCentered(bool aligned) | - |
364 | { | - |
365 | Q_D(QQuickAnchors); | - |
366 | if (aligned == d->centerAligned)TRUE | never evaluated | FALSE | evaluated 6 times by 1 test |
| 0-6 |
367 | return; never executed: return; | 0 |
368 | d->centerAligned = aligned; | - |
369 | emit centerAlignedChanged(); | - |
370 | if (d->centerIn) {TRUE | never evaluated | FALSE | evaluated 6 times by 1 test |
| 0-6 |
371 | d->centerInChanged(); | - |
372 | } else { never executed: end of block | 0 |
373 | if (d->usedAnchors & QQuickAnchors::VCenterAnchor)TRUE | never evaluated | FALSE | evaluated 6 times by 1 test |
| 0-6 |
374 | d->updateVerticalAnchors(); never executed: d->updateVerticalAnchors(); | 0 |
375 | else if (d->usedAnchors & QQuickAnchors::HCenterAnchor)TRUE | never evaluated | FALSE | evaluated 6 times by 1 test |
| 0-6 |
376 | d->updateHorizontalAnchors(); never executed: d->updateHorizontalAnchors(); | 0 |
377 | }executed 6 times by 1 test: end of block | 6 |
378 | } | - |
379 | | - |
380 | bool QQuickAnchorsPrivate::isItemComplete() const | - |
381 | { | - |
382 | return componentComplete;executed 86394 times by 79 tests: return componentComplete; Executed by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlproperty
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdesignersupport
- tst_qquickdraghandler
- ...
| 86394 |
383 | } | - |
384 | | - |
385 | void QQuickAnchors::classBegin() | - |
386 | { | - |
387 | Q_D(QQuickAnchors); | - |
388 | d->componentComplete = false; | - |
389 | }executed 12418 times by 77 tests: end of block Executed by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlproperty
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- ...
| 12418 |
390 | | - |
391 | void QQuickAnchors::componentComplete() | - |
392 | { | - |
393 | Q_D(QQuickAnchors); | - |
394 | d->componentComplete = true; | - |
395 | }executed 12418 times by 77 tests: end of block Executed by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlproperty
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- ...
| 12418 |
396 | | - |
397 | void QQuickAnchorsPrivate::setItemHeight(qreal v) | - |
398 | { | - |
399 | updatingMe = true; | - |
400 | item->setHeight(v); | - |
401 | updatingMe = false; | - |
402 | }executed 502 times by 11 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquickvisualdatamodel
| 502 |
403 | | - |
404 | void QQuickAnchorsPrivate::setItemWidth(qreal v) | - |
405 | { | - |
406 | updatingMe = true; | - |
407 | item->setWidth(v); | - |
408 | updatingMe = false; | - |
409 | }executed 714 times by 11 tests: end of block Executed by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickstates
- tst_qquickvisualdatamodel
- tst_touchmouse
| 714 |
410 | | - |
411 | void QQuickAnchorsPrivate::setItemX(qreal v) | - |
412 | { | - |
413 | updatingMe = true; | - |
414 | item->setX(v); | - |
415 | updatingMe = false; | - |
416 | }executed 9528 times by 21 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| 9528 |
417 | | - |
418 | void QQuickAnchorsPrivate::setItemY(qreal v) | - |
419 | { | - |
420 | updatingMe = true; | - |
421 | item->setY(v); | - |
422 | updatingMe = false; | - |
423 | }executed 10699 times by 23 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| 10699 |
424 | | - |
425 | void QQuickAnchorsPrivate::setItemPos(const QPointF &v) | - |
426 | { | - |
427 | updatingMe = true; | - |
428 | item->setPosition(v); | - |
429 | updatingMe = false; | - |
430 | }executed 15608 times by 75 tests: end of block Executed by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- ...
| 15608 |
431 | | - |
432 | void QQuickAnchorsPrivate::setItemSize(const QSizeF &v) | - |
433 | { | - |
434 | updatingMe = true; | - |
435 | item->setSize(v); | - |
436 | updatingMe = false; | - |
437 | }executed 7827 times by 71 tests: end of block Executed by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickfriction
- ...
| 7827 |
438 | | - |
439 | void QQuickAnchorsPrivate::updateMe() | - |
440 | { | - |
441 | if (updatingMe) {TRUE | evaluated 28032 times by 72 testsEvaluated by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlvaluetypes
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- ...
| FALSE | evaluated 13884 times by 33 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlenginedebugservice
- tst_qqmlproperty
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdesignersupport
- tst_qquickdraghandler
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickshadereffect
- ...
|
| 13884-28032 |
442 | updatingMe = false; | - |
443 | return;executed 28032 times by 72 tests: return; Executed by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlvaluetypes
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- ...
| 28032 |
444 | } | - |
445 | | - |
446 | update(); | - |
447 | }executed 13884 times by 33 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlenginedebugservice
- tst_qqmlproperty
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdesignersupport
- tst_qquickdraghandler
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickshadereffect
- ...
| 13884 |
448 | | - |
449 | void QQuickAnchorsPrivate::updateOnComplete() | - |
450 | { | - |
451 | | - |
452 | QQuickItem *dependencies[9]; | - |
453 | dependencies[0] = fill; | - |
454 | dependencies[1] = centerIn; | - |
455 | dependencies[2] = leftAnchorItem; | - |
456 | dependencies[3] = rightAnchorItem; | - |
457 | dependencies[4] = hCenterAnchorItem; | - |
458 | dependencies[5] = topAnchorItem; | - |
459 | dependencies[6] = bottomAnchorItem; | - |
460 | dependencies[7] = vCenterAnchorItem; | - |
461 | dependencies[8] = baselineAnchorItem; | - |
462 | | - |
463 | std::sort(dependencies, dependencies + 9); | - |
464 | | - |
465 | QQuickItem *lastDependency = nullptr; | - |
466 | for (int i = 0; i < 9; ++i) {TRUE | evaluated 111762 times by 77 testsEvaluated by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlproperty
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- ...
| FALSE | evaluated 12418 times by 77 testsEvaluated by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlproperty
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- ...
|
| 12418-111762 |
467 | QQuickItem *dependency = dependencies[i]; | - |
468 | if (lastDependency != dependency) {TRUE | evaluated 12504 times by 75 testsEvaluated by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- ...
| FALSE | evaluated 99258 times by 77 testsEvaluated by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlproperty
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- ...
|
| 12504-99258 |
469 | addDepend(dependency); | - |
470 | lastDependency = dependency; | - |
471 | }executed 12504 times by 75 tests: end of block Executed by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- ...
| 12504 |
472 | }executed 111762 times by 77 tests: end of block Executed by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlproperty
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- ...
| 111762 |
473 | | - |
474 | update(); | - |
475 | }executed 12418 times by 77 tests: end of block Executed by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlproperty
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- ...
| 12418 |
476 | | - |
477 | | - |
478 | void QQuickAnchorsPrivate::update() | - |
479 | { | - |
480 | if (!isItemComplete())TRUE | evaluated 2270 times by 13 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qquickaccessible
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickshadereffect
- tst_qquicktext
- tst_qquicktextedit
- tst_rendernode
- tst_touchmouse
| FALSE | evaluated 24032 times by 79 testsEvaluated by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlproperty
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdesignersupport
- tst_qquickdraghandler
- ...
|
| 2270-24032 |
481 | return;executed 2270 times by 13 tests: return; Executed by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qquickaccessible
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickshadereffect
- tst_qquicktext
- tst_qquicktextedit
- tst_rendernode
- tst_touchmouse
| 2270 |
482 | | - |
483 | if (fill) {TRUE | evaluated 5104 times by 71 testsEvaluated by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickfriction
- ...
| FALSE | evaluated 18928 times by 41 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qqmlenginedebugservice
- tst_qqmlproperty
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdesignersupport
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- ...
|
| 5104-18928 |
484 | fillChanged(); | - |
485 | } else if (centerIn) {executed 5104 times by 71 tests: end of block Executed by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickfriction
- ...
TRUE | evaluated 6835 times by 33 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickpositioners
- tst_qquickrepeater
- ...
| FALSE | evaluated 12093 times by 28 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qqmlenginedebugservice
- tst_qqmlproperty
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdesignersupport
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktableview
- tst_qquicktextedit
- tst_qquicktextinput
- ...
|
| 5104-12093 |
486 | centerInChanged(); | - |
487 | } else {executed 6835 times by 33 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickpositioners
- tst_qquickrepeater
- ...
| 6835 |
488 | if (usedAnchors & QQuickAnchors::Horizontal_Mask)TRUE | evaluated 8568 times by 21 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| FALSE | evaluated 3525 times by 21 testsEvaluated by:- tst_examples
- tst_qqmlenginedebugservice
- tst_qqmlproperty
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdesignersupport
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktableview
- tst_qquicktextedit
- tst_qquickvisualdatamodel
|
| 3525-8568 |
489 | updateHorizontalAnchors();executed 8568 times by 21 tests: updateHorizontalAnchors(); Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| 8568 |
490 | if (usedAnchors & QQuickAnchors::Vertical_Mask)TRUE | evaluated 9857 times by 23 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| FALSE | evaluated 2236 times by 18 testsEvaluated by:- tst_examples
- tst_qqmlenginedebugservice
- tst_qqmlproperty
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdesignersupport
- tst_qquickflickable
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickstates
- tst_qquicktableview
- tst_qquickvisualdatamodel
- tst_touchmouse
|
| 2236-9857 |
491 | updateVerticalAnchors();executed 9857 times by 23 tests: updateVerticalAnchors(); Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| 9857 |
492 | }executed 12093 times by 28 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_qqmlenginedebugservice
- tst_qqmlproperty
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdesignersupport
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktableview
- tst_qquicktextedit
- tst_qquicktextinput
- ...
| 12093 |
493 | } | - |
494 | | - |
495 | void QQuickAnchorsPrivate::itemGeometryChanged(QQuickItem *, QQuickGeometryChange change, const QRectF &) | - |
496 | { | - |
497 | if (!isItemComplete())TRUE | never evaluated | FALSE | evaluated 4837 times by 32 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklineextruder
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmaskextruder
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpincharea
- tst_qquickpointattractor
- tst_qquickpositioners
- ...
|
| 0-4837 |
498 | return; never executed: return; | 0 |
499 | | - |
500 | if (fill) {TRUE | evaluated 2659 times by 24 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklineextruder
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmaskextruder
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpincharea
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktext
- tst_qquicktextinput
- tst_qquickturbulence
- tst_touchmouse
| FALSE | evaluated 2178 times by 17 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickimage
- tst_qquickitem
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickpositioners
- tst_qquickstates
- tst_qquicktextedit
|
| 2178-2659 |
501 | fillChanged(); | - |
502 | } else if (centerIn) {executed 2659 times by 24 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklineextruder
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmaskextruder
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpincharea
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktext
- tst_qquicktextinput
- tst_qquickturbulence
- tst_touchmouse
TRUE | evaluated 930 times by 11 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanimations
- tst_qquickitem
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickstates
| FALSE | evaluated 1248 times by 10 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickbehaviors
- tst_qquickimage
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquicktextedit
|
| 930-2659 |
503 | centerInChanged(); | - |
504 | } else {executed 930 times by 11 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickanimations
- tst_qquickitem
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickstates
| 930 |
505 | if ((usedAnchors & QQuickAnchors::Horizontal_Mask) && change.horizontalChange())TRUE | evaluated 956 times by 8 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickimage
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickpositioners
- tst_qquicktextedit
| FALSE | evaluated 292 times by 9 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickbehaviors
- tst_qquickimage
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
|
TRUE | evaluated 756 times by 6 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickpositioners
| FALSE | evaluated 200 times by 5 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickimage
- tst_qquickitem2
- tst_qquicktextedit
|
| 200-956 |
506 | updateHorizontalAnchors();executed 756 times by 6 tests: updateHorizontalAnchors(); Executed by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickpositioners
| 756 |
507 | if ((usedAnchors & QQuickAnchors::Vertical_Mask) && change.verticalChange())TRUE | evaluated 770 times by 10 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickbehaviors
- tst_qquickimage
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquicktextedit
| FALSE | evaluated 478 times by 4 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquicklayouts
- tst_qquickpositioners
|
TRUE | evaluated 554 times by 10 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickbehaviors
- tst_qquickimage
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquicktextedit
| FALSE | evaluated 216 times by 3 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickitem2
|
| 216-770 |
508 | updateVerticalAnchors();executed 554 times by 10 tests: updateVerticalAnchors(); Executed by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickbehaviors
- tst_qquickimage
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquicktextedit
| 554 |
509 | }executed 1248 times by 10 tests: end of block Executed by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickbehaviors
- tst_qquickimage
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquicktextedit
| 1248 |
510 | } | - |
511 | | - |
512 | QQuickItem *QQuickAnchors::fill() const | - |
513 | { | - |
514 | Q_D(const QQuickAnchors); | - |
515 | return d->fill;executed 250 times by 5 tests: return d->fill; Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickdesignersupport
- tst_qquickpositioners
- tst_qquickrepeater
| 250 |
516 | } | - |
517 | | - |
518 | void QQuickAnchors::setFill(QQuickItem *f) | - |
519 | { | - |
520 | Q_D(QQuickAnchors); | - |
521 | if (d->fill == f)TRUE | evaluated 8 times by 3 testsEvaluated by:- tst_qquickgridview
- tst_qquicklistview
- tst_qquickvisualdatamodel
| FALSE | evaluated 5108 times by 71 testsEvaluated by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickfriction
- ...
|
| 8-5108 |
522 | return;executed 8 times by 3 tests: return; Executed by:- tst_qquickgridview
- tst_qquicklistview
- tst_qquickvisualdatamodel
| 8 |
523 | | - |
524 | if (!f) {TRUE | evaluated 2 times by 1 test | FALSE | evaluated 5106 times by 71 testsEvaluated by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickfriction
- ...
|
| 2-5106 |
525 | QQuickItem *oldFill = d->fill; | - |
526 | d->fill = f; | - |
527 | d->remDepend(oldFill); | - |
528 | emit fillChanged(); | - |
529 | return;executed 2 times by 1 test: return; | 2 |
530 | } | - |
531 | if (f != readParentItem(d->item) && readParentItem(f) != readParentItem(d->item)){TRUE | evaluated 616 times by 10 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpointerhandler
- tst_qquicktext
- tst_touchmouse
| FALSE | evaluated 4490 times by 70 testsEvaluated by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickfriction
- ...
|
TRUE | evaluated 2 times by 1 test | FALSE | evaluated 614 times by 10 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpointerhandler
- tst_qquicktext
- tst_touchmouse
|
| 2-4490 |
532 | qmlWarning(d->item) << tr("Cannot anchor to an item that isn't a parent or sibling."); | - |
533 | return;executed 2 times by 1 test: return; | 2 |
534 | } | - |
535 | QQuickItem *oldFill = d->fill; | - |
536 | d->fill = f; | - |
537 | d->remDepend(oldFill); | - |
538 | d->addDepend(d->fill); | - |
539 | emit fillChanged(); | - |
540 | d->fillChanged(); | - |
541 | }executed 5104 times by 71 tests: end of block Executed by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickborderimage
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickfriction
- ...
| 5104 |
542 | | - |
543 | void QQuickAnchors::resetFill() | - |
544 | { | - |
545 | setFill(nullptr); | - |
546 | }executed 2 times by 1 test: end of block | 2 |
547 | | - |
548 | QQuickItem *QQuickAnchors::centerIn() const | - |
549 | { | - |
550 | Q_D(const QQuickAnchors); | - |
551 | return d->centerIn;executed 246 times by 5 tests: return d->centerIn; Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickdesignersupport
- tst_qquickpositioners
- tst_qquickrepeater
| 246 |
552 | } | - |
553 | | - |
554 | void QQuickAnchors::setCenterIn(QQuickItem* c) | - |
555 | { | - |
556 | Q_D(QQuickAnchors); | - |
557 | if (d->centerIn == c)TRUE | evaluated 2 times by 1 test | FALSE | evaluated 3858 times by 33 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickpositioners
- tst_qquickrepeater
- ...
|
| 2-3858 |
558 | return;executed 2 times by 1 test: return; | 2 |
559 | | - |
560 | if (!c) {TRUE | evaluated 2 times by 1 test | FALSE | evaluated 3856 times by 33 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickpositioners
- tst_qquickrepeater
- ...
|
| 2-3856 |
561 | QQuickItem *oldCI = d->centerIn; | - |
562 | d->centerIn = c; | - |
563 | d->remDepend(oldCI); | - |
564 | emit centerInChanged(); | - |
565 | return;executed 2 times by 1 test: return; | 2 |
566 | } | - |
567 | if (c != readParentItem(d->item) && readParentItem(c) != readParentItem(d->item)){TRUE | evaluated 66 times by 2 testsEvaluated by:- tst_examples
- tst_qquickanchors
| FALSE | evaluated 3790 times by 33 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickpositioners
- tst_qquickrepeater
- ...
|
TRUE | evaluated 2 times by 1 test | FALSE | evaluated 64 times by 2 testsEvaluated by:- tst_examples
- tst_qquickanchors
|
| 2-3790 |
568 | qmlWarning(d->item) << tr("Cannot anchor to an item that isn't a parent or sibling."); | - |
569 | return;executed 2 times by 1 test: return; | 2 |
570 | } | - |
571 | QQuickItem *oldCI = d->centerIn; | - |
572 | d->centerIn = c; | - |
573 | d->remDepend(oldCI); | - |
574 | d->addDepend(d->centerIn); | - |
575 | emit centerInChanged(); | - |
576 | d->centerInChanged(); | - |
577 | }executed 3854 times by 33 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qqmlbinding
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickfontloader_static
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpointattractor
- tst_qquickpositioners
- tst_qquickrepeater
- ...
| 3854 |
578 | | - |
579 | void QQuickAnchors::resetCenterIn() | - |
580 | { | - |
581 | setCenterIn(nullptr); | - |
582 | }executed 2 times by 1 test: end of block | 2 |
583 | | - |
584 | bool QQuickAnchorsPrivate::calcStretch(QQuickItem *edge1Item, | - |
585 | QQuickAnchors::Anchor edge1Line, | - |
586 | QQuickItem *edge2Item, | - |
587 | QQuickAnchors::Anchor edge2Line, | - |
588 | qreal offset1, | - |
589 | qreal offset2, | - |
590 | QQuickAnchors::Anchor line, | - |
591 | qreal &stretch) const | - |
592 | { | - |
593 | bool edge1IsParent = (edge1Item == readParentItem(item)); | - |
594 | bool edge2IsParent = (edge2Item == readParentItem(item)); | - |
595 | bool edge1IsSibling = (readParentItem(edge1Item) == readParentItem(item)); | - |
596 | bool edge2IsSibling = (readParentItem(edge2Item) == readParentItem(item)); | - |
597 | | - |
598 | bool invalid = false; | - |
599 | if ((edge2IsParent && edge1IsParent) || (edge2IsSibling && edge1IsSibling)) {TRUE | evaluated 850 times by 14 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquickvisualdatamodel
- tst_touchmouse
| FALSE | evaluated 366 times by 7 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickstates
|
TRUE | evaluated 554 times by 14 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquickvisualdatamodel
- tst_touchmouse
| FALSE | evaluated 296 times by 5 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquicklistview
- tst_qquickstates
|
TRUE | evaluated 366 times by 7 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickstates
| FALSE | evaluated 296 times by 5 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquicklistview
- tst_qquickstates
|
TRUE | evaluated 52 times by 5 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquicklistview
| FALSE | evaluated 314 times by 5 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickimage
- tst_qquickstates
|
| 52-850 |
600 | stretch = (position(edge2Item, edge2Line) + offset2) | - |
601 | - (position(edge1Item, edge1Line) + offset1); | - |
602 | } else if (edge2IsParent && edge1IsSibling) {executed 606 times by 14 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquickvisualdatamodel
- tst_touchmouse
TRUE | evaluated 296 times by 5 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquicklistview
- tst_qquickstates
| FALSE | evaluated 314 times by 5 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickimage
- tst_qquickstates
|
TRUE | evaluated 296 times by 5 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquicklistview
- tst_qquickstates
| FALSE | never evaluated |
| 0-606 |
603 | stretch = (position(edge2Item, edge2Line) + offset2) | - |
604 | - (position(readParentItem(item), line) | - |
605 | + position(edge1Item, edge1Line) + offset1); | - |
606 | } else if (edge2IsSibling && edge1IsParent) {executed 296 times by 5 tests: end of block Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquicklistview
- tst_qquickstates
TRUE | evaluated 314 times by 5 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickimage
- tst_qquickstates
| FALSE | never evaluated |
TRUE | evaluated 314 times by 5 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickimage
- tst_qquickstates
| FALSE | never evaluated |
| 0-314 |
607 | stretch = (position(readParentItem(item), line) + position(edge2Item, edge2Line) + offset2) | - |
608 | - (position(edge1Item, edge1Line) + offset1); | - |
609 | } elseexecuted 314 times by 5 tests: end of block Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickimage
- tst_qquickstates
| 314 |
610 | invalid = true; never executed: invalid = true; | 0 |
611 | | - |
612 | return invalid;executed 1216 times by 14 tests: return invalid; Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquickvisualdatamodel
- tst_touchmouse
| 1216 |
613 | } | - |
614 | | - |
615 | void QQuickAnchorsPrivate::updateVerticalAnchors() | - |
616 | { | - |
617 | if (fill || centerIn || !isItemComplete())TRUE | evaluated 450 times by 5 testsEvaluated by:- tst_examples
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquicktext
- tst_qquicktextinput
| FALSE | evaluated 16107 times by 28 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktableview
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- ...
|
TRUE | evaluated 98 times by 1 test | FALSE | evaluated 16009 times by 28 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktableview
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- ...
|
TRUE | evaluated 5200 times by 28 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktableview
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- ...
| FALSE | evaluated 10809 times by 23 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
|
| 98-16107 |
618 | return;executed 5748 times by 30 tests: return; Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktableview
- tst_qquicktext
- tst_qquicktextedit
- ...
| 5748 |
619 | | - |
620 | if (Q_UNLIKELY(updatingVerticalAnchor > 1)) {TRUE | never evaluated | FALSE | evaluated 10809 times by 23 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
|
| 0-10809 |
621 | | - |
622 | qmlWarning(item) << QQuickAnchors::tr("Possible anchor loop detected on vertical anchor."); | - |
623 | return; never executed: return; | 0 |
624 | } | - |
625 | | - |
626 | ++updatingVerticalAnchor; | - |
627 | if (usedAnchors & QQuickAnchors::TopAnchor) {TRUE | evaluated 2060 times by 20 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| FALSE | evaluated 8749 times by 18 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickstates
- tst_qquicktextedit
- tst_rendernode
|
| 2060-8749 |
628 | | - |
629 | bool invalid = true; | - |
630 | qreal height = 0.0; | - |
631 | if (usedAnchors & QQuickAnchors::BottomAnchor) {TRUE | evaluated 498 times by 11 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquickvisualdatamodel
| FALSE | evaluated 1562 times by 17 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_rendernode
- tst_touchmouse
|
| 498-1562 |
632 | invalid = calcStretch(topAnchorItem, topAnchorLine, | - |
633 | bottomAnchorItem, bottomAnchorLine, | - |
634 | topMargin, -bottomMargin, QQuickAnchors::TopAnchor, height); | - |
635 | } else if (usedAnchors & QQuickAnchors::VCenterAnchor) {executed 498 times by 11 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquickvisualdatamodel
TRUE | evaluated 2 times by 1 test | FALSE | evaluated 1560 times by 17 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_rendernode
- tst_touchmouse
|
| 2-1560 |
636 | invalid = calcStretch(topAnchorItem, topAnchorLine, | - |
637 | vCenterAnchorItem, vCenterAnchorLine, | - |
638 | topMargin, vCenterOffset, QQuickAnchors::TopAnchor, height); | - |
639 | height *= 2; | - |
640 | }executed 2 times by 1 test: end of block | 2 |
641 | if (!invalid)TRUE | evaluated 500 times by 11 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquickvisualdatamodel
| FALSE | evaluated 1560 times by 17 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_rendernode
- tst_touchmouse
|
| 500-1560 |
642 | setItemHeight(height);executed 500 times by 11 tests: setItemHeight(height); Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquickvisualdatamodel
| 500 |
643 | | - |
644 | | - |
645 | if (topAnchorItem == readParentItem(item)) {TRUE | evaluated 1454 times by 18 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| FALSE | evaluated 606 times by 10 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
|
| 606-1454 |
646 | setItemY(adjustedPosition(topAnchorItem, topAnchorLine) + topMargin); | - |
647 | } else if (readParentItem(topAnchorItem) == readParentItem(item)) {executed 1454 times by 18 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
TRUE | evaluated 606 times by 10 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
| FALSE | never evaluated |
| 0-1454 |
648 | setItemY(position(topAnchorItem, topAnchorLine) + topMargin); | - |
649 | }executed 606 times by 10 tests: end of block Executed by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
| 606 |
650 | } else if (usedAnchors & QQuickAnchors::BottomAnchor) {executed 2060 times by 20 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
TRUE | evaluated 7199 times by 16 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquickstates
- tst_qquicktextedit
- tst_rendernode
| FALSE | evaluated 1550 times by 10 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickstates
|
| 1550-7199 |
651 | | - |
652 | if (usedAnchors & QQuickAnchors::VCenterAnchor) {TRUE | evaluated 2 times by 1 test | FALSE | evaluated 7197 times by 16 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquickstates
- tst_qquicktextedit
- tst_rendernode
|
| 2-7197 |
653 | qreal height = 0.0; | - |
654 | bool invalid = calcStretch(vCenterAnchorItem, vCenterAnchorLine, | - |
655 | bottomAnchorItem, bottomAnchorLine, | - |
656 | vCenterOffset, -bottomMargin, QQuickAnchors::TopAnchor, | - |
657 | height); | - |
658 | if (!invalid)TRUE | evaluated 2 times by 1 test | FALSE | never evaluated |
| 0-2 |
659 | setItemHeight(height*2);executed 2 times by 1 test: setItemHeight(height*2); | 2 |
660 | }executed 2 times by 1 test: end of block | 2 |
661 | | - |
662 | | - |
663 | if (bottomAnchorItem == readParentItem(item)) {TRUE | evaluated 7123 times by 15 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquickstates
- tst_qquicktextedit
- tst_rendernode
| FALSE | evaluated 76 times by 4 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickstates
|
| 76-7123 |
664 | setItemY(adjustedPosition(bottomAnchorItem, bottomAnchorLine) - readHeight(item) - bottomMargin); | - |
665 | } else if (readParentItem(bottomAnchorItem) == readParentItem(item)) {executed 7123 times by 15 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquickstates
- tst_qquicktextedit
- tst_rendernode
TRUE | evaluated 76 times by 4 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickstates
| FALSE | never evaluated |
| 0-7123 |
666 | setItemY(position(bottomAnchorItem, bottomAnchorLine) - readHeight(item) - bottomMargin); | - |
667 | }executed 76 times by 4 tests: end of block Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickstates
| 76 |
668 | } else if (usedAnchors & QQuickAnchors::VCenterAnchor) {executed 7199 times by 16 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquickstates
- tst_qquicktextedit
- tst_rendernode
TRUE | evaluated 1394 times by 9 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickstates
| FALSE | evaluated 156 times by 6 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickstates
|
| 156-7199 |
669 | | - |
670 | | - |
671 | | - |
672 | if (vCenterAnchorItem == readParentItem(item)) {TRUE | evaluated 1386 times by 9 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickstates
| FALSE | evaluated 8 times by 2 testsEvaluated by:- tst_qquickanchors
- tst_qquickstates
|
| 8-1386 |
673 | setItemY(adjustedPosition(vCenterAnchorItem, vCenterAnchorLine) | - |
674 | - vcenter(item) + vCenterOffset); | - |
675 | } else if (readParentItem(vCenterAnchorItem) == readParentItem(item)) {executed 1386 times by 9 tests: end of block Executed by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickstates
TRUE | evaluated 8 times by 2 testsEvaluated by:- tst_qquickanchors
- tst_qquickstates
| FALSE | never evaluated |
| 0-1386 |
676 | setItemY(position(vCenterAnchorItem, vCenterAnchorLine) - vcenter(item) + vCenterOffset); | - |
677 | }executed 8 times by 2 tests: end of block Executed by:- tst_qquickanchors
- tst_qquickstates
| 8 |
678 | } else if (usedAnchors & QQuickAnchors::BaselineAnchor) {executed 1394 times by 9 tests: end of block Executed by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickstates
TRUE | evaluated 46 times by 2 testsEvaluated by:- tst_qquickanchors
- tst_qquickstates
| FALSE | evaluated 110 times by 6 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickstates
|
| 46-1394 |
679 | | - |
680 | if (baselineAnchorItem == readParentItem(item)) {TRUE | evaluated 8 times by 2 testsEvaluated by:- tst_qquickanchors
- tst_qquickstates
| FALSE | evaluated 38 times by 2 testsEvaluated by:- tst_qquickanchors
- tst_qquickstates
|
| 8-38 |
681 | setItemY(adjustedPosition(baselineAnchorItem, baselineAnchorLine) | - |
682 | - readBaselineOffset(item) + baselineOffset); | - |
683 | } else if (readParentItem(baselineAnchorItem) == readParentItem(item)) {executed 8 times by 2 tests: end of block Executed by:- tst_qquickanchors
- tst_qquickstates
TRUE | evaluated 38 times by 2 testsEvaluated by:- tst_qquickanchors
- tst_qquickstates
| FALSE | never evaluated |
| 0-38 |
684 | setItemY(position(baselineAnchorItem, baselineAnchorLine) | - |
685 | - readBaselineOffset(item) + baselineOffset); | - |
686 | }executed 38 times by 2 tests: end of block Executed by:- tst_qquickanchors
- tst_qquickstates
| 38 |
687 | }executed 46 times by 2 tests: end of block Executed by:- tst_qquickanchors
- tst_qquickstates
| 46 |
688 | --updatingVerticalAnchor; | - |
689 | }executed 10809 times by 23 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| 10809 |
690 | | - |
691 | static inline QQuickAnchors::Anchor reverseAnchorLine(QQuickAnchors::Anchor anchorLine) | - |
692 | { | - |
693 | if (anchorLine == QQuickAnchors::LeftAnchor) {TRUE | evaluated 62 times by 4 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickstates
- tst_qquicktextinput
| FALSE | evaluated 358 times by 5 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickitem2
- tst_qquickstates
- tst_qquicktextinput
|
| 62-358 |
694 | return QQuickAnchors::RightAnchor;executed 62 times by 4 tests: return QQuickAnchors::RightAnchor; Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickstates
- tst_qquicktextinput
| 62 |
695 | } else if (anchorLine == QQuickAnchors::RightAnchor) {TRUE | evaluated 36 times by 2 testsEvaluated by:- tst_qquickanchors
- tst_qquickstates
| FALSE | evaluated 322 times by 5 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickitem2
- tst_qquickstates
- tst_qquicktextinput
|
| 36-322 |
696 | return QQuickAnchors::LeftAnchor;executed 36 times by 2 tests: return QQuickAnchors::LeftAnchor; Executed by:- tst_qquickanchors
- tst_qquickstates
| 36 |
697 | } else { | - |
698 | return anchorLine;executed 322 times by 5 tests: return anchorLine; Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickitem2
- tst_qquickstates
- tst_qquicktextinput
| 322 |
699 | } | - |
700 | } | - |
701 | | - |
702 | void QQuickAnchorsPrivate::updateHorizontalAnchors() | - |
703 | { | - |
704 | Q_Q(QQuickAnchors); | - |
705 | if (fill || centerIn || !isItemComplete())TRUE | evaluated 16 times by 5 testsEvaluated by:- tst_qquickanchors
- tst_qquickgridview
- tst_qquicklistview
- tst_qquicktext
- tst_qquicktextedit
| FALSE | evaluated 14690 times by 25 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickstates
- tst_qquicktableview
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_scenegraph
- tst_touchmouse
|
TRUE | evaluated 4 times by 1 test | FALSE | evaluated 14686 times by 25 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickstates
- tst_qquicktableview
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_scenegraph
- tst_touchmouse
|
TRUE | evaluated 4956 times by 25 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickstates
- tst_qquicktableview
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_scenegraph
- tst_touchmouse
| FALSE | evaluated 9730 times by 21 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
|
| 4-14690 |
706 | return;executed 4976 times by 26 tests: return; Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickstates
- tst_qquicktableview
- tst_qquicktext
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_scenegraph
- ...
| 4976 |
707 | | - |
708 | if (updatingHorizontalAnchor < 3) {TRUE | evaluated 9724 times by 21 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| FALSE | evaluated 6 times by 1 test |
| 6-9724 |
709 | ++updatingHorizontalAnchor; | - |
710 | qreal effectiveRightMargin, effectiveLeftMargin, effectiveHorizontalCenterOffset; | - |
711 | QQuickItem *effectiveLeftItem, *effectiveRightItem, *effectiveHorizontalCenterItem; | - |
712 | QQuickAnchors::Anchor effectiveLeftLine, effectiveRightLine, effectiveHorizontalCenterLine; | - |
713 | QQuickAnchors::Anchor effectiveLeftAnchor, effectiveRightAnchor; | - |
714 | if (q->mirrored()) {TRUE | evaluated 140 times by 5 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickitem2
- tst_qquickstates
- tst_qquicktextinput
| FALSE | evaluated 9584 times by 21 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
|
| 140-9584 |
715 | effectiveLeftAnchor = QQuickAnchors::RightAnchor; | - |
716 | effectiveRightAnchor = QQuickAnchors::LeftAnchor; | - |
717 | effectiveLeftItem = rightAnchorItem; | - |
718 | effectiveLeftLine = reverseAnchorLine(rightAnchorLine); | - |
719 | effectiveRightItem = leftAnchorItem; | - |
720 | effectiveRightLine = reverseAnchorLine(leftAnchorLine); | - |
721 | effectiveHorizontalCenterItem = hCenterAnchorItem; | - |
722 | effectiveHorizontalCenterLine = reverseAnchorLine(hCenterAnchorLine); | - |
723 | effectiveLeftMargin = rightMargin; | - |
724 | effectiveRightMargin = leftMargin; | - |
725 | effectiveHorizontalCenterOffset = -hCenterOffset; | - |
726 | } else {executed 140 times by 5 tests: end of block Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickitem2
- tst_qquickstates
- tst_qquicktextinput
| 140 |
727 | effectiveLeftAnchor = QQuickAnchors::LeftAnchor; | - |
728 | effectiveRightAnchor = QQuickAnchors::RightAnchor; | - |
729 | effectiveLeftItem = leftAnchorItem; | - |
730 | effectiveLeftLine = leftAnchorLine; | - |
731 | effectiveRightItem = rightAnchorItem; | - |
732 | effectiveRightLine = rightAnchorLine; | - |
733 | effectiveHorizontalCenterItem = hCenterAnchorItem; | - |
734 | effectiveHorizontalCenterLine = hCenterAnchorLine; | - |
735 | effectiveLeftMargin = leftMargin; | - |
736 | effectiveRightMargin = rightMargin; | - |
737 | effectiveHorizontalCenterOffset = hCenterOffset; | - |
738 | }executed 9584 times by 21 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| 9584 |
739 | | - |
740 | if (usedAnchors & effectiveLeftAnchor) {TRUE | evaluated 1262 times by 17 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| FALSE | evaluated 8462 times by 16 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickstates
- tst_qquicktextinput
- tst_rendernode
|
| 1262-8462 |
741 | | - |
742 | bool invalid = true; | - |
743 | qreal width = 0.0; | - |
744 | if (usedAnchors & effectiveRightAnchor) {TRUE | evaluated 660 times by 11 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickstates
- tst_qquickvisualdatamodel
- tst_touchmouse
| FALSE | evaluated 602 times by 14 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_rendernode
- tst_touchmouse
|
| 602-660 |
745 | invalid = calcStretch(effectiveLeftItem, effectiveLeftLine, | - |
746 | effectiveRightItem, effectiveRightLine, | - |
747 | effectiveLeftMargin, -effectiveRightMargin, | - |
748 | QQuickAnchors::LeftAnchor, width); | - |
749 | } else if (usedAnchors & QQuickAnchors::HCenterAnchor) {executed 660 times by 11 tests: end of block Executed by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickstates
- tst_qquickvisualdatamodel
- tst_touchmouse
TRUE | evaluated 48 times by 2 testsEvaluated by:- tst_examples
- tst_qquickanchors
| FALSE | evaluated 554 times by 14 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_rendernode
- tst_touchmouse
|
| 48-660 |
750 | invalid = calcStretch(effectiveLeftItem, effectiveLeftLine, | - |
751 | effectiveHorizontalCenterItem, effectiveHorizontalCenterLine, | - |
752 | effectiveLeftMargin, effectiveHorizontalCenterOffset, | - |
753 | QQuickAnchors::LeftAnchor, width); | - |
754 | width *= 2; | - |
755 | }executed 48 times by 2 tests: end of block Executed by:- tst_examples
- tst_qquickanchors
| 48 |
756 | if (!invalid)TRUE | evaluated 708 times by 11 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickstates
- tst_qquickvisualdatamodel
- tst_touchmouse
| FALSE | evaluated 554 times by 14 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_rendernode
- tst_touchmouse
|
| 554-708 |
757 | setItemWidth(width);executed 708 times by 11 tests: setItemWidth(width); Executed by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickstates
- tst_qquickvisualdatamodel
- tst_touchmouse
| 708 |
758 | | - |
759 | | - |
760 | if (effectiveLeftItem == readParentItem(item)) {TRUE | evaluated 936 times by 16 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickstates
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| FALSE | evaluated 326 times by 7 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickitem2
- tst_qquickstates
- tst_qquicktextedit
- tst_touchmouse
|
| 326-936 |
761 | setItemX(adjustedPosition(effectiveLeftItem, effectiveLeftLine) + effectiveLeftMargin); | - |
762 | } else if (readParentItem(effectiveLeftItem) == readParentItem(item)) {executed 936 times by 16 tests: end of block Executed by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickstates
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
TRUE | evaluated 326 times by 7 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickitem2
- tst_qquickstates
- tst_qquicktextedit
- tst_touchmouse
| FALSE | never evaluated |
| 0-936 |
763 | setItemX(position(effectiveLeftItem, effectiveLeftLine) + effectiveLeftMargin); | - |
764 | }executed 326 times by 7 tests: end of block Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickitem2
- tst_qquickstates
- tst_qquicktextedit
- tst_touchmouse
| 326 |
765 | } else if (usedAnchors & effectiveRightAnchor) {executed 1262 times by 17 tests: end of block Executed by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
TRUE | evaluated 5696 times by 12 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickstates
- tst_qquicktextinput
- tst_rendernode
| FALSE | evaluated 2766 times by 11 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickstates
|
| 1262-5696 |
766 | | - |
767 | if (usedAnchors & QQuickAnchors::HCenterAnchor) {TRUE | evaluated 6 times by 1 test | FALSE | evaluated 5690 times by 12 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickstates
- tst_qquicktextinput
- tst_rendernode
|
| 6-5690 |
768 | qreal width = 0.0; | - |
769 | bool invalid = calcStretch(effectiveHorizontalCenterItem, | - |
770 | effectiveHorizontalCenterLine, | - |
771 | effectiveRightItem, effectiveRightLine, | - |
772 | effectiveHorizontalCenterOffset, -effectiveRightMargin, | - |
773 | QQuickAnchors::LeftAnchor, width); | - |
774 | if (!invalid)TRUE | evaluated 6 times by 1 test | FALSE | never evaluated |
| 0-6 |
775 | setItemWidth(width*2);executed 6 times by 1 test: setItemWidth(width*2); | 6 |
776 | }executed 6 times by 1 test: end of block | 6 |
777 | | - |
778 | | - |
779 | if (effectiveRightItem == readParentItem(item)) {TRUE | evaluated 5404 times by 12 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickstates
- tst_qquicktextinput
- tst_rendernode
| FALSE | evaluated 292 times by 4 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickstates
|
| 292-5404 |
780 | setItemX(adjustedPosition(effectiveRightItem, effectiveRightLine) | - |
781 | - readWidth(item) - effectiveRightMargin); | - |
782 | } else if (readParentItem(effectiveRightItem) == readParentItem(item)) {executed 5404 times by 12 tests: end of block Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickstates
- tst_qquicktextinput
- tst_rendernode
TRUE | evaluated 292 times by 4 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickstates
| FALSE | never evaluated |
| 0-5404 |
783 | setItemX(position(effectiveRightItem, effectiveRightLine) | - |
784 | - readWidth(item) - effectiveRightMargin); | - |
785 | }executed 292 times by 4 tests: end of block Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickstates
| 292 |
786 | } else if (usedAnchors & QQuickAnchors::HCenterAnchor) {executed 5696 times by 12 tests: end of block Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickstates
- tst_qquicktextinput
- tst_rendernode
TRUE | evaluated 2570 times by 10 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickstates
| FALSE | evaluated 196 times by 6 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickstates
|
| 196-5696 |
787 | | - |
788 | if (effectiveHorizontalCenterItem == readParentItem(item)) {TRUE | evaluated 2546 times by 10 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickstates
| FALSE | evaluated 24 times by 3 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickstates
|
| 24-2546 |
789 | setItemX(adjustedPosition(effectiveHorizontalCenterItem, effectiveHorizontalCenterLine) - hcenter(item) + effectiveHorizontalCenterOffset); | - |
790 | } else if (readParentItem(effectiveHorizontalCenterItem) == readParentItem(item)) {executed 2546 times by 10 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickstates
TRUE | evaluated 24 times by 3 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickstates
| FALSE | never evaluated |
| 0-2546 |
791 | setItemX(position(effectiveHorizontalCenterItem, effectiveHorizontalCenterLine) - hcenter(item) + effectiveHorizontalCenterOffset); | - |
792 | }executed 24 times by 3 tests: end of block Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickstates
| 24 |
793 | }executed 2570 times by 10 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickstates
| 2570 |
794 | --updatingHorizontalAnchor; | - |
795 | } else {executed 9724 times by 21 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| 9724 |
796 | | - |
797 | qmlWarning(item) << QQuickAnchors::tr("Possible anchor loop detected on horizontal anchor."); | - |
798 | }executed 6 times by 1 test: end of block | 6 |
799 | } | - |
800 | | - |
801 | QQuickAnchorLine QQuickAnchors::top() const | - |
802 | { | - |
803 | Q_D(const QQuickAnchors); | - |
804 | return QQuickAnchorLine(d->topAnchorItem, d->topAnchorLine);executed 72 times by 6 tests: return QQuickAnchorLine(d->topAnchorItem, d->topAnchorLine); Executed by:- tst_examples
- tst_qquickanimations
- tst_qquickdesignersupport
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickstates
| 72 |
805 | } | - |
806 | | - |
807 | void QQuickAnchors::setTop(const QQuickAnchorLine &edge) | - |
808 | { | - |
809 | Q_D(QQuickAnchors); | - |
810 | if (!d->checkVAnchorValid(edge) ||TRUE | evaluated 8 times by 1 test | FALSE | evaluated 1016 times by 20 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
|
| 8-1016 |
811 | (d->topAnchorItem == edge.item && d->topAnchorLine == edge.anchorLine))TRUE | never evaluated | FALSE | evaluated 1016 times by 20 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
|
TRUE | never evaluated | FALSE | never evaluated |
| 0-1016 |
812 | return;executed 8 times by 1 test: return; | 8 |
813 | | - |
814 | d->usedAnchors |= TopAnchor; | - |
815 | | - |
816 | if (!d->checkVValid()) {TRUE | evaluated 2 times by 1 test | FALSE | evaluated 1014 times by 20 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
|
| 2-1014 |
817 | d->usedAnchors &= ~TopAnchor; | - |
818 | return;executed 2 times by 1 test: return; | 2 |
819 | } | - |
820 | | - |
821 | QQuickItem *oldTop = d->topAnchorItem; | - |
822 | d->topAnchorItem = edge.item; | - |
823 | d->topAnchorLine = edge.anchorLine; | - |
824 | d->remDepend(oldTop); | - |
825 | d->addDepend(d->topAnchorItem); | - |
826 | emit topChanged(); | - |
827 | d->updateVerticalAnchors(); | - |
828 | }executed 1014 times by 20 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| 1014 |
829 | | - |
830 | void QQuickAnchors::resetTop() | - |
831 | { | - |
832 | Q_D(QQuickAnchors); | - |
833 | d->usedAnchors &= ~TopAnchor; | - |
834 | d->remDepend(d->topAnchorItem); | - |
835 | d->topAnchorItem = nullptr; | - |
836 | d->topAnchorLine = QQuickAnchors::InvalidAnchor; | - |
837 | emit topChanged(); | - |
838 | d->updateVerticalAnchors(); | - |
839 | }executed 52 times by 4 tests: end of block Executed by:- tst_qquickanchors
- tst_qquickanimations
- tst_qquickitem2
- tst_qquickstates
| 52 |
840 | | - |
841 | QQuickAnchorLine QQuickAnchors::bottom() const | - |
842 | { | - |
843 | Q_D(const QQuickAnchors); | - |
844 | return QQuickAnchorLine(d->bottomAnchorItem, d->bottomAnchorLine);executed 72 times by 6 tests: return QQuickAnchorLine(d->bottomAnchorItem, d->bottomAnchorLine); Executed by:- tst_examples
- tst_qquickanimations
- tst_qquickdesignersupport
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickstates
| 72 |
845 | } | - |
846 | | - |
847 | void QQuickAnchors::setBottom(const QQuickAnchorLine &edge) | - |
848 | { | - |
849 | Q_D(QQuickAnchors); | - |
850 | if (!d->checkVAnchorValid(edge) ||TRUE | evaluated 8 times by 1 test | FALSE | evaluated 1126 times by 19 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
- tst_qquickvisualdatamodel
- tst_rendernode
|
| 8-1126 |
851 | (d->bottomAnchorItem == edge.item && d->bottomAnchorLine == edge.anchorLine))TRUE | evaluated 2 times by 1 test | FALSE | evaluated 1124 times by 19 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
- tst_qquickvisualdatamodel
- tst_rendernode
|
TRUE | evaluated 2 times by 1 test | FALSE | never evaluated |
| 0-1124 |
852 | return;executed 10 times by 2 tests: return; Executed by:- tst_qquickanchors
- tst_qquickstates
| 10 |
853 | | - |
854 | d->usedAnchors |= BottomAnchor; | - |
855 | | - |
856 | if (!d->checkVValid()) {TRUE | never evaluated | FALSE | evaluated 1124 times by 19 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
- tst_qquickvisualdatamodel
- tst_rendernode
|
| 0-1124 |
857 | d->usedAnchors &= ~BottomAnchor; | - |
858 | return; never executed: return; | 0 |
859 | } | - |
860 | | - |
861 | QQuickItem *oldBottom = d->bottomAnchorItem; | - |
862 | d->bottomAnchorItem = edge.item; | - |
863 | d->bottomAnchorLine = edge.anchorLine; | - |
864 | d->remDepend(oldBottom); | - |
865 | d->addDepend(d->bottomAnchorItem); | - |
866 | emit bottomChanged(); | - |
867 | d->updateVerticalAnchors(); | - |
868 | }executed 1124 times by 19 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquickshadereffect
- tst_qquickstates
- tst_qquicktextedit
- tst_qquickvisualdatamodel
- tst_rendernode
| 1124 |
869 | | - |
870 | void QQuickAnchors::resetBottom() | - |
871 | { | - |
872 | Q_D(QQuickAnchors); | - |
873 | d->usedAnchors &= ~BottomAnchor; | - |
874 | d->remDepend(d->bottomAnchorItem); | - |
875 | d->bottomAnchorItem = nullptr; | - |
876 | d->bottomAnchorLine = QQuickAnchors::InvalidAnchor; | - |
877 | emit bottomChanged(); | - |
878 | d->updateVerticalAnchors(); | - |
879 | }executed 50 times by 3 tests: end of block Executed by:- tst_qquickanchors
- tst_qquickanimations
- tst_qquickstates
| 50 |
880 | | - |
881 | QQuickAnchorLine QQuickAnchors::verticalCenter() const | - |
882 | { | - |
883 | Q_D(const QQuickAnchors); | - |
884 | return QQuickAnchorLine(d->vCenterAnchorItem, d->vCenterAnchorLine);executed 68 times by 6 tests: return QQuickAnchorLine(d->vCenterAnchorItem, d->vCenterAnchorLine); Executed by:- tst_examples
- tst_qquickanimations
- tst_qquickdesignersupport
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickstates
| 68 |
885 | } | - |
886 | | - |
887 | void QQuickAnchors::setVerticalCenter(const QQuickAnchorLine &edge) | - |
888 | { | - |
889 | Q_D(QQuickAnchors); | - |
890 | if (!d->checkVAnchorValid(edge) ||TRUE | evaluated 2 times by 1 test | FALSE | evaluated 922 times by 9 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickstates
|
| 2-922 |
891 | (d->vCenterAnchorItem == edge.item && d->vCenterAnchorLine == edge.anchorLine))TRUE | never evaluated | FALSE | evaluated 922 times by 9 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickstates
|
TRUE | never evaluated | FALSE | never evaluated |
| 0-922 |
892 | return;executed 2 times by 1 test: return; | 2 |
893 | | - |
894 | d->usedAnchors |= VCenterAnchor; | - |
895 | | - |
896 | if (!d->checkVValid()) {TRUE | evaluated 2 times by 1 test | FALSE | evaluated 920 times by 9 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickstates
|
| 2-920 |
897 | d->usedAnchors &= ~VCenterAnchor; | - |
898 | return;executed 2 times by 1 test: return; | 2 |
899 | } | - |
900 | | - |
901 | QQuickItem *oldVCenter = d->vCenterAnchorItem; | - |
902 | d->vCenterAnchorItem = edge.item; | - |
903 | d->vCenterAnchorLine = edge.anchorLine; | - |
904 | d->remDepend(oldVCenter); | - |
905 | d->addDepend(d->vCenterAnchorItem); | - |
906 | emit verticalCenterChanged(); | - |
907 | d->updateVerticalAnchors(); | - |
908 | }executed 920 times by 9 tests: end of block Executed by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickstates
| 920 |
909 | | - |
910 | void QQuickAnchors::resetVerticalCenter() | - |
911 | { | - |
912 | Q_D(QQuickAnchors); | - |
913 | d->usedAnchors &= ~VCenterAnchor; | - |
914 | d->remDepend(d->vCenterAnchorItem); | - |
915 | d->vCenterAnchorItem = nullptr; | - |
916 | d->vCenterAnchorLine = QQuickAnchors::InvalidAnchor; | - |
917 | emit verticalCenterChanged(); | - |
918 | d->updateVerticalAnchors(); | - |
919 | }executed 20 times by 4 tests: end of block Executed by:- tst_qquickanchors
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickstates
| 20 |
920 | | - |
921 | QQuickAnchorLine QQuickAnchors::baseline() const | - |
922 | { | - |
923 | Q_D(const QQuickAnchors); | - |
924 | return QQuickAnchorLine(d->baselineAnchorItem, d->baselineAnchorLine);executed 68 times by 6 tests: return QQuickAnchorLine(d->baselineAnchorItem, d->baselineAnchorLine); Executed by:- tst_examples
- tst_qquickanimations
- tst_qquickdesignersupport
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickstates
| 68 |
925 | } | - |
926 | | - |
927 | void QQuickAnchors::setBaseline(const QQuickAnchorLine &edge) | - |
928 | { | - |
929 | Q_D(QQuickAnchors); | - |
930 | if (!d->checkVAnchorValid(edge) ||TRUE | evaluated 8 times by 1 test | FALSE | evaluated 18 times by 2 testsEvaluated by:- tst_qquickanchors
- tst_qquickstates
|
| 8-18 |
931 | (d->baselineAnchorItem == edge.item && d->baselineAnchorLine == edge.anchorLine))TRUE | never evaluated | FALSE | evaluated 18 times by 2 testsEvaluated by:- tst_qquickanchors
- tst_qquickstates
|
TRUE | never evaluated | FALSE | never evaluated |
| 0-18 |
932 | return;executed 8 times by 1 test: return; | 8 |
933 | | - |
934 | d->usedAnchors |= BaselineAnchor; | - |
935 | | - |
936 | if (!d->checkVValid()) {TRUE | never evaluated | FALSE | evaluated 18 times by 2 testsEvaluated by:- tst_qquickanchors
- tst_qquickstates
|
| 0-18 |
937 | d->usedAnchors &= ~BaselineAnchor; | - |
938 | return; never executed: return; | 0 |
939 | } | - |
940 | | - |
941 | QQuickItem *oldBaseline = d->baselineAnchorItem; | - |
942 | d->baselineAnchorItem = edge.item; | - |
943 | d->baselineAnchorLine = edge.anchorLine; | - |
944 | d->remDepend(oldBaseline); | - |
945 | d->addDepend(d->baselineAnchorItem); | - |
946 | emit baselineChanged(); | - |
947 | d->updateVerticalAnchors(); | - |
948 | }executed 18 times by 2 tests: end of block Executed by:- tst_qquickanchors
- tst_qquickstates
| 18 |
949 | | - |
950 | void QQuickAnchors::resetBaseline() | - |
951 | { | - |
952 | Q_D(QQuickAnchors); | - |
953 | d->usedAnchors &= ~BaselineAnchor; | - |
954 | d->remDepend(d->baselineAnchorItem); | - |
955 | d->baselineAnchorItem = nullptr; | - |
956 | d->baselineAnchorLine = QQuickAnchors::InvalidAnchor; | - |
957 | emit baselineChanged(); | - |
958 | d->updateVerticalAnchors(); | - |
959 | }executed 4 times by 2 tests: end of block Executed by:- tst_qquickanchors
- tst_qquickstates
| 4 |
960 | | - |
961 | QQuickAnchorLine QQuickAnchors::left() const | - |
962 | { | - |
963 | Q_D(const QQuickAnchors); | - |
964 | return QQuickAnchorLine(d->leftAnchorItem, d->leftAnchorLine);executed 76 times by 6 tests: return QQuickAnchorLine(d->leftAnchorItem, d->leftAnchorLine); Executed by:- tst_examples
- tst_qquickanimations
- tst_qquickdesignersupport
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickstates
| 76 |
965 | } | - |
966 | | - |
967 | void QQuickAnchors::setLeft(const QQuickAnchorLine &edge) | - |
968 | { | - |
969 | Q_D(QQuickAnchors); | - |
970 | if (!d->checkHAnchorValid(edge) ||TRUE | evaluated 8 times by 1 test | FALSE | evaluated 562 times by 17 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
|
| 8-562 |
971 | (d->leftAnchorItem == edge.item && d->leftAnchorLine == edge.anchorLine))TRUE | never evaluated | FALSE | evaluated 562 times by 17 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
|
TRUE | never evaluated | FALSE | never evaluated |
| 0-562 |
972 | return;executed 8 times by 1 test: return; | 8 |
973 | | - |
974 | d->usedAnchors |= LeftAnchor; | - |
975 | | - |
976 | if (!d->checkHValid()) {TRUE | never evaluated | FALSE | evaluated 562 times by 17 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
|
| 0-562 |
977 | d->usedAnchors &= ~LeftAnchor; | - |
978 | return; never executed: return; | 0 |
979 | } | - |
980 | | - |
981 | QQuickItem *oldLeft = d->leftAnchorItem; | - |
982 | d->leftAnchorItem = edge.item; | - |
983 | d->leftAnchorLine = edge.anchorLine; | - |
984 | d->remDepend(oldLeft); | - |
985 | d->addDepend(d->leftAnchorItem); | - |
986 | emit leftChanged(); | - |
987 | d->updateHorizontalAnchors(); | - |
988 | }executed 562 times by 17 tests: end of block Executed by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| 562 |
989 | | - |
990 | void QQuickAnchors::resetLeft() | - |
991 | { | - |
992 | Q_D(QQuickAnchors); | - |
993 | d->usedAnchors &= ~LeftAnchor; | - |
994 | d->remDepend(d->leftAnchorItem); | - |
995 | d->leftAnchorItem = nullptr; | - |
996 | d->leftAnchorLine = QQuickAnchors::InvalidAnchor; | - |
997 | emit leftChanged(); | - |
998 | d->updateHorizontalAnchors(); | - |
999 | }executed 92 times by 4 tests: end of block Executed by:- tst_qquickanchors
- tst_qquickanimations
- tst_qquickitem2
- tst_qquickstates
| 92 |
1000 | | - |
1001 | QQuickAnchorLine QQuickAnchors::right() const | - |
1002 | { | - |
1003 | Q_D(const QQuickAnchors); | - |
1004 | return QQuickAnchorLine(d->rightAnchorItem, d->rightAnchorLine);executed 80 times by 6 tests: return QQuickAnchorLine(d->rightAnchorItem, d->rightAnchorLine); Executed by:- tst_examples
- tst_qquickanimations
- tst_qquickdesignersupport
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickstates
| 80 |
1005 | } | - |
1006 | | - |
1007 | void QQuickAnchors::setRight(const QQuickAnchorLine &edge) | - |
1008 | { | - |
1009 | Q_D(QQuickAnchors); | - |
1010 | if (!d->checkHAnchorValid(edge) ||TRUE | evaluated 8 times by 1 test | FALSE | evaluated 730 times by 15 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickstates
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
|
| 8-730 |
1011 | (d->rightAnchorItem == edge.item && d->rightAnchorLine == edge.anchorLine))TRUE | never evaluated | FALSE | evaluated 730 times by 15 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickstates
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
|
TRUE | never evaluated | FALSE | never evaluated |
| 0-730 |
1012 | return;executed 8 times by 1 test: return; | 8 |
1013 | | - |
1014 | d->usedAnchors |= RightAnchor; | - |
1015 | | - |
1016 | if (!d->checkHValid()) {TRUE | never evaluated | FALSE | evaluated 730 times by 15 testsEvaluated by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickstates
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
|
| 0-730 |
1017 | d->usedAnchors &= ~RightAnchor; | - |
1018 | return; never executed: return; | 0 |
1019 | } | - |
1020 | | - |
1021 | QQuickItem *oldRight = d->rightAnchorItem; | - |
1022 | d->rightAnchorItem = edge.item; | - |
1023 | d->rightAnchorLine = edge.anchorLine; | - |
1024 | d->remDepend(oldRight); | - |
1025 | d->addDepend(d->rightAnchorItem); | - |
1026 | emit rightChanged(); | - |
1027 | d->updateHorizontalAnchors(); | - |
1028 | }executed 730 times by 15 tests: end of block Executed by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickstates
- tst_qquickvisualdatamodel
- tst_rendernode
- tst_touchmouse
| 730 |
1029 | | - |
1030 | void QQuickAnchors::resetRight() | - |
1031 | { | - |
1032 | Q_D(QQuickAnchors); | - |
1033 | d->usedAnchors &= ~RightAnchor; | - |
1034 | d->remDepend(d->rightAnchorItem); | - |
1035 | d->rightAnchorItem = nullptr; | - |
1036 | d->rightAnchorLine = QQuickAnchors::InvalidAnchor; | - |
1037 | emit rightChanged(); | - |
1038 | d->updateHorizontalAnchors(); | - |
1039 | }executed 94 times by 4 tests: end of block Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickstates
| 94 |
1040 | | - |
1041 | QQuickAnchorLine QQuickAnchors::horizontalCenter() const | - |
1042 | { | - |
1043 | Q_D(const QQuickAnchors); | - |
1044 | return QQuickAnchorLine(d->hCenterAnchorItem, d->hCenterAnchorLine);executed 72 times by 6 tests: return QQuickAnchorLine(d->hCenterAnchorItem, d->hCenterAnchorLine); Executed by:- tst_examples
- tst_qquickanimations
- tst_qquickdesignersupport
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickstates
| 72 |
1045 | } | - |
1046 | | - |
1047 | void QQuickAnchors::setHorizontalCenter(const QQuickAnchorLine &edge) | - |
1048 | { | - |
1049 | Q_D(QQuickAnchors); | - |
1050 | if (!d->checkHAnchorValid(edge) ||TRUE | evaluated 2 times by 1 test | FALSE | evaluated 1372 times by 10 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickstates
|
| 2-1372 |
1051 | (d->hCenterAnchorItem == edge.item && d->hCenterAnchorLine == edge.anchorLine))TRUE | never evaluated | FALSE | evaluated 1372 times by 10 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickstates
|
TRUE | never evaluated | FALSE | never evaluated |
| 0-1372 |
1052 | return;executed 2 times by 1 test: return; | 2 |
1053 | | - |
1054 | d->usedAnchors |= HCenterAnchor; | - |
1055 | | - |
1056 | if (!d->checkHValid()) {TRUE | evaluated 2 times by 1 test | FALSE | evaluated 1370 times by 10 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickstates
|
| 2-1370 |
1057 | d->usedAnchors &= ~HCenterAnchor; | - |
1058 | return;executed 2 times by 1 test: return; | 2 |
1059 | } | - |
1060 | | - |
1061 | QQuickItem *oldHCenter = d->hCenterAnchorItem; | - |
1062 | d->hCenterAnchorItem = edge.item; | - |
1063 | d->hCenterAnchorLine = edge.anchorLine; | - |
1064 | d->remDepend(oldHCenter); | - |
1065 | d->addDepend(d->hCenterAnchorItem); | - |
1066 | emit horizontalCenterChanged(); | - |
1067 | d->updateHorizontalAnchors(); | - |
1068 | }executed 1370 times by 10 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickstates
| 1370 |
1069 | | - |
1070 | void QQuickAnchors::resetHorizontalCenter() | - |
1071 | { | - |
1072 | Q_D(QQuickAnchors); | - |
1073 | d->usedAnchors &= ~HCenterAnchor; | - |
1074 | d->remDepend(d->hCenterAnchorItem); | - |
1075 | d->hCenterAnchorItem = nullptr; | - |
1076 | d->hCenterAnchorLine = QQuickAnchors::InvalidAnchor; | - |
1077 | emit horizontalCenterChanged(); | - |
1078 | d->updateHorizontalAnchors(); | - |
1079 | }executed 26 times by 4 tests: end of block Executed by:- tst_qquickanchors
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickstates
| 26 |
1080 | | - |
1081 | qreal QQuickAnchors::leftMargin() const | - |
1082 | { | - |
1083 | Q_D(const QQuickAnchors); | - |
1084 | return d->leftMargin;executed 42 times by 3 tests: return d->leftMargin; Executed by:- tst_qquickanchors
- tst_qquickdesignersupport
- tst_qquickitem2
| 42 |
1085 | } | - |
1086 | | - |
1087 | void QQuickAnchors::setLeftMargin(qreal offset) | - |
1088 | { | - |
1089 | Q_D(QQuickAnchors); | - |
1090 | d->leftMarginExplicit = true; | - |
1091 | if (d->leftMargin == offset)TRUE | evaluated 2 times by 1 test | FALSE | evaluated 414 times by 8 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickstates
- tst_qquicktextinput
|
| 2-414 |
1092 | return;executed 2 times by 1 test: return; | 2 |
1093 | d->leftMargin = offset; | - |
1094 | if (d->fill)TRUE | evaluated 4 times by 1 test | FALSE | evaluated 410 times by 8 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickstates
- tst_qquicktextinput
|
| 4-410 |
1095 | d->fillChanged();executed 4 times by 1 test: d->fillChanged(); | 4 |
1096 | else | - |
1097 | d->updateHorizontalAnchors();executed 410 times by 8 tests: d->updateHorizontalAnchors(); Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickstates
- tst_qquicktextinput
| 410 |
1098 | emit leftMarginChanged(); | - |
1099 | }executed 414 times by 8 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickstates
- tst_qquicktextinput
| 414 |
1100 | | - |
1101 | void QQuickAnchors::resetLeftMargin() | - |
1102 | { | - |
1103 | Q_D(QQuickAnchors); | - |
1104 | d->leftMarginExplicit = false; | - |
1105 | if (d->leftMargin == d->margins)TRUE | never evaluated | FALSE | evaluated 4 times by 1 test |
| 0-4 |
1106 | return; never executed: return; | 0 |
1107 | d->leftMargin = d->margins; | - |
1108 | if (d->fill)TRUE | evaluated 2 times by 1 test | FALSE | evaluated 2 times by 1 test |
| 2 |
1109 | d->fillChanged();executed 2 times by 1 test: d->fillChanged(); | 2 |
1110 | else | - |
1111 | d->updateHorizontalAnchors();executed 2 times by 1 test: d->updateHorizontalAnchors(); | 2 |
1112 | emit leftMarginChanged(); | - |
1113 | }executed 4 times by 1 test: end of block | 4 |
1114 | | - |
1115 | qreal QQuickAnchors::rightMargin() const | - |
1116 | { | - |
1117 | Q_D(const QQuickAnchors); | - |
1118 | return d->rightMargin;executed 40 times by 2 tests: return d->rightMargin; Executed by:- tst_qquickanchors
- tst_qquickdesignersupport
| 40 |
1119 | } | - |
1120 | | - |
1121 | void QQuickAnchors::setRightMargin(qreal offset) | - |
1122 | { | - |
1123 | Q_D(QQuickAnchors); | - |
1124 | d->rightMarginExplicit = true; | - |
1125 | if (d->rightMargin == offset)TRUE | never evaluated | FALSE | evaluated 208 times by 2 testsEvaluated by:- tst_examples
- tst_qquickanchors
|
| 0-208 |
1126 | return; never executed: return; | 0 |
1127 | d->rightMargin = offset; | - |
1128 | if (d->fill)TRUE | evaluated 6 times by 1 test | FALSE | evaluated 202 times by 2 testsEvaluated by:- tst_examples
- tst_qquickanchors
|
| 6-202 |
1129 | d->fillChanged();executed 6 times by 1 test: d->fillChanged(); | 6 |
1130 | else | - |
1131 | d->updateHorizontalAnchors();executed 202 times by 2 tests: d->updateHorizontalAnchors(); Executed by:- tst_examples
- tst_qquickanchors
| 202 |
1132 | emit rightMarginChanged(); | - |
1133 | }executed 208 times by 2 tests: end of block Executed by:- tst_examples
- tst_qquickanchors
| 208 |
1134 | | - |
1135 | void QQuickAnchors::resetRightMargin() | - |
1136 | { | - |
1137 | Q_D(QQuickAnchors); | - |
1138 | d->rightMarginExplicit = false; | - |
1139 | if (d->rightMargin == d->margins)TRUE | never evaluated | FALSE | evaluated 4 times by 1 test |
| 0-4 |
1140 | return; never executed: return; | 0 |
1141 | d->rightMargin = d->margins; | - |
1142 | if (d->fill)TRUE | evaluated 2 times by 1 test | FALSE | evaluated 2 times by 1 test |
| 2 |
1143 | d->fillChanged();executed 2 times by 1 test: d->fillChanged(); | 2 |
1144 | else | - |
1145 | d->updateHorizontalAnchors();executed 2 times by 1 test: d->updateHorizontalAnchors(); | 2 |
1146 | emit rightMarginChanged(); | - |
1147 | }executed 4 times by 1 test: end of block | 4 |
1148 | | - |
1149 | qreal QQuickAnchors::margins() const | - |
1150 | { | - |
1151 | Q_D(const QQuickAnchors); | - |
1152 | return d->margins;executed 28 times by 2 tests: return d->margins; Executed by:- tst_qquickanchors
- tst_qquickdesignersupport
| 28 |
1153 | } | - |
1154 | | - |
1155 | void QQuickAnchors::setMargins(qreal offset) | - |
1156 | { | - |
1157 | Q_D(QQuickAnchors); | - |
1158 | if (d->margins == offset)TRUE | never evaluated | FALSE | evaluated 1582 times by 14 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmultipointtoucharea
- tst_qquicktableview
- tst_rendernode
- tst_scenegraph
|
| 0-1582 |
1159 | return; never executed: return; | 0 |
1160 | d->margins = offset; | - |
1161 | | - |
1162 | bool updateHorizontal = false; | - |
1163 | bool updateVertical = false; | - |
1164 | | - |
1165 | if (!d->rightMarginExplicit && d->rightMargin != offset) {TRUE | evaluated 1574 times by 14 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmultipointtoucharea
- tst_qquicktableview
- tst_rendernode
- tst_scenegraph
| FALSE | evaluated 8 times by 1 test |
TRUE | evaluated 1574 times by 14 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmultipointtoucharea
- tst_qquicktableview
- tst_rendernode
- tst_scenegraph
| FALSE | never evaluated |
| 0-1574 |
1166 | d->rightMargin = offset; | - |
1167 | updateHorizontal = true; | - |
1168 | emit rightMarginChanged(); | - |
1169 | }executed 1574 times by 14 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmultipointtoucharea
- tst_qquicktableview
- tst_rendernode
- tst_scenegraph
| 1574 |
1170 | if (!d->leftMarginExplicit && d->leftMargin != offset) {TRUE | evaluated 1366 times by 14 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmultipointtoucharea
- tst_qquicktableview
- tst_rendernode
- tst_scenegraph
| FALSE | evaluated 216 times by 4 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
|
TRUE | evaluated 1366 times by 14 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmultipointtoucharea
- tst_qquicktableview
- tst_rendernode
- tst_scenegraph
| FALSE | never evaluated |
| 0-1366 |
1171 | d->leftMargin = offset; | - |
1172 | updateHorizontal = true; | - |
1173 | emit leftMarginChanged(); | - |
1174 | }executed 1366 times by 14 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmultipointtoucharea
- tst_qquicktableview
- tst_rendernode
- tst_scenegraph
| 1366 |
1175 | if (!d->topMarginExplicit && d->topMargin != offset) {TRUE | evaluated 1314 times by 14 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmultipointtoucharea
- tst_qquicktableview
- tst_rendernode
- tst_scenegraph
| FALSE | evaluated 268 times by 3 testsEvaluated by:- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
|
TRUE | evaluated 1314 times by 14 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmultipointtoucharea
- tst_qquicktableview
- tst_rendernode
- tst_scenegraph
| FALSE | never evaluated |
| 0-1314 |
1176 | d->topMargin = offset; | - |
1177 | updateVertical = true; | - |
1178 | emit topMarginChanged(); | - |
1179 | }executed 1314 times by 14 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmultipointtoucharea
- tst_qquicktableview
- tst_rendernode
- tst_scenegraph
| 1314 |
1180 | if (!d->bottomMarginExplicit && d->bottomMargin != offset) {TRUE | evaluated 1384 times by 14 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmultipointtoucharea
- tst_qquicktableview
- tst_rendernode
- tst_scenegraph
| FALSE | evaluated 198 times by 3 testsEvaluated by:- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
|
TRUE | evaluated 1384 times by 14 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmultipointtoucharea
- tst_qquicktableview
- tst_rendernode
- tst_scenegraph
| FALSE | never evaluated |
| 0-1384 |
1181 | d->bottomMargin = offset; | - |
1182 | updateVertical = true; | - |
1183 | emit bottomMarginChanged(); | - |
1184 | }executed 1384 times by 14 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmultipointtoucharea
- tst_qquicktableview
- tst_rendernode
- tst_scenegraph
| 1384 |
1185 | | - |
1186 | if (d->fill) {TRUE | evaluated 16 times by 3 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquicklistview
| FALSE | evaluated 1566 times by 14 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmultipointtoucharea
- tst_qquicktableview
- tst_rendernode
- tst_scenegraph
|
| 16-1566 |
1187 | if (updateHorizontal || updateVertical)TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquicklistview
| FALSE | evaluated 2 times by 1 test |
TRUE | never evaluated | FALSE | evaluated 2 times by 1 test |
| 0-14 |
1188 | d->fillChanged();executed 14 times by 3 tests: d->fillChanged(); Executed by:- tst_examples
- tst_qquickanchors
- tst_qquicklistview
| 14 |
1189 | } else {executed 16 times by 3 tests: end of block Executed by:- tst_examples
- tst_qquickanchors
- tst_qquicklistview
| 16 |
1190 | if (updateHorizontal)TRUE | evaluated 1564 times by 14 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmultipointtoucharea
- tst_qquicktableview
- tst_rendernode
- tst_scenegraph
| FALSE | evaluated 2 times by 1 test |
| 2-1564 |
1191 | d->updateHorizontalAnchors();executed 1564 times by 14 tests: d->updateHorizontalAnchors(); Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmultipointtoucharea
- tst_qquicktableview
- tst_rendernode
- tst_scenegraph
| 1564 |
1192 | if (updateVertical)TRUE | evaluated 1370 times by 14 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmultipointtoucharea
- tst_qquicktableview
- tst_rendernode
- tst_scenegraph
| FALSE | evaluated 196 times by 3 testsEvaluated by:- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
|
| 196-1370 |
1193 | d->updateVerticalAnchors();executed 1370 times by 14 tests: d->updateVerticalAnchors(); Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmultipointtoucharea
- tst_qquicktableview
- tst_rendernode
- tst_scenegraph
| 1370 |
1194 | }executed 1566 times by 14 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmultipointtoucharea
- tst_qquicktableview
- tst_rendernode
- tst_scenegraph
| 1566 |
1195 | | - |
1196 | emit marginsChanged(); | - |
1197 | }executed 1582 times by 14 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmultipointtoucharea
- tst_qquicktableview
- tst_rendernode
- tst_scenegraph
| 1582 |
1198 | | - |
1199 | qreal QQuickAnchors::horizontalCenterOffset() const | - |
1200 | { | - |
1201 | Q_D(const QQuickAnchors); | - |
1202 | return d->hCenterOffset;executed 8 times by 2 tests: return d->hCenterOffset; Executed by:- tst_qquickanchors
- tst_qquickdesignersupport
| 8 |
1203 | } | - |
1204 | | - |
1205 | void QQuickAnchors::setHorizontalCenterOffset(qreal offset) | - |
1206 | { | - |
1207 | Q_D(QQuickAnchors); | - |
1208 | if (d->hCenterOffset == offset)TRUE | never evaluated | FALSE | evaluated 216 times by 4 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
|
| 0-216 |
1209 | return; never executed: return; | 0 |
1210 | d->hCenterOffset = offset; | - |
1211 | if (d->centerIn)TRUE | evaluated 4 times by 1 test | FALSE | evaluated 212 times by 4 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
|
| 4-212 |
1212 | d->centerInChanged();executed 4 times by 1 test: d->centerInChanged(); | 4 |
1213 | else | - |
1214 | d->updateHorizontalAnchors();executed 212 times by 4 tests: d->updateHorizontalAnchors(); Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
| 212 |
1215 | emit horizontalCenterOffsetChanged(); | - |
1216 | }executed 216 times by 4 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
| 216 |
1217 | | - |
1218 | qreal QQuickAnchors::topMargin() const | - |
1219 | { | - |
1220 | Q_D(const QQuickAnchors); | - |
1221 | return d->topMargin;executed 42 times by 3 tests: return d->topMargin; Executed by:- tst_qquickanchors
- tst_qquickdesignersupport
- tst_qquickitem2
| 42 |
1222 | } | - |
1223 | | - |
1224 | void QQuickAnchors::setTopMargin(qreal offset) | - |
1225 | { | - |
1226 | Q_D(QQuickAnchors); | - |
1227 | d->topMarginExplicit = true; | - |
1228 | if (d->topMargin == offset)TRUE | never evaluated | FALSE | evaluated 560 times by 7 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickitem2
- tst_qquicklistview
- tst_qquicktextinput
|
| 0-560 |
1229 | return; never executed: return; | 0 |
1230 | d->topMargin = offset; | - |
1231 | if (d->fill)TRUE | evaluated 8 times by 1 test | FALSE | evaluated 552 times by 7 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickitem2
- tst_qquicklistview
- tst_qquicktextinput
|
| 8-552 |
1232 | d->fillChanged();executed 8 times by 1 test: d->fillChanged(); | 8 |
1233 | else | - |
1234 | d->updateVerticalAnchors();executed 552 times by 7 tests: d->updateVerticalAnchors(); Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickitem2
- tst_qquicklistview
- tst_qquicktextinput
| 552 |
1235 | emit topMarginChanged(); | - |
1236 | }executed 560 times by 7 tests: end of block Executed by:- tst_examples
- tst_flickableinterop
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickitem2
- tst_qquicklistview
- tst_qquicktextinput
| 560 |
1237 | | - |
1238 | void QQuickAnchors::resetTopMargin() | - |
1239 | { | - |
1240 | Q_D(QQuickAnchors); | - |
1241 | d->topMarginExplicit = false; | - |
1242 | if (d->topMargin == d->margins)TRUE | never evaluated | FALSE | evaluated 4 times by 1 test |
| 0-4 |
1243 | return; never executed: return; | 0 |
1244 | d->topMargin = d->margins; | - |
|