| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity | 
 updateState| Name:  | QPdfEngine::updateState |  | Prototype:  | void QPdfEngine::updateState(const QPaintEngineState &state) |  | Coverage:  |   0.000% (0/58) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 1029-1090 |  
  |  | 47 | 16 | 
 setPen| Name:  | QPdfEngine::setPen |  | Prototype:  | void QPdfEngine::setPen() |  | Coverage:  |   0.000% (0/25) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 1158-1214 |  
  |  | 36 | 12 | 
 begin| Name:  | QPdfEngine::begin |  | Prototype:  | bool QPdfEngine::begin(QPaintDevice *pdev) |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 1377-1427 |  
  |  | 35 | 4 | 
 metric| Name:  | QPdfEngine::metric |  | Prototype:  | int QPdfEngine::metric(QPaintDevice::PaintDeviceMetric metricType) const |  | Coverage:  |   0.000% (0/25) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 1316-1358 |  
  |  | 26 | 14 | 
 setupGraphicsState| Name:  | QPdfEngine::setupGraphicsState |  | Prototype:  | void QPdfEngine::setupGraphicsState(QPaintEngine::DirtyFlags flags) |  | Coverage:  |   0.000% (0/43) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 1092-1131 |  
  |  | 25 | 13 | 
 setBrush| Name:  | QPdfEngine::setBrush |  | Prototype:  | void QPdfEngine::setBrush() |  | Coverage:  |   0.000% (0/21) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 1217-1250 |  
  |  | 24 | 7 | 
 drawHyperlink| Name:  | QPdfEngine::drawHyperlink |  | Prototype:  | void QPdfEngine::drawHyperlink(const QRectF &r, const QUrl &url) |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 999-1027 |  
  |  | 23 | 3 | 
 drawPixmap| Name:  | QPdfEngine::drawPixmap |  | Prototype:  | void QPdfEngine::drawPixmap (const QRectF &rectangle, const QPixmap &pixmap, const QRectF &sr) |  | Coverage:  |   0.000% (0/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 886-915 |  
  |  | 21 | 4 | 
 drawTiledPixmap| Name:  | QPdfEngine::drawTiledPixmap |  | Prototype:  | void QPdfEngine::drawTiledPixmap (const QRectF &rectangle, const QPixmap &pixmap, const QPointF &point) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 939-967 |  
  |  | 20 | 2 | 
 drawTextItem| Name:  | QPdfEngine::drawTextItem |  | Prototype:  | void QPdfEngine::drawTextItem(const QPointF &p, const QTextItem &textItem) |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 969-997 |  
  |  | 20 | 4 | 
 drawRects| Name:  | QPdfEngine::drawRects |  | Prototype:  | void QPdfEngine::drawRects (const QRectF *rects, int rectCount) |  | Coverage:  |   0.000% (0/35) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 793-821 |  
  |  | 20 | 9 | 
 drawPolygon| Name:  | QPdfEngine::drawPolygon |  | Prototype:  | void QPdfEngine::drawPolygon(const QPointF *points, int pointCount, PolygonDrawMode mode) |  | Coverage:  |   0.000% (0/21) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 823-857 |  
  |  | 20 | 9 | 
 drawPath| Name:  | QPdfEngine::drawPath |  | Prototype:  | void QPdfEngine::drawPath (const QPainterPath &p) |  | Coverage:  |   0.000% (0/20) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 859-884 |  
  |  | 17 | 6 | 
 drawImage| Name:  | QPdfEngine::drawImage |  | Prototype:  | void QPdfEngine::drawImage(const QRectF &rectangle, const QImage &image, const QRectF &sr, Qt::ImageConversionFlags) |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 917-937 |  
  |  | 16 | 3 | 
 updateClipPath| Name:  | QPdfEngine::updateClipPath |  | Prototype:  | void QPdfEngine::updateClipPath(const QPainterPath &p, Qt::ClipOperation op) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 1135-1156 |  
  |  | 14 | 4 | 
 end| Name:  | QPdfEngine::end |  | Prototype:  | bool QPdfEngine::end() |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 1429-1449 |  
  |  | 13 | 2 | 
 drawPoints| Name:  | QPdfEngine::drawPoints |  | Prototype:  | void QPdfEngine::drawPoints (const QPointF *points, int pointCount) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 758-774 |  
  |  | 11 | 3 | 
 drawLines| Name:  | QPdfEngine::drawLines |  | Prototype:  | void QPdfEngine::drawLines (const QLineF *lines, int lineCount) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 776-791 |  
  |  | 11 | 3 | 
 newPage| Name:  | QPdfEngine::newPage |  | Prototype:  | bool QPdfEngine::newPage() |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 1253-1265 |  
  |  | 9 | 3 | 
 setPageMargins| Name:  | QPdfEngine::setPageMargins |  | Prototype:  | void QPdfEngine::setPageMargins(const QMarginsF &margins, QPageLayout::Unit units) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 1302-1307 |  
  |  | 3 | 1 | 
 setResolution| Name:  | QPdfEngine::setResolution |  | Prototype:  | void QPdfEngine::setResolution(int resolution) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 1272-1276 |  
  |  | 2 | 1 | 
 setPageSize| Name:  | QPdfEngine::setPageSize |  | Prototype:  | void QPdfEngine::setPageSize(const QPageSize &pageSize) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 1290-1294 |  
  |  | 2 | 1 | 
 setPageOrientation| Name:  | QPdfEngine::setPageOrientation |  | Prototype:  | void QPdfEngine::setPageOrientation(QPageLayout::Orientation orientation) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 1296-1300 |  
  |  | 2 | 1 | 
 setPageLayout| Name:  | QPdfEngine::setPageLayout |  | Prototype:  | void QPdfEngine::setPageLayout(const QPageLayout &pageLayout) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 1284-1288 |  
  |  | 2 | 1 | 
 setOutputFilename| Name:  | QPdfEngine::setOutputFilename |  | Prototype:  | void QPdfEngine::setOutputFilename(const QString &filename) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 751-755 |  
  |  | 2 | 1 | 
 resolution| Name:  | QPdfEngine::resolution |  | Prototype:  | int QPdfEngine::resolution() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 1278-1282 |  
  |  | 2 | 1 | 
 pageLayout| Name:  | QPdfEngine::pageLayout |  | Prototype:  | QPageLayout QPdfEngine::pageLayout() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 1309-1313 |  
  |  | 2 | 1 | 
 QPdfEngine| Name:  | QPdfEngine::QPdfEngine |  | Prototype:  | QPdfEngine::QPdfEngine(QPdfEnginePrivate &dd) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 741-744 |  
  |  | 2 | 1 | 
 QPdfEngine| Name:  | QPdfEngine::QPdfEngine |  | Prototype:  | QPdfEngine::QPdfEngine() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 746-749 |  
  |  | 2 | 1 | 
 type| Name:  | QPdfEngine::type |  | Prototype:  | QPaintEngine::Type QPdfEngine::type() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 1267-1270 |  
  |  | 1 | 1 |