Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QGraphicsSceneIndexPrivateName: | QGraphicsSceneIndexPrivate::QGraphicsSceneIndexPrivate | Prototype: | QGraphicsSceneIndexPrivate::QGraphicsSceneIndexPrivate(QGraphicsScene *scene) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneindex.cpp | Lines: | 210-212 |
| | 2 | 1 |
initName: | QGraphicsSceneIndexPrivate::init | Prototype: | void QGraphicsSceneIndexPrivate::init() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneindex.cpp | Lines: | 337-344 |
| | 4 | 2 |
itemCollidesWithPathName: | QGraphicsSceneIndexPrivate::itemCollidesWithPath | Prototype: | bool QGraphicsSceneIndexPrivate::itemCollidesWithPath(const QGraphicsItem *item, const QPainterPath &path, Qt::ItemSelectionMode mode) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneindex.cpp | Lines: | 227-248 |
| | 14 | 5 |
recursive_items_helperName: | QGraphicsSceneIndexPrivate::recursive_items_helper | Prototype: | void QGraphicsSceneIndexPrivate::recursive_items_helper(QGraphicsItem *item, QRectF exposeRect, QGraphicsSceneIndexIntersector intersect, QList<QGraphicsItem *> *items, const QTransform &viewTransform, Qt::ItemSelectionMode mode, qreal parentOpacity, const void *intersectData) const | Coverage: | 0.000% (0/76) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneindex.cpp | Lines: | 254-335 |
| | 52 | 18 |