| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
setMatrix| Name: | QPainter::setMatrix | | Prototype: | void QPainter::setMatrix(const QMatrix &matrix, bool combine) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 2950-2953 |
| | 1 | 1 |
setMatrixEnabled| Name: | QPainter::setMatrixEnabled | | Prototype: | void QPainter::setMatrixEnabled(bool enable) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3093-3096 |
| | 1 | 1 |
setOpacity| Name: | QPainter::setOpacity | | Prototype: | void QPainter::setOpacity(qreal opacity) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 2069-2089 |
| | 11 | 4 |
setPen| Name: | QPainter::setPen | | Prototype: | void QPainter::setPen(const QColor &color) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3840-3862 |
| | 11 | 4 |
setPen| Name: | QPainter::setPen | | Prototype: | void QPainter::setPen(const QPen &pen) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3873-3899 |
| | 12 | 4 |
setPen| Name: | QPainter::setPen | | Prototype: | void QPainter::setPen(Qt::PenStyle style) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3908-3928 |
| | 11 | 4 |
setRedirected| Name: | QPainter::setRedirected | | Prototype: | void QPainter::setRedirected(const QPaintDevice *device, QPaintDevice *replacement, const QPoint &offset) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7331-7340 |
| | 5 | 1 |
setRenderHint| Name: | QPainter::setRenderHint | | Prototype: | void QPainter::setRenderHint(RenderHint hint, bool on) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7063-7077 |
| | 3 | 2 |
setRenderHints| Name: | QPainter::setRenderHints | | Prototype: | void QPainter::setRenderHints(RenderHints hints, bool on) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7089-7107 |
| | 10 | 4 |
setTransform| Name: | QPainter::setTransform | | Prototype: | void QPainter::setTransform(const QTransform &transform, bool combine ) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 8191-8194 |
| | 1 | 1 |
setViewTransformEnabled| Name: | QPainter::setViewTransformEnabled | | Prototype: | void QPainter::setViewTransformEnabled(bool enable) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7287-7306 |
| | 8 | 3 |
setViewport| Name: | QPainter::setViewport | | Prototype: | void QPainter::setViewport(const QRect &r) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7240-7261 |
| | 10 | 2 |
setWindow| Name: | QPainter::setWindow | | Prototype: | void QPainter::setWindow(const QRect &r) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7176-7197 |
| | 10 | 2 |
setWorldMatrix| Name: | QPainter::setWorldMatrix | | Prototype: | void QPainter::setWorldMatrix(const QMatrix &matrix, bool combine) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 2914-2917 |
| | 1 | 1 |
setWorldMatrixEnabled| Name: | QPainter::setWorldMatrixEnabled | | Prototype: | void QPainter::setWorldMatrixEnabled(bool enable) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3047-3064 |
| | 8 | 3 |
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: | 8274-8290 |
| | 9 | 3 |
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: | 3140-3155 |
| | 7 | 2 |
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: | 3281-3312 |
| | 18 | 5 |
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: | 8202-8205 |
| | 1 | 1 |
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: | 3188-3205 |
| | 9 | 2 |
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: | 7141-7149 |
| | 5 | 2 |
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: | 7269-7277 |
| | 5 | 2 |
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: | 7205-7213 |
| | 5 | 2 |
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: | 2932-2940 |
| | 5 | 2 |
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: | 3075-3083 |
| | 5 | 2 |
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: | 8296-8304 |
| | 5 | 2 |
~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: | 1484-1503 |
| | 11 | 5 |