| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ | 
 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 | 
 ~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 | 
 clipPath| Name:  | QPainter::clipPath |  | Prototype:  | QPainterPath QPainter::clipPath() const |  | Coverage:  |   0.000% (0/20) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 2614-2651 |  
  |  | 19 | 6 | 
 drawImage| Name:  | 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 | 
 drawLines| Name:  | 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 | 
 drawLines| Name:  | 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 | 
 drawPixmapFragments| Name:  | 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 | 
 setClipPath| Name:  | 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 | 
 setClipRect| Name:  | 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 | 
 setClipRect| Name:  | 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 | 
 setClipRegion| Name:  | 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 | 
 drawPixmap| Name:  | 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 | 
 restore| Name:  | 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 | 
 clipBoundingRect| Name:  | 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 | 
 end| Name:  | 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 | 
 drawPoints| Name:  | 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 | 
 drawPoints| Name:  | 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 | 
 drawRects| Name:  | 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 | 
 drawRects| Name:  | 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 | 
 drawTiledPixmap| Name:  | 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 | 
 setCompositionMode| Name:  | 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 | 
 drawText| Name:  | 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 | 
 drawImage| Name:  | 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 | 
 drawPixmap| Name:  | 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 | 
 drawStaticText| Name:  | 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 | 
 clipRegion| Name:  | 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 | 
 begin| Name:  | 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 |