| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
toFillPolygons| Name: | 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 |
contains| Name: | 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 |
computeBoundingRect| Name: | 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 |
percentAtLength| Name: | 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 |
toSubpathPolygons| Name: | 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 |
contains| Name: | 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 |
addText| Name: | 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 |
intersects| Name: | 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 |
addRoundedRect| Name: | 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 |
toReversed| Name: | 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 |
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 |
length| Name: | 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 |
computeControlPointRect| Name: | 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 |
connectPath| Name: | 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 |
toFillPolygon| Name: | 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 |
slopeAtPercent| Name: | 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 |
addRoundRect| Name: | 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 |
translate| Name: | 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 |
pointAtPercent| Name: | 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 |
arcTo| Name: | 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 |
quadTo| Name: | 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 |
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 |
moveTo| Name: | 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 |
lineTo| Name: | 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 |
intersects| Name: | 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 |
cubicTo| Name: | 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 |
controlPointRect| Name: | 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 |
contains| Name: | 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 |
boundingRect| Name: | 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 |
addRect| Name: | 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 |
addPolygon| Name: | 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 |
addPath| Name: | 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 |
addEllipse| Name: | 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 |
united| Name: | 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 |
subtracted| Name: | 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 |
simplified| Name: | 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 |
setFillRule| Name: | 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 |
intersected| Name: | 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 |
detach| Name: | 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 |
closeSubpath| Name: | 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 |
arcMoveTo| Name: | 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 |
angleAtPercent| Name: | 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 |
addRegion| Name: | 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 |
QPainterPath| Name: | 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 |
translated| Name: | 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 |
toSubpathPolygons| Name: | 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 |
toFillPolygons| Name: | 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 |
toFillPolygon| Name: | 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 |
subtractedInverted| Name: | 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 |
setElementPositionAt| Name: | 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 |
setDirty| Name: | 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 |
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 |
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: | 2379-2382 |
| | 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: | 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: | 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: | 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: | 2292-2295 |
| | 1 | 1 |
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 |
isEmpty| Name: | 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 |
fillRule| Name: | 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 |
ensureData_helper| Name: | 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 |
elementCount| Name: | 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 |
elementAt| Name: | 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 |
detach_helper| Name: | 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 |
currentPosition| Name: | 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 |
QPainterPath| Name: | 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 |
QPainterPath| Name: | 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 |