Line | Source | Count |
1 | | - |
2 | | - |
3 | | - |
4 | | - |
5 | | - |
6 | static inline __attribute__((always_inline)) QQuickItem *readParentItem(const QQuickItem *item) | - |
7 | { | - |
8 | returnexecuted 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
- ...
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 |
9 | } | - |
10 | | - |
11 | static inline __attribute__((always_inline)) qreal readX(const QQuickItem *item) | - |
12 | { | - |
13 | returnexecuted 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
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 |
14 | } | - |
15 | | - |
16 | static inline __attribute__((always_inline)) qreal readY(const QQuickItem *item) | - |
17 | { | - |
18 | returnexecuted 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
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 |
19 | } | - |
20 | | - |
21 | static inline __attribute__((always_inline)) qreal readWidth(const QQuickItem *item) | - |
22 | { | - |
23 | returnexecuted 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
- ...
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 |
24 | } | - |
25 | | - |
26 | static inline __attribute__((always_inline)) qreal readHeight(const QQuickItem *item) | - |
27 | { | - |
28 | returnexecuted 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
- ...
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 |
29 | } | - |
30 | | - |
31 | static inline __attribute__((always_inline)) qreal readBaselineOffset(const QQuickItem *item) | - |
32 | { | - |
33 | returnexecuted 82 times by 2 tests: return QQuickItemPrivate::get(item)->baselineOffset; Executed by:- tst_qquickanchors
- tst_qquickstates
QQuickItemPrivate::get(item)->baselineOffset;executed 82 times by 2 tests: return QQuickItemPrivate::get(item)->baselineOffset; Executed by:- tst_qquickanchors
- tst_qquickstates
| 82 |
34 | } | - |
35 | | - |
36 | | - |
37 | | - |
38 | | - |
39 | static inline qreal hcenter(const QQuickItem *item) | - |
40 | { | - |
41 | qreal width = readWidth(item); | - |
42 | if (QQuickAnchors *anchors = QQuickItemPrivate::get(item)->_anchorsTRUE | 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 |
43 | if (!QQuickAnchorsPrivate::get(anchors)->centerAlignedTRUE | 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 |
44 | returnexecuted 8 times by 1 test: return width / 2; width / 2;executed 8 times by 1 test: return width / 2; | 8 |
45 | }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 |
46 | int iw = width; | - |
47 | if (iw % 2TRUE | 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 |
48 | returnexecuted 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
(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 |
49 | else | - |
50 | returnexecuted 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
- ...
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 |
51 | } | - |
52 | | - |
53 | static inline qreal vcenter(const QQuickItem *item) | - |
54 | { | - |
55 | qreal height = readHeight(item); | - |
56 | if (QQuickAnchors *anchors = QQuickItemPrivate::get(item)->_anchorsTRUE | 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 |
57 | if (!QQuickAnchorsPrivate::get(anchors)->centerAlignedTRUE | 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 |
58 | returnexecuted 8 times by 1 test: return height / 2; height / 2;executed 8 times by 1 test: return height / 2; | 8 |
59 | }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 |
60 | int ih = height; | - |
61 | if (ih % 2TRUE | 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 |
62 | returnexecuted 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
(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 |
63 | else | - |
64 | returnexecuted 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
- ...
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 |
65 | } | - |
66 | | - |
67 | | - |
68 | static inline qreal position(const QQuickItem *item, QQuickAnchors::Anchor anchorLine) | - |
69 | { | - |
70 | qreal ret = 0.0; | - |
71 | switch (anchorLine) { | - |
72 | caseexecuted 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
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 |
73 | ret = readX(item); | - |
74 | 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 |
75 | caseexecuted 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
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 |
76 | ret = readX(item) + readWidth(item); | - |
77 | 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 |
78 | caseexecuted 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
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 |
79 | ret = readY(item); | - |
80 | 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 |
81 | caseexecuted 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
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 |
82 | ret = readY(item) + readHeight(item); | - |
83 | 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 |
84 | caseexecuted 324 times by 6 tests: case QQuickAnchors::HCenterAnchor: Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickstates
- tst_qquickvisualdatamodel
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 |
85 | ret = readX(item) + hcenter(item); | - |
86 | break;executed 324 times by 6 tests: break; Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickstates
- tst_qquickvisualdatamodel
| 324 |
87 | caseexecuted 36 times by 3 tests: case QQuickAnchors::VCenterAnchor: Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickstates
QQuickAnchors::VCenterAnchor:executed 36 times by 3 tests: case QQuickAnchors::VCenterAnchor: Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickstates
| 36 |
88 | ret = readY(item) + vcenter(item); | - |
89 | break;executed 36 times by 3 tests: break; Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickstates
| 36 |
90 | caseexecuted 34 times by 2 tests: case QQuickAnchors::BaselineAnchor: Executed by:- tst_qquickanchors
- tst_qquickstates
QQuickAnchors::BaselineAnchor:executed 34 times by 2 tests: case QQuickAnchors::BaselineAnchor: Executed by:- tst_qquickanchors
- tst_qquickstates
| 34 |
91 | ret = readY(item) + readBaselineOffset(item); | - |
92 | break;executed 34 times by 2 tests: break; Executed by:- tst_qquickanchors
- tst_qquickstates
| 34 |
93 | default never executed: default: :never executed: default: | 0 |
94 | break; never executed: break; | 0 |
95 | } | - |
96 | | - |
97 | returnexecuted 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
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 |
98 | } | - |
99 | | - |
100 | | - |
101 | static inline qreal adjustedPosition(QQuickItem *item, QQuickAnchors::Anchor anchorLine) | - |
102 | { | - |
103 | qreal ret = 0.0; | - |
104 | switch (anchorLine) { | - |
105 | caseexecuted 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
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 |
106 | ret = 0.0; | - |
107 | 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 |
108 | caseexecuted 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
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 |
109 | ret = readWidth(item); | - |
110 | 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 |
111 | caseexecuted 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
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 |
112 | ret = 0.0; | - |
113 | 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 |
114 | caseexecuted 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
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 |
115 | ret = readHeight(item); | - |
116 | 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 |
117 | caseexecuted 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
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 |
118 | ret = hcenter(item); | - |
119 | 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 |
120 | caseexecuted 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
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 |
121 | ret = vcenter(item); | - |
122 | 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 |
123 | caseexecuted 2 times by 1 test: case QQuickAnchors::BaselineAnchor: QQuickAnchors::BaselineAnchor:executed 2 times by 1 test: case QQuickAnchors::BaselineAnchor: | 2 |
124 | ret = readBaselineOffset(item); | - |
125 | break;executed 2 times by 1 test: break; | 2 |
126 | default never executed: default: :never executed: default: | 0 |
127 | break; never executed: break; | 0 |
128 | } | - |
129 | | - |
130 | returnexecuted 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
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 |
131 | } | - |
132 | | - |
133 | QQuickAnchors::QQuickAnchors(QQuickItem *item, QObject *parent) | - |
134 | : QObject(*new QQuickAnchorsPrivate(item), parent) | - |
135 | { | - |
136 | }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 |
137 | | - |
138 | QQuickAnchors::~QQuickAnchors() | - |
139 | { | - |
140 | QQuickAnchorsPrivate * const d = d_func(); | - |
141 | d->inDestructor = true; | - |
142 | d->remDepend(d->fill); | - |
143 | d->remDepend(d->centerIn); | - |
144 | d->remDepend(d->leftAnchorItem); | - |
145 | d->remDepend(d->rightAnchorItem); | - |
146 | d->remDepend(d->topAnchorItem); | - |
147 | d->remDepend(d->bottomAnchorItem); | - |
148 | d->remDepend(d->vCenterAnchorItem); | - |
149 | d->remDepend(d->hCenterAnchorItem); | - |
150 | d->remDepend(d->baselineAnchorItem); | - |
151 | }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 |
152 | | - |
153 | void QQuickAnchorsPrivate::fillChanged() | - |
154 | { | - |
155 | QQuickAnchors * const q = q_func(); | - |
156 | if (!fillTRUE | 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
- ...
|
|| !isItemComplete()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 |
157 | 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 |
158 | | - |
159 | if (updatingFill < 2TRUE | 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 |
160 | ++updatingFill; | - |
161 | | - |
162 | qreal horizontalMargin = q->mirrored()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
- ...
|
? rightMargin : leftMargin; | 24-7803 |
163 | | - |
164 | 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 |
165 | setItemPos(QPointF(horizontalMargin, topMargin)); | - |
166 | }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
- ...
else if (readParentItem(fill) == readParentItem(item)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 |
167 | setItemPos(QPointF(readX(fill)+horizontalMargin, readY(fill) + topMargin)); | - |
168 | }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 |
169 | setItemSize(QSizeF(readWidth(fill) - leftMargin - rightMargin, | - |
170 | readHeight(fill) - topMargin - bottomMargin)); | - |
171 | | - |
172 | --updatingFill; | - |
173 | }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
- ...
else { | 7827 |
174 | | - |
175 | qmlWarning(item) << QQuickAnchors::tr("Possible anchor loop detected on fill."); | - |
176 | } never executed: end of block | 0 |
177 | | - |
178 | } | - |
179 | | - |
180 | void QQuickAnchorsPrivate::centerInChanged() | - |
181 | { | - |
182 | QQuickAnchors * const q = q_func(); | - |
183 | if (!centerInTRUE | 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
- ...
|
|| fillTRUE | 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
- ...
|
|| !isItemComplete()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 |
184 | 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 |
185 | | - |
186 | if (updatingCenterIn < 2TRUE | 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 |
187 | ++updatingCenterIn; | - |
188 | | - |
189 | qreal effectiveHCenterOffset = q->mirrored()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
- ...
|
? -hCenterOffset : hCenterOffset; | 40-7741 |
190 | 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 |
191 | QPointF p(hcenter(readParentItem(item)) - hcenter(item) + effectiveHCenterOffset, | - |
192 | vcenter(readParentItem(item)) - vcenter(item) + vCenterOffset); | - |
193 | setItemPos(p); | - |
194 | | - |
195 | }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
- ...
else if (readParentItem(centerIn) == readParentItem(item)TRUE | evaluated 184 times by 2 testsEvaluated by:- tst_examples
- tst_qquickanchors
| FALSE | never evaluated |
) { | 0-7597 |
196 | QPointF p(centerIn->x() + hcenter(centerIn) - hcenter(item) + effectiveHCenterOffset, | - |
197 | centerIn->y() + vcenter(centerIn) - vcenter(item) + vCenterOffset); | - |
198 | setItemPos(p); | - |
199 | }executed 184 times by 2 tests: end of block Executed by:- tst_examples
- tst_qquickanchors
| 184 |
200 | | - |
201 | --updatingCenterIn; | - |
202 | }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
- ...
else { | 7781 |
203 | | - |
204 | qmlWarning(item) << QQuickAnchors::tr("Possible anchor loop detected on centerIn."); | - |
205 | } never executed: end of block | 0 |
206 | } | - |
207 | | - |
208 | void QQuickAnchorsPrivate::clearItem(QQuickItem *item) | - |
209 | { | - |
210 | if (!itemTRUE | 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 |
211 | return; never executed: return; | 0 |
212 | if (fill == itemTRUE | 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 |
213 | 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 |
214 | if (centerIn == itemTRUE | 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 |
215 | 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 |
216 | if (leftAnchorItem == itemTRUE | 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 |
217 | leftAnchorItem = nullptr; | - |
218 | usedAnchors &= ~QQuickAnchors::LeftAnchor; | - |
219 | }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 |
220 | if (rightAnchorItem == itemTRUE | 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 |
221 | rightAnchorItem = nullptr; | - |
222 | usedAnchors &= ~QQuickAnchors::RightAnchor; | - |
223 | }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 |
224 | if (topAnchorItem == itemTRUE | 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 |
225 | topAnchorItem = nullptr; | - |
226 | usedAnchors &= ~QQuickAnchors::TopAnchor; | - |
227 | }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 |
228 | if (bottomAnchorItem == itemTRUE | 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 |
229 | bottomAnchorItem = nullptr; | - |
230 | usedAnchors &= ~QQuickAnchors::BottomAnchor; | - |
231 | }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 |
232 | if (vCenterAnchorItem == itemTRUE | 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 |
233 | vCenterAnchorItem = nullptr; | - |
234 | usedAnchors &= ~QQuickAnchors::VCenterAnchor; | - |
235 | }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 |
236 | if (hCenterAnchorItem == itemTRUE | 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 |
237 | hCenterAnchorItem = nullptr; | - |
238 | usedAnchors &= ~QQuickAnchors::HCenterAnchor; | - |
239 | }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 |
240 | if (baselineAnchorItem == itemTRUE | 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 |
241 | baselineAnchorItem = nullptr; | - |
242 | usedAnchors &= ~QQuickAnchors::BaselineAnchor; | - |
243 | }executed 12 times by 1 test: end of block | 12 |
244 | }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 |
245 | | - |
246 | QQuickGeometryChange QQuickAnchorsPrivate::calculateDependency(QQuickItem *controlItem) const | - |
247 | { | - |
248 | QQuickGeometryChange dependency; | - |
249 | | - |
250 | if (!controlItemTRUE | 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
- ...
|
|| inDestructorTRUE | 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 |
251 | returnexecuted 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
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 |
252 | | - |
253 | if (fill == controlItemTRUE | 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 |
254 | 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 |
255 | 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 |
256 | else | - |
257 | 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 |
258 | returnexecuted 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
- ...
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 |
259 | } | - |
260 | | - |
261 | if (centerIn == controlItemTRUE | 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 |
262 | 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 |
263 | 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 |
264 | else | - |
265 | dependency.setAllChanged(true);executed 64 times by 2 tests: dependency.setAllChanged(true); Executed by:- tst_examples
- tst_qquickanchors
| 64 |
266 | returnexecuted 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
- ...
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 |
267 | } | - |
268 | | - |
269 | if ((usedAnchors & QQuickAnchors::LeftAnchorTRUE | 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
|
&& leftAnchorItem == controlItemTRUE | 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 |
270 | (usedAnchors & QQuickAnchors::RightAnchorTRUE | 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
|
&& rightAnchorItem == controlItemTRUE | 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 |
271 | (usedAnchors & QQuickAnchors::HCenterAnchorTRUE | 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
|
&& hCenterAnchorItem == controlItemTRUE | 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 |
272 | 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 |
273 | 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 |
274 | else | - |
275 | 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 |
276 | } | - |
277 | | - |
278 | if ((usedAnchors & QQuickAnchors::TopAnchorTRUE | 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
|
&& topAnchorItem == controlItemTRUE | 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 |
279 | (usedAnchors & QQuickAnchors::BottomAnchorTRUE | 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
|
&& bottomAnchorItem == controlItemTRUE | 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 |
280 | (usedAnchors & QQuickAnchors::VCenterAnchorTRUE | 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
|
&& vCenterAnchorItem == controlItemTRUE | 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 |
281 | (usedAnchors & QQuickAnchors::BaselineAnchorTRUE | 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
|
&& baselineAnchorItem == controlItemTRUE | evaluated 20 times by 2 testsEvaluated by:- tst_qquickanchors
- tst_qquickstates
| FALSE | never evaluated |
)) { | 0-1106 |
282 | 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 |
283 | 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 |
284 | else | - |
285 | 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 |
286 | } | - |
287 | | - |
288 | returnexecuted 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
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 |
289 | } | - |
290 | | - |
291 | void QQuickAnchorsPrivate::addDepend(QQuickItem *item) | - |
292 | { | - |
293 | if (!itemTRUE | 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
- ...
|
|| !componentCompleteTRUE | 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 |
294 | 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 |
295 | | - |
296 | QQuickItemPrivate *p = QQuickItemPrivate::get(item); | - |
297 | p->updateOrAddGeometryChangeListener(this, calculateDependency(item)); | - |
298 | }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 |
299 | | - |
300 | void QQuickAnchorsPrivate::remDepend(QQuickItem *item) | - |
301 | { | - |
302 | if (!itemTRUE | 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
|
|| !componentCompleteTRUE | 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 |
303 | 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 |
304 | | - |
305 | QQuickItemPrivate *p = QQuickItemPrivate::get(item); | - |
306 | p->updateOrRemoveGeometryChangeListener(this, calculateDependency(item)); | - |
307 | }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 |
308 | | - |
309 | bool QQuickAnchors::mirrored() | - |
310 | { | - |
311 | QQuickAnchorsPrivate * const d = d_func(); | - |
312 | returnexecuted 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
- ...
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 |
313 | } | - |
314 | | - |
315 | bool QQuickAnchors::alignWhenCentered() const | - |
316 | { | - |
317 | const QQuickAnchorsPrivate * const d = d_func(); | - |
318 | returnexecuted 4 times by 1 test: return d->centerAligned; Executed by:- tst_qquickdesignersupport
d->centerAligned;executed 4 times by 1 test: return d->centerAligned; Executed by:- tst_qquickdesignersupport
| 4 |
319 | } | - |
320 | | - |
321 | void QQuickAnchors::setAlignWhenCentered(bool aligned) | - |
322 | { | - |
323 | QQuickAnchorsPrivate * const d = d_func(); | - |
324 | if (aligned == d->centerAlignedTRUE | never evaluated | FALSE | evaluated 6 times by 1 test |
) | 0-6 |
325 | return; never executed: return; | 0 |
326 | d->centerAligned = aligned; | - |
327 | centerAlignedChanged(); | - |
328 | if (d->centerInTRUE | never evaluated | FALSE | evaluated 6 times by 1 test |
) { | 0-6 |
329 | d->centerInChanged(); | - |
330 | } never executed: end of block else { | 0 |
331 | if (d->usedAnchors & QQuickAnchors::VCenterAnchorTRUE | never evaluated | FALSE | evaluated 6 times by 1 test |
) | 0-6 |
332 | d->updateVerticalAnchors(); never executed: d->updateVerticalAnchors(); | 0 |
333 | else if (d->usedAnchors & QQuickAnchors::HCenterAnchorTRUE | never evaluated | FALSE | evaluated 6 times by 1 test |
) | 0-6 |
334 | d->updateHorizontalAnchors(); never executed: d->updateHorizontalAnchors(); | 0 |
335 | }executed 6 times by 1 test: end of block | 6 |
336 | } | - |
337 | | - |
338 | bool QQuickAnchorsPrivate::isItemComplete() const | - |
339 | { | - |
340 | returnexecuted 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
- ...
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 |
341 | } | - |
342 | | - |
343 | void QQuickAnchors::classBegin() | - |
344 | { | - |
345 | QQuickAnchorsPrivate * const d = d_func(); | - |
346 | d->componentComplete = false; | - |
347 | }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 |
348 | | - |
349 | void QQuickAnchors::componentComplete() | - |
350 | { | - |
351 | QQuickAnchorsPrivate * const d = d_func(); | - |
352 | d->componentComplete = true; | - |
353 | }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 |
354 | | - |
355 | void QQuickAnchorsPrivate::setItemHeight(qreal v) | - |
356 | { | - |
357 | updatingMe = true; | - |
358 | item->setHeight(v); | - |
359 | updatingMe = false; | - |
360 | }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 |
361 | | - |
362 | void QQuickAnchorsPrivate::setItemWidth(qreal v) | - |
363 | { | - |
364 | updatingMe = true; | - |
365 | item->setWidth(v); | - |
366 | updatingMe = false; | - |
367 | }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 |
368 | | - |
369 | void QQuickAnchorsPrivate::setItemX(qreal v) | - |
370 | { | - |
371 | updatingMe = true; | - |
372 | item->setX(v); | - |
373 | updatingMe = false; | - |
374 | }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 |
375 | | - |
376 | void QQuickAnchorsPrivate::setItemY(qreal v) | - |
377 | { | - |
378 | updatingMe = true; | - |
379 | item->setY(v); | - |
380 | updatingMe = false; | - |
381 | }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 |
382 | | - |
383 | void QQuickAnchorsPrivate::setItemPos(const QPointF &v) | - |
384 | { | - |
385 | updatingMe = true; | - |
386 | item->setPosition(v); | - |
387 | updatingMe = false; | - |
388 | }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 |
389 | | - |
390 | void QQuickAnchorsPrivate::setItemSize(const QSizeF &v) | - |
391 | { | - |
392 | updatingMe = true; | - |
393 | item->setSize(v); | - |
394 | updatingMe = false; | - |
395 | }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 |
396 | | - |
397 | void QQuickAnchorsPrivate::updateMe() | - |
398 | { | - |
399 | if (updatingMeTRUE | 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 |
400 | updatingMe = false; | - |
401 | 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 |
402 | } | - |
403 | | - |
404 | update(); | - |
405 | }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 |
406 | | - |
407 | void QQuickAnchorsPrivate::updateOnComplete() | - |
408 | { | - |
409 | | - |
410 | QQuickItem *dependencies[9]; | - |
411 | dependencies[0] = fill; | - |
412 | dependencies[1] = centerIn; | - |
413 | dependencies[2] = leftAnchorItem; | - |
414 | dependencies[3] = rightAnchorItem; | - |
415 | dependencies[4] = hCenterAnchorItem; | - |
416 | dependencies[5] = topAnchorItem; | - |
417 | dependencies[6] = bottomAnchorItem; | - |
418 | dependencies[7] = vCenterAnchorItem; | - |
419 | dependencies[8] = baselineAnchorItem; | - |
420 | | - |
421 | std::sort(dependencies, dependencies + 9); | - |
422 | | - |
423 | QQuickItem *lastDependency = nullptr; | - |
424 | for (int i = 0; i < 9TRUE | 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
- ...
|
; ++i) { | 12418-111762 |
425 | QQuickItem *dependency = dependencies[i]; | - |
426 | if (lastDependency != dependencyTRUE | 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 |
427 | addDepend(dependency); | - |
428 | lastDependency = dependency; | - |
429 | }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 |
430 | }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 |
431 | | - |
432 | update(); | - |
433 | }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 |
434 | | - |
435 | | - |
436 | void QQuickAnchorsPrivate::update() | - |
437 | { | - |
438 | 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 |
439 | 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 |
440 | | - |
441 | if (fillTRUE | 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 |
442 | fillChanged(); | - |
443 | }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
- ...
else if (centerInTRUE | 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 |
444 | centerInChanged(); | - |
445 | }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
- ...
else { | 6835 |
446 | if (usedAnchors & QQuickAnchors::Horizontal_MaskTRUE | 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 |
447 | 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 |
448 | if (usedAnchors & QQuickAnchors::Vertical_MaskTRUE | 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 |
449 | 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 |
450 | }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 |
451 | } | - |
452 | | - |
453 | void QQuickAnchorsPrivate::itemGeometryChanged(QQuickItem *, QQuickGeometryChange change, const QRectF &) | - |
454 | { | - |
455 | 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 |
456 | return; never executed: return; | 0 |
457 | | - |
458 | if (fillTRUE | 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 |
459 | fillChanged(); | - |
460 | }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
else if (centerInTRUE | 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 |
461 | centerInChanged(); | - |
462 | }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
else { | 930 |
463 | if ((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
|
usedAnchors & QQuickAnchors::Horizontal_Mask)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
|
&& change.horizontalChange()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 |
464 | updateHorizontalAnchors();executed 756 times by 6 tests: updateHorizontalAnchors(); Executed by:- tst_examples
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickpositioners
| 756 |
465 | if ((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
|
usedAnchors & QQuickAnchors::Vertical_Mask)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
|
&& change.verticalChange()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 |
466 | 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 |
467 | }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 |
468 | } | - |
469 | | - |
470 | QQuickItem *QQuickAnchors::fill() const | - |
471 | { | - |
472 | const QQuickAnchorsPrivate * const d = d_func(); | - |
473 | returnexecuted 250 times by 5 tests: return d->fill; Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickdesignersupport
- tst_qquickpositioners
- tst_qquickrepeater
d->fill;executed 250 times by 5 tests: return d->fill; Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickdesignersupport
- tst_qquickpositioners
- tst_qquickrepeater
| 250 |
474 | } | - |
475 | | - |
476 | void QQuickAnchors::setFill(QQuickItem *f) | - |
477 | { | - |
478 | QQuickAnchorsPrivate * const d = d_func(); | - |
479 | if (d->fill == fTRUE | 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 |
480 | return;executed 8 times by 3 tests: return; Executed by:- tst_qquickgridview
- tst_qquicklistview
- tst_qquickvisualdatamodel
| 8 |
481 | | - |
482 | if (!fTRUE | 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 |
483 | QQuickItem *oldFill = d->fill; | - |
484 | d->fill = f; | - |
485 | d->remDepend(oldFill); | - |
486 | fillChanged(); | - |
487 | return;executed 2 times by 1 test: return; | 2 |
488 | } | - |
489 | if (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
- ...
|
&& readParentItem(f) != readParentItem(d->item)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 |
490 | qmlWarning(d->item) << tr("Cannot anchor to an item that isn't a parent or sibling."); | - |
491 | return;executed 2 times by 1 test: return; | 2 |
492 | } | - |
493 | QQuickItem *oldFill = d->fill; | - |
494 | d->fill = f; | - |
495 | d->remDepend(oldFill); | - |
496 | d->addDepend(d->fill); | - |
497 | fillChanged(); | - |
498 | d->fillChanged(); | - |
499 | }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 |
500 | | - |
501 | void QQuickAnchors::resetFill() | - |
502 | { | - |
503 | setFill(nullptr); | - |
504 | }executed 2 times by 1 test: end of block | 2 |
505 | | - |
506 | QQuickItem *QQuickAnchors::centerIn() const | - |
507 | { | - |
508 | const QQuickAnchorsPrivate * const d = d_func(); | - |
509 | returnexecuted 246 times by 5 tests: return d->centerIn; Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickdesignersupport
- tst_qquickpositioners
- tst_qquickrepeater
d->centerIn;executed 246 times by 5 tests: return d->centerIn; Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickdesignersupport
- tst_qquickpositioners
- tst_qquickrepeater
| 246 |
510 | } | - |
511 | | - |
512 | void QQuickAnchors::setCenterIn(QQuickItem* c) | - |
513 | { | - |
514 | QQuickAnchorsPrivate * const d = d_func(); | - |
515 | if (d->centerIn == cTRUE | 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 |
516 | return;executed 2 times by 1 test: return; | 2 |
517 | | - |
518 | if (!cTRUE | 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 |
519 | QQuickItem *oldCI = d->centerIn; | - |
520 | d->centerIn = c; | - |
521 | d->remDepend(oldCI); | - |
522 | centerInChanged(); | - |
523 | return;executed 2 times by 1 test: return; | 2 |
524 | } | - |
525 | if (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
- ...
|
&& readParentItem(c) != readParentItem(d->item)TRUE | evaluated 2 times by 1 test | FALSE | evaluated 64 times by 2 testsEvaluated by:- tst_examples
- tst_qquickanchors
|
){ | 2-3790 |
526 | qmlWarning(d->item) << tr("Cannot anchor to an item that isn't a parent or sibling."); | - |
527 | return;executed 2 times by 1 test: return; | 2 |
528 | } | - |
529 | QQuickItem *oldCI = d->centerIn; | - |
530 | d->centerIn = c; | - |
531 | d->remDepend(oldCI); | - |
532 | d->addDepend(d->centerIn); | - |
533 | centerInChanged(); | - |
534 | d->centerInChanged(); | - |
535 | }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 |
536 | | - |
537 | void QQuickAnchors::resetCenterIn() | - |
538 | { | - |
539 | setCenterIn(nullptr); | - |
540 | }executed 2 times by 1 test: end of block | 2 |
541 | | - |
542 | bool QQuickAnchorsPrivate::calcStretch(QQuickItem *edge1Item, | - |
543 | QQuickAnchors::Anchor edge1Line, | - |
544 | QQuickItem *edge2Item, | - |
545 | QQuickAnchors::Anchor edge2Line, | - |
546 | qreal offset1, | - |
547 | qreal offset2, | - |
548 | QQuickAnchors::Anchor line, | - |
549 | qreal &stretch) const | - |
550 | { | - |
551 | bool edge1IsParent = (edge1Item == readParentItem(item)); | - |
552 | bool edge2IsParent = (edge2Item == readParentItem(item)); | - |
553 | bool edge1IsSibling = (readParentItem(edge1Item) == readParentItem(item)); | - |
554 | bool edge2IsSibling = (readParentItem(edge2Item) == readParentItem(item)); | - |
555 | | - |
556 | bool invalid = false; | - |
557 | if ((edge2IsParentTRUE | 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
|
&& edge1IsParentTRUE | 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
|
) || (edge2IsSiblingTRUE | 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
|
&& edge1IsSiblingTRUE | 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 |
558 | stretch = (position(edge2Item, edge2Line) + offset2) | - |
559 | - (position(edge1Item, edge1Line) + offset1); | - |
560 | }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
else if (edge2IsParentTRUE | 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
|
&& edge1IsSiblingTRUE | evaluated 296 times by 5 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquicklistview
- tst_qquickstates
| FALSE | never evaluated |
) { | 0-606 |
561 | stretch = (position(edge2Item, edge2Line) + offset2) | - |
562 | - (position(readParentItem(item), line) | - |
563 | + position(edge1Item, edge1Line) + offset1); | - |
564 | }executed 296 times by 5 tests: end of block Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquicklistview
- tst_qquickstates
else if (edge2IsSiblingTRUE | evaluated 314 times by 5 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickimage
- tst_qquickstates
| FALSE | never evaluated |
&& edge1IsParentTRUE | evaluated 314 times by 5 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickimage
- tst_qquickstates
| FALSE | never evaluated |
) { | 0-314 |
565 | stretch = (position(readParentItem(item), line) + position(edge2Item, edge2Line) + offset2) | - |
566 | - (position(edge1Item, edge1Line) + offset1); | - |
567 | }executed 314 times by 5 tests: end of block Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickimage
- tst_qquickstates
else | 314 |
568 | invalid = true; never executed: invalid = true; | 0 |
569 | | - |
570 | returnexecuted 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
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 |
571 | } | - |
572 | | - |
573 | void QQuickAnchorsPrivate::updateVerticalAnchors() | - |
574 | { | - |
575 | if (fillTRUE | 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
- ...
|
|| centerInTRUE | 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
- ...
|
|| !isItemComplete()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 |
576 | 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 |
577 | | - |
578 | if (__builtin_expect(!!(updatingVerticalAnchor > 1), false)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 |
579 | | - |
580 | qmlWarning(item) << QQuickAnchors::tr("Possible anchor loop detected on vertical anchor."); | - |
581 | return; never executed: return; | 0 |
582 | } | - |
583 | | - |
584 | ++updatingVerticalAnchor; | - |
585 | if (usedAnchors & QQuickAnchors::TopAnchorTRUE | 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 |
586 | | - |
587 | bool invalid = true; | - |
588 | qreal height = 0.0; | - |
589 | if (usedAnchors & QQuickAnchors::BottomAnchorTRUE | 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 |
590 | invalid = calcStretch(topAnchorItem, topAnchorLine, | - |
591 | bottomAnchorItem, bottomAnchorLine, | - |
592 | topMargin, -bottomMargin, QQuickAnchors::TopAnchor, height); | - |
593 | }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
else if (usedAnchors & QQuickAnchors::VCenterAnchorTRUE | 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 |
594 | invalid = calcStretch(topAnchorItem, topAnchorLine, | - |
595 | vCenterAnchorItem, vCenterAnchorLine, | - |
596 | topMargin, vCenterOffset, QQuickAnchors::TopAnchor, height); | - |
597 | height *= 2; | - |
598 | }executed 2 times by 1 test: end of block | 2 |
599 | if (!invalidTRUE | 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 |
600 | 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 |
601 | | - |
602 | | - |
603 | 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 |
604 | setItemY(adjustedPosition(topAnchorItem, topAnchorLine) + topMargin); | - |
605 | }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
else if (readParentItem(topAnchorItem) == readParentItem(item)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 |
606 | setItemY(position(topAnchorItem, topAnchorLine) + topMargin); | - |
607 | }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 |
608 | }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
else if (usedAnchors & QQuickAnchors::BottomAnchorTRUE | 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 |
609 | | - |
610 | if (usedAnchors & QQuickAnchors::VCenterAnchorTRUE | 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 |
611 | qreal height = 0.0; | - |
612 | bool invalid = calcStretch(vCenterAnchorItem, vCenterAnchorLine, | - |
613 | bottomAnchorItem, bottomAnchorLine, | - |
614 | vCenterOffset, -bottomMargin, QQuickAnchors::TopAnchor, | - |
615 | height); | - |
616 | if (!invalidTRUE | evaluated 2 times by 1 test | FALSE | never evaluated |
) | 0-2 |
617 | setItemHeight(height*2);executed 2 times by 1 test: setItemHeight(height*2); | 2 |
618 | }executed 2 times by 1 test: end of block | 2 |
619 | | - |
620 | | - |
621 | 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 |
622 | setItemY(adjustedPosition(bottomAnchorItem, bottomAnchorLine) - readHeight(item) - bottomMargin); | - |
623 | }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
else if (readParentItem(bottomAnchorItem) == readParentItem(item)TRUE | evaluated 76 times by 4 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickstates
| FALSE | never evaluated |
) { | 0-7123 |
624 | setItemY(position(bottomAnchorItem, bottomAnchorLine) - readHeight(item) - bottomMargin); | - |
625 | }executed 76 times by 4 tests: end of block Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickstates
| 76 |
626 | }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
else if (usedAnchors & QQuickAnchors::VCenterAnchorTRUE | 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 |
627 | | - |
628 | | - |
629 | | - |
630 | 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 |
631 | setItemY(adjustedPosition(vCenterAnchorItem, vCenterAnchorLine) | - |
632 | - vcenter(item) + vCenterOffset); | - |
633 | }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
else if (readParentItem(vCenterAnchorItem) == readParentItem(item)TRUE | evaluated 8 times by 2 testsEvaluated by:- tst_qquickanchors
- tst_qquickstates
| FALSE | never evaluated |
) { | 0-1386 |
634 | setItemY(position(vCenterAnchorItem, vCenterAnchorLine) - vcenter(item) + vCenterOffset); | - |
635 | }executed 8 times by 2 tests: end of block Executed by:- tst_qquickanchors
- tst_qquickstates
| 8 |
636 | }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
else if (usedAnchors & QQuickAnchors::BaselineAnchorTRUE | 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 |
637 | | - |
638 | 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 |
639 | setItemY(adjustedPosition(baselineAnchorItem, baselineAnchorLine) | - |
640 | - readBaselineOffset(item) + baselineOffset); | - |
641 | }executed 8 times by 2 tests: end of block Executed by:- tst_qquickanchors
- tst_qquickstates
else if (readParentItem(baselineAnchorItem) == readParentItem(item)TRUE | evaluated 38 times by 2 testsEvaluated by:- tst_qquickanchors
- tst_qquickstates
| FALSE | never evaluated |
) { | 0-38 |
642 | setItemY(position(baselineAnchorItem, baselineAnchorLine) | - |
643 | - readBaselineOffset(item) + baselineOffset); | - |
644 | }executed 38 times by 2 tests: end of block Executed by:- tst_qquickanchors
- tst_qquickstates
| 38 |
645 | }executed 46 times by 2 tests: end of block Executed by:- tst_qquickanchors
- tst_qquickstates
| 46 |
646 | --updatingVerticalAnchor; | - |
647 | }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 |
648 | | - |
649 | static inline QQuickAnchors::Anchor reverseAnchorLine(QQuickAnchors::Anchor anchorLine) | - |
650 | { | - |
651 | if (anchorLine == QQuickAnchors::LeftAnchorTRUE | 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 |
652 | returnexecuted 62 times by 4 tests: return QQuickAnchors::RightAnchor; Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickstates
- tst_qquicktextinput
QQuickAnchors::RightAnchor;executed 62 times by 4 tests: return QQuickAnchors::RightAnchor; Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickstates
- tst_qquicktextinput
| 62 |
653 | } else if (anchorLine == QQuickAnchors::RightAnchorTRUE | 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 |
654 | returnexecuted 36 times by 2 tests: return QQuickAnchors::LeftAnchor; Executed by:- tst_qquickanchors
- tst_qquickstates
QQuickAnchors::LeftAnchor;executed 36 times by 2 tests: return QQuickAnchors::LeftAnchor; Executed by:- tst_qquickanchors
- tst_qquickstates
| 36 |
655 | } else { | - |
656 | returnexecuted 322 times by 5 tests: return anchorLine; Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickitem2
- tst_qquickstates
- tst_qquicktextinput
anchorLine;executed 322 times by 5 tests: return anchorLine; Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickitem2
- tst_qquickstates
- tst_qquicktextinput
| 322 |
657 | } | - |
658 | } | - |
659 | | - |
660 | void QQuickAnchorsPrivate::updateHorizontalAnchors() | - |
661 | { | - |
662 | QQuickAnchors * const q = q_func(); | - |
663 | if (fillTRUE | 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
|
|| centerInTRUE | 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
|
|| !isItemComplete()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 |
664 | 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 |
665 | | - |
666 | if (updatingHorizontalAnchor < 3TRUE | 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 |
667 | ++updatingHorizontalAnchor; | - |
668 | qreal effectiveRightMargin, effectiveLeftMargin, effectiveHorizontalCenterOffset; | - |
669 | QQuickItem *effectiveLeftItem, *effectiveRightItem, *effectiveHorizontalCenterItem; | - |
670 | QQuickAnchors::Anchor effectiveLeftLine, effectiveRightLine, effectiveHorizontalCenterLine; | - |
671 | QQuickAnchors::Anchor effectiveLeftAnchor, effectiveRightAnchor; | - |
672 | 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 |
673 | effectiveLeftAnchor = QQuickAnchors::RightAnchor; | - |
674 | effectiveRightAnchor = QQuickAnchors::LeftAnchor; | - |
675 | effectiveLeftItem = rightAnchorItem; | - |
676 | effectiveLeftLine = reverseAnchorLine(rightAnchorLine); | - |
677 | effectiveRightItem = leftAnchorItem; | - |
678 | effectiveRightLine = reverseAnchorLine(leftAnchorLine); | - |
679 | effectiveHorizontalCenterItem = hCenterAnchorItem; | - |
680 | effectiveHorizontalCenterLine = reverseAnchorLine(hCenterAnchorLine); | - |
681 | effectiveLeftMargin = rightMargin; | - |
682 | effectiveRightMargin = leftMargin; | - |
683 | effectiveHorizontalCenterOffset = -hCenterOffset; | - |
684 | }executed 140 times by 5 tests: end of block Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickitem2
- tst_qquickstates
- tst_qquicktextinput
else { | 140 |
685 | effectiveLeftAnchor = QQuickAnchors::LeftAnchor; | - |
686 | effectiveRightAnchor = QQuickAnchors::RightAnchor; | - |
687 | effectiveLeftItem = leftAnchorItem; | - |
688 | effectiveLeftLine = leftAnchorLine; | - |
689 | effectiveRightItem = rightAnchorItem; | - |
690 | effectiveRightLine = rightAnchorLine; | - |
691 | effectiveHorizontalCenterItem = hCenterAnchorItem; | - |
692 | effectiveHorizontalCenterLine = hCenterAnchorLine; | - |
693 | effectiveLeftMargin = leftMargin; | - |
694 | effectiveRightMargin = rightMargin; | - |
695 | effectiveHorizontalCenterOffset = hCenterOffset; | - |
696 | }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 |
697 | | - |
698 | if (usedAnchors & effectiveLeftAnchorTRUE | 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 |
699 | | - |
700 | bool invalid = true; | - |
701 | qreal width = 0.0; | - |
702 | if (usedAnchors & effectiveRightAnchorTRUE | 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 |
703 | invalid = calcStretch(effectiveLeftItem, effectiveLeftLine, | - |
704 | effectiveRightItem, effectiveRightLine, | - |
705 | effectiveLeftMargin, -effectiveRightMargin, | - |
706 | QQuickAnchors::LeftAnchor, width); | - |
707 | }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
else if (usedAnchors & QQuickAnchors::HCenterAnchorTRUE | 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 |
708 | invalid = calcStretch(effectiveLeftItem, effectiveLeftLine, | - |
709 | effectiveHorizontalCenterItem, effectiveHorizontalCenterLine, | - |
710 | effectiveLeftMargin, effectiveHorizontalCenterOffset, | - |
711 | QQuickAnchors::LeftAnchor, width); | - |
712 | width *= 2; | - |
713 | }executed 48 times by 2 tests: end of block Executed by:- tst_examples
- tst_qquickanchors
| 48 |
714 | if (!invalidTRUE | 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 |
715 | 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 |
716 | | - |
717 | | - |
718 | 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 |
719 | setItemX(adjustedPosition(effectiveLeftItem, effectiveLeftLine) + effectiveLeftMargin); | - |
720 | }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
else if (readParentItem(effectiveLeftItem) == readParentItem(item)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 |
721 | setItemX(position(effectiveLeftItem, effectiveLeftLine) + effectiveLeftMargin); | - |
722 | }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 |
723 | }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
else if (usedAnchors & effectiveRightAnchorTRUE | 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 |
724 | | - |
725 | if (usedAnchors & QQuickAnchors::HCenterAnchorTRUE | 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 |
726 | qreal width = 0.0; | - |
727 | bool invalid = calcStretch(effectiveHorizontalCenterItem, | - |
728 | effectiveHorizontalCenterLine, | - |
729 | effectiveRightItem, effectiveRightLine, | - |
730 | effectiveHorizontalCenterOffset, -effectiveRightMargin, | - |
731 | QQuickAnchors::LeftAnchor, width); | - |
732 | if (!invalidTRUE | evaluated 6 times by 1 test | FALSE | never evaluated |
) | 0-6 |
733 | setItemWidth(width*2);executed 6 times by 1 test: setItemWidth(width*2); | 6 |
734 | }executed 6 times by 1 test: end of block | 6 |
735 | | - |
736 | | - |
737 | 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 |
738 | setItemX(adjustedPosition(effectiveRightItem, effectiveRightLine) | - |
739 | - readWidth(item) - effectiveRightMargin); | - |
740 | }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
else if (readParentItem(effectiveRightItem) == readParentItem(item)TRUE | evaluated 292 times by 4 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickstates
| FALSE | never evaluated |
) { | 0-5404 |
741 | setItemX(position(effectiveRightItem, effectiveRightLine) | - |
742 | - readWidth(item) - effectiveRightMargin); | - |
743 | }executed 292 times by 4 tests: end of block Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickstates
| 292 |
744 | }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
else if (usedAnchors & QQuickAnchors::HCenterAnchorTRUE | 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 |
745 | | - |
746 | 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 |
747 | setItemX(adjustedPosition(effectiveHorizontalCenterItem, effectiveHorizontalCenterLine) - hcenter(item) + effectiveHorizontalCenterOffset); | - |
748 | }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
else if (readParentItem(effectiveHorizontalCenterItem) == readParentItem(item)TRUE | evaluated 24 times by 3 testsEvaluated by:- tst_examples
- tst_qquickanchors
- tst_qquickstates
| FALSE | never evaluated |
) { | 0-2546 |
749 | setItemX(position(effectiveHorizontalCenterItem, effectiveHorizontalCenterLine) - hcenter(item) + effectiveHorizontalCenterOffset); | - |
750 | }executed 24 times by 3 tests: end of block Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickstates
| 24 |
751 | }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 |
752 | --updatingHorizontalAnchor; | - |
753 | }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
else { | 9724 |
754 | | - |
755 | qmlWarning(item) << QQuickAnchors::tr("Possible anchor loop detected on horizontal anchor."); | - |
756 | }executed 6 times by 1 test: end of block | 6 |
757 | } | - |
758 | | - |
759 | QQuickAnchorLine QQuickAnchors::top() const | - |
760 | { | - |
761 | const QQuickAnchorsPrivate * const d = d_func(); | - |
762 | returnexecuted 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
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 |
763 | } | - |
764 | | - |
765 | void QQuickAnchors::setTop(const QQuickAnchorLine &edge) | - |
766 | { | - |
767 | QQuickAnchorsPrivate * const d = d_func(); | - |
768 | 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 |
769 | (d->topAnchorItem == edge.itemTRUE | 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
|
&& d->topAnchorLine == edge.anchorLineTRUE | never evaluated | FALSE | never evaluated |
)) | 0-1016 |
770 | return;executed 8 times by 1 test: return; | 8 |
771 | | - |
772 | d->usedAnchors |= TopAnchor; | - |
773 | | - |
774 | 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 |
775 | d->usedAnchors &= ~TopAnchor; | - |
776 | return;executed 2 times by 1 test: return; | 2 |
777 | } | - |
778 | | - |
779 | QQuickItem *oldTop = d->topAnchorItem; | - |
780 | d->topAnchorItem = edge.item; | - |
781 | d->topAnchorLine = edge.anchorLine; | - |
782 | d->remDepend(oldTop); | - |
783 | d->addDepend(d->topAnchorItem); | - |
784 | topChanged(); | - |
785 | d->updateVerticalAnchors(); | - |
786 | }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 |
787 | | - |
788 | void QQuickAnchors::resetTop() | - |
789 | { | - |
790 | QQuickAnchorsPrivate * const d = d_func(); | - |
791 | d->usedAnchors &= ~TopAnchor; | - |
792 | d->remDepend(d->topAnchorItem); | - |
793 | d->topAnchorItem = nullptr; | - |
794 | d->topAnchorLine = QQuickAnchors::InvalidAnchor; | - |
795 | topChanged(); | - |
796 | d->updateVerticalAnchors(); | - |
797 | }executed 52 times by 4 tests: end of block Executed by:- tst_qquickanchors
- tst_qquickanimations
- tst_qquickitem2
- tst_qquickstates
| 52 |
798 | | - |
799 | QQuickAnchorLine QQuickAnchors::bottom() const | - |
800 | { | - |
801 | const QQuickAnchorsPrivate * const d = d_func(); | - |
802 | returnexecuted 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
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 |
803 | } | - |
804 | | - |
805 | void QQuickAnchors::setBottom(const QQuickAnchorLine &edge) | - |
806 | { | - |
807 | QQuickAnchorsPrivate * const d = d_func(); | - |
808 | 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 |
809 | (d->bottomAnchorItem == edge.itemTRUE | 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
|
&& d->bottomAnchorLine == edge.anchorLineTRUE | evaluated 2 times by 1 test | FALSE | never evaluated |
)) | 0-1124 |
810 | return;executed 10 times by 2 tests: return; Executed by:- tst_qquickanchors
- tst_qquickstates
| 10 |
811 | | - |
812 | d->usedAnchors |= BottomAnchor; | - |
813 | | - |
814 | 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 |
815 | d->usedAnchors &= ~BottomAnchor; | - |
816 | return; never executed: return; | 0 |
817 | } | - |
818 | | - |
819 | QQuickItem *oldBottom = d->bottomAnchorItem; | - |
820 | d->bottomAnchorItem = edge.item; | - |
821 | d->bottomAnchorLine = edge.anchorLine; | - |
822 | d->remDepend(oldBottom); | - |
823 | d->addDepend(d->bottomAnchorItem); | - |
824 | bottomChanged(); | - |
825 | d->updateVerticalAnchors(); | - |
826 | }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 |
827 | | - |
828 | void QQuickAnchors::resetBottom() | - |
829 | { | - |
830 | QQuickAnchorsPrivate * const d = d_func(); | - |
831 | d->usedAnchors &= ~BottomAnchor; | - |
832 | d->remDepend(d->bottomAnchorItem); | - |
833 | d->bottomAnchorItem = nullptr; | - |
834 | d->bottomAnchorLine = QQuickAnchors::InvalidAnchor; | - |
835 | bottomChanged(); | - |
836 | d->updateVerticalAnchors(); | - |
837 | }executed 50 times by 3 tests: end of block Executed by:- tst_qquickanchors
- tst_qquickanimations
- tst_qquickstates
| 50 |
838 | | - |
839 | QQuickAnchorLine QQuickAnchors::verticalCenter() const | - |
840 | { | - |
841 | const QQuickAnchorsPrivate * const d = d_func(); | - |
842 | returnexecuted 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
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 |
843 | } | - |
844 | | - |
845 | void QQuickAnchors::setVerticalCenter(const QQuickAnchorLine &edge) | - |
846 | { | - |
847 | QQuickAnchorsPrivate * const d = d_func(); | - |
848 | 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 |
849 | (d->vCenterAnchorItem == edge.itemTRUE | 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
|
&& d->vCenterAnchorLine == edge.anchorLineTRUE | never evaluated | FALSE | never evaluated |
)) | 0-922 |
850 | return;executed 2 times by 1 test: return; | 2 |
851 | | - |
852 | d->usedAnchors |= VCenterAnchor; | - |
853 | | - |
854 | 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 |
855 | d->usedAnchors &= ~VCenterAnchor; | - |
856 | return;executed 2 times by 1 test: return; | 2 |
857 | } | - |
858 | | - |
859 | QQuickItem *oldVCenter = d->vCenterAnchorItem; | - |
860 | d->vCenterAnchorItem = edge.item; | - |
861 | d->vCenterAnchorLine = edge.anchorLine; | - |
862 | d->remDepend(oldVCenter); | - |
863 | d->addDepend(d->vCenterAnchorItem); | - |
864 | verticalCenterChanged(); | - |
865 | d->updateVerticalAnchors(); | - |
866 | }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 |
867 | | - |
868 | void QQuickAnchors::resetVerticalCenter() | - |
869 | { | - |
870 | QQuickAnchorsPrivate * const d = d_func(); | - |
871 | d->usedAnchors &= ~VCenterAnchor; | - |
872 | d->remDepend(d->vCenterAnchorItem); | - |
873 | d->vCenterAnchorItem = nullptr; | - |
874 | d->vCenterAnchorLine = QQuickAnchors::InvalidAnchor; | - |
875 | verticalCenterChanged(); | - |
876 | d->updateVerticalAnchors(); | - |
877 | }executed 20 times by 4 tests: end of block Executed by:- tst_qquickanchors
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickstates
| 20 |
878 | | - |
879 | QQuickAnchorLine QQuickAnchors::baseline() const | - |
880 | { | - |
881 | const QQuickAnchorsPrivate * const d = d_func(); | - |
882 | returnexecuted 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
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 |
883 | } | - |
884 | | - |
885 | void QQuickAnchors::setBaseline(const QQuickAnchorLine &edge) | - |
886 | { | - |
887 | QQuickAnchorsPrivate * const d = d_func(); | - |
888 | 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 |
889 | (d->baselineAnchorItem == edge.itemTRUE | never evaluated | FALSE | evaluated 18 times by 2 testsEvaluated by:- tst_qquickanchors
- tst_qquickstates
|
&& d->baselineAnchorLine == edge.anchorLineTRUE | never evaluated | FALSE | never evaluated |
)) | 0-18 |
890 | return;executed 8 times by 1 test: return; | 8 |
891 | | - |
892 | d->usedAnchors |= BaselineAnchor; | - |
893 | | - |
894 | if (!d->checkVValid()TRUE | never evaluated | FALSE | evaluated 18 times by 2 testsEvaluated by:- tst_qquickanchors
- tst_qquickstates
|
) { | 0-18 |
895 | d->usedAnchors &= ~BaselineAnchor; | - |
896 | return; never executed: return; | 0 |
897 | } | - |
898 | | - |
899 | QQuickItem *oldBaseline = d->baselineAnchorItem; | - |
900 | d->baselineAnchorItem = edge.item; | - |
901 | d->baselineAnchorLine = edge.anchorLine; | - |
902 | d->remDepend(oldBaseline); | - |
903 | d->addDepend(d->baselineAnchorItem); | - |
904 | baselineChanged(); | - |
905 | d->updateVerticalAnchors(); | - |
906 | }executed 18 times by 2 tests: end of block Executed by:- tst_qquickanchors
- tst_qquickstates
| 18 |
907 | | - |
908 | void QQuickAnchors::resetBaseline() | - |
909 | { | - |
910 | QQuickAnchorsPrivate * const d = d_func(); | - |
911 | d->usedAnchors &= ~BaselineAnchor; | - |
912 | d->remDepend(d->baselineAnchorItem); | - |
913 | d->baselineAnchorItem = nullptr; | - |
914 | d->baselineAnchorLine = QQuickAnchors::InvalidAnchor; | - |
915 | baselineChanged(); | - |
916 | d->updateVerticalAnchors(); | - |
917 | }executed 4 times by 2 tests: end of block Executed by:- tst_qquickanchors
- tst_qquickstates
| 4 |
918 | | - |
919 | QQuickAnchorLine QQuickAnchors::left() const | - |
920 | { | - |
921 | const QQuickAnchorsPrivate * const d = d_func(); | - |
922 | returnexecuted 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
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 |
923 | } | - |
924 | | - |
925 | void QQuickAnchors::setLeft(const QQuickAnchorLine &edge) | - |
926 | { | - |
927 | QQuickAnchorsPrivate * const d = d_func(); | - |
928 | 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 |
929 | (d->leftAnchorItem == edge.itemTRUE | 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
|
&& d->leftAnchorLine == edge.anchorLineTRUE | never evaluated | FALSE | never evaluated |
)) | 0-562 |
930 | return;executed 8 times by 1 test: return; | 8 |
931 | | - |
932 | d->usedAnchors |= LeftAnchor; | - |
933 | | - |
934 | 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 |
935 | d->usedAnchors &= ~LeftAnchor; | - |
936 | return; never executed: return; | 0 |
937 | } | - |
938 | | - |
939 | QQuickItem *oldLeft = d->leftAnchorItem; | - |
940 | d->leftAnchorItem = edge.item; | - |
941 | d->leftAnchorLine = edge.anchorLine; | - |
942 | d->remDepend(oldLeft); | - |
943 | d->addDepend(d->leftAnchorItem); | - |
944 | leftChanged(); | - |
945 | d->updateHorizontalAnchors(); | - |
946 | }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 |
947 | | - |
948 | void QQuickAnchors::resetLeft() | - |
949 | { | - |
950 | QQuickAnchorsPrivate * const d = d_func(); | - |
951 | d->usedAnchors &= ~LeftAnchor; | - |
952 | d->remDepend(d->leftAnchorItem); | - |
953 | d->leftAnchorItem = nullptr; | - |
954 | d->leftAnchorLine = QQuickAnchors::InvalidAnchor; | - |
955 | leftChanged(); | - |
956 | d->updateHorizontalAnchors(); | - |
957 | }executed 92 times by 4 tests: end of block Executed by:- tst_qquickanchors
- tst_qquickanimations
- tst_qquickitem2
- tst_qquickstates
| 92 |
958 | | - |
959 | QQuickAnchorLine QQuickAnchors::right() const | - |
960 | { | - |
961 | const QQuickAnchorsPrivate * const d = d_func(); | - |
962 | returnexecuted 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
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 |
963 | } | - |
964 | | - |
965 | void QQuickAnchors::setRight(const QQuickAnchorLine &edge) | - |
966 | { | - |
967 | QQuickAnchorsPrivate * const d = d_func(); | - |
968 | 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 |
969 | (d->rightAnchorItem == edge.itemTRUE | 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
|
&& d->rightAnchorLine == edge.anchorLineTRUE | never evaluated | FALSE | never evaluated |
)) | 0-730 |
970 | return;executed 8 times by 1 test: return; | 8 |
971 | | - |
972 | d->usedAnchors |= RightAnchor; | - |
973 | | - |
974 | 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 |
975 | d->usedAnchors &= ~RightAnchor; | - |
976 | return; never executed: return; | 0 |
977 | } | - |
978 | | - |
979 | QQuickItem *oldRight = d->rightAnchorItem; | - |
980 | d->rightAnchorItem = edge.item; | - |
981 | d->rightAnchorLine = edge.anchorLine; | - |
982 | d->remDepend(oldRight); | - |
983 | d->addDepend(d->rightAnchorItem); | - |
984 | rightChanged(); | - |
985 | d->updateHorizontalAnchors(); | - |
986 | }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 |
987 | | - |
988 | void QQuickAnchors::resetRight() | - |
989 | { | - |
990 | QQuickAnchorsPrivate * const d = d_func(); | - |
991 | d->usedAnchors &= ~RightAnchor; | - |
992 | d->remDepend(d->rightAnchorItem); | - |
993 | d->rightAnchorItem = nullptr; | - |
994 | d->rightAnchorLine = QQuickAnchors::InvalidAnchor; | - |
995 | rightChanged(); | - |
996 | d->updateHorizontalAnchors(); | - |
997 | }executed 94 times by 4 tests: end of block Executed by:- tst_examples
- tst_qquickanchors
- tst_qquickanimations
- tst_qquickstates
| 94 |
998 | | - |
999 | QQuickAnchorLine QQuickAnchors::horizontalCenter() const | - |
1000 | { | - |
1001 | const QQuickAnchorsPrivate * const d = d_func(); | - |
1002 | returnexecuted 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
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 |
1003 | } | - |
1004 | | - |
1005 | void QQuickAnchors::setHorizontalCenter(const QQuickAnchorLine &edge) | - |
1006 | { | - |
1007 | QQuickAnchorsPrivate * const d = d_func(); | - |
1008 | 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 |
1009 | (d->hCenterAnchorItem == edge.itemTRUE | 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
|
&& d->hCenterAnchorLine == edge.anchorLineTRUE | never evaluated | FALSE | never evaluated |
)) | 0-1372 |
1010 | return;executed 2 times by 1 test: return; | 2 |
1011 | | - |
1012 | d->usedAnchors |= HCenterAnchor; | - |
1013 | | - |
1014 | 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 |
1015 | d->usedAnchors &= ~HCenterAnchor; | - |
1016 | return;executed 2 times by 1 test: return; | 2 |
1017 | } | - |
1018 | | - |
1019 | QQuickItem *oldHCenter = d->hCenterAnchorItem; | - |
1020 | d->hCenterAnchorItem = edge.item; | - |
1021 | d->hCenterAnchorLine = edge.anchorLine; | - |
1022 | d->remDepend(oldHCenter); | - |
1023 | d->addDepend(d->hCenterAnchorItem); | - |
1024 | horizontalCenterChanged(); | - |
1025 | d->updateHorizontalAnchors(); | - |
1026 | }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 |
1027 | | - |
1028 | void QQuickAnchors::resetHorizontalCenter() | - |
1029 | { | - |
1030 | QQuickAnchorsPrivate * const d = d_func(); | - |
1031 | d->usedAnchors &= ~HCenterAnchor; | - |
1032 | d->remDepend(d->hCenterAnchorItem); | - |
1033 | d->hCenterAnchorItem = nullptr; | - |
1034 | d->hCenterAnchorLine = QQuickAnchors::InvalidAnchor; | - |
1035 | horizontalCenterChanged(); | - |
1036 | d->updateHorizontalAnchors(); | - |
1037 | }executed 26 times by 4 tests: end of block Executed by:- tst_qquickanchors
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickstates
| 26 |
1038 | | - |
1039 | qreal QQuickAnchors::leftMargin() const | - |
1040 | { | - |
1041 | const QQuickAnchorsPrivate * const d = d_func(); | - |
1042 | returnexecuted 42 times by 3 tests: return d->leftMargin; Executed by:- tst_qquickanchors
- tst_qquickdesignersupport
- tst_qquickitem2
d->leftMargin;executed 42 times by 3 tests: return d->leftMargin; Executed by:- tst_qquickanchors
- tst_qquickdesignersupport
- tst_qquickitem2
| 42 |
1043 | } | - |
1044 | | - |
1045 | void QQuickAnchors::setLeftMargin(qreal offset) | - |
1046 | { | - |
1047 | QQuickAnchorsPrivate * const d = d_func(); | - |
1048 | d->leftMarginExplicit = true; | - |
1049 | if (d->leftMargin == offsetTRUE | 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 |
1050 | return;executed 2 times by 1 test: return; | 2 |
1051 | d->leftMargin = offset; | - |
1052 | if (d->fillTRUE | 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 |
1053 | d->fillChanged();executed 4 times by 1 test: d->fillChanged(); | 4 |
1054 | else | - |
1055 | 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 |
1056 | leftMarginChanged(); | - |
1057 | }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 |
1058 | | - |
1059 | void QQuickAnchors::resetLeftMargin() | - |
1060 | { | - |
1061 | QQuickAnchorsPrivate * const d = d_func(); | - |
1062 | d->leftMarginExplicit = false; | - |
1063 | if (d->leftMargin == d->marginsTRUE | never evaluated | FALSE | evaluated 4 times by 1 test |
) | 0-4 |
1064 | return; never executed: return; | 0 |
1065 | d->leftMargin = d->margins; | - |
1066 | if (d->fillTRUE | evaluated 2 times by 1 test | FALSE | evaluated 2 times by 1 test |
) | 2 |
1067 | d->fillChanged();executed 2 times by 1 test: d->fillChanged(); | 2 |
1068 | else | - |
1069 | d->updateHorizontalAnchors();executed 2 times by 1 test: d->updateHorizontalAnchors(); | 2 |
1070 | leftMarginChanged(); | - |
1071 | }executed 4 times by 1 test: end of block | 4 |
1072 | | - |
1073 | qreal QQuickAnchors::rightMargin() const | - |
1074 | { | - |
1075 | const QQuickAnchorsPrivate * const d = d_func(); | - |
1076 | returnexecuted 40 times by 2 tests: return d->rightMargin; Executed by:- tst_qquickanchors
- tst_qquickdesignersupport
d->rightMargin;executed 40 times by 2 tests: return d->rightMargin; Executed by:- tst_qquickanchors
- tst_qquickdesignersupport
| 40 |
1077 | } | - |
1078 | | - |
1079 | void QQuickAnchors::setRightMargin(qreal offset) | - |
1080 | { | - |
1081 | QQuickAnchorsPrivate * const d = d_func(); | - |
1082 | d->rightMarginExplicit = true; | - |
1083 | if (d->rightMargin == offsetTRUE | never evaluated | FALSE | evaluated 208 times by 2 testsEvaluated by:- tst_examples
- tst_qquickanchors
|
) | 0-208 |
1084 | return; never executed: return; | 0 |
1085 | d->rightMargin = offset; | - |
1086 | if (d->fillTRUE | evaluated 6 times by 1 test | FALSE | evaluated 202 times by 2 testsEvaluated by:- tst_examples
- tst_qquickanchors
|
) | 6-202 |
1087 | d->fillChanged();executed 6 times by 1 test: d->fillChanged(); | 6 |
1088 | else | - |
1089 | d->updateHorizontalAnchors();executed 202 times by 2 tests: d->updateHorizontalAnchors(); Executed by:- tst_examples
- tst_qquickanchors
| 202 |
1090 | rightMarginChanged(); | - |
1091 | }executed 208 times by 2 tests: end of block Executed by:- tst_examples
- tst_qquickanchors
| 208 |
1092 | | - |
1093 | void QQuickAnchors::resetRightMargin() | - |
1094 | { | - |
1095 | QQuickAnchorsPrivate * const d = d_func(); | - |
1096 | d->rightMarginExplicit = false; | - |
1097 | if (d->rightMargin == d->marginsTRUE | never evaluated | FALSE | evaluated 4 times by 1 test |
) | 0-4 |
1098 | return; never executed: return; | 0 |
1099 | d->rightMargin = d->margins; | - |
1100 | if (d->fillTRUE | evaluated 2 times by 1 test | FALSE | evaluated 2 times by 1 test |
) | 2 |
1101 | d->fillChanged();executed 2 times by 1 test: d->fillChanged(); | 2 |
1102 | else | - |
1103 | d->updateHorizontalAnchors();executed 2 times by 1 test: d->updateHorizontalAnchors(); | 2 |
1104 | rightMarginChanged(); | - |
1105 | }executed 4 times by 1 test: end of block | 4 |
1106 | | - |
1107 | qreal QQuickAnchors::margins() const | - |
1108 | { | - |
1109 | const QQuickAnchorsPrivate * const d = d_func(); | - |
1110 | returnexecuted 28 times by 2 tests: return d->margins; Executed by:- tst_qquickanchors
- tst_qquickdesignersupport
d->margins;executed 28 times by 2 tests: return d->margins; Executed by:- tst_qquickanchors
- tst_qquickdesignersupport
| 28 |
1111 | } | - |
1112 | | - |
1113 | void QQuickAnchors::setMargins(qreal offset) | - |
1114 | { | - |
1115 | QQuickAnchorsPrivate * const d = d_func(); | - |
1116 | if (d->margins == offsetTRUE | 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 |
1117 | return; never executed: return; | 0 |
1118 | d->margins = offset; | - |
1119 | | - |
1120 | bool updateHorizontal = false; | - |
1121 | bool updateVertical = false; | - |
1122 | | - |
1123 | if (!d->rightMarginExplicitTRUE | 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 |
&& d->rightMargin != offsetTRUE | 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 |
1124 | d->rightMargin = offset; | - |
1125 | updateHorizontal = true; | - |
1126 | rightMarginChanged(); | - |
1127 | }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 |
1128 | if (!d->leftMarginExplicit |