| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
systemRect| Name: | QPaintEngine::systemRect | | Prototype: | QRect QPaintEngine::systemRect() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 966-969 |
| | 1 | 1 |
systemClip| Name: | QPaintEngine::systemClip | | Prototype: | QRegion QPaintEngine::systemClip() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 940-943 |
| | 1 | 1 |
syncState| Name: | QPaintEngine::syncState | | Prototype: | void QPaintEngine::syncState() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 293-300 |
| | 4 | 2 |
setSystemRect| Name: | QPaintEngine::setSystemRect | | Prototype: | void QPaintEngine::setSystemRect(const QRect &rect) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 951-958 |
| | 4 | 2 |
setSystemClip| Name: | QPaintEngine::setSystemClip | | Prototype: | void QPaintEngine::setSystemClip(const QRegion ®ion) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 920-930 |
| | 5 | 2 |
setPaintDevice| Name: | QPaintEngine::setPaintDevice | | Prototype: | void QPaintEngine::setPaintDevice(QPaintDevice *device) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 882-885 |
| | 1 | 1 |
painter| Name: | QPaintEngine::painter | | Prototype: | QPainter *QPaintEngine::painter() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 720-723 |
| | 1 | 1 |
paintDevice| Name: | QPaintEngine::paintDevice | | Prototype: | QPaintDevice *QPaintEngine::paintDevice() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 891-894 |
| | 1 | 1 |
drawTiledPixmap| Name: | QPaintEngine::drawTiledPixmap | | Prototype: | void QPaintEngine::drawTiledPixmap(const QRectF &rect, const QPixmap &pixmap, const QPointF &p) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 573-597 |
| | 17 | 6 |
drawTextItem| Name: | QPaintEngine::drawTextItem | | Prototype: | void QPaintEngine::drawTextItem(const QPointF &p, const QTextItem &textItem) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 742-759 |
| | 13 | 3 |
drawRects| Name: | QPaintEngine::drawRects | | Prototype: | void QPaintEngine::drawRects(const QRect *rects, int rectCount) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 824-847 |
| | 13 | 3 |
drawRects| Name: | QPaintEngine::drawRects | | Prototype: | void QPaintEngine::drawRects(const QRectF *rects, int rectCount) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 854-876 |
| | 16 | 5 |
drawPolygon| Name: | QPaintEngine::drawPolygon | | Prototype: | void QPaintEngine::drawPolygon(const QPointF *points, int pointCount, PolygonDrawMode mode) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 318-331 |
| | 16 | 2 |
drawPolygon| Name: | QPaintEngine::drawPolygon | | Prototype: | void QPaintEngine::drawPolygon(const QPoint *points, int pointCount, PolygonDrawMode mode) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 345-358 |
| | 16 | 2 |
drawPoints| Name: | QPaintEngine::drawPoints | | Prototype: | void QPaintEngine::drawPoints(const QPointF *points, int pointCount) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 426-460 |
| | 21 | 6 |
drawPoints| Name: | QPaintEngine::drawPoints | | Prototype: | void QPaintEngine::drawPoints(const QPoint *points, int pointCount) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 470-485 |
| | 11 | 3 |
drawPath| Name: | QPaintEngine::drawPath | | Prototype: | void QPaintEngine::drawPath(const QPainterPath &) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 729-734 |
| | 2 | 2 |
drawLines| Name: | QPaintEngine::drawLines | | Prototype: | void QPaintEngine::drawLines(const QLineF *lines, int lineCount) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 766-779 |
| | 7 | 4 |
drawLines| Name: | QPaintEngine::drawLines | | Prototype: | void QPaintEngine::drawLines(const QLine *lines, int lineCount) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 788-814 |
| | 14 | 3 |
drawImage| Name: | QPaintEngine::drawImage | | Prototype: | void QPaintEngine::drawImage(const QRectF &r, const QImage &image, const QRectF &sr, Qt::ImageConversionFlags flags) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 608-618 |
| | 7 | 2 |
drawEllipse| Name: | QPaintEngine::drawEllipse | | Prototype: | void QPaintEngine::drawEllipse(const QRectF &rect) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 495-505 |
| | 6 | 2 |
drawEllipse| Name: | QPaintEngine::drawEllipse | | Prototype: | void QPaintEngine::drawEllipse(const QRect &rect) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 511-514 |
| | 1 | 1 |
coordinateOffset| Name: | QPaintEngine::coordinateOffset | | Prototype: | QPoint QPaintEngine::coordinateOffset() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 906-909 |
| | 1 | 1 |
QPaintEngine| Name: | QPaintEngine::QPaintEngine | | Prototype: | QPaintEngine::QPaintEngine(PaintEngineFeatures caps) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 684-693 |
| | 1 | 1 |
QPaintEngine| Name: | QPaintEngine::QPaintEngine | | Prototype: | QPaintEngine::QPaintEngine(QPaintEnginePrivate &dptr, PaintEngineFeatures caps) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 699-708 |
| | 1 | 1 |