| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 drawEllipse| Name:  | QPainter::drawEllipse |  | Prototype:  | void QPainter::drawEllipse(const QRectF &r) |  | Coverage:  |   0.000% (0/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 4220-4252 |  
  |  | 17 | 5 | 
 drawEllipse| Name:  | QPainter::drawEllipse |  | Prototype:  | void QPainter::drawEllipse(const QRect &r) |  | Coverage:  |   0.000% (0/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 4261-4294 |  
  |  | 17 | 5 | 
 drawConvexPolygon| Name:  | QPainter::drawConvexPolygon |  | Prototype:  | void QPainter::drawConvexPolygon(const QPoint *points, int pointCount) |  | Coverage:  |   0.000% (0/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 4947-4979 |  
  |  | 17 | 5 | 
 drawConvexPolygon| Name:  | QPainter::drawConvexPolygon |  | Prototype:  | void QPainter::drawConvexPolygon(const QPointF *points, int pointCount) |  | Coverage:  |   0.000% (0/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 4981-5013 |  
  |  | 17 | 5 | 
 drawChord| Name:  | QPainter::drawChord |  | Prototype:  | void QPainter::drawChord(const QRectF &r, int a, int alen) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 4478-4497 |  
  |  | 9 | 2 | 
 drawArc| Name:  | QPainter::drawArc |  | Prototype:  | void QPainter::drawArc(const QRectF &r, int a, int alen) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 4347-4365 |  
  |  | 8 | 2 | 
 deviceTransform| Name:  | QPainter::deviceTransform |  | Prototype:  | const QTransform & QPainter::deviceTransform() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 8218-8226 |  
  |  | 5 | 2 | 
 deviceMatrix| Name:  | QPainter::deviceMatrix |  | Prototype:  | const QMatrix &QPainter::deviceMatrix() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 3002-3010 |  
  |  | 5 | 2 | 
 device| Name:  | QPainter::device |  | Prototype:  | QPaintDevice *QPainter::device() const |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 1507-1513 |  
  |  | 4 | 2 | 
 compositionMode| Name:  | QPainter::compositionMode |  | Prototype:  | QPainter::CompositionMode QPainter::compositionMode() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 2397-2405 |  
  |  | 5 | 2 | 
 combinedTransform| Name:  | QPainter::combinedTransform |  | Prototype:  | QTransform QPainter::combinedTransform() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 8308-8316 |  
  |  | 5 | 2 | 
 combinedMatrix| Name:  | QPainter::combinedMatrix |  | Prototype:  | QMatrix QPainter::combinedMatrix() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 2977-2980 |  
  |  | 1 | 1 | 
 clipRegion| Name:  | QPainter::clipRegion |  | Prototype:  | QRegion QPainter::clipRegion() const |  | Coverage:  |   0.000% (0/64) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 2493-2597 |  
  |  | 67 | 22 | 
 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:  | 2611-2648 |  
  |  | 19 | 6 | 
 clipBoundingRect| Name:  | QPainter::clipBoundingRect |  | Prototype:  | QRectF QPainter::clipBoundingRect() const |  | Coverage:  |   0.000% (0/26) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 2662-2703 |  
  |  | 23 | 9 | 
 brushOrigin| Name:  | QPainter::brushOrigin |  | Prototype:  | QPoint QPainter::brushOrigin() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 2094-2102 |  
  |  | 5 | 2 | 
 brush| Name:  | QPainter::brush |  | Prototype:  | const QBrush &QPainter::brush() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 4009-4017 |  
  |  | 5 | 2 | 
 boundingRect| Name:  | QPainter::boundingRect |  | Prototype:  | QRect QPainter::boundingRect(const QRect &rect, int flags, const QString &str) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 6586-6593 |  
  |  | 5 | 2 | 
 boundingRect| Name:  | QPainter::boundingRect |  | Prototype:  | QRectF QPainter::boundingRect(const QRectF &rect, int flags, const QString &str) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 6597-6604 |  
  |  | 5 | 2 | 
 boundingRect| Name:  | QPainter::boundingRect |  | Prototype:  | QRectF QPainter::boundingRect(const QRectF &r, const QString &text, const QTextOption &o) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 6619-6629 |  
  |  | 6 | 2 | 
 beginNativePainting| Name:  | QPainter::beginNativePainting |  | Prototype:  | void QPainter::beginNativePainting() |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 1967-1977 |  
  |  | 6 | 3 | 
 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:  | 1698-1855 |  
  |  | 94 | 24 | 
 backgroundMode| Name:  | QPainter::backgroundMode |  | Prototype:  | Qt::BGMode QPainter::backgroundMode() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 3818-3826 |  
  |  | 5 | 2 | 
 background| Name:  | QPainter::background |  | Prototype:  | const QBrush &QPainter::background() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 2413-2421 |  
  |  | 5 | 2 | 
 QPainter| Name:  | QPainter::QPainter |  | Prototype:  | QPainter::QPainter() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 1436-1439 |  
  |  | 2 | 1 | 
 QPainter| Name:  | QPainter::QPainter |  | Prototype:  | QPainter::QPainter(QPaintDevice *pd) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 1465-1474 |  
  |  | 5 | 2 | 
 PixmapFragment| Name:  | QPainter::PixmapFragment |  | Coverage:  |   0.000% (0/1) |  
  |  | 3 | 1 |