| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ | 
 QPixmap::convertFromImage| Name:  | QPixmap::convertFromImage |  | Prototype:  | bool QPixmap::convertFromImage(const QImage &image, Qt::ImageConversionFlags flags) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp |  | Lines:  | 1098-1106 |  
  |  | 5 | 2 | 
 QPixmap::cacheKey| Name:  | QPixmap::cacheKey |  | Prototype:  | qint64 QPixmap::cacheKey() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp |  | Lines:  | 983-990 |  
  |  | 4 | 2 | 
 QPixmap::QPixmap| Name:  | QPixmap::QPixmap |  | Prototype:  | QPixmap::QPixmap(int w, int h) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp |  | Lines:  | 127-134 |  
  |  | 3 | 2 | 
 QPixmap::QPixmap| Name:  | QPixmap::QPixmap |  | Prototype:  | QPixmap::QPixmap(const QSize &size) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp |  | Lines:  | 146-153 |  
  |  | 3 | 2 | 
 QPixmap::QPixmap| Name:  | QPixmap::QPixmap |  | Prototype:  | QPixmap::QPixmap(const QSize &s, int type) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp |  | Lines:  | 158-164 |  
  |  | 3 | 2 | 
 QPixmap::QPixmap| Name:  | QPixmap::QPixmap |  | Prototype:  | QPixmap::QPixmap(const QString& fileName, const char *format, Qt::ImageConversionFlags flags) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp |  | Lines:  | 203-211 |  
  |  | 4 | 2 | 
 QPinchGestureRecognizer::create| Name:  | QPinchGestureRecognizer::create |  | Prototype:  | QGesture *QPinchGestureRecognizer::create(QObject *target) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstandardgestures.cpp |  | Lines:  | 152-158 |  
  |  | 3 | 2 | 
 QPicturePrivate::QPicturePrivate| Name:  | QPicturePrivate::QPicturePrivate |  | Prototype:  | QPicturePrivate::QPicturePrivate(const QPicturePrivate &other) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp |  | Lines:  | 1028-1041 |  
  |  | 4 | 2 | 
 QPicturePaintEngine::updatePen| Name:  | QPicturePaintEngine::updatePen |  | Prototype:  | void QPicturePaintEngine::updatePen(const QPen &pen) |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp |  | Lines:  | 157-174 |  
  |  | 9 | 2 | 
 QPicturePaintEngine::updateBrush| Name:  | QPicturePaintEngine::updateBrush |  | Prototype:  | void QPicturePaintEngine::updateBrush(const QBrush &brush) |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp |  | Lines:  | 212-228 |  
  |  | 9 | 2 | 
 QPicturePaintEngine::end| Name:  | QPicturePaintEngine::end |  | Prototype:  | bool QPicturePaintEngine::end() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp |  | Lines:  | 123-149 |  
  |  | 20 | 2 | 
 QPicturePaintEngine::drawTiledPixmap| Name:  | QPicturePaintEngine::drawTiledPixmap |  | Prototype:  | void QPicturePaintEngine::drawTiledPixmap(const QRectF &r, const QPixmap &pixmap, const QPointF &s) |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp |  | Lines:  | 442-458 |  
  |  | 9 | 2 | 
 QPicturePaintEngine::drawPixmap| Name:  | QPicturePaintEngine::drawPixmap |  | Prototype:  | void QPicturePaintEngine::drawPixmap(const QRectF &r, const QPixmap &pm, const QRectF &sr) |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp |  | Lines:  | 423-440 |  
  |  | 9 | 2 | 
 QPicturePaintEngine::drawImage| Name:  | QPicturePaintEngine::drawImage |  | Prototype:  | void QPicturePaintEngine::drawImage(const QRectF &r, const QImage &image, const QRectF &sr, Qt::ImageConversionFlags flags) |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp |  | Lines:  | 460-477 |  
  |  | 9 | 2 | 
 QPicturePaintEngine::begin| Name:  | QPicturePaintEngine::begin |  | Prototype:  | bool QPicturePaintEngine::begin(QPaintDevice *pd) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp |  | Lines:  | 90-121 |  
  |  | 22 | 2 | 
 QPictureIO::~QPictureIO| Name:  | QPictureIO::~QPictureIO |  | Prototype:  | QPictureIO::~QPictureIO() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp |  | Lines:  | 1373-1378 |  
  |  | 3 | 2 | 
 QPictureIO::setParameters| Name:  | QPictureIO::setParameters |  | Prototype:  | void QPictureIO::setParameters(const char *parameters) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp |  | Lines:  | 1680-1685 |  
  |  | 3 | 2 | 
 QPictureIO::pictureFormat| Name:  | QPictureIO::pictureFormat |  | Prototype:  | QByteArray QPictureIO::pictureFormat(const QString &fileName) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp |  | Lines:  | 1733-1742 |  
  |  | 7 | 2 | 
 QPictureIO::defineIOHandler| Name:  | QPictureIO::defineIOHandler |  | Prototype:  | void QPictureIO::defineIOHandler(const char *format, const char *header, const char *flags, picture_io_handler readPicture, picture_io_handler writePicture) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp |  | Lines:  | 1503-1515 |  
  |  | 5 | 2 | 
 QPicture::paintEngine| Name:  | QPicture::paintEngine |  | Prototype:  | QPaintEngine *QPicture::paintEngine() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp |  | Lines:  | 1130-1135 |  
  |  | 3 | 2 | 
 QPicture::load| Name:  | QPicture::load |  | Prototype:  | bool QPicture::load(const QString &fileName, const char *format) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp |  | Lines:  | 265-273 |  
  |  | 5 | 2 | 
 QPersistentModelIndexData::destroy| Name:  | QPersistentModelIndexData::destroy |  | Prototype:  | void QPersistentModelIndexData::destroy(QPersistentModelIndexData *data) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 72-84 |  
  |  | 8 | 2 | 
 QPersistentModelIndexData::create| Name:  | QPersistentModelIndexData::create |  | Prototype:  | QPersistentModelIndexData *QPersistentModelIndexData::create(const QModelIndex &index) |  | Coverage:  | 100.000% (5/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 55-70 |  
  |  | 11 | 2 | 
 QPersistentModelIndex::~QPersistentModelIndex| Name:  | QPersistentModelIndex::~QPersistentModelIndex |  | Prototype:  | QPersistentModelIndex::~QPersistentModelIndex() |  | Coverage:  | 100.000% (6/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 169-175 |  
  |  | 3 | 2 | 
 QPersistentModelIndex::sibling| Name:  | QPersistentModelIndex::sibling |  | Prototype:  | QModelIndex QPersistentModelIndex::sibling(int row, int column) const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 382-387 |  
  |  | 3 | 2 | 
 QPersistentModelIndex::row| Name:  | QPersistentModelIndex::row |  | Prototype:  | int QPersistentModelIndex::row() const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 310-315 |  
  |  | 3 | 2 | 
 QPersistentModelIndex::parent| Name:  | QPersistentModelIndex::parent |  | Prototype:  | QModelIndex QPersistentModelIndex::parent() const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 368-373 |  
  |  | 3 | 2 | 
 QPersistentModelIndex::operator==| Name:  | QPersistentModelIndex::operator== |  | Prototype:  | bool QPersistentModelIndex::operator==(const QPersistentModelIndex &other) const |  | Coverage:  | 100.000% (6/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 185-190 |  
  |  | 3 | 2 | 
 QPersistentModelIndex::operator==| Name:  | QPersistentModelIndex::operator== |  | Prototype:  | bool QPersistentModelIndex::operator==(const QModelIndex &other) const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 283-288 |  
  |  | 3 | 2 | 
 QPersistentModelIndex::operator<| Name:  | QPersistentModelIndex::operator< |  | Prototype:  | bool QPersistentModelIndex::operator<(const QPersistentModelIndex &other) const |  | Coverage:  |  50.000% (3/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 202-208 |  
  |  | 3 | 2 | 
 QPersistentModelIndex::operator!=| Name:  | QPersistentModelIndex::operator!= |  | Prototype:  | bool QPersistentModelIndex::operator!=(const QModelIndex &other) const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 297-302 |  
  |  | 3 | 2 | 
 QPersistentModelIndex::model| Name:  | QPersistentModelIndex::model |  | Prototype:  | const QAbstractItemModel *QPersistentModelIndex::model() const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 431-436 |  
  |  | 3 | 2 | 
 QPersistentModelIndex::internalPointer| Name:  | QPersistentModelIndex::internalPointer |  | Prototype:  | void *QPersistentModelIndex::internalPointer() const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 339-344 |  
  |  | 3 | 2 | 
 QPersistentModelIndex::internalId| Name:  | QPersistentModelIndex::internalId |  | Prototype:  | quintptr QPersistentModelIndex::internalId() const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 355-360 |  
  |  | 3 | 2 | 
 QPersistentModelIndex::flags| Name:  | QPersistentModelIndex::flags |  | Prototype:  | Qt::ItemFlags QPersistentModelIndex::flags() const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 421-426 |  
  |  | 3 | 2 | 
 QPersistentModelIndex::data| Name:  | QPersistentModelIndex::data |  | Prototype:  | QVariant QPersistentModelIndex::data(int role) const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 409-414 |  
  |  | 3 | 2 | 
 QPersistentModelIndex::column| Name:  | QPersistentModelIndex::column |  | Prototype:  | int QPersistentModelIndex::column() const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 323-328 |  
  |  | 3 | 2 | 
 QPersistentModelIndex::child| Name:  | QPersistentModelIndex::child |  | Prototype:  | QModelIndex QPersistentModelIndex::child(int row, int column) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 396-401 |  
  |  | 3 | 2 | 
 QPersistentModelIndex::QPersistentModelIndex| Name:  | QPersistentModelIndex::QPersistentModelIndex |  | Prototype:  | QPersistentModelIndex::QPersistentModelIndex(const QPersistentModelIndex &other) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 144-148 |  
  |  | 1 | 2 | 
 QPersistentModelIndex::QPersistentModelIndex| Name:  | QPersistentModelIndex::QPersistentModelIndex |  | Prototype:  | QPersistentModelIndex::QPersistentModelIndex(const QModelIndex &index) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 154-161 |  
  |  | 3 | 2 | 
 QPenDataHolder::~QPenDataHolder| Name:  | QPenDataHolder::~QPenDataHolder |  | Prototype:  | ~QPenDataHolder() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp |  | Lines:  | 253-258 |  
  |  | 3 | 2 | 
 QPen::~QPen| Name:  | QPen::~QPen |  | Prototype:  | QPen::~QPen() |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp |  | Lines:  | 348-352 |  
  |  | 2 | 2 | 
 QPen::setStyle| Name:  | QPen::setStyle |  | Prototype:  | void QPen::setStyle(Qt::PenStyle s) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp |  | Lines:  | 440-449 |  
  |  | 7 | 2 | 
 QPen::setJoinStyle| Name:  | QPen::setJoinStyle |  | Prototype:  | void QPen::setJoinStyle(Qt::PenJoinStyle j) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp |  | Lines:  | 738-744 |  
  |  | 4 | 2 | 
 QPen::setCapStyle| Name:  | QPen::setCapStyle |  | Prototype:  | void QPen::setCapStyle(Qt::PenCapStyle c) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp |  | Lines:  | 711-717 |  
  |  | 4 | 2 | 
 QPen::QPen| Name:  | QPen::QPen |  | Prototype:  | QPen::QPen(const QPen &p) noexcept |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp |  | Lines:  | 325-330 |  
  |  | 3 | 2 | 
 QPen::QPen| Name:  | QPen::QPen |  | Prototype:  | QPen::QPen(Qt::PenStyle style) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp |  | Lines:  | 282-290 |  
  |  | 4 | 2 | 
 QPdfWriter::setResolution| Name:  | QPdfWriter::setResolution |  | Prototype:  | void QPdfWriter::setResolution(int resolution) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp |  | Lines:  | 236-241 |  
  |  | 3 | 2 | 
 QPdfPrintEngine::begin| Name:  | QPdfPrintEngine::begin |  | Prototype:  | bool QPdfPrintEngine::begin(QPaintDevice *pdev) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintengine_pdf.cpp |  | Lines:  | 77-88 |  
  |  | 6 | 2 | 
 QPdfPage::streamImage| Name:  | QPdfPage::streamImage |  | Prototype:  | void QPdfPage::streamImage(int w, int h, int object) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 739-744 |  
  |  | 3 | 2 | 
 QPdfEnginePrivate::xprintf| Name:  | QPdfEnginePrivate::xprintf |  | Prototype:  | void QPdfEnginePrivate::xprintf(const char* fmt, ...) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 1810-1828 |  
  |  | 11 | 2 | 
 QPdfEnginePrivate::writeTail| Name:  | QPdfEnginePrivate::writeTail |  | Prototype:  | void QPdfEnginePrivate::writeTail() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 1750-1772 |  
  |  | 18 | 2 | 
 QPdfEnginePrivate::writePageRoot| Name:  | QPdfEnginePrivate::writePageRoot |  | Prototype:  | void QPdfEnginePrivate::writePageRoot() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 1522-1541 |  
  |  | 13 | 2 | 
 QPdfEnginePrivate::writeFonts| Name:  | QPdfEnginePrivate::writeFonts |  | Prototype:  | void QPdfEnginePrivate::writeFonts() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 1657-1664 |  
  |  | 4 | 2 | 
 QPdfEnginePrivate::pageMatrix| Name:  | QPdfEnginePrivate::pageMatrix |  | Prototype:  | QTransform QPdfEnginePrivate::pageMatrix() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 2708-2717 |  
  |  | 6 | 2 | 
 QPdfEnginePrivate::newPage| Name:  | QPdfEnginePrivate::newPage |  | Prototype:  | void QPdfEnginePrivate::newPage() |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 2719-2734 |  
  |  | 11 | 2 | 
 QPdfEngine::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:  | 1435-1455 |  
  |  | 13 | 2 | 
 QPdfEngine::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:  | 945-973 |  
  |  | 20 | 2 | 
 QPdf::patternForBrush| Name:  | QPdf::patternForBrush |  | Prototype:  | QByteArray QPdf::patternForBrush(const QBrush &b) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 546-552 |  
  |  | 4 | 2 | 
 QPdf::Stroker::strokePath| Name:  | QPdf::Stroker::strokePath |  | Prototype:  | void QPdf::Stroker::strokePath(const QPainterPath &path) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 635-643 |  
  |  | 5 | 2 | 
 QPdf::ByteStream::operator <<| Name:  | QPdf::ByteStream::operator << |  | Prototype:  | ByteStream &ByteStream::operator <<(char chr) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 186-191 |  
  |  | 3 | 2 | 
 QPdf::ByteStream::operator <<| Name:  | QPdf::ByteStream::operator << |  | Prototype:  | ByteStream &ByteStream::operator <<(const char *str) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 193-198 |  
  |  | 3 | 2 | 
 QPdf::ByteStream::operator <<| Name:  | QPdf::ByteStream::operator << |  | Prototype:  | ByteStream &ByteStream::operator <<(const QByteArray &str) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 200-205 |  
  |  | 3 | 2 | 
 QPcreJitStackPointer::~QPcreJitStackPointer| Name:  | QPcreJitStackPointer::~QPcreJitStackPointer |  | Prototype:  | ~QPcreJitStackPointer() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp |  | Lines:  | 1094-1098 |  
  |  | 2 | 2 | 
 QPauseAnimation::setDuration| Name:  | QPauseAnimation::setDuration |  | Prototype:  | void QPauseAnimation::setDuration(int msecs) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpauseanimation.cpp |  | Lines:  | 124-132 |  
  |  | 5 | 2 | 
 QParallelAnimationGroupPrivate::disconnectUncontrolledAnimations| Name:  | QParallelAnimationGroupPrivate::disconnectUncontrolledAnimations |  | Prototype:  | void QParallelAnimationGroupPrivate::disconnectUncontrolledAnimations() |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp |  | Lines:  | 248-254 |  
  |  | 3 | 2 | 
 QPanGestureRecognizer::create| Name:  | QPanGestureRecognizer::create |  | Prototype:  | QGesture *QPanGestureRecognizer::create(QObject *target) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstandardgestures.cpp |  | Lines:  | 58-70 |  
  |  | 3 | 2 | 
 QPalette::~QPalette| Name:  | QPalette::~QPalette |  | Prototype:  | QPalette::~QPalette() |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp |  | Lines:  | 657-661 |  
  |  | 2 | 2 | 
 QPalette::operator=| Name:  | QPalette::operator= |  | Prototype:  | QPalette &QPalette::operator=(const QPalette &p) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp |  | Lines:  | 676-684 |  
  |  | 6 | 2 | 
 QPalette::QPalette| Name:  | QPalette::QPalette |  | Prototype:  | QPalette::QPalette() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp |  | Lines:  | 520-536 |  
  |  | 8 | 2 | 
 QPainterPrivate::viewTransform| Name:  | QPainterPrivate::viewTransform |  | Prototype:  | QTransform QPainterPrivate::viewTransform() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 217-226 |  
  |  | 6 | 2 | 
 QPainterPrivate::effectiveDevicePixelRatio| Name:  | QPainterPrivate::effectiveDevicePixelRatio |  | Prototype:  | qreal QPainterPrivate::effectiveDevicePixelRatio() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 228-235 |  
  |  | 3 | 2 | 
 QPainterPathStroker::setWidth| Name:  | QPainterPathStroker::setWidth |  | Prototype:  | void QPainterPathStroker::setWidth(qreal width) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp |  | Lines:  | 2620-2626 |  
  |  | 4 | 2 | 
 QPainterPathStroker::setDashPattern| Name:  | QPainterPathStroker::setDashPattern |  | Prototype:  | void QPainterPathStroker::setDashPattern(const QVector<qreal> &dashPattern) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp |  | Lines:  | 2742-2747 |  
  |  | 3 | 2 | 
 QPainterPathStroker::QPainterPathStroker| Name:  | QPainterPathStroker::QPainterPathStroker |  | Prototype:  | QPainterPathStroker::QPainterPathStroker(const QPen &pen) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp |  | Lines:  | 2559-2572 |  
  |  | 8 | 2 | 
 QPainterPathPrivateDeleter::cleanup| Name:  | QPainterPathPrivateDeleter::cleanup |  | Prototype:  | static inline void cleanup(QPainterPathPrivate *d) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp |  | Lines:  | 76-82 |  
  |  | 2 | 2 | 
 QPainterPath::united| Name:  | QPainterPath::united |  | Prototype:  | QPainterPath QPainterPath::united(const QPainterPath &p) const |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp |  | Lines:  | 3279-3285 |  
  |  | 4 | 2 | 
 QPainterPath::subtracted| Name:  | QPainterPath::subtracted |  | Prototype:  | QPainterPath QPainterPath::subtracted(const QPainterPath &p) const |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp |  | Lines:  | 3312-3318 |  
  |  | 4 | 2 | 
 QPainterPath::simplified| Name:  | QPainterPath::simplified |  | Prototype:  | QPainterPath QPainterPath::simplified() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp |  | Lines:  | 3342-3348 |  
  |  | 4 | 2 | 
 QPainterPath::setFillRule| Name:  | QPainterPath::setFillRule |  | Prototype:  | void QPainterPath::setFillRule(Qt::FillRule fillRule) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp |  | Lines:  | 1331-1339 |  
  |  | 5 | 2 | 
 QPainterPath::intersected| Name:  | QPainterPath::intersected |  | Prototype:  | QPainterPath QPainterPath::intersected(const QPainterPath &p) const |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp |  | Lines:  | 3294-3300 |  
  |  | 4 | 2 | 
 QPainterPath::detach| Name:  | QPainterPath::detach |  | Prototype:  | void QPainterPath::detach() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp |  | Lines:  | 561-566 |  
  |  | 3 | 2 | 
 QPainterPath::closeSubpath| Name:  | QPainterPath::closeSubpath |  | Prototype:  | void QPainterPath::closeSubpath() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp |  | Lines:  | 642-652 |  
  |  | 4 | 2 | 
 QPainterPath::arcMoveTo| Name:  | QPainterPath::arcMoveTo |  | Prototype:  | void QPainterPath::arcMoveTo(const QRectF &rect, qreal angle) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp |  | Lines:  | 966-974 |  
  |  | 5 | 2 | 
 QPainterPath::angleAtPercent| Name:  | QPainterPath::angleAtPercent |  | Prototype:  | qreal QPainterPath::angleAtPercent(qreal t) const |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp |  | Lines:  | 3021-3038 |  
  |  | 11 | 2 | 
 QPainterPath::addRegion| Name:  | QPainterPath::addRegion |  | Prototype:  | void QPainterPath::addRegion(const QRegion ®ion) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp |  | Lines:  | 1292-1301 |  
  |  | 6 | 2 | 
 QPainterPath::QPainterPath| Name:  | QPainterPath::QPainterPath |  | Prototype:  | QPainterPath::QPainterPath(const QPainterPath &other) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp |  | Lines:  | 542-547 |  
  |  | 2 | 2 | 
 QPainter::worldTransform| Name:  | QPainter::worldTransform |  | Prototype:  | const QTransform & QPainter::worldTransform() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 8296-8304 |  
  |  | 5 | 2 | 
 QPainter::worldMatrixEnabled| Name:  | QPainter::worldMatrixEnabled |  | Prototype:  | bool QPainter::worldMatrixEnabled() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 3075-3083 |  
  |  | 5 | 2 | 
 QPainter::worldMatrix| Name:  | QPainter::worldMatrix |  | Prototype:  | const QMatrix &QPainter::worldMatrix() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 2932-2940 |  
  |  | 5 | 2 | 
 QPainter::window| Name:  | QPainter::window |  | Prototype:  | QRect QPainter::window() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 7205-7213 |  
  |  | 5 | 2 | 
 QPainter::viewport| Name:  | QPainter::viewport |  | Prototype:  | QRect QPainter::viewport() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 7269-7277 |  
  |  | 5 | 2 | 
 QPainter::viewTransformEnabled| Name:  | QPainter::viewTransformEnabled |  | Prototype:  | bool QPainter::viewTransformEnabled() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 7141-7149 |  
  |  | 5 | 2 | 
 QPainter::translate| Name:  | QPainter::translate |  | Prototype:  | void QPainter::translate(const QPointF &offset) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 3188-3205 |  
  |  | 9 | 2 | 
 QPainter::shear| Name:  | QPainter::shear |  | Prototype:  | void QPainter::shear(qreal sh, qreal sv) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 3140-3155 |  
  |  | 7 | 2 | 
 QPainter::setWindow| Name:  | QPainter::setWindow |  | Prototype:  | void QPainter::setWindow(const QRect &r) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 7176-7197 |  
  |  | 10 | 2 | 
 QPainter::setViewport| Name:  | QPainter::setViewport |  | Prototype:  | void QPainter::setViewport(const QRect &r) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 7240-7261 |  
  |  | 10 | 2 | 
 QPainter::setRenderHint| Name:  | QPainter::setRenderHint |  | Prototype:  | void QPainter::setRenderHint(RenderHint hint, bool on) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 7063-7077 |  
  |  | 3 | 2 | 
 QPainter::setLayoutDirection| Name:  | QPainter::setLayoutDirection |  | Prototype:  | void QPainter::setLayoutDirection(Qt::LayoutDirection direction) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 7655-7660 |  
  |  | 3 | 2 | 
 QPainter::scale| Name:  | QPainter::scale |  | Prototype:  | void QPainter::scale(qreal sx, qreal sy) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 3117-3132 |  
  |  | 7 | 2 |