| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QStrokerOps| Name: | 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 |
begin| Name: | 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 |
end| Name: | 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 |
strokeEllipse| Name: | 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 |
strokePath| Name: | 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 |
strokePolygon| Name: | 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 |