| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 QRasterPaintEnginePrivate| Name:  | QRasterPaintEnginePrivate::QRasterPaintEnginePrivate |  | Prototype:  | QRasterPaintEnginePrivate::QRasterPaintEnginePrivate() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp |  | Lines:  | 275-279 |  
  |  | 2 | 1 | 
 canUseFastImageBlending| Name:  | QRasterPaintEnginePrivate::canUseFastImageBlending |  | Prototype:  | bool QRasterPaintEnginePrivate::canUseFastImageBlending(QPainter::CompositionMode mode, const QImage &image) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp |  | Lines:  | 3613-3622 |  
  |  | 6 | 1 | 
 drawImage| Name:  | QRasterPaintEnginePrivate::drawImage |  | Prototype:  | void QRasterPaintEnginePrivate::drawImage(const QPointF &pt, const QImage &img, SrcOverBlendFunc func, const QRect &clip, int alpha, const QRect &sr) |  | Coverage:  |   0.000% (0/27) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp |  | Lines:  | 955-1021 |  
  |  | 44 | 9 | 
 getBrushFunc| Name:  | QRasterPaintEnginePrivate::getBrushFunc |  | Prototype:  | inline ProcessSpans QRasterPaintEnginePrivate::getBrushFunc(const QRect &rect, const QSpanData *data) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp |  | Lines:  | 2922-2927 |  
  |  | 1 | 1 | 
 getBrushFunc| Name:  | QRasterPaintEnginePrivate::getBrushFunc |  | Prototype:  | inline ProcessSpans QRasterPaintEnginePrivate::getBrushFunc(const QRectF &rect, const QSpanData *data) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp |  | Lines:  | 2929-2934 |  
  |  | 1 | 1 | 
 getPenFunc| Name:  | QRasterPaintEnginePrivate::getPenFunc |  | Prototype:  | inline ProcessSpans QRasterPaintEnginePrivate::getPenFunc(const QRectF &rect, const QSpanData *data) const |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp |  | Lines:  | 2936-2947 |  
  |  | 6 | 2 | 
 initializeRasterizer| Name:  | QRasterPaintEnginePrivate::initializeRasterizer |  | Prototype:  | void QRasterPaintEnginePrivate::initializeRasterizer(QSpanData *data) |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp |  | Lines:  | 3452-3476 |  
  |  | 15 | 2 | 
 isUnclipped| Name:  | QRasterPaintEnginePrivate::isUnclipped |  | Prototype:  | bool QRasterPaintEnginePrivate::isUnclipped(const QRect &rect, int penWidth) const |  | Coverage:  |   0.000% (0/18) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp |  | Lines:  | 2876-2914 |  
  |  | 23 | 6 | 
 isUnclipped| Name:  | QRasterPaintEnginePrivate::isUnclipped |  | Prototype:  | inline bool QRasterPaintEnginePrivate::isUnclipped(const QRectF &rect, int penWidth) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp |  | Lines:  | 2916-2920 |  
  |  | 1 | 1 | 
 isUnclipped_normalized| Name:  | QRasterPaintEnginePrivate::isUnclipped_normalized |  | Prototype:  | bool QRasterPaintEnginePrivate::isUnclipped_normalized(const QRect &r) const |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp |  | Lines:  | 2851-2874 |  
  |  | 12 | 4 | 
 rasterize| Name:  | QRasterPaintEnginePrivate::rasterize |  | Prototype:  | void QRasterPaintEnginePrivate::rasterize(QT_FT_Outline *outline, ProcessSpans callback, QSpanData *spanData, QRasterBuffer *rasterBuffer) |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp |  | Lines:  | 3478-3500 |  
  |  | 12 | 3 | 
 rasterize| Name:  | QRasterPaintEnginePrivate::rasterize |  | Prototype:  | void QRasterPaintEnginePrivate::rasterize(QT_FT_Outline *outline, ProcessSpans callback, void *userData, QRasterBuffer *) |  | Coverage:  |   0.000% (0/23) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp |  | Lines:  | 3511-3602 |  
  |  | 57 | 7 | 
 rasterizeLine_dashed| Name:  | QRasterPaintEnginePrivate::rasterizeLine_dashed |  | Prototype:  | void QRasterPaintEnginePrivate::rasterizeLine_dashed(QLineF line, qreal width, int *dashIndex, qreal *dashOffset, bool *inDash) |  | Coverage:  |   0.000% (0/22) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp |  | Lines:  | 3149-3193 |  
  |  | 29 | 7 | 
 recalculateFastImages| Name:  | QRasterPaintEnginePrivate::recalculateFastImages |  | Prototype:  | void QRasterPaintEnginePrivate::recalculateFastImages() |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp |  | Lines:  | 3604-3611 |  
  |  | 4 | 1 | 
 systemStateChanged| Name:  | QRasterPaintEnginePrivate::systemStateChanged |  | Prototype:  | void QRasterPaintEnginePrivate::systemStateChanged() |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp |  | Lines:  | 1024-1050 |  
  |  | 15 | 3 | 
 updateMatrixData| Name:  | QRasterPaintEnginePrivate::updateMatrixData |  | Prototype:  | void QRasterPaintEnginePrivate::updateMatrixData(QSpanData *spanData, const QBrush &b, const QTransform &m) |  | Coverage:  |   0.000% (0/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp |  | Lines:  | 1052-1083 |  
  |  | 21 | 4 |