Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QStrokerOpsName: | QStrokerOps::QStrokerOps | Prototype: | QStrokerOps::QStrokerOps() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 187-196 |
| | 2 | 1 |
beginName: | QStrokerOps::begin | Prototype: | void QStrokerOps::begin(void *customData) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 210-214 |
| | 2 | 1 |
endName: | QStrokerOps::end | Prototype: | void QStrokerOps::end() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 221-226 |
| | 3 | 2 |
strokeEllipseName: | QStrokerOps::strokeEllipse | Prototype: | void QStrokerOps::strokeEllipse(const QRectF &rect, void *data, const QTransform &matrix) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 343-366 |
| | 16 | 4 |
strokePolygonName: | QStrokerOps::strokePolygon | Prototype: | void QStrokerOps::strokePolygon(const QPointF *points, int pointCount, bool implicit_close, void *data, const QTransform &matrix) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 310-336 |
| | 19 | 7 |
strokePathName: | QStrokerOps::strokePath | Prototype: | void QStrokerOps::strokePath(const QPainterPath &path, void *customData, const QTransform &matrix) | Coverage: | 0.000% (0/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 239-296 |
| | 36 | 13 |