| Line | Source | Count | 
| 1 |  | - | 
| 2 |  | - | 
| 3 | QSGAbstractRendererPrivate::QSGAbstractRendererPrivate() | - | 
| 4 |     : m_root_node(nullptr) | - | 
| 5 |     , m_clear_color(Qt::transparent) | - | 
| 6 |     , m_clear_mode(QSGAbstractRenderer::ClearColorBuffer | QSGAbstractRenderer::ClearDepthBuffer) | - | 
| 7 | { | - | 
| 8 | }executed 3591 times by 77 tests:  end of blockExecuted by:- tst_drawingmodes
 - tst_examples
 - tst_flickableinterop
 - tst_multipointtoucharea_interop
 - tst_nodestest
 - tst_qqmlcomponent
 - tst_qqmltypeloader
 - tst_qquickage
 - tst_qquickangleddirection
 - tst_qquickanimatedimage
 - tst_qquickanimatedsprite
 - tst_qquickanimationcontroller
 - tst_qquickanimations
 - tst_qquickborderimage
 - tst_qquickcumulativedirection
 - tst_qquickcustomaffector
 - tst_qquickcustomparticle
 - tst_qquickdraghandler
 - tst_qquickellipseextruder
 - tst_qquickflickable
 - tst_qquickfocusscope
 - tst_qquickfontloader
 - tst_qquickfontloader_static
 - tst_qquickframebufferobject
 - tst_qquickfriction
 - ...
 
    | 3591 | 
| 9 |  | - | 
| 10 |  | - | 
| 11 |  | - | 
| 12 |  | - | 
| 13 | QSGAbstractRenderer::QSGAbstractRenderer(QObject *parent) | - | 
| 14 |     : QObject(*new QSGAbstractRendererPrivate, parent) | - | 
| 15 | { | - | 
| 16 | }executed 3591 times by 77 tests:  end of blockExecuted by:- tst_drawingmodes
 - tst_examples
 - tst_flickableinterop
 - tst_multipointtoucharea_interop
 - tst_nodestest
 - tst_qqmlcomponent
 - tst_qqmltypeloader
 - tst_qquickage
 - tst_qquickangleddirection
 - tst_qquickanimatedimage
 - tst_qquickanimatedsprite
 - tst_qquickanimationcontroller
 - tst_qquickanimations
 - tst_qquickborderimage
 - tst_qquickcumulativedirection
 - tst_qquickcustomaffector
 - tst_qquickcustomparticle
 - tst_qquickdraghandler
 - tst_qquickellipseextruder
 - tst_qquickflickable
 - tst_qquickfocusscope
 - tst_qquickfontloader
 - tst_qquickfontloader_static
 - tst_qquickframebufferobject
 - tst_qquickfriction
 - ...
 
    | 3591 | 
| 17 |  | - | 
| 18 |  | - | 
| 19 |  | - | 
| 20 |  | - | 
| 21 | QSGAbstractRenderer::~QSGAbstractRenderer() | - | 
| 22 | { | - | 
| 23 | } | - | 
| 24 | void QSGAbstractRenderer::setRootNode(QSGRootNode *node) | - | 
| 25 | { | - | 
| 26 |     QSGAbstractRendererPrivate * const d = d_func(); | - | 
| 27 |     if (d->m_root_node == node| TRUE | evaluated 3575 times by 76 testsEvaluated by:- tst_drawingmodes
 - tst_examples
 - tst_flickableinterop
 - tst_multipointtoucharea_interop
 - tst_qqmlcomponent
 - tst_qqmltypeloader
 - tst_qquickage
 - tst_qquickangleddirection
 - tst_qquickanimatedimage
 - tst_qquickanimatedsprite
 - tst_qquickanimationcontroller
 - tst_qquickanimations
 - tst_qquickborderimage
 - tst_qquickcumulativedirection
 - tst_qquickcustomaffector
 - tst_qquickcustomparticle
 - tst_qquickdraghandler
 - tst_qquickellipseextruder
 - tst_qquickflickable
 - tst_qquickfocusscope
 - tst_qquickfontloader
 - tst_qquickfontloader_static
 - tst_qquickframebufferobject
 - tst_qquickfriction
 - tst_qquickgravity
 - ...
 
   |  | FALSE | evaluated 7182 times by 77 testsEvaluated by:- tst_drawingmodes
 - tst_examples
 - tst_flickableinterop
 - tst_multipointtoucharea_interop
 - tst_nodestest
 - tst_qqmlcomponent
 - tst_qqmltypeloader
 - tst_qquickage
 - tst_qquickangleddirection
 - tst_qquickanimatedimage
 - tst_qquickanimatedsprite
 - tst_qquickanimationcontroller
 - tst_qquickanimations
 - tst_qquickborderimage
 - tst_qquickcumulativedirection
 - tst_qquickcustomaffector
 - tst_qquickcustomparticle
 - tst_qquickdraghandler
 - tst_qquickellipseextruder
 - tst_qquickflickable
 - tst_qquickfocusscope
 - tst_qquickfontloader
 - tst_qquickfontloader_static
 - tst_qquickframebufferobject
 - tst_qquickfriction
 - ...
 
   |  
  ) | 3575-7182 | 
| 28 |         return;executed 3575 times by 76 tests:  return;Executed by:- tst_drawingmodes
 - tst_examples
 - tst_flickableinterop
 - tst_multipointtoucharea_interop
 - tst_qqmlcomponent
 - tst_qqmltypeloader
 - tst_qquickage
 - tst_qquickangleddirection
 - tst_qquickanimatedimage
 - tst_qquickanimatedsprite
 - tst_qquickanimationcontroller
 - tst_qquickanimations
 - tst_qquickborderimage
 - tst_qquickcumulativedirection
 - tst_qquickcustomaffector
 - tst_qquickcustomparticle
 - tst_qquickdraghandler
 - tst_qquickellipseextruder
 - tst_qquickflickable
 - tst_qquickfocusscope
 - tst_qquickfontloader
 - tst_qquickfontloader_static
 - tst_qquickframebufferobject
 - tst_qquickfriction
 - tst_qquickgravity
 - ...
 
    | 3575 | 
| 29 |     if (d->m_root_node| TRUE | evaluated 3591 times by 77 testsEvaluated by:- tst_drawingmodes
 - tst_examples
 - tst_flickableinterop
 - tst_multipointtoucharea_interop
 - tst_nodestest
 - tst_qqmlcomponent
 - tst_qqmltypeloader
 - tst_qquickage
 - tst_qquickangleddirection
 - tst_qquickanimatedimage
 - tst_qquickanimatedsprite
 - tst_qquickanimationcontroller
 - tst_qquickanimations
 - tst_qquickborderimage
 - tst_qquickcumulativedirection
 - tst_qquickcustomaffector
 - tst_qquickcustomparticle
 - tst_qquickdraghandler
 - tst_qquickellipseextruder
 - tst_qquickflickable
 - tst_qquickfocusscope
 - tst_qquickfontloader
 - tst_qquickfontloader_static
 - tst_qquickframebufferobject
 - tst_qquickfriction
 - ...
 
   |  | FALSE | evaluated 3591 times by 77 testsEvaluated by:- tst_drawingmodes
 - tst_examples
 - tst_flickableinterop
 - tst_multipointtoucharea_interop
 - tst_nodestest
 - tst_qqmlcomponent
 - tst_qqmltypeloader
 - tst_qquickage
 - tst_qquickangleddirection
 - tst_qquickanimatedimage
 - tst_qquickanimatedsprite
 - tst_qquickanimationcontroller
 - tst_qquickanimations
 - tst_qquickborderimage
 - tst_qquickcumulativedirection
 - tst_qquickcustomaffector
 - tst_qquickcustomparticle
 - tst_qquickdraghandler
 - tst_qquickellipseextruder
 - tst_qquickflickable
 - tst_qquickfocusscope
 - tst_qquickfontloader
 - tst_qquickfontloader_static
 - tst_qquickframebufferobject
 - tst_qquickfriction
 - ...
 
   |  
  ) { | 3591 | 
| 30 |         d->m_root_node->m_renderers.removeOne(this); | - | 
| 31 |         nodeChanged(d->m_root_node, QSGNode::DirtyNodeRemoved); | - | 
| 32 |     }executed 3591 times by 77 tests:  end of blockExecuted by:- tst_drawingmodes
 - tst_examples
 - tst_flickableinterop
 - tst_multipointtoucharea_interop
 - tst_nodestest
 - tst_qqmlcomponent
 - tst_qqmltypeloader
 - tst_qquickage
 - tst_qquickangleddirection
 - tst_qquickanimatedimage
 - tst_qquickanimatedsprite
 - tst_qquickanimationcontroller
 - tst_qquickanimations
 - tst_qquickborderimage
 - tst_qquickcumulativedirection
 - tst_qquickcustomaffector
 - tst_qquickcustomparticle
 - tst_qquickdraghandler
 - tst_qquickellipseextruder
 - tst_qquickflickable
 - tst_qquickfocusscope
 - tst_qquickfontloader
 - tst_qquickfontloader_static
 - tst_qquickframebufferobject
 - tst_qquickfriction
 - ...
 
    | 3591 | 
| 33 |     d->m_root_node = node; | - | 
| 34 |     if (d->m_root_node| TRUE | evaluated 3591 times by 77 testsEvaluated by:- tst_drawingmodes
 - tst_examples
 - tst_flickableinterop
 - tst_multipointtoucharea_interop
 - tst_nodestest
 - tst_qqmlcomponent
 - tst_qqmltypeloader
 - tst_qquickage
 - tst_qquickangleddirection
 - tst_qquickanimatedimage
 - tst_qquickanimatedsprite
 - tst_qquickanimationcontroller
 - tst_qquickanimations
 - tst_qquickborderimage
 - tst_qquickcumulativedirection
 - tst_qquickcustomaffector
 - tst_qquickcustomparticle
 - tst_qquickdraghandler
 - tst_qquickellipseextruder
 - tst_qquickflickable
 - tst_qquickfocusscope
 - tst_qquickfontloader
 - tst_qquickfontloader_static
 - tst_qquickframebufferobject
 - tst_qquickfriction
 - ...
 
   |  | FALSE | evaluated 3591 times by 77 testsEvaluated by:- tst_drawingmodes
 - tst_examples
 - tst_flickableinterop
 - tst_multipointtoucharea_interop
 - tst_nodestest
 - tst_qqmlcomponent
 - tst_qqmltypeloader
 - tst_qquickage
 - tst_qquickangleddirection
 - tst_qquickanimatedimage
 - tst_qquickanimatedsprite
 - tst_qquickanimationcontroller
 - tst_qquickanimations
 - tst_qquickborderimage
 - tst_qquickcumulativedirection
 - tst_qquickcustomaffector
 - tst_qquickcustomparticle
 - tst_qquickdraghandler
 - tst_qquickellipseextruder
 - tst_qquickflickable
 - tst_qquickfocusscope
 - tst_qquickfontloader
 - tst_qquickfontloader_static
 - tst_qquickframebufferobject
 - tst_qquickfriction
 - ...
 
   |  
  ) { | 3591 | 
| 35 |         ((!d->m_root_node->m_renderers.contains(this)) ? static_cast<void>(0) : qt_assert("!d->m_root_node->m_renderers.contains(this)", __FILE__, 141)); | - | 
| 36 |         d->m_root_node->m_renderers << this; | - | 
| 37 |         nodeChanged(d->m_root_node, QSGNode::DirtyNodeAdded); | - | 
| 38 |     }executed 3591 times by 77 tests:  end of blockExecuted by:- tst_drawingmodes
 - tst_examples
 - tst_flickableinterop
 - tst_multipointtoucharea_interop
 - tst_nodestest
 - tst_qqmlcomponent
 - tst_qqmltypeloader
 - tst_qquickage
 - tst_qquickangleddirection
 - tst_qquickanimatedimage
 - tst_qquickanimatedsprite
 - tst_qquickanimationcontroller
 - tst_qquickanimations
 - tst_qquickborderimage
 - tst_qquickcumulativedirection
 - tst_qquickcustomaffector
 - tst_qquickcustomparticle
 - tst_qquickdraghandler
 - tst_qquickellipseextruder
 - tst_qquickflickable
 - tst_qquickfocusscope
 - tst_qquickfontloader
 - tst_qquickfontloader_static
 - tst_qquickframebufferobject
 - tst_qquickfriction
 - ...
 
    | 3591 | 
| 39 | }executed 7182 times by 77 tests:  end of blockExecuted by:- tst_drawingmodes
 - tst_examples
 - tst_flickableinterop
 - tst_multipointtoucharea_interop
 - tst_nodestest
 - tst_qqmlcomponent
 - tst_qqmltypeloader
 - tst_qquickage
 - tst_qquickangleddirection
 - tst_qquickanimatedimage
 - tst_qquickanimatedsprite
 - tst_qquickanimationcontroller
 - tst_qquickanimations
 - tst_qquickborderimage
 - tst_qquickcumulativedirection
 - tst_qquickcustomaffector
 - tst_qquickcustomparticle
 - tst_qquickdraghandler
 - tst_qquickellipseextruder
 - tst_qquickflickable
 - tst_qquickfocusscope
 - tst_qquickfontloader
 - tst_qquickfontloader_static
 - tst_qquickframebufferobject
 - tst_qquickfriction
 - ...
 
    | 7182 | 
| 40 |  | - | 
| 41 |  | - | 
| 42 |  | - | 
| 43 |  | - | 
| 44 |  | - | 
| 45 |  | - | 
| 46 | QSGRootNode *QSGAbstractRenderer::rootNode() const | - | 
| 47 | { | - | 
| 48 |     const QSGAbstractRendererPrivate * const d = d_func(); | - | 
| 49 |     returnexecuted 510661 times by 77 tests:  return d->m_root_node;Executed by:- tst_drawingmodes
 - tst_examples
 - tst_flickableinterop
 - tst_multipointtoucharea_interop
 - tst_nodestest
 - tst_qqmlcomponent
 - tst_qqmltypeloader
 - tst_qquickage
 - tst_qquickangleddirection
 - tst_qquickanimatedimage
 - tst_qquickanimatedsprite
 - tst_qquickanimationcontroller
 - tst_qquickanimations
 - tst_qquickborderimage
 - tst_qquickcumulativedirection
 - tst_qquickcustomaffector
 - tst_qquickcustomparticle
 - tst_qquickdraghandler
 - tst_qquickellipseextruder
 - tst_qquickflickable
 - tst_qquickfocusscope
 - tst_qquickfontloader
 - tst_qquickfontloader_static
 - tst_qquickframebufferobject
 - tst_qquickfriction
 - ...
 
    d->m_root_node;executed 510661 times by 77 tests:  return d->m_root_node;Executed by:- tst_drawingmodes
 - tst_examples
 - tst_flickableinterop
 - tst_multipointtoucharea_interop
 - tst_nodestest
 - tst_qqmlcomponent
 - tst_qqmltypeloader
 - tst_qquickage
 - tst_qquickangleddirection
 - tst_qquickanimatedimage
 - tst_qquickanimatedsprite
 - tst_qquickanimationcontroller
 - tst_qquickanimations
 - tst_qquickborderimage
 - tst_qquickcumulativedirection
 - tst_qquickcustomaffector
 - tst_qquickcustomparticle
 - tst_qquickdraghandler
 - tst_qquickellipseextruder
 - tst_qquickflickable
 - tst_qquickfocusscope
 - tst_qquickfontloader
 - tst_qquickfontloader_static
 - tst_qquickframebufferobject
 - tst_qquickfriction
 - ...
 
    | 510661 | 
| 50 | } | - | 
| 51 | void QSGAbstractRenderer::setDeviceRect(const QRect &rect) | - | 
| 52 | { | - | 
| 53 |     QSGAbstractRendererPrivate * const d = d_func(); | - | 
| 54 |     d->m_device_rect = rect; | - | 
| 55 | }executed 50708 times by 76 tests:  end of blockExecuted by:- tst_drawingmodes
 - tst_examples
 - tst_flickableinterop
 - tst_multipointtoucharea_interop
 - tst_qqmlcomponent
 - tst_qqmltypeloader
 - tst_qquickage
 - tst_qquickangleddirection
 - tst_qquickanimatedimage
 - tst_qquickanimatedsprite
 - tst_qquickanimationcontroller
 - tst_qquickanimations
 - tst_qquickborderimage
 - tst_qquickcumulativedirection
 - tst_qquickcustomaffector
 - tst_qquickcustomparticle
 - tst_qquickdraghandler
 - tst_qquickellipseextruder
 - tst_qquickflickable
 - tst_qquickfocusscope
 - tst_qquickfontloader
 - tst_qquickfontloader_static
 - tst_qquickframebufferobject
 - tst_qquickfriction
 - tst_qquickgravity
 - ...
 
    | 50708 | 
| 56 |  | - | 
| 57 |  | - | 
| 58 |  | - | 
| 59 |  | - | 
| 60 |  | - | 
| 61 |  | - | 
| 62 | QRect QSGAbstractRenderer::deviceRect() const | - | 
| 63 | { | - | 
| 64 |     const QSGAbstractRendererPrivate * const d = d_func(); | - | 
| 65 |     returnexecuted 51678 times by 75 tests:  return d->m_device_rect;Executed by:- tst_drawingmodes
 - tst_examples
 - tst_flickableinterop
 - tst_multipointtoucharea_interop
 - tst_qqmlcomponent
 - tst_qqmltypeloader
 - tst_qquickage
 - tst_qquickangleddirection
 - tst_qquickanimatedimage
 - tst_qquickanimatedsprite
 - tst_qquickanimationcontroller
 - tst_qquickanimations
 - tst_qquickborderimage
 - tst_qquickcumulativedirection
 - tst_qquickcustomaffector
 - tst_qquickcustomparticle
 - tst_qquickdraghandler
 - tst_qquickellipseextruder
 - tst_qquickflickable
 - tst_qquickfocusscope
 - tst_qquickfontloader
 - tst_qquickfontloader_static
 - tst_qquickframebufferobject
 - tst_qquickfriction
 - tst_qquickgravity
 - ...
 
    d->m_device_rect;executed 51678 times by 75 tests:  return d->m_device_rect;Executed by:- tst_drawingmodes
 - tst_examples
 - tst_flickableinterop
 - tst_multipointtoucharea_interop
 - tst_qqmlcomponent
 - tst_qqmltypeloader
 - tst_qquickage
 - tst_qquickangleddirection
 - tst_qquickanimatedimage
 - tst_qquickanimatedsprite
 - tst_qquickanimationcontroller
 - tst_qquickanimations
 - tst_qquickborderimage
 - tst_qquickcumulativedirection
 - tst_qquickcustomaffector
 - tst_qquickcustomparticle
 - tst_qquickdraghandler
 - tst_qquickellipseextruder
 - tst_qquickflickable
 - tst_qquickfocusscope
 - tst_qquickfontloader
 - tst_qquickfontloader_static
 - tst_qquickframebufferobject
 - tst_qquickfriction
 - tst_qquickgravity
 - ...
 
    | 51678 | 
| 66 | } | - | 
| 67 | void QSGAbstractRenderer::setViewportRect(const QRect &rect) | - | 
| 68 | { | - | 
| 69 |     QSGAbstractRendererPrivate * const d = d_func(); | - | 
| 70 |     d->m_viewport_rect = rect; | - | 
| 71 | }executed 50708 times by 76 tests:  end of blockExecuted by:- tst_drawingmodes
 - tst_examples
 - tst_flickableinterop
 - tst_multipointtoucharea_interop
 - tst_qqmlcomponent
 - tst_qqmltypeloader
 - tst_qquickage
 - tst_qquickangleddirection
 - tst_qquickanimatedimage
 - tst_qquickanimatedsprite
 - tst_qquickanimationcontroller
 - tst_qquickanimations
 - tst_qquickborderimage
 - tst_qquickcumulativedirection
 - tst_qquickcustomaffector
 - tst_qquickcustomparticle
 - tst_qquickdraghandler
 - tst_qquickellipseextruder
 - tst_qquickflickable
 - tst_qquickfocusscope
 - tst_qquickfontloader
 - tst_qquickfontloader_static
 - tst_qquickframebufferobject
 - tst_qquickfriction
 - tst_qquickgravity
 - ...
 
    | 50708 | 
| 72 |  | - | 
| 73 |  | - | 
| 74 |  | - | 
| 75 |  | - | 
| 76 |  | - | 
| 77 |  | - | 
| 78 | QRect QSGAbstractRenderer::viewportRect() const | - | 
| 79 | { | - | 
| 80 |     const QSGAbstractRendererPrivate * const d = d_func(); | - | 
| 81 |     returnexecuted 86434 times by 75 tests:  return d->m_viewport_rect;Executed by:- tst_drawingmodes
 - tst_examples
 - tst_flickableinterop
 - tst_multipointtoucharea_interop
 - tst_qqmlcomponent
 - tst_qqmltypeloader
 - tst_qquickage
 - tst_qquickangleddirection
 - tst_qquickanimatedimage
 - tst_qquickanimatedsprite
 - tst_qquickanimationcontroller
 - tst_qquickanimations
 - tst_qquickborderimage
 - tst_qquickcumulativedirection
 - tst_qquickcustomaffector
 - tst_qquickcustomparticle
 - tst_qquickdraghandler
 - tst_qquickellipseextruder
 - tst_qquickflickable
 - tst_qquickfocusscope
 - tst_qquickfontloader
 - tst_qquickfontloader_static
 - tst_qquickframebufferobject
 - tst_qquickfriction
 - tst_qquickgravity
 - ...
 
    d->m_viewport_rect;executed 86434 times by 75 tests:  return d->m_viewport_rect;Executed by:- tst_drawingmodes
 - tst_examples
 - tst_flickableinterop
 - tst_multipointtoucharea_interop
 - tst_qqmlcomponent
 - tst_qqmltypeloader
 - tst_qquickage
 - tst_qquickangleddirection
 - tst_qquickanimatedimage
 - tst_qquickanimatedsprite
 - tst_qquickanimationcontroller
 - tst_qquickanimations
 - tst_qquickborderimage
 - tst_qquickcumulativedirection
 - tst_qquickcustomaffector
 - tst_qquickcustomparticle
 - tst_qquickdraghandler
 - tst_qquickellipseextruder
 - tst_qquickflickable
 - tst_qquickfocusscope
 - tst_qquickfontloader
 - tst_qquickfontloader_static
 - tst_qquickframebufferobject
 - tst_qquickfriction
 - tst_qquickgravity
 - ...
 
    | 86434 | 
| 82 | } | - | 
| 83 |  | - | 
| 84 |  | - | 
| 85 |  | - | 
| 86 |  | - | 
| 87 |  | - | 
| 88 |  | - | 
| 89 |  | - | 
| 90 | void QSGAbstractRenderer::setProjectionMatrixToRect(const QRectF &rect) | - | 
| 91 | { | - | 
| 92 |     QMatrix4x4 matrix; | - | 
| 93 |     matrix.ortho(rect.x(), | - | 
| 94 |                  rect.x() + rect.width(), | - | 
| 95 |                  rect.y() + rect.height(), | - | 
| 96 |                  rect.y(), | - | 
| 97 |                  1, | - | 
| 98 |                  -1); | - | 
| 99 |     setProjectionMatrix(matrix); | - | 
| 100 | }executed 50708 times by 76 tests:  end of blockExecuted by:- tst_drawingmodes
 - tst_examples
 - tst_flickableinterop
 - tst_multipointtoucharea_interop
 - tst_qqmlcomponent
 - tst_qqmltypeloader
 - tst_qquickage
 - tst_qquickangleddirection
 - tst_qquickanimatedimage
 - tst_qquickanimatedsprite
 - tst_qquickanimationcontroller
 - tst_qquickanimations
 - tst_qquickborderimage
 - tst_qquickcumulativedirection
 - tst_qquickcustomaffector
 - tst_qquickcustomparticle
 - tst_qquickdraghandler
 - tst_qquickellipseextruder
 - tst_qquickflickable
 - tst_qquickfocusscope
 - tst_qquickfontloader
 - tst_qquickfontloader_static
 - tst_qquickframebufferobject
 - tst_qquickfriction
 - tst_qquickgravity
 - ...
 
    | 50708 | 
| 101 |  | - | 
| 102 |  | - | 
| 103 |  | - | 
| 104 |  | - | 
| 105 |  | - | 
| 106 |  | - | 
| 107 | void QSGAbstractRenderer::setProjectionMatrix(const QMatrix4x4 &matrix) | - | 
| 108 | { | - | 
| 109 |     QSGAbstractRendererPrivate * const d = d_func(); | - | 
| 110 |     d->m_projection_matrix = matrix; | - | 
| 111 | }executed 50708 times by 76 tests:  end of blockExecuted by:- tst_drawingmodes
 - tst_examples
 - tst_flickableinterop
 - tst_multipointtoucharea_interop
 - tst_qqmlcomponent
 - tst_qqmltypeloader
 - tst_qquickage
 - tst_qquickangleddirection
 - tst_qquickanimatedimage
 - tst_qquickanimatedsprite
 - tst_qquickanimationcontroller
 - tst_qquickanimations
 - tst_qquickborderimage
 - tst_qquickcumulativedirection
 - tst_qquickcustomaffector
 - tst_qquickcustomparticle
 - tst_qquickdraghandler
 - tst_qquickellipseextruder
 - tst_qquickflickable
 - tst_qquickfocusscope
 - tst_qquickfontloader
 - tst_qquickfontloader_static
 - tst_qquickframebufferobject
 - tst_qquickfriction
 - tst_qquickgravity
 - ...
 
    | 50708 | 
| 112 |  | - | 
| 113 |  | - | 
| 114 |  | - | 
| 115 |  | - | 
| 116 |  | - | 
| 117 |  | - | 
| 118 | QMatrix4x4 QSGAbstractRenderer::projectionMatrix() const | - | 
| 119 | { | - | 
| 120 |     const QSGAbstractRendererPrivate * const d = d_func(); | - | 
| 121 |     returnexecuted 120693 times by 70 tests:  return d->m_projection_matrix;Executed by:- tst_drawingmodes
 - tst_examples
 - tst_flickableinterop
 - tst_multipointtoucharea_interop
 - tst_qqmltypeloader
 - tst_qquickage
 - tst_qquickangleddirection
 - tst_qquickanimatedimage
 - tst_qquickanimatedsprite
 - tst_qquickanimationcontroller
 - tst_qquickborderimage
 - tst_qquickcumulativedirection
 - tst_qquickcustomaffector
 - tst_qquickcustomparticle
 - tst_qquickdraghandler
 - tst_qquickellipseextruder
 - tst_qquickflickable
 - tst_qquickfocusscope
 - tst_qquickfontloader
 - tst_qquickfontloader_static
 - tst_qquickframebufferobject
 - tst_qquickfriction
 - tst_qquickgravity
 - tst_qquickgridview
 - tst_qquickgroupgoal
 - ...
 
    d->m_projection_matrix;executed 120693 times by 70 tests:  return d->m_projection_matrix;Executed by:- tst_drawingmodes
 - tst_examples
 - tst_flickableinterop
 - tst_multipointtoucharea_interop
 - tst_qqmltypeloader
 - tst_qquickage
 - tst_qquickangleddirection
 - tst_qquickanimatedimage
 - tst_qquickanimatedsprite
 - tst_qquickanimationcontroller
 - tst_qquickborderimage
 - tst_qquickcumulativedirection
 - tst_qquickcustomaffector
 - tst_qquickcustomparticle
 - tst_qquickdraghandler
 - tst_qquickellipseextruder
 - tst_qquickflickable
 - tst_qquickfocusscope
 - tst_qquickfontloader
 - tst_qquickfontloader_static
 - tst_qquickframebufferobject
 - tst_qquickfriction
 - tst_qquickgravity
 - tst_qquickgridview
 - tst_qquickgroupgoal
 - ...
 
    | 120693 | 
| 122 | } | - | 
| 123 |  | - | 
| 124 |  | - | 
| 125 |  | - | 
| 126 |  | - | 
| 127 |  | - | 
| 128 |  | - | 
| 129 |  | - | 
| 130 | void QSGAbstractRenderer::setClearColor(const QColor &color) | - | 
| 131 | { | - | 
| 132 |     QSGAbstractRendererPrivate * const d = d_func(); | - | 
| 133 |     d->m_clear_color = color; | - | 
| 134 | }executed 50704 times by 76 tests:  end of blockExecuted by:- tst_drawingmodes
 - tst_examples
 - tst_flickableinterop
 - tst_multipointtoucharea_interop
 - tst_qqmlcomponent
 - tst_qqmltypeloader
 - tst_qquickage
 - tst_qquickangleddirection
 - tst_qquickanimatedimage
 - tst_qquickanimatedsprite
 - tst_qquickanimationcontroller
 - tst_qquickanimations
 - tst_qquickborderimage
 - tst_qquickcumulativedirection
 - tst_qquickcustomaffector
 - tst_qquickcustomparticle
 - tst_qquickdraghandler
 - tst_qquickellipseextruder
 - tst_qquickflickable
 - tst_qquickfocusscope
 - tst_qquickfontloader
 - tst_qquickfontloader_static
 - tst_qquickframebufferobject
 - tst_qquickfriction
 - tst_qquickgravity
 - ...
 
    | 50704 | 
| 135 |  | - | 
| 136 |  | - | 
| 137 |  | - | 
| 138 |  | - | 
| 139 |  | - | 
| 140 |  | - | 
| 141 |  | - | 
| 142 | QColor QSGAbstractRenderer::clearColor() const | - | 
| 143 | { | - | 
| 144 |     const QSGAbstractRendererPrivate * const d = d_func(); | - | 
| 145 |     returnexecuted 202760 times by 76 tests:  return d->m_clear_color;Executed by:- tst_drawingmodes
 - tst_examples
 - tst_flickableinterop
 - tst_multipointtoucharea_interop
 - tst_qqmlcomponent
 - tst_qqmltypeloader
 - tst_qquickage
 - tst_qquickangleddirection
 - tst_qquickanimatedimage
 - tst_qquickanimatedsprite
 - tst_qquickanimationcontroller
 - tst_qquickanimations
 - tst_qquickborderimage
 - tst_qquickcumulativedirection
 - tst_qquickcustomaffector
 - tst_qquickcustomparticle
 - tst_qquickdraghandler
 - tst_qquickellipseextruder
 - tst_qquickflickable
 - tst_qquickfocusscope
 - tst_qquickfontloader
 - tst_qquickfontloader_static
 - tst_qquickframebufferobject
 - tst_qquickfriction
 - tst_qquickgravity
 - ...
 
    d->m_clear_color;executed 202760 times by 76 tests:  return d->m_clear_color;Executed by:- tst_drawingmodes
 - tst_examples
 - tst_flickableinterop
 - tst_multipointtoucharea_interop
 - tst_qqmlcomponent
 - tst_qqmltypeloader
 - tst_qquickage
 - tst_qquickangleddirection
 - tst_qquickanimatedimage
 - tst_qquickanimatedsprite
 - tst_qquickanimationcontroller
 - tst_qquickanimations
 - tst_qquickborderimage
 - tst_qquickcumulativedirection
 - tst_qquickcustomaffector
 - tst_qquickcustomparticle
 - tst_qquickdraghandler
 - tst_qquickellipseextruder
 - tst_qquickflickable
 - tst_qquickfocusscope
 - tst_qquickfontloader
 - tst_qquickfontloader_static
 - tst_qquickframebufferobject
 - tst_qquickfriction
 - tst_qquickgravity
 - ...
 
    | 202760 | 
| 146 | } | - | 
| 147 |  | - | 
| 148 |  | - | 
| 149 |  | - | 
| 150 |  | - | 
| 151 |  | - | 
| 152 |  | - | 
| 153 |  | - | 
| 154 | void QSGAbstractRenderer::setClearMode(ClearMode mode) | - | 
| 155 | { | - | 
| 156 |     QSGAbstractRendererPrivate * const d = d_func(); | - | 
| 157 |     d->m_clear_mode = mode; | - | 
| 158 | }executed 50619 times by 76 tests:  end of blockExecuted by:- tst_drawingmodes
 - tst_examples
 - tst_flickableinterop
 - tst_multipointtoucharea_interop
 - tst_qqmlcomponent
 - tst_qqmltypeloader
 - tst_qquickage
 - tst_qquickangleddirection
 - tst_qquickanimatedimage
 - tst_qquickanimatedsprite
 - tst_qquickanimationcontroller
 - tst_qquickanimations
 - tst_qquickborderimage
 - tst_qquickcumulativedirection
 - tst_qquickcustomaffector
 - tst_qquickcustomparticle
 - tst_qquickdraghandler
 - tst_qquickellipseextruder
 - tst_qquickflickable
 - tst_qquickfocusscope
 - tst_qquickfontloader
 - tst_qquickfontloader_static
 - tst_qquickframebufferobject
 - tst_qquickfriction
 - tst_qquickgravity
 - ...
 
    | 50619 | 
| 159 |  | - | 
| 160 |  | - | 
| 161 |  | - | 
| 162 |  | - | 
| 163 |  | - | 
| 164 |  | - | 
| 165 |  | - | 
| 166 | QSGAbstractRenderer::ClearMode QSGAbstractRenderer::clearMode() const | - | 
| 167 | { | - | 
| 168 |     const QSGAbstractRendererPrivate * const d = d_func(); | - | 
| 169 |     returnexecuted 50684 times by 75 tests:  return d->m_clear_mode;Executed by:- tst_drawingmodes
 - tst_examples
 - tst_flickableinterop
 - tst_multipointtoucharea_interop
 - tst_qqmlcomponent
 - tst_qqmltypeloader
 - tst_qquickage
 - tst_qquickangleddirection
 - tst_qquickanimatedimage
 - tst_qquickanimatedsprite
 - tst_qquickanimationcontroller
 - tst_qquickanimations
 - tst_qquickborderimage
 - tst_qquickcumulativedirection
 - tst_qquickcustomaffector
 - tst_qquickcustomparticle
 - tst_qquickdraghandler
 - tst_qquickellipseextruder
 - tst_qquickflickable
 - tst_qquickfocusscope
 - tst_qquickfontloader
 - tst_qquickfontloader_static
 - tst_qquickframebufferobject
 - tst_qquickfriction
 - tst_qquickgravity
 - ...
 
    d->m_clear_mode;executed 50684 times by 75 tests:  return d->m_clear_mode;Executed by:- tst_drawingmodes
 - tst_examples
 - tst_flickableinterop
 - tst_multipointtoucharea_interop
 - tst_qqmlcomponent
 - tst_qqmltypeloader
 - tst_qquickage
 - tst_qquickangleddirection
 - tst_qquickanimatedimage
 - tst_qquickanimatedsprite
 - tst_qquickanimationcontroller
 - tst_qquickanimations
 - tst_qquickborderimage
 - tst_qquickcumulativedirection
 - tst_qquickcustomaffector
 - tst_qquickcustomparticle
 - tst_qquickdraghandler
 - tst_qquickellipseextruder
 - tst_qquickflickable
 - tst_qquickfocusscope
 - tst_qquickfontloader
 - tst_qquickfontloader_static
 - tst_qquickframebufferobject
 - tst_qquickfriction
 - tst_qquickgravity
 - ...
 
    | 50684 | 
| 170 | } | - | 
| 171 |  | - | 
| 172 |  | - | 
| 173 |  | - | 
| 174 |  | - | 
| 175 |  | - | 
| 176 |  | - | 
| 177 |  | - | 
| 178 |  | - | 
 |  |  |