Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QPainterPathName: | QPainterPath::QPainterPath | Prototype: | QPainterPath::QPainterPath() noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 530-533 |
| | 2 | 1 |
QPainterPathName: | QPainterPath::QPainterPath | Prototype: | QPainterPath::QPainterPath(const QPainterPath &other) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 542-547 |
| | 2 | 2 |
QPainterPathName: | QPainterPath::QPainterPath | Prototype: | QPainterPath::QPainterPath(const QPointF &startPoint) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 554-559 |
| | 2 | 1 |
addEllipseName: | QPainterPath::addEllipse | Prototype: | void QPainterPath::addEllipse(const QRectF &boundingRect) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 1102-1134 |
| | 21 | 3 |
addPathName: | QPainterPath::addPath | Prototype: | void QPainterPath::addPath(const QPainterPath &other) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 1223-1242 |
| | 11 | 3 |
addPolygonName: | QPainterPath::addPolygon | Prototype: | void QPainterPath::addPolygon(const QPolygonF &polygon) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 1066-1081 |
| | 9 | 3 |
addRectName: | QPainterPath::addRect | Prototype: | void QPainterPath::addRect(const QRectF &r) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 1019-1047 |
| | 17 | 3 |
addRegionName: | QPainterPath::addRegion | Prototype: | void QPainterPath::addRegion(const QRegion ®ion) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 1292-1301 |
| | 6 | 2 |
addRoundRectName: | QPainterPath::addRoundRect | Prototype: | void QPainterPath::addRoundRect(const QRectF &r, int xRnd, int yRnd) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 3175-3212 |
| | 27 | 5 |
addRoundedRectName: | QPainterPath::addRoundedRect | Prototype: | void QPainterPath::addRoundedRect(const QRectF &rect, qreal xRadius, qreal yRadius, Qt::SizeMode mode) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 3099-3155 |
| | 36 | 8 |
addTextName: | QPainterPath::addText | Prototype: | void QPainterPath::addText(const QPointF &point, const QFont &f, const QString &text) | Coverage: | 0.000% (0/27) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 1154-1213 |
| | 44 | 9 |
angleAtPercentName: | QPainterPath::angleAtPercent | Prototype: | qreal QPainterPath::angleAtPercent(qreal t) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 3021-3038 |
| | 11 | 2 |
arcMoveToName: | QPainterPath::arcMoveTo | Prototype: | void QPainterPath::arcMoveTo(const QRectF &rect, qreal angle) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 966-974 |
| | 5 | 2 |
arcToName: | QPainterPath::arcTo | Prototype: | void QPainterPath::arcTo(const QRectF &rect, qreal startAngle, qreal sweepLength) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 908-940 |
| | 16 | 4 |
boundingRectName: | QPainterPath::boundingRect | Prototype: | QRectF QPainterPath::boundingRect() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 1450-1459 |
| | 6 | 3 |
closeSubpathName: | QPainterPath::closeSubpath | Prototype: | void QPainterPath::closeSubpath() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 642-652 |
| | 4 | 2 |
computeBoundingRectName: | QPainterPath::computeBoundingRect | Prototype: | void QPainterPath::computeBoundingRect() const | Coverage: | 0.000% (0/37) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 3402-3446 |
| | 31 | 15 |
computeControlPointRectName: | QPainterPath::computeControlPointRect | Prototype: | void QPainterPath::computeControlPointRect() const | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 3449-3469 |
| | 15 | 7 |
connectPathName: | QPainterPath::connectPath | Prototype: | void QPainterPath::connectPath(const QPainterPath &other) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 1254-1283 |
| | 17 | 6 |
containsName: | QPainterPath::contains | Prototype: | bool QPainterPath::contains(const QPointF &pt) const | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 1814-1864 |
| | 28 | 9 |
containsName: | QPainterPath::contains | Prototype: | bool QPainterPath::contains(const QRectF &rect) const | Coverage: | 0.000% (0/53) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 2156-2228 |
| | 34 | 16 |
containsName: | QPainterPath::contains | Prototype: | bool QPainterPath::contains(const QPainterPath &p) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 3383-3391 |
| | 6 | 3 |
controlPointRectName: | QPainterPath::controlPointRect | Prototype: | QRectF QPainterPath::controlPointRect() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 1471-1480 |
| | 6 | 3 |
cubicToName: | QPainterPath::cubicTo | Prototype: | void QPainterPath::cubicTo(const QPointF &c1, const QPointF &c2, const QPointF &e) | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 780-813 |
| | 15 | 3 |
currentPositionName: | QPainterPath::currentPosition | Prototype: | QPointF QPainterPath::currentPosition() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 983-988 |
| | 3 | 1 |
detachName: | QPainterPath::detach | Prototype: | void QPainterPath::detach() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 561-566 |
| | 3 | 2 |
detach_helperName: | QPainterPath::detach_helper | Prototype: | void QPainterPath::detach_helper() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 571-575 |
| | 2 | 1 |
elementAtName: | QPainterPath::elementAt | Prototype: | QPainterPath::Element QPainterPath::elementAt(int i) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 494-499 |
| | 3 | 1 |
elementCountName: | QPainterPath::elementCount | Prototype: | int QPainterPath::elementCount() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 481-484 |
| | 1 | 1 |
ensureData_helperName: | QPainterPath::ensureData_helper | Prototype: | void QPainterPath::ensureData_helper() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 580-588 |
| | 6 | 1 |
fillRuleName: | QPainterPath::fillRule | Prototype: | Qt::FillRule QPainterPath::fillRule() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 1309-1312 |
| | 1 | 1 |
intersectedName: | QPainterPath::intersected | Prototype: | QPainterPath QPainterPath::intersected(const QPainterPath &p) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 3294-3300 |
| | 4 | 2 |
intersectsName: | QPainterPath::intersects | Prototype: | bool QPainterPath::intersects(const QRectF &rect) const | Coverage: | 0.000% (0/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 2055-2090 |
| | 19 | 8 |
intersectsName: | QPainterPath::intersects | Prototype: | bool QPainterPath::intersects(const QPainterPath &p) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 3361-3369 |
| | 6 | 3 |
isEmptyName: | QPainterPath::isEmpty | Prototype: | bool QPainterPath::isEmpty() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 1492-1495 |
| | 1 | 1 |
lengthName: | QPainterPath::length | Prototype: | qreal QPainterPath::length() const | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 2827-2860 |
| | 19 | 7 |
lineToName: | QPainterPath::lineTo | Prototype: | void QPainterPath::lineTo(const QPointF &p) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 722-747 |
| | 13 | 3 |
moveToName: | QPainterPath::moveTo | Prototype: | void QPainterPath::moveTo(const QPointF &p) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 672-701 |
| | 14 | 3 |
operator!=Name: | QPainterPath::operator!= | Prototype: | bool QPainterPath::operator!=(const QPainterPath &path) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 2280-2283 |
| | 1 | 1 |
operator&Name: | QPainterPath::operator& | Prototype: | QPainterPath QPainterPath::operator&(const QPainterPath &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 2292-2295 |
| | 1 | 1 |
operator&=Name: | QPainterPath::operator&= | Prototype: | QPainterPath &QPainterPath::operator&=(const QPainterPath &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 2341-2344 |
| | 1 | 1 |
operator+Name: | QPainterPath::operator+ | Prototype: | QPainterPath QPainterPath::operator+(const QPainterPath &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 2317-2320 |
| | 1 | 1 |
operator+=Name: | QPainterPath::operator+= | Prototype: | QPainterPath &QPainterPath::operator+=(const QPainterPath &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 2366-2369 |
| | 1 | 1 |
operator-Name: | QPainterPath::operator- | Prototype: | QPainterPath QPainterPath::operator-(const QPainterPath &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 2329-2332 |
| | 1 | 1 |
operator-=Name: | QPainterPath::operator-= | Prototype: | QPainterPath &QPainterPath::operator-=(const QPainterPath &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 2379-2382 |
| | 1 | 1 |
operator=Name: | QPainterPath::operator= | Prototype: | QPainterPath &QPainterPath::operator=(const QPainterPath &other) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 597-606 |
| | 6 | 3 |
operator==Name: | QPainterPath::operator== | Prototype: | bool QPainterPath::operator==(const QPainterPath &path) const | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 2245-2269 |
| | 18 | 7 |
operator|Name: | QPainterPath::operator| | Prototype: | QPainterPath QPainterPath::operator|(const QPainterPath &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 2304-2307 |
| | 1 | 1 |
operator|=Name: | QPainterPath::operator|= | Prototype: | QPainterPath &QPainterPath::operator|=(const QPainterPath &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 2353-2356 |
| | 1 | 1 |
percentAtLengthName: | QPainterPath::percentAtLength | Prototype: | qreal QPainterPath::percentAtLength(qreal len) const | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 2870-2922 |
| | 31 | 10 |
pointAtPercentName: | QPainterPath::pointAtPercent | Prototype: | QPointF QPainterPath::pointAtPercent(qreal t) const | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 2987-3007 |
| | 13 | 4 |
quadToName: | QPainterPath::quadTo | Prototype: | void QPainterPath::quadTo(const QPointF &c, const QPointF &e) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 837-867 |
| | 14 | 3 |
setDirtyName: | QPainterPath::setDirty | Prototype: | void QPainterPath::setDirty(bool dirty) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 3393-3400 |
| | 5 | 1 |
setElementPositionAtName: | QPainterPath::setElementPositionAt | Prototype: | void QPainterPath::setElementPositionAt(int i, qreal x, qreal y) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 509-517 |
| | 6 | 1 |
setFillRuleName: | QPainterPath::setFillRule | Prototype: | void QPainterPath::setFillRule(Qt::FillRule fillRule) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 1331-1339 |
| | 5 | 2 |
simplifiedName: | QPainterPath::simplified | Prototype: | QPainterPath QPainterPath::simplified() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 3342-3348 |
| | 4 | 2 |
slopeAtPercentName: | QPainterPath::slopeAtPercent | Prototype: | qreal QPainterPath::slopeAtPercent(qreal t) const | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 3050-3084 |
| | 20 | 5 |
subtractedName: | QPainterPath::subtracted | Prototype: | QPainterPath QPainterPath::subtracted(const QPainterPath &p) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 3312-3318 |
| | 4 | 2 |
subtractedInvertedName: | QPainterPath::subtractedInverted | Prototype: | QPainterPath QPainterPath::subtractedInverted(const QPainterPath &p) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 3328-3331 |
| | 1 | 1 |
toFillPolygonName: | QPainterPath::toFillPolygon | Prototype: | QPolygonF QPainterPath::toFillPolygon(const QTransform &matrix) const | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 2791-2807 |
| | 12 | 5 |
toFillPolygonName: | QPainterPath::toFillPolygon | Prototype: | QPolygonF QPainterPath::toFillPolygon(const QMatrix &matrix) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 2812-2815 |
| | 1 | 1 |
toFillPolygonsName: | QPainterPath::toFillPolygons | Prototype: | QList<QPolygonF> QPainterPath::toFillPolygons(const QTransform &matrix) const | Coverage: | 0.000% (0/51) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 1634-1729 |
| | 43 | 17 |
toFillPolygonsName: | QPainterPath::toFillPolygons | Prototype: | QList<QPolygonF> QPainterPath::toFillPolygons(const QMatrix &matrix) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 1734-1737 |
| | 1 | 1 |
toReversedName: | QPainterPath::toReversed | Prototype: | QPainterPath QPainterPath::toReversed() const | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 1505-1545 |
| | 25 | 7 |
toSubpathPolygonsName: | QPainterPath::toSubpathPolygons | Prototype: | QList<QPolygonF> QPainterPath::toSubpathPolygons(const QTransform &matrix) const | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 1559-1602 |
| | 30 | 9 |
toSubpathPolygonsName: | QPainterPath::toSubpathPolygons | Prototype: | QList<QPolygonF> QPainterPath::toSubpathPolygons(const QMatrix &matrix) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 1607-1610 |
| | 1 | 1 |
translateName: | QPainterPath::translate | Prototype: | void QPainterPath::translate(qreal dx, qreal dy) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 2098-2115 |
| | 12 | 4 |
translatedName: | QPainterPath::translated | Prototype: | QPainterPath QPainterPath::translated(qreal dx, qreal dy) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 2133-2138 |
| | 3 | 1 |
unitedName: | QPainterPath::united | Prototype: | QPainterPath QPainterPath::united(const QPainterPath &p) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 3279-3285 |
| | 4 | 2 |