| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QPainterPathStroker::width| Name: | QPainterPathStroker::width | | Prototype: | qreal QPainterPathStroker::width() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2623-2626 |
| | 1 | 1 |
QPainterPathStroker::setWidth| Name: | QPainterPathStroker::setWidth | | Prototype: | void QPainterPathStroker::setWidth(qreal width) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2612-2618 |
| | 4 | 2 |
QPainterPathStroker::setMiterLimit| Name: | QPainterPathStroker::setMiterLimit | | Prototype: | void QPainterPathStroker::setMiterLimit(qreal limit) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2674-2677 |
| | 1 | 1 |
QPainterPathStroker::setJoinStyle| Name: | QPainterPathStroker::setJoinStyle | | Prototype: | void QPainterPathStroker::setJoinStyle(Qt::PenJoinStyle style) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2651-2654 |
| | 1 | 1 |
QPainterPathStroker::setDashPattern| Name: | QPainterPathStroker::setDashPattern | | Prototype: | void QPainterPathStroker::setDashPattern(Qt::PenStyle style) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2713-2716 |
| | 1 | 1 |
QPainterPathStroker::setDashPattern| Name: | QPainterPathStroker::setDashPattern | | Prototype: | void QPainterPathStroker::setDashPattern(const QVector<qreal> &dashPattern) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2734-2739 |
| | 3 | 2 |
QPainterPathStroker::setDashOffset| Name: | QPainterPathStroker::setDashOffset | | Prototype: | void QPainterPathStroker::setDashOffset(qreal offset) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2763-2766 |
| | 1 | 1 |
QPainterPathStroker::setCurveThreshold| Name: | QPainterPathStroker::setCurveThreshold | | Prototype: | void QPainterPathStroker::setCurveThreshold(qreal threshold) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2696-2699 |
| | 1 | 1 |
QPainterPathStroker::setCapStyle| Name: | QPainterPathStroker::setCapStyle | | Prototype: | void QPainterPathStroker::setCapStyle(Qt::PenCapStyle style) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2634-2637 |
| | 1 | 1 |
QPainterPathStroker::miterLimit| Name: | QPainterPathStroker::miterLimit | | Prototype: | qreal QPainterPathStroker::miterLimit() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2682-2685 |
| | 1 | 1 |
QPainterPathStroker::joinStyle| Name: | QPainterPathStroker::joinStyle | | Prototype: | Qt::PenJoinStyle QPainterPathStroker::joinStyle() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2659-2662 |
| | 1 | 1 |
QPainterPathStroker::dashPattern| Name: | QPainterPathStroker::dashPattern | | Prototype: | QVector<qreal> QPainterPathStroker::dashPattern() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2744-2747 |
| | 1 | 1 |
QPainterPathStroker::dashOffset| Name: | QPainterPathStroker::dashOffset | | Prototype: | qreal QPainterPathStroker::dashOffset() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2752-2755 |
| | 1 | 1 |
QPainterPathStroker::curveThreshold| Name: | QPainterPathStroker::curveThreshold | | Prototype: | qreal QPainterPathStroker::curveThreshold() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2705-2708 |
| | 1 | 1 |
QPainterPathStroker::createStroke| Name: | QPainterPathStroker::createStroke | | Prototype: | QPainterPath QPainterPathStroker::createStroke(const QPainterPath &path) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2587-2604 |
| | 13 | 3 |
QPainterPathStroker::capStyle| Name: | QPainterPathStroker::capStyle | | Prototype: | Qt::PenCapStyle QPainterPathStroker::capStyle() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2643-2646 |
| | 1 | 1 |
QPainterPathStroker::QPainterPathStroker| Name: | QPainterPathStroker::QPainterPathStroker | | Prototype: | QPainterPathStroker::QPainterPathStroker() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2541-2544 |
| | 2 | 1 |
QPainterPathStroker::QPainterPathStroker| Name: | QPainterPathStroker::QPainterPathStroker | | Prototype: | QPainterPathStroker::QPainterPathStroker(const QPen &pen) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2551-2564 |
| | 8 | 2 |
QPainterPathPrivateDeleter::cleanup| Name: | QPainterPathPrivateDeleter::cleanup | | Prototype: | static inline void cleanup(QPainterPathPrivate *d) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 70-76 |
| | 2 | 2 |
QPainterPath::united| Name: | QPainterPath::united | | Prototype: | QPainterPath QPainterPath::united(const QPainterPath &p) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 3271-3277 |
| | 4 | 2 |
QPainterPath::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: | 2125-2130 |
| | 3 | 1 |
QPainterPath::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: | 2090-2107 |
| | 12 | 4 |
QPainterPath::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: | 1553-1596 |
| | 30 | 9 |
QPainterPath::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: | 1601-1604 |
| | 1 | 1 |
QPainterPath::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: | 1499-1539 |
| | 25 | 7 |
QPainterPath::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: | 1628-1722 |
| | 42 | 17 |
QPainterPath::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: | 1727-1730 |
| | 1 | 1 |
QPainterPath::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: | 2783-2799 |
| | 12 | 5 |
QPainterPath::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: | 2804-2807 |
| | 1 | 1 |
QPainterPath::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: | 3320-3323 |
| | 1 | 1 |
QPainterPath::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: | 3304-3310 |
| | 4 | 2 |
QPainterPath::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: | 3042-3076 |
| | 20 | 5 |
QPainterPath::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: | 3334-3340 |
| | 4 | 2 |
QPainterPath::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: | 1325-1333 |
| | 5 | 2 |
QPainterPath::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: | 503-511 |
| | 6 | 1 |
QPainterPath::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: | 3385-3392 |
| | 5 | 1 |
QPainterPath::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: | 831-861 |
| | 14 | 3 |
QPainterPath::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: | 2979-2999 |
| | 13 | 4 |
QPainterPath::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: | 2862-2914 |
| | 31 | 10 |
QPainterPath::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: | 2345-2348 |
| | 1 | 1 |
QPainterPath::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: | 2296-2299 |
| | 1 | 1 |
QPainterPath::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: | 2237-2261 |
| | 18 | 7 |
QPainterPath::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: | 591-600 |
| | 6 | 3 |
QPainterPath::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: | 2371-2374 |
| | 1 | 1 |
QPainterPath::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: | 2321-2324 |
| | 1 | 1 |
QPainterPath::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: | 2358-2361 |
| | 1 | 1 |
QPainterPath::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: | 2309-2312 |
| | 1 | 1 |
QPainterPath::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: | 2333-2336 |
| | 1 | 1 |
QPainterPath::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: | 2284-2287 |
| | 1 | 1 |
QPainterPath::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: | 2272-2275 |
| | 1 | 1 |
QPainterPath::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: | 666-695 |
| | 14 | 3 |
QPainterPath::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: | 716-741 |
| | 13 | 3 |
QPainterPath::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: | 2819-2852 |
| | 19 | 7 |
QPainterPath::isEmpty| Name: | QPainterPath::isEmpty | | Prototype: | bool QPainterPath::isEmpty() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 1486-1489 |
| | 1 | 1 |
QPainterPath::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: | 2047-2082 |
| | 19 | 8 |
QPainterPath::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: | 3353-3361 |
| | 6 | 3 |
QPainterPath::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: | 3286-3292 |
| | 4 | 2 |
QPainterPath::fillRule| Name: | QPainterPath::fillRule | | Prototype: | Qt::FillRule QPainterPath::fillRule() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 1303-1306 |
| | 1 | 1 |
QPainterPath::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: | 574-582 |
| | 6 | 1 |
QPainterPath::elementCount| Name: | QPainterPath::elementCount | | Prototype: | int QPainterPath::elementCount() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 475-478 |
| | 1 | 1 |
QPainterPath::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: | 488-493 |
| | 3 | 1 |
QPainterPath::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: | 565-569 |
| | 2 | 1 |
QPainterPath::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: | 555-560 |
| | 3 | 2 |
QPainterPath::currentPosition| Name: | QPainterPath::currentPosition | | Prototype: | QPointF QPainterPath::currentPosition() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 977-982 |
| | 3 | 1 |
QPainterPath::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: | 774-807 |
| | 15 | 3 |
QPainterPath::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: | 1465-1474 |
| | 6 | 3 |
QPainterPath::contains| Name: | QPainterPath::contains | | Prototype: | bool QPainterPath::contains(const QPointF &pt) const | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 1807-1857 |
| | 28 | 9 |
QPainterPath::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: | 2148-2220 |
| | 34 | 16 |
QPainterPath::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: | 3375-3383 |
| | 6 | 3 |
QPainterPath::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: | 1248-1277 |
| | 17 | 6 |
QPainterPath::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: | 3441-3461 |
| | 15 | 7 |
QPainterPath::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: | 3394-3438 |
| | 31 | 15 |
QPainterPath::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: | 636-646 |
| | 4 | 2 |
QPainterPath::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: | 1444-1453 |
| | 6 | 3 |
QPainterPath::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: | 902-934 |
| | 16 | 4 |
QPainterPath::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: | 960-968 |
| | 5 | 2 |
QPainterPath::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: | 3013-3030 |
| | 11 | 2 |
QPainterPath::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: | 1148-1207 |
| | 44 | 9 |
QPainterPath::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: | 3091-3147 |
| | 36 | 8 |
QPainterPath::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: | 3167-3204 |
| | 27 | 5 |
QPainterPath::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: | 1286-1295 |
| | 6 | 2 |
QPainterPath::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: | 1013-1041 |
| | 17 | 3 |
QPainterPath::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: | 1060-1075 |
| | 9 | 3 |
QPainterPath::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: | 1217-1236 |
| | 11 | 3 |
QPainterPath::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: | 1096-1128 |
| | 21 | 3 |
QPainterPath::QPainterPath| Name: | QPainterPath::QPainterPath | | Prototype: | QPainterPath::QPainterPath() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 524-527 |
| | 2 | 1 |
QPainterPath::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: | 536-541 |
| | 2 | 2 |
QPainterPath::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: | 548-553 |
| | 2 | 1 |
QPainter::~QPainter| Name: | QPainter::~QPainter | | Prototype: | QPainter::~QPainter() | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 1479-1498 |
| | 11 | 5 |
QPainter::worldTransform| Name: | QPainter::worldTransform | | Prototype: | const QTransform & QPainter::worldTransform() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 8291-8299 |
| | 5 | 2 |
QPainter::worldMatrixEnabled| Name: | QPainter::worldMatrixEnabled | | Prototype: | bool QPainter::worldMatrixEnabled() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3071-3079 |
| | 5 | 2 |
QPainter::worldMatrix| Name: | QPainter::worldMatrix | | Prototype: | const QMatrix &QPainter::worldMatrix() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 2928-2936 |
| | 5 | 2 |
QPainter::window| Name: | QPainter::window | | Prototype: | QRect QPainter::window() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7201-7209 |
| | 5 | 2 |
QPainter::viewport| Name: | QPainter::viewport | | Prototype: | QRect QPainter::viewport() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7265-7273 |
| | 5 | 2 |
QPainter::viewTransformEnabled| Name: | QPainter::viewTransformEnabled | | Prototype: | bool QPainter::viewTransformEnabled() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7137-7145 |
| | 5 | 2 |
QPainter::translate| Name: | QPainter::translate | | Prototype: | void QPainter::translate(const QPointF &offset) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3184-3201 |
| | 9 | 2 |
QPainter::transform| Name: | QPainter::transform | | Prototype: | const QTransform & QPainter::transform() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 8197-8200 |
| | 1 | 1 |
QPainter::strokePath| Name: | QPainter::strokePath | | Prototype: | void QPainter::strokePath(const QPainterPath &path, const QPen &pen) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3277-3308 |
| | 18 | 5 |
QPainter::shear| Name: | QPainter::shear | | Prototype: | void QPainter::shear(qreal sh, qreal sv) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3136-3151 |
| | 7 | 2 |
QPainter::setWorldTransform| Name: | QPainter::setWorldTransform | | Prototype: | void QPainter::setWorldTransform(const QTransform &matrix, bool combine ) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 8269-8285 |
| | 9 | 3 |