| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity | 
 QPaintEngineEx| Name:  | QPaintEngineEx::QPaintEngineEx |  | Prototype:  | QPaintEngineEx::QPaintEngineEx() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 366-370 |  
  |  | 1 | 1 | 
 QPaintEngineEx| Name:  | QPaintEngineEx::QPaintEngineEx |  | Prototype:  | QPaintEngineEx::QPaintEngineEx(QPaintEngineExPrivate &data) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 372-376 |  
  |  | 1 | 1 | 
 drawEllipse| Name:  | QPaintEngineEx::drawEllipse |  | Prototype:  | void QPaintEngineEx::drawEllipse(const QRect &r) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 834-837 |  
  |  | 1 | 1 | 
 drawImage| Name:  | QPaintEngineEx::drawImage |  | Prototype:  | void QPaintEngineEx::drawImage(const QPointF &pos, const QImage &image) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 942-945 |  
  |  | 1 | 1 | 
 drawPixmap| Name:  | QPaintEngineEx::drawPixmap |  | Prototype:  | void QPaintEngineEx::drawPixmap(const QPointF &pos, const QPixmap &pm) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 937-940 |  
  |  | 1 | 1 | 
 fillRect| Name:  | QPaintEngineEx::fillRect |  | Prototype:  | void QPaintEngineEx::fillRect(const QRectF &r, const QColor &color) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 702-705 |  
  |  | 1 | 1 | 
 requiresPretransformedGlyphPositions| Name:  | QPaintEngineEx::requiresPretransformedGlyphPositions |  | Prototype:  | bool QPaintEngineEx::requiresPretransformedGlyphPositions(QFontEngine *, const QTransform &) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 1081-1084 |  
  |  | 1 | 1 | 
 setState| Name:  | QPaintEngineEx::setState |  | Prototype:  | void QPaintEngineEx::setState(QPainterState *s) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 993-996 |  
  |  | 1 | 1 | 
 drawPath| Name:  | QPaintEngineEx::drawPath |  | Prototype:  | void QPaintEngineEx::drawPath(const QPainterPath &path) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 839-843 |  
  |  | 2 | 2 | 
 createState| Name:  | QPaintEngineEx::createState |  | Prototype:  | QPainterState *QPaintEngineEx::createState(QPainterState *orig) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 378-383 |  
  |  | 3 | 2 | 
 clip| Name:  | QPaintEngineEx::clip |  | Prototype:  | void QPaintEngineEx::clip(const QPainterPath &path, Qt::ClipOperation op) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 684-692 |  
  |  | 4 | 2 | 
 drawPolygon| Name:  | QPaintEngineEx::drawPolygon |  | Prototype:  | void QPaintEngineEx::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/qpaintengineex.cpp |  | Lines:  | 910-918 |  
  |  | 4 | 2 | 
 fillRect| Name:  | QPaintEngineEx::fillRect |  | Prototype:  | void QPaintEngineEx::fillRect(const QRectF &r, const QBrush &brush) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 694-700 |  
  |  | 4 | 1 | 
 shouldDrawCachedGlyphs| Name:  | QPaintEngineEx::shouldDrawCachedGlyphs |  | Prototype:  | bool QPaintEngineEx::shouldDrawCachedGlyphs(QFontEngine *fontEngine, const QTransform &m) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 1086-1094 |  
  |  | 5 | 2 | 
 draw| Name:  | QPaintEngineEx::draw |  | Prototype:  | void QPaintEngineEx::draw(const QVectorPath &path) |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 594-603 |  
  |  | 6 | 3 | 
 drawEllipse| Name:  | QPaintEngineEx::drawEllipse |  | Prototype:  | void QPaintEngineEx::drawEllipse(const QRectF &r) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 817-832 |  
  |  | 8 | 2 | 
 drawLines| Name:  | QPaintEngineEx::drawLines |  | Prototype:  | void QPaintEngineEx::drawLines(const QLineF *lines, int lineCount) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 802-815 |  
  |  | 8 | 2 | 
 drawPolygon| Name:  | QPaintEngineEx::drawPolygon |  | Prototype:  | void QPaintEngineEx::drawPolygon(const QPoint *points, int pointCount, PolygonDrawMode mode) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 920-935 |  
  |  | 8 | 3 | 
 clip| Name:  | QPaintEngineEx::clip |  | Prototype:  | void QPaintEngineEx::clip(const QRect &r, Qt::ClipOperation op) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 606-617 |  
  |  | 9 | 1 | 
 drawTiledPixmap| Name:  | QPaintEngineEx::drawTiledPixmap |  | Prototype:  | void QPaintEngineEx::drawTiledPixmap(const QRectF &r, const QPixmap &pixmap, const QPointF &s) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 947-960 |  
  |  | 9 | 1 | 
 drawLines| Name:  | QPaintEngineEx::drawLines |  | Prototype:  | void QPaintEngineEx::drawLines(const QLine *lines, int lineCount) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 783-800 |  
  |  | 11 | 3 | 
 drawRects| Name:  | QPaintEngineEx::drawRects |  | Prototype:  | void QPaintEngineEx::drawRects(const QRect *rects, int rectCount) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 707-722 |  
  |  | 11 | 2 | 
 drawRects| Name:  | QPaintEngineEx::drawRects |  | Prototype:  | void QPaintEngineEx::drawRects(const QRectF *rects, int rectCount) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 724-738 |  
  |  | 11 | 2 | 
 drawPixmapFragments| Name:  | QPaintEngineEx::drawPixmapFragments |  | Prototype:  | void QPaintEngineEx::drawPixmapFragments(const QPainter::PixmapFragment *fragments, int fragmentCount, const QPixmap &pixmap, QPainter::PixmapFragmentHints ) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 962-991 |  
  |  | 21 | 3 | 
 drawPoints| Name:  | QPaintEngineEx::drawPoints |  | Prototype:  | void QPaintEngineEx::drawPoints(const QPointF *points, int pointCount) |  | Coverage:  |   0.000% (0/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 846-875 |  
  |  | 21 | 6 | 
 drawStaticTextItem| Name:  | QPaintEngineEx::drawStaticTextItem |  | Prototype:  | void QPaintEngineEx::drawStaticTextItem(QStaticTextItem *staticTextItem) |  | Coverage:  |   0.000% (0/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 1049-1079 |  
  |  | 21 | 5 | 
 drawPoints| Name:  | QPaintEngineEx::drawPoints |  | Prototype:  | void QPaintEngineEx::drawPoints(const QPoint *points, int pointCount) |  | Coverage:  |   0.000% (0/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 877-907 |  
  |  | 22 | 6 | 
 drawRoundedRect| Name:  | QPaintEngineEx::drawRoundedRect |  | Prototype:  | void QPaintEngineEx::drawRoundedRect(const QRectF &rect, qreal xRadius, qreal yRadius, Qt::SizeMode mode) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 741-779 |  
  |  | 30 | 2 | 
 clip| Name:  | QPaintEngineEx::clip |  | Prototype:  | void QPaintEngineEx::clip(const QRegion ®ion, Qt::ClipOperation op) |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 619-682 |  
  |  | 44 | 5 | 
 stroke| Name:  | QPaintEngineEx::stroke |  | Prototype:  | void QPaintEngineEx::stroke(const QVectorPath &path, const QPen &pen) |  | Coverage:  |   0.000% (0/96) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 387-592 |  
  |  | 135 | 34 |