Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
setupName: | QCosmeticStroker::setup | Prototype: | void QCosmeticStroker::setup() | Coverage: | 0.000% (0/44) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp | Lines: | 233-309 |
| | 52 | 10 |
renderCubicSubdivisionName: | QCosmeticStroker::renderCubicSubdivision | Prototype: | void QCosmeticStroker::renderCubicSubdivision(QCosmeticStroker::PointF *points, int level, int caps) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp | Lines: | 685-704 |
| | 12 | 3 |
renderCubicName: | QCosmeticStroker::renderCubic | Prototype: | void QCosmeticStroker::renderCubic(const QPointF &p1, const QPointF &p2, const QPointF &p3, const QPointF &p4, int caps) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp | Lines: | 638-657 |
| | 13 | 1 |
drawPointsName: | QCosmeticStroker::drawPoints | Prototype: | void QCosmeticStroker::drawPoints(const QPoint *points, int num) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp | Lines: | 385-396 |
| | 7 | 2 |
drawPointsName: | QCosmeticStroker::drawPoints | Prototype: | void QCosmeticStroker::drawPoints(const QPointF *points, int num) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp | Lines: | 398-409 |
| | 7 | 2 |
drawPathName: | QCosmeticStroker::drawPath | Prototype: | void QCosmeticStroker::drawPath(const QVectorPath &path) | Coverage: | 0.000% (0/82) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp | Lines: | 520-636 |
| | 73 | 17 |
drawLineName: | QCosmeticStroker::drawLine | Prototype: | void QCosmeticStroker::drawLine(const QPointF &p1, const QPointF &p2) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp | Lines: | 366-383 |
| | 10 | 2 |
clipLineName: | QCosmeticStroker::clipLine | Prototype: | bool QCosmeticStroker::clipLine(qreal &x1, qreal &y1, qreal &x2, qreal &y2) | Coverage: | 0.000% (0/38) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp | Lines: | 312-363 |
| | 39 | 14 |
calculateLastPointName: | QCosmeticStroker::calculateLastPoint | Prototype: | void QCosmeticStroker::calculateLastPoint(qreal rx1, qreal ry1, qreal rx2, qreal ry2) | Coverage: | 0.000% (0/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp | Lines: | 411-498 |
| | 54 | 10 |