| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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: | 693-702 |
| | 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: | 708-717 |
| | 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: | 915-918 |
| | 1 | 1 |
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: | 504-514 |
| | 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: | 520-523 |
| | 1 | 1 |
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: | 617-627 |
| | 7 | 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: | 775-788 |
| | 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: | 797-823 |
| | 14 | 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: | 738-743 |
| | 2 | 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: | 435-469 |
| | 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: | 479-494 |
| | 11 | 3 |
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: | 325-338 |
| | 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: | 354-367 |
| | 16 | 2 |
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: | 833-856 |
| | 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: | 863-885 |
| | 16 | 5 |
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: | 751-768 |
| | 13 | 3 |
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: | 582-606 |
| | 17 | 6 |
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: | 900-903 |
| | 1 | 1 |
painter| Name: | QPaintEngine::painter | | Prototype: | QPainter *QPaintEngine::painter() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 729-732 |
| | 1 | 1 |
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: | 891-894 |
| | 1 | 1 |
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: | 929-939 |
| | 5 | 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: | 960-967 |
| | 4 | 2 |
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: | 299-306 |
| | 4 | 2 |
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: | 949-952 |
| | 1 | 1 |
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: | 975-978 |
| | 1 | 1 |