Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
fillRectName: | QPainter::fillRect | Prototype: | void QPainter::fillRect(const QRectF &r, const QBrush &brush) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 6887-6916 |
| | 19 | 5 |
fillRectName: | QPainter::fillRect | Prototype: | void QPainter::fillRect(const QRect &r, const QBrush &brush) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 6925-6954 |
| | 19 | 5 |
drawLinesName: | QPainter::drawLines | Prototype: | void QPainter::drawLines(const QLineF *lines, int lineCount) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 4529-4569 |
| | 22 | 7 |
drawLinesName: | QPainter::drawLines | Prototype: | void QPainter::drawLines(const QLine *lines, int lineCount) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 4578-4618 |
| | 22 | 7 |
drawGlyphRunName: | QPainter::drawGlyphRun | Prototype: | void QPainter::drawGlyphRun(const QPointF &position, const QGlyphRun &glyphRun) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 5538-5573 |
| | 23 | 5 |
clipBoundingRectName: | QPainter::clipBoundingRect | Prototype: | QRectF QPainter::clipBoundingRect() const | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 2665-2707 |
| | 24 | 9 |
setClipPathName: | QPainter::setClipPath | Prototype: | void QPainter::setClipPath(const QPainterPath &path, Qt::ClipOperation op) | Coverage: | 0.000% (0/27) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 3233-3273 |
| | 24 | 7 |
setClipRectName: | QPainter::setClipRect | Prototype: | void QPainter::setClipRect(const QRect &rect, Qt::ClipOperation op) | Coverage: | 0.000% (0/31) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 2776-2810 |
| | 25 | 7 |
setClipRegionName: | QPainter::setClipRegion | Prototype: | void QPainter::setClipRegion(const QRegion &r, Qt::ClipOperation op) | Coverage: | 0.000% (0/31) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 2830-2869 |
| | 25 | 7 |
setCompositionModeName: | QPainter::setCompositionMode | Prototype: | void QPainter::setCompositionMode(CompositionMode mode) | Coverage: | 0.000% (0/30) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 2357-2394 |
| | 27 | 10 |
endName: | QPainter::end | Prototype: | bool QPainter::end() | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 1871-1924 |
| | 28 | 9 |
drawPixmapFragmentsName: | QPainter::drawPixmapFragments | Prototype: | void QPainter::drawPixmapFragments(const PixmapFragment *fragments, int fragmentCount, const QPixmap &pixmap, PixmapFragmentHints hints) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 8338-8385 |
| | 30 | 7 |
drawRectsName: | QPainter::drawRects | Prototype: | void QPainter::drawRects(const QRectF *rects, int rectCount) | Coverage: | 0.000% (0/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 3487-3538 |
| | 30 | 10 |
drawRectsName: | QPainter::drawRects | Prototype: | void QPainter::drawRects(const QRect *rects, int rectCount) | Coverage: | 0.000% (0/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 3547-3600 |
| | 30 | 10 |
drawPointsName: | QPainter::drawPoints | Prototype: | void QPainter::drawPoints(const QPointF *points, int pointCount) | Coverage: | 0.000% (0/30) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 3647-3700 |
| | 32 | 10 |
drawPointsName: | QPainter::drawPoints | Prototype: | void QPainter::drawPoints(const QPoint *points, int pointCount) | Coverage: | 0.000% (0/30) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 3709-3762 |
| | 32 | 10 |
setClipRectName: | QPainter::setClipRect | Prototype: | void QPainter::setClipRect(const QRectF &rect, Qt::ClipOperation op) | Coverage: | 0.000% (0/31) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 2721-2767 |
| | 34 | 7 |
drawImageName: | QPainter::drawImage | Prototype: | void QPainter::drawImage(const QPointF &p, const QImage &image) | Coverage: | 0.000% (0/30) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 5358-5411 |
| | 36 | 6 |
drawPixmapName: | QPainter::drawPixmap | Prototype: | void QPainter::drawPixmap(const QPointF &p, const QPixmap &pm) | Coverage: | 0.000% (0/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 5049-5119 |
| | 39 | 8 |
restoreName: | QPainter::restore | Prototype: | void QPainter::restore() | Coverage: | 0.000% (0/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 1600-1663 |
| | 40 | 8 |
drawTiledPixmapName: | QPainter::drawTiledPixmap | Prototype: | void QPainter::drawTiledPixmap(const QRectF &r, const QPixmap &pixmap, const QPointF &sp) | Coverage: | 0.000% (0/45) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 6648-6728 |
| | 46 | 10 |
drawTextName: | QPainter::drawText | Prototype: | void QPainter::drawText(const QPointF &p, const QString &str, int tf, int justificationPadding) | Coverage: | 0.000% (0/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 5841-5918 |
| | 52 | 11 |
clipRegionName: | QPainter::clipRegion | Prototype: | QRegion QPainter::clipRegion() const | Coverage: | 0.000% (0/62) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 2497-2600 |
| | 66 | 22 |
drawStaticTextName: | QPainter::drawStaticText | Prototype: | void QPainter::drawStaticText(const QPointF &topLeftPosition, const QStaticText &staticText) | Coverage: | 0.000% (0/72) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 5723-5836 |
| | 72 | 18 |
drawImageName: | QPainter::drawImage | Prototype: | void QPainter::drawImage(const QRectF &targetRect, const QImage &image, const QRectF &sourceRect, Qt::ImageConversionFlags flags) | Coverage: | 0.000% (0/74) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 5413-5524 |
| | 78 | 16 |
drawPixmapName: | QPainter::drawPixmap | Prototype: | void QPainter::drawPixmap(const QRectF &r, const QPixmap &pm, const QRectF &sr) | Coverage: | 0.000% (0/85) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 5121-5253 |
| | 82 | 18 |
beginName: | QPainter::begin | Prototype: | bool QPainter::begin(QPaintDevice *pd) | Coverage: | 0.000% (0/78) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 1702-1859 |
| | 94 | 24 |