| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QGraphicsObject| Name: | QGraphicsObject::QGraphicsObject | | Prototype: | QGraphicsObject::QGraphicsObject(QGraphicsItem *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 7751-7755 |
| | 1 | 1 |
QGraphicsObject| Name: | QGraphicsObject::QGraphicsObject | | Prototype: | QGraphicsObject::QGraphicsObject(QGraphicsItemPrivate &dd, QGraphicsItem *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 7760-7764 |
| | 1 | 1 |
event| Name: | QGraphicsObject::event | | Prototype: | bool QGraphicsObject::event(QEvent *ev) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 7776-7786 |
| | 6 | 3 |
grabGesture| Name: | QGraphicsObject::grabGesture | | Prototype: | void QGraphicsObject::grabGesture(Qt::GestureType gesture, Qt::GestureFlags flags) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 7794-7800 |
| | 4 | 2 |
ungrabGesture| Name: | QGraphicsObject::ungrabGesture | | Prototype: | void QGraphicsObject::ungrabGesture(Qt::GestureType gesture) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 7807-7811 |
| | 2 | 2 |
updateMicroFocus| Name: | QGraphicsObject::updateMicroFocus | | Prototype: | void QGraphicsObject::updateMicroFocus() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 7821-7824 |
| | 1 | 1 |