| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QPaintEngine::drawLines| Name: | QPaintEngine::drawLines | | Prototype: | void QPaintEngine::drawLines(const QLine *lines, int lineCount) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 797-823 |
| | 14 | 3 |
QPaintEngine::drawPoints| Name: | QPaintEngine::drawPoints | | Prototype: | void QPaintEngine::drawPoints(const QPoint *points, int pointCount) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 479-494 |
| | 11 | 3 |
QPaintEngine::drawRects| Name: | QPaintEngine::drawRects | | Prototype: | void QPaintEngine::drawRects(const QRect *rects, int rectCount) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 833-856 |
| | 13 | 3 |
QPaintEngine::drawTextItem| Name: | QPaintEngine::drawTextItem | | Prototype: | void QPaintEngine::drawTextItem(const QPointF &p, const QTextItem &textItem) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 751-768 |
| | 13 | 3 |
QPaintEngineEx::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 |
QPaintEngineEx::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 |
QPaintEngineEx::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 |
QPaintEngineEx::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 |
QPainter::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: | 1971-1981 |
| | 6 | 3 |
QPainter::drawPicture| Name: | QPainter::drawPicture | | Prototype: | void QPainter::drawPicture(const QPointF &p, const QPicture &picture) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 6776-6790 |
| | 9 | 3 |
QPainter::drawText| Name: | QPainter::drawText | | Prototype: | void QPainter::drawText(const QRectF &r, int flags, const QString &str, QRectF *br) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 6007-6024 |
| | 6 | 3 |
QPainter::drawText| Name: | QPainter::drawText | | Prototype: | void QPainter::drawText(const QRectF &r, const QString &text, const QTextOption &o) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 6125-6142 |
| | 6 | 3 |
QPainter::endNativePainting| Name: | QPainter::endNativePainting | | Prototype: | void QPainter::endNativePainting() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 1992-2004 |
| | 7 | 3 |
QPainter::fillRect| Name: | QPainter::fillRect | | Prototype: | void QPainter::fillRect(const QRect &r, const QColor &color) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 6966-6979 |
| | 7 | 3 |
QPainter::fillRect| Name: | QPainter::fillRect | | Prototype: | void QPainter::fillRect(const QRectF &r, const QColor &color) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 6990-7003 |
| | 7 | 3 |
QPainter::resetTransform| Name: | QPainter::resetTransform | | Prototype: | void QPainter::resetTransform() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 8242-8264 |
| | 13 | 3 |
QPainter::save| Name: | QPainter::save | | Prototype: | void QPainter::save() | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 1570-1591 |
| | 11 | 3 |
QPainter::setBackground| Name: | QPainter::setBackground | | Prototype: | void QPainter::setBackground(const QBrush &bg) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 4036-4051 |
| | 7 | 3 |
QPainter::setBrushOrigin| Name: | QPainter::setBrushOrigin | | Prototype: | void QPainter::setBrushOrigin(const QPointF &p) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 2126-2147 |
| | 9 | 3 |
QPainter::setFont| Name: | QPainter::setFont | | Prototype: | void QPainter::setFont(const QFont &font) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 4066-4083 |
| | 7 | 3 |
QPainter::setViewTransformEnabled| Name: | QPainter::setViewTransformEnabled | | Prototype: | void QPainter::setViewTransformEnabled(bool enable) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7287-7306 |
| | 8 | 3 |
QPainter::setWorldMatrixEnabled| Name: | QPainter::setWorldMatrixEnabled | | Prototype: | void QPainter::setWorldMatrixEnabled(bool enable) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3047-3064 |
| | 8 | 3 |
QPainter::setWorldTransform| Name: | QPainter::setWorldTransform | | Prototype: | void QPainter::setWorldTransform(const QTransform &matrix, bool combine ) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 8274-8290 |
| | 9 | 3 |
QPainterPath::addEllipse| Name: | QPainterPath::addEllipse | | Prototype: | void QPainterPath::addEllipse(const QRectF &boundingRect) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 1102-1134 |
| | 21 | 3 |
QPainterPath::addPath| Name: | QPainterPath::addPath | | Prototype: | void QPainterPath::addPath(const QPainterPath &other) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 1223-1242 |
| | 11 | 3 |
QPainterPath::addPolygon| Name: | QPainterPath::addPolygon | | Prototype: | void QPainterPath::addPolygon(const QPolygonF &polygon) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 1066-1081 |
| | 9 | 3 |
QPainterPath::addRect| Name: | QPainterPath::addRect | | Prototype: | void QPainterPath::addRect(const QRectF &r) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 1019-1047 |
| | 17 | 3 |
QPainterPath::boundingRect| Name: | QPainterPath::boundingRect | | Prototype: | QRectF QPainterPath::boundingRect() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 1450-1459 |
| | 6 | 3 |
QPainterPath::contains| Name: | QPainterPath::contains | | Prototype: | bool QPainterPath::contains(const QPainterPath &p) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 3383-3391 |
| | 6 | 3 |
QPainterPath::controlPointRect| Name: | QPainterPath::controlPointRect | | Prototype: | QRectF QPainterPath::controlPointRect() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 1471-1480 |
| | 6 | 3 |
QPainterPath::cubicTo| Name: | QPainterPath::cubicTo | | Prototype: | void QPainterPath::cubicTo(const QPointF &c1, const QPointF &c2, const QPointF &e) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 780-813 |
| | 15 | 3 |
QPainterPath::intersects| Name: | QPainterPath::intersects | | Prototype: | bool QPainterPath::intersects(const QPainterPath &p) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 3361-3369 |
| | 6 | 3 |
QPainterPath::lineTo| Name: | QPainterPath::lineTo | | Prototype: | void QPainterPath::lineTo(const QPointF &p) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 722-747 |
| | 13 | 3 |
QPainterPath::moveTo| Name: | QPainterPath::moveTo | | Prototype: | void QPainterPath::moveTo(const QPointF &p) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 672-701 |
| | 14 | 3 |
QPainterPath::operator=| Name: | QPainterPath::operator= | | Prototype: | QPainterPath &QPainterPath::operator=(const QPainterPath &other) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 597-606 |
| | 6 | 3 |
QPainterPath::quadTo| Name: | QPainterPath::quadTo | | Prototype: | void QPainterPath::quadTo(const QPointF &c, const QPointF &e) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 837-867 |
| | 14 | 3 |
QPainterPathStroker::createStroke| Name: | QPainterPathStroker::createStroke | | Prototype: | QPainterPath QPainterPathStroker::createStroke(const QPainterPath &path) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2595-2612 |
| | 13 | 3 |
QPainterPrivate::drawOpaqueBackground| Name: | QPainterPrivate::drawOpaqueBackground | | Prototype: | void QPainterPrivate::drawOpaqueBackground(const QPainterPath &path, DrawOperation op) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 495-512 |
| | 9 | 3 |
QPainterPrivate::updateMatrix| Name: | QPainterPrivate::updateMatrix | | Prototype: | void QPainterPrivate::updateMatrix() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 645-662 |
| | 9 | 3 |
QPainterPrivate::updateState| Name: | QPainterPrivate::updateState | | Prototype: | void QPainterPrivate::updateState(QPainterState *newState) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 911-919 |
| | 4 | 3 |
QPalette::brush| Name: | QPalette::brush | | Prototype: | const QBrush &QPalette::brush(ColorGroup gr, ColorRole cr) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | | Lines: | 719-731 |
| | 7 | 3 |
QParallelAnimationGroup::duration| Name: | QParallelAnimationGroup::duration | | Prototype: | int QParallelAnimationGroup::duration() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | | Lines: | 111-125 |
| | 8 | 3 |
QParallelAnimationGroupPrivate::connectUncontrolledAnimations| Name: | QParallelAnimationGroupPrivate::connectUncontrolledAnimations | | Prototype: | void QParallelAnimationGroupPrivate::connectUncontrolledAnimations() | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | | Lines: | 256-265 |
| | 5 | 3 |
QPdf::ByteStream::operator <<| Name: | QPdf::ByteStream::operator << | | Prototype: | ByteStream &ByteStream::operator <<(const ByteStream &src) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 207-222 |
| | 10 | 3 |
QPdf::toHex| Name: | QPdf::toHex | | Prototype: | const char *QPdf::toHex(ushort u, char *buffer) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 701-715 |
| | 10 | 3 |
QPdf::toHex| Name: | QPdf::toHex | | Prototype: | const char *QPdf::toHex(uchar u, char *buffer) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 717-731 |
| | 10 | 3 |
QPdfEngine::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: | 1005-1033 |
| | 23 | 3 |
QPdfEngine::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: | 923-943 |
| | 16 | 3 |
QPdfEngine::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: | 782-797 |
| | 11 | 3 |
QPdfEngine::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: | 764-780 |
| | 11 | 3 |
QPdfEngine::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: | 1259-1271 |
| | 9 | 3 |
QPdfEnginePrivate::embedFont| Name: | QPdfEnginePrivate::embedFont | | Prototype: | void QPdfEnginePrivate::embedFont(QFontSubset *font) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 1544-1654 |
| | 83 | 3 |
QPdfEnginePrivate::writeCompressed| Name: | QPdfEnginePrivate::writeCompressed | | Prototype: | int QPdfEnginePrivate::writeCompressed(const char *src, int len) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 1904-1925 |
| | 12 | 3 |
QPdfPrintEnginePrivate::QPdfPrintEnginePrivate| Name: | QPdfPrintEnginePrivate::QPdfPrintEnginePrivate | | Prototype: | QPdfPrintEnginePrivate::QPdfPrintEnginePrivate(QPrinter::PrinterMode m) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintengine_pdf.cpp | | Lines: | 388-402 |
| | 5 | 3 |
QPdfPrintEnginePrivate::closePrintDevice| Name: | QPdfPrintEnginePrivate::closePrintDevice | | Prototype: | void QPdfPrintEnginePrivate::closePrintDevice() | | Coverage: | 57.143% (4/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintengine_pdf.cpp | | Lines: | 370-384 |
| | 7 | 3 |
QPen::detach| Name: | QPen::detach | | Prototype: | void QPen::detach() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | | Lines: | 364-374 |
| | 7 | 3 |
QPen::setDashOffset| Name: | QPen::setDashOffset | | Prototype: | void QPen::setDashOffset(qreal offset) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | | Lines: | 565-576 |
| | 8 | 3 |
QPen::setDashPattern| Name: | QPen::setDashPattern | | Prototype: | void QPen::setDashPattern(const QVector<qreal> &pattern) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | | Lines: | 520-534 |
| | 9 | 3 |
QPen::setWidth| Name: | QPen::setWidth | | Prototype: | void QPen::setWidth(int width) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | | Lines: | 654-662 |
| | 6 | 3 |
QPen::setWidthF| Name: | QPen::setWidthF | | Prototype: | void QPen::setWidthF(qreal width) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | | Lines: | 678-689 |
| | 8 | 3 |
QPicture::QPicture| Name: | QPicture::QPicture | | Prototype: | QPicture::QPicture(int formatVersion) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 137-154 |
| | 8 | 3 |
QPicture::boundingRect| Name: | QPicture::boundingRect | | Prototype: | QRect QPicture::boundingRect() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 383-394 |
| | 6 | 3 |
QPicture::load| Name: | QPicture::load | | Prototype: | bool QPicture::load(QIODevice *dev, const char *format) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 281-301 |
| | 12 | 3 |
QPictureHandler::QPictureHandler| Name: | QPictureHandler::QPictureHandler | | Prototype: | QPictureHandler::QPictureHandler(const char *f, const char *h, const QByteArray& fl, picture_io_handler r, picture_io_handler w) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 1398-1410 |
| | 8 | 3 |
QPicturePaintEngine::drawPolygon| Name: | QPicturePaintEngine::drawPolygon | | Prototype: | void QPicturePaintEngine::drawPolygon(const QPointF *points, int numPoints, PolygonDrawMode mode) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp | | Lines: | 398-421 |
| | 13 | 3 |
QPixmap::QPixmap| Name: | QPixmap::QPixmap | | Prototype: | QPixmap::QPixmap(const QPixmap &pixmap) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 219-231 |
| | 6 | 3 |
QPixmap::copy| Name: | QPixmap::copy | | Prototype: | QPixmap QPixmap::copy(const QRect &rect) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 304-316 |
| | 8 | 3 |
QPixmap::doImageIO| Name: | QPixmap::doImageIO | | Prototype: | bool QPixmap::doImageIO(QImageWriter *writer, int quality) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 894-901 |
| | 5 | 3 |
QPixmap::loadFromData| Name: | QPixmap::loadFromData | | Prototype: | bool QPixmap::loadFromData(const uchar *buf, uint len, const char *format, Qt::ImageConversionFlags flags) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 824-838 |
| | 8 | 3 |
QPixmap::operator=| Name: | QPixmap::operator= | | Prototype: | QPixmap &QPixmap::operator=(const QPixmap &pixmap) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 378-390 |
| | 7 | 3 |
QPixmap::scaledToHeight| Name: | QPixmap::scaledToHeight | | Prototype: | QPixmap QPixmap::scaledToHeight(int h, Qt::TransformationMode mode) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 1220-1232 |
| | 8 | 3 |
QPixmap::scaledToWidth| Name: | QPixmap::scaledToWidth | | Prototype: | QPixmap QPixmap::scaledToWidth(int w, Qt::TransformationMode mode) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 1192-1204 |
| | 8 | 3 |
QPixmap::setDevicePixelRatio| Name: | QPixmap::setDevicePixelRatio | | Prototype: | void QPixmap::setDevicePixelRatio(qreal scaleFactor) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 686-696 |
| | 6 | 3 |
QPixmapCache::find| Name: | QPixmapCache::find | | Prototype: | bool QPixmapCache::find(const Key &key, QPixmap* pixmap) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 532-541 |
| | 6 | 3 |
QPixmapIconEngine::addPixmap| Name: | QPixmapIconEngine::addPixmap | | Prototype: | void QPixmapIconEngine::addPixmap(const QPixmap &pixmap, QIcon::Mode mode, QIcon::State state) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 352-363 |
| | 6 | 3 |
QPixmapIconEngine::write| Name: | QPixmapIconEngine::write | | Prototype: | bool QPixmapIconEngine::write(QDataStream &out) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 495-510 |
| | 11 | 3 |
QPixmapStyle::drawPanelItemViewItem| Name: | QPixmapStyle::drawPanelItemViewItem | | Prototype: | void QPixmapStyle::drawPanelItemViewItem(const QStyleOption *option, QPainter *painter, const QWidget *widget) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | | Lines: | 756-778 |
| | 14 | 3 |
QPixmapStyle::drawProgressBarLabel| Name: | QPixmapStyle::drawProgressBarLabel | | Prototype: | void QPixmapStyle::drawProgressBarLabel(const QStyleOption *option, QPainter *painter, const QWidget *) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | | Lines: | 791-804 |
| | 8 | 3 |
QPixmapStyle::drawScrollBar| Name: | QPixmapStyle::drawScrollBar | | Prototype: | void QPixmapStyle::drawScrollBar(const QStyleOptionComplex *option, QPainter *painter, const QWidget *widget) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | | Lines: | 916-930 |
| | 8 | 3 |
QPixmapStyle::progressBarSizeFromContents| Name: | QPixmapStyle::progressBarSizeFromContents | | Prototype: | QSize QPixmapStyle::progressBarSizeFromContents(const QStyleOption *option, const QSize &contentsSize, const QWidget *widget) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | | Lines: | 963-982 |
| | 11 | 3 |
QPixmapStyle::sliderSizeFromContents| Name: | QPixmapStyle::sliderSizeFromContents | | Prototype: | QSize QPixmapStyle::sliderSizeFromContents(const QStyleOption *option, const QSize &contentsSize, const QWidget *widget) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | | Lines: | 984-1003 |
| | 10 | 3 |
QPixmapStyle::subElementRect| Name: | QPixmapStyle::subElementRect | | Prototype: | QRect QPixmapStyle::subElementRect(SubElement element, const QStyleOption *option, const QWidget *widget) const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | | Lines: | 352-371 |
| | 9 | 3 |
QPixmapStylePrivate::computeSize| Name: | QPixmapStylePrivate::computeSize | | Prototype: | QSize QPixmapStylePrivate::computeSize(const QPixmapStyleDescriptor &desc, int width, int height) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | | Lines: | 1154-1161 |
| | 5 | 3 |
QPlainTestLogger::printBenchmarkResult| Name: | QPlainTestLogger::printBenchmarkResult | | Prototype: | void QPlainTestLogger::printBenchmarkResult(const QBenchmarkResult &result) | | Coverage: | 75.000% (6/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qplaintestlogger.cpp | | Lines: | 273-327 |
| | 37 | 3 |
QPlainTextDocumentLayout::blockWidth| Name: | QPlainTextDocumentLayout::blockWidth | | Prototype: | qreal QPlainTextDocumentLayout::blockWidth(const QTextBlock &block) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 419-430 |
| | 8 | 3 |
QPlainTextDocumentLayout::ensureBlockLayout| Name: | QPlainTextDocumentLayout::ensureBlockLayout | | Prototype: | void QPlainTextDocumentLayout::ensureBlockLayout(const QTextBlock &block) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 214-221 |
| | 5 | 3 |
QPlainTextEdit::mouseReleaseEvent| Name: | QPlainTextEdit::mouseReleaseEvent | | Prototype: | void QPlainTextEdit::mouseReleaseEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 2066-2078 |
| | 8 | 3 |
QPlainTextEdit::setPlaceholderText| Name: | QPlainTextEdit::setPlaceholderText | | Prototype: | void QPlainTextEdit::setPlaceholderText(const QString &placeholderText) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 1339-1347 |
| | 5 | 3 |
QPlainTextEdit::wheelEvent| Name: | QPlainTextEdit::wheelEvent | | Prototype: | void QPlainTextEdit::wheelEvent(QWheelEvent *e) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 2300-2312 |
| | 8 | 3 |
QPlainTextEdit::zoomInF| Name: | QPlainTextEdit::zoomInF | | Prototype: | void QPlainTextEdit::zoomInF(float range) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 2348-2358 |
| | 8 | 3 |
QPlainTextEdit::~QPlainTextEdit| Name: | QPlainTextEdit::~QPlainTextEdit | | Prototype: | QPlainTextEdit::~QPlainTextEdit() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 1269-1276 |
| | 4 | 3 |
QPlainTextEditPrivate::_q_repaintContents| Name: | QPlainTextEditPrivate::_q_repaintContents | | Prototype: | void QPlainTextEditPrivate::_q_repaintContents(const QRectF &contentsRect) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 819-837 |
| | 13 | 3 |
QPlainTextEditPrivate::_q_verticalScrollbarActionTriggered| Name: | QPlainTextEditPrivate::_q_verticalScrollbarActionTriggered | | Prototype: | void QPlainTextEditPrivate::_q_verticalScrollbarActionTriggered(int action) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 451-457 |
| | 4 | 3 |
QPlainTextEditPrivate::ensureCursorVisible| Name: | QPlainTextEditPrivate::ensureCursorVisible | | Prototype: | void QPlainTextEditPrivate::ensureCursorVisible(bool center) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 3039-3053 |
| | 9 | 3 |
QPlainTextEditPrivate::updateDefaultTextOption| Name: | QPlainTextEditPrivate::updateDefaultTextOption | | Prototype: | void QPlainTextEditPrivate::updateDefaultTextOption() | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 2016-2030 |
| | 8 | 3 |
QPlatformAccessibility::notifyAccessibilityUpdate| Name: | QPlatformAccessibility::notifyAccessibilityUpdate | | Prototype: | void QPlatformAccessibility::notifyAccessibilityUpdate(QAccessibleEvent *event) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qplatformaccessibility.cpp | | Lines: | 80-89 |
| | 5 | 3 |
QPlatformCursorPrivate::getInstances| Name: | QPlatformCursorPrivate::getInstances | | Prototype: | QList<QPlatformCursor *> QPlatformCursorPrivate::getInstances() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformcursor.cpp | | Lines: | 52-60 |
| | 5 | 3 |
QPlatformFontDatabase::subpixelAntialiasingTypeHint| Name: | QPlatformFontDatabase::subpixelAntialiasingTypeHint | | Prototype: | QFontEngine::SubpixelAntialiasingType QPlatformFontDatabase::subpixelAntialiasingTypeHint() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp | | Lines: | 470-478 |
| | 4 | 3 |
QPlatformInputContextFactory::create| Name: | QPlatformInputContextFactory::create | | Prototype: | QPlatformInputContext *QPlatformInputContextFactory::create(const QString& key) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatforminputcontextfactory.cpp | | Lines: | 71-87 |
| | 9 | 3 |
QPlatformIntegration::screenAdded| Name: | QPlatformIntegration::screenAdded | | Prototype: | void QPlatformIntegration::screenAdded(QPlatformScreen *ps, bool isPrimary) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformintegration.cpp | | Lines: | 454-467 |
| | 7 | 3 |