| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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: | 2631-2634 |
| | 1 | 1 |
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: | 2620-2626 |
| | 4 | 2 |
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: | 2682-2685 |
| | 1 | 1 |
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: | 2659-2662 |
| | 1 | 1 |
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: | 2721-2724 |
| | 1 | 1 |
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: | 2742-2747 |
| | 3 | 2 |
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: | 2771-2774 |
| | 1 | 1 |
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: | 2704-2707 |
| | 1 | 1 |
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: | 2642-2645 |
| | 1 | 1 |
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: | 2690-2693 |
| | 1 | 1 |
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: | 2667-2670 |
| | 1 | 1 |
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: | 2752-2755 |
| | 1 | 1 |
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: | 2760-2763 |
| | 1 | 1 |
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: | 2713-2716 |
| | 1 | 1 |
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: | 2595-2612 |
| | 13 | 3 |
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: | 2651-2654 |
| | 1 | 1 |
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: | 2549-2552 |
| | 2 | 1 |
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: | 2559-2572 |
| | 8 | 2 |