Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
mapByName: | QBezier::mapBy | Prototype: | QBezier QBezier::mapBy(const QTransform &transform) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbezier.cpp | Lines: | 94-97 |
| | 1 | 1 |
lengthName: | QBezier::length | Prototype: | qreal QBezier::length(qreal error) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbezier.cpp | Lines: | 473-480 |
| | 3 | 1 |
toPolygonName: | QBezier::toPolygon | Prototype: | QPolygonF QBezier::toPolygon(qreal bezier_flattening_threshold) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbezier.cpp | Lines: | 75-92 |
| | 4 | 1 |
bezierOnIntervalName: | QBezier::bezierOnInterval | Prototype: | QBezier QBezier::bezierOnInterval(qreal t0, qreal t1) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbezier.cpp | Lines: | 631-644 |
| | 8 | 2 |
getSubRangeName: | QBezier::getSubRange | Prototype: | QBezier QBezier::getSubRange(qreal t0, qreal t1) const | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbezier.cpp | Lines: | 99-117 |
| | 9 | 3 |
fromPointsName: | QBezier::fromPoints | Prototype: | QBezier QBezier::fromPoints(const QPointF &p1, const QPointF &p2, const QPointF &p3, const QPointF &p4) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbezier.cpp | Lines: | 57-70 |
| | 10 | 1 |
addIfCloseName: | QBezier::addIfClose | Prototype: | void QBezier::addIfClose(qreal *length, qreal error) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbezier.cpp | Lines: | 482-505 |
| | 14 | 2 |
tAtLengthName: | QBezier::tAtLength | Prototype: | qreal QBezier::tAtLength(qreal l) const | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbezier.cpp | Lines: | 598-629 |
| | 18 | 5 |
addToPolygonName: | QBezier::addToPolygon | Prototype: | void QBezier::addToPolygon(QPolygonF *polygon, qreal bezier_flattening_threshold) const | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbezier.cpp | Lines: | 119-155 |
| | 25 | 4 |
addToPolygonName: | QBezier::addToPolygon | Prototype: | void QBezier::addToPolygon(QDataBuffer<QPointF> &polygon, qreal bezier_flattening_threshold) const | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbezier.cpp | Lines: | 157-193 |
| | 25 | 4 |
tForYName: | QBezier::tForY | Prototype: | qreal QBezier::tForY(qreal t0, qreal t1, qreal y) const | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbezier.cpp | Lines: | 507-547 |
| | 26 | 6 |
stationaryYPointsName: | QBezier::stationaryYPoints | Prototype: | int QBezier::stationaryYPoints(qreal &t0, qreal &t1) const | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbezier.cpp | Lines: | 549-596 |
| | 28 | 8 |
boundsName: | QBezier::bounds | Prototype: | QRectF QBezier::bounds() const | Coverage: | 0.000% (0/37) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbezier.cpp | Lines: | 195-227 |
| | 29 | 13 |
shiftedName: | QBezier::shifted | Prototype: | int QBezier::shifted(QBezier *curveSegments, int maxSegments, qreal offset, float threshold) const | Coverage: | 0.000% (0/49) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbezier.cpp | Lines: | 405-460 |
| | 37 | 13 |