| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
contains| Name: | QGraphicsPathItem::contains | | Prototype: | bool QGraphicsPathItem::contains(const QPointF &point) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 8417-8420 |
| | 1 | 1 |
isObscuredBy| Name: | QGraphicsPathItem::isObscuredBy | | Prototype: | bool QGraphicsPathItem::isObscuredBy(const QGraphicsItem *item) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 8441-8444 |
| | 1 | 1 |
opaqueArea| Name: | QGraphicsPathItem::opaqueArea | | Prototype: | QPainterPath QGraphicsPathItem::opaqueArea() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 8449-8452 |
| | 1 | 1 |
type| Name: | QGraphicsPathItem::type | | Prototype: | int QGraphicsPathItem::type() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 8457-8460 |
| | 1 | 1 |
QGraphicsPathItem| Name: | QGraphicsPathItem::QGraphicsPathItem | | Prototype: | QGraphicsPathItem::QGraphicsPathItem(const QPainterPath &path, QGraphicsItem *parent) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 8334-8340 |
| | 2 | 2 |
QGraphicsPathItem| Name: | QGraphicsPathItem::QGraphicsPathItem | | Prototype: | QGraphicsPathItem::QGraphicsPathItem(QGraphicsItem *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 8348-8351 |
| | 2 | 1 |
extension| Name: | QGraphicsPathItem::extension | | Prototype: | QVariant QGraphicsPathItem::extension(const QVariant &variant) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 8483-8487 |
| | 2 | 1 |
path| Name: | QGraphicsPathItem::path | | Prototype: | QPainterPath QGraphicsPathItem::path() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 8366-8370 |
| | 2 | 1 |
setExtension| Name: | QGraphicsPathItem::setExtension | | Prototype: | void QGraphicsPathItem::setExtension(Extension extension, const QVariant &variant) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 8474-8478 |
| | 2 | 1 |
shape| Name: | QGraphicsPathItem::shape | | Prototype: | QPainterPath QGraphicsPathItem::shape() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 8408-8412 |
| | 2 | 1 |
supportsExtension| Name: | QGraphicsPathItem::supportsExtension | | Prototype: | bool QGraphicsPathItem::supportsExtension(Extension extension) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 8465-8469 |
| | 2 | 1 |
boundingRect| Name: | QGraphicsPathItem::boundingRect | | Prototype: | QRectF QGraphicsPathItem::boundingRect() const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 8391-8403 |
| | 7 | 3 |
paint| Name: | QGraphicsPathItem::paint | | Prototype: | void QGraphicsPathItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 8425-8436 |
| | 7 | 2 |
setPath| Name: | QGraphicsPathItem::setPath | | Prototype: | void QGraphicsPathItem::setPath(const QPainterPath &path) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 8377-8386 |
| | 7 | 2 |