Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QPaintEngineName: | 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 |
QPaintEngineName: | 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 |
coordinateOffsetName: | 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 |
drawEllipseName: | 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 |
paintDeviceName: | 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 |
painterName: | 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 |
setPaintDeviceName: | 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 |
systemClipName: | 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 |
systemRectName: | 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 |
drawPathName: | 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 |
setSystemRectName: | 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 |
syncStateName: | 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 |
setSystemClipName: | 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 |
drawEllipseName: | 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 |
drawImageName: | 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 |
drawLinesName: | 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 |
drawPointsName: | 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 |
drawRectsName: | 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 |
drawTextItemName: | 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 |
drawLinesName: | 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 |
drawPolygonName: | 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 |
drawPolygonName: | 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 |
drawRectsName: | 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 |
drawTiledPixmapName: | 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 |
drawPointsName: | 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 |