Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
QPainter::deviceMatrixName: | 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 |
QPainter::deviceName: | 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 |
QPainter::compositionModeName: | 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 |
QPainter::combinedTransformName: | 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 |
QPainter::brushOriginName: | 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 |
QPainter::brushName: | 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 |
QPainter::boundingRectName: | 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 |
QPainter::boundingRectName: | 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 |
QPainter::boundingRectName: | 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 |
QPainter::backgroundModeName: | 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 |
QPainter::backgroundName: | 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::QPainterName: | 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 |
QPaintEngineExPrivate::hasClipOperationsName: | QPaintEngineExPrivate::hasClipOperations | Prototype: | bool QPaintEngineExPrivate::hasClipOperations() const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 222-233 |
| | 6 | 2 |
QPaintEngineEx::shouldDrawCachedGlyphsName: | QPaintEngineEx::shouldDrawCachedGlyphs | Prototype: | bool QPaintEngineEx::shouldDrawCachedGlyphs(QFontEngine *fontEngine, const QTransform &m) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 1083-1091 |
| | 5 | 2 |
QPaintEngineEx::drawRoundedRectName: | QPaintEngineEx::drawRoundedRect | Prototype: | void QPaintEngineEx::drawRoundedRect(const QRectF &rect, qreal xRadius, qreal yRadius, Qt::SizeMode mode) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 738-776 |
| | 30 | 2 |
QPaintEngineEx::drawRectsName: | QPaintEngineEx::drawRects | Prototype: | void QPaintEngineEx::drawRects(const QRect *rects, int rectCount) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 704-719 |
| | 11 | 2 |
QPaintEngineEx::drawRectsName: | QPaintEngineEx::drawRects | Prototype: | void QPaintEngineEx::drawRects(const QRectF *rects, int rectCount) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 721-735 |
| | 11 | 2 |
QPaintEngineEx::drawPolygonName: | QPaintEngineEx::drawPolygon | Prototype: | void QPaintEngineEx::drawPolygon(const QPointF *points, int pointCount, PolygonDrawMode mode) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 907-915 |
| | 4 | 2 |
QPaintEngineEx::drawPathName: | QPaintEngineEx::drawPath | Prototype: | void QPaintEngineEx::drawPath(const QPainterPath &path) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 836-840 |
| | 2 | 2 |
QPaintEngineEx::drawLinesName: | QPaintEngineEx::drawLines | Prototype: | void QPaintEngineEx::drawLines(const QLineF *lines, int lineCount) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 799-812 |
| | 8 | 2 |
QPaintEngineEx::drawEllipseName: | QPaintEngineEx::drawEllipse | Prototype: | void QPaintEngineEx::drawEllipse(const QRectF &r) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 814-829 |
| | 8 | 2 |
QPaintEngineEx::createStateName: | QPaintEngineEx::createState | Prototype: | QPainterState *QPaintEngineEx::createState(QPainterState *orig) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 375-380 |
| | 3 | 2 |
QPaintEngineEx::clipName: | QPaintEngineEx::clip | Prototype: | void QPaintEngineEx::clip(const QPainterPath &path, Qt::ClipOperation op) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 681-689 |
| | 4 | 2 |
QPaintEngine::syncStateName: | QPaintEngine::syncState | Prototype: | void QPaintEngine::syncState() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | Lines: | 293-300 |
| | 4 | 2 |
QPaintEngine::setSystemRectName: | QPaintEngine::setSystemRect | Prototype: | void QPaintEngine::setSystemRect(const QRect &rect) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | Lines: | 951-958 |
| | 4 | 2 |
QPaintEngine::setSystemClipName: | QPaintEngine::setSystemClip | Prototype: | void QPaintEngine::setSystemClip(const QRegion ®ion) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | Lines: | 920-930 |
| | 5 | 2 |
QPaintEngine::drawPolygonName: | QPaintEngine::drawPolygon | Prototype: | void QPaintEngine::drawPolygon(const QPointF *points, int pointCount, PolygonDrawMode mode) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | Lines: | 318-331 |
| | 16 | 2 |
QPaintEngine::drawPolygonName: | QPaintEngine::drawPolygon | Prototype: | void QPaintEngine::drawPolygon(const QPoint *points, int pointCount, PolygonDrawMode mode) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | Lines: | 345-358 |
| | 16 | 2 |
QPaintEngine::drawPathName: | QPaintEngine::drawPath | Prototype: | void QPaintEngine::drawPath(const QPainterPath &) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | Lines: | 729-734 |
| | 2 | 2 |
QPaintEngine::drawImageName: | QPaintEngine::drawImage | Prototype: | void QPaintEngine::drawImage(const QRectF &r, const QImage &image, const QRectF &sr, Qt::ImageConversionFlags flags) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | Lines: | 608-618 |
| | 7 | 2 |
QPaintEngine::drawEllipseName: | QPaintEngine::drawEllipse | Prototype: | void QPaintEngine::drawEllipse(const QRectF &rect) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | Lines: | 495-505 |
| | 6 | 2 |
QPaintDeviceWindow::updateName: | QPaintDeviceWindow::update | Prototype: | void QPaintDeviceWindow::update(const QRect &rect) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpaintdevicewindow.cpp | Lines: | 81-87 |
| | 4 | 2 |
QPaintDeviceWindow::updateName: | QPaintDeviceWindow::update | Prototype: | void QPaintDeviceWindow::update(const QRegion ®ion) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpaintdevicewindow.cpp | Lines: | 98-104 |
| | 4 | 2 |
QPaintDevice::~QPaintDeviceName: | QPaintDevice::~QPaintDevice | Prototype: | QPaintDevice::~QPaintDevice() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintdevice.cpp | Lines: | 44-49 |
| | 3 | 2 |
QPageSizePrivate::initName: | QPageSizePrivate::init | Prototype: | void QPageSizePrivate::init(const QSizeF &size, QPageSize::Unit units, const QString &name) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 845-857 |
| | 9 | 2 |
QPageSizePrivate::QPageSizePrivateName: | QPageSizePrivate::QPageSizePrivate | Prototype: | QPageSizePrivate::QPageSizePrivate(QPageSize::PageSizeId pageSizeId) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 754-761 |
| | 2 | 2 |
QPageSizePrivate::QPageSizePrivateName: | QPageSizePrivate::QPageSizePrivate | Prototype: | QPageSizePrivate::QPageSizePrivate(const QSize &pointSize, const QString &name, QPageSize::SizeMatchPolicy matchPolicy) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 763-772 |
| | 3 | 2 |
QPageSizePrivate::QPageSizePrivateName: | QPageSizePrivate::QPageSizePrivate | Prototype: | QPageSizePrivate::QPageSizePrivate(const QSizeF &size, QPageSize::Unit units, const QString &name, QPageSize::SizeMatchPolicy matchPolicy) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 774-784 |
| | 3 | 2 |
QPageSize::windowsIdName: | QPageSize::windowsId | Prototype: | int QPageSize::windowsId() const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 1352-1357 |
| | 3 | 2 |
QPageSize::sizePointsName: | QPageSize::sizePoints | Prototype: | QSize QPageSize::sizePoints(PageSizeId pageSizeId) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 1835-1840 |
| | 3 | 2 |
QPageSize::sizePixelsName: | QPageSize::sizePixels | Prototype: | QSize QPageSize::sizePixels(PageSizeId pageSizeId, int resolution) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 1847-1852 |
| | 3 | 2 |
QPageSize::sizeName: | QPageSize::size | Prototype: | QSizeF QPageSize::size(PageSizeId pageSizeId, Unit units) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 1824-1829 |
| | 3 | 2 |
QPageSize::keyName: | QPageSize::key | Prototype: | QString QPageSize::key(PageSizeId pageSizeId) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 1473-1478 |
| | 3 | 2 |
QPageSize::isEquivalentToName: | QPageSize::isEquivalentTo | Prototype: | bool QPageSize::isEquivalentTo(const QPageSize &other) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 1275-1280 |
| | 3 | 2 |
QPageSize::definitionUnitsName: | QPageSize::definitionUnits | Prototype: | QPageSize::Unit QPageSize::definitionUnits(PageSizeId pageSizeId) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 1813-1818 |
| | 3 | 2 |
QPageSize::definitionSizeName: | QPageSize::definitionSize | Prototype: | QSizeF QPageSize::definitionSize(PageSizeId pageSizeId) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 1800-1805 |
| | 3 | 2 |
QPageSetupWidget::unitChangedName: | QPageSetupWidget::unitChanged | Prototype: | void QPageSetupWidget::unitChanged() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | Lines: | 566-573 |
| | 5 | 2 |
QPageSetupWidget::topMarginChangedName: | QPageSetupWidget::topMarginChanged | Prototype: | void QPageSetupWidget::topMarginChanged(double newValue) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | Lines: | 575-581 |
| | 4 | 2 |
QPageSetupWidget::rightMarginChangedName: | QPageSetupWidget::rightMarginChanged | Prototype: | void QPageSetupWidget::rightMarginChanged(double newValue) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | Lines: | 599-605 |
| | 4 | 2 |
QPageSetupWidget::pageOrientationChangedName: | QPageSetupWidget::pageOrientationChanged | Prototype: | void QPageSetupWidget::pageOrientationChanged() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | Lines: | 531-538 |
| | 5 | 2 |
QPageSetupWidget::leftMarginChangedName: | QPageSetupWidget::leftMarginChanged | Prototype: | void QPageSetupWidget::leftMarginChanged(double newValue) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | Lines: | 591-597 |
| | 4 | 2 |
QPageSetupWidget::bottomMarginChangedName: | QPageSetupWidget::bottomMarginChanged | Prototype: | void QPageSetupWidget::bottomMarginChanged(double newValue) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | Lines: | 583-589 |
| | 4 | 2 |
QPageSetupDialog::~QPageSetupDialogName: | QPageSetupDialog::~QPageSetupDialog | Prototype: | QPageSetupDialog::~QPageSetupDialog() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog.cpp | Lines: | 143-148 |
| | 3 | 2 |
QPageSetupDialog::execName: | QPageSetupDialog::exec | Prototype: | int QPageSetupDialog::exec() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | Lines: | 626-634 |
| | 5 | 2 |
QPageSetupDialog::doneName: | QPageSetupDialog::done | Prototype: | void QPageSetupDialog::done(int result) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog.cpp | Lines: | 166-177 |
| | 7 | 2 |
QPageLayoutPrivate::setDefaultMarginsName: | QPageLayoutPrivate::setDefaultMargins | Prototype: | void QPageLayoutPrivate::setDefaultMargins(const QMarginsF &minMargins) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagelayout.cpp | Lines: | 232-241 |
| | 7 | 2 |
QPageLayoutPrivate::fullRectPointsName: | QPageLayoutPrivate::fullRectPoints | Prototype: | QRect QPageLayoutPrivate::fullRectPoints() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagelayout.cpp | Lines: | 259-265 |
| | 3 | 2 |
QPageLayoutPrivate::fullRectPixelsName: | QPageLayoutPrivate::fullRectPixels | Prototype: | QRect QPageLayoutPrivate::fullRectPixels(int resolution) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagelayout.cpp | Lines: | 267-273 |
| | 3 | 2 |
QPageLayout::setUnitsName: | QPageLayout::setUnits | Prototype: | void QPageLayout::setUnits(Unit units) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagelayout.cpp | Lines: | 558-568 |
| | 7 | 2 |
QPageLayout::setTopMarginName: | QPageLayout::setTopMargin | Prototype: | bool QPageLayout::setTopMargin(qreal topMargin) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagelayout.cpp | Lines: | 686-695 |
| | 6 | 2 |
QPageLayout::setRightMarginName: | QPageLayout::setRightMargin | Prototype: | bool QPageLayout::setRightMargin(qreal rightMargin) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagelayout.cpp | Lines: | 659-668 |
| | 6 | 2 |
QPageLayout::setPageSizeName: | QPageLayout::setPageSize | Prototype: | void QPageLayout::setPageSize(const QPageSize &pageSize, const QMarginsF &minMargins) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagelayout.cpp | Lines: | 500-508 |
| | 6 | 2 |
QPageLayout::setOrientationName: | QPageLayout::setOrientation | Prototype: | void QPageLayout::setOrientation(Orientation orientation) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagelayout.cpp | Lines: | 530-543 |
| | 9 | 2 |
QPageLayout::setLeftMarginName: | QPageLayout::setLeftMargin | Prototype: | bool QPageLayout::setLeftMargin(qreal leftMargin) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagelayout.cpp | Lines: | 632-641 |
| | 6 | 2 |
QPageLayout::setBottomMarginName: | QPageLayout::setBottomMargin | Prototype: | bool QPageLayout::setBottomMargin(qreal bottomMargin) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagelayout.cpp | Lines: | 713-722 |
| | 6 | 2 |
QPageLayout::paintRectPointsName: | QPageLayout::paintRectPoints | Prototype: | QRect QPageLayout::paintRectPoints() const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagelayout.cpp | Lines: | 916-922 |
| | 4 | 2 |
QPageLayout::paintRectPixelsName: | QPageLayout::paintRectPixels | Prototype: | QRect QPageLayout::paintRectPixels(int resolution) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagelayout.cpp | Lines: | 934-940 |
| | 4 | 2 |
QPMCache::removeName: | QPMCache::remove | Prototype: | bool QPMCache::remove(const QString &key) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 374-382 |
| | 5 | 2 |
QPMCache::releaseKeyName: | QPMCache::releaseKey | Prototype: | void QPMCache::releaseKey(const QPixmapCache::Key &key) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 412-421 |
| | 7 | 2 |
QPMCache::objectName: | QPMCache::object | Prototype: | QPixmap *QPMCache::object(const QPixmapCache::Key &key) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 299-307 |
| | 5 | 2 |
QPMCache::getKeyDataName: | QPMCache::getKeyData | Prototype: | QPixmapCache::KeyData* QPMCache::getKeyData(QPixmapCache::Key *key) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 436-441 |
| | 3 | 2 |
QPMCache::createKeyName: | QPMCache::createKey | Prototype: | QPixmapCache::Key QPMCache::createKey() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 400-410 |
| | 8 | 2 |
QPMCache::clearName: | QPMCache::clear | Prototype: | void QPMCache::clear() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 423-434 |
| | 8 | 2 |
QPF2Generator::writeHeaderName: | QPF2Generator::writeHeader | Prototype: | void QPF2Generator::writeHeader() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_qpf2.cpp | Lines: | 507-559 |
| | 39 | 2 |
QPF2Generator::writeBlockName: | QPF2Generator::writeBlock | Prototype: | void QPF2Generator::writeBlock(QFontEngineQPF2::BlockTag tag, const QByteArray &data) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_qpf2.cpp | Lines: | 577-586 |
| | 7 | 2 |
QOutlineMapper::curveToName: | QOutlineMapper::curveTo | Prototype: | void QOutlineMapper::curveTo(const QPointF &cp1, const QPointF &cp2, const QPointF &ep) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qoutlinemapper.cpp | Lines: | 68-79 |
| | 6 | 2 |
QOpenSslLocks::~QOpenSslLocksName: | QOpenSslLocks::~QOpenSslLocks | Prototype: | inline ~QOpenSslLocks() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 129-137 |
| | 5 | 2 |
QOpenSslLocks::lockName: | QOpenSslLocks::lock | Prototype: | inline QMutex *lock(int num) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 138-145 |
| | 5 | 2 |
QOpenGLWindowPrivate::~QOpenGLWindowPrivateName: | QOpenGLWindowPrivate::~QOpenGLWindowPrivate | Prototype: | QOpenGLWindowPrivate::~QOpenGLWindowPrivate() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglwindow.cpp | Lines: | 200-210 |
| | 7 | 2 |
QOpenGLWindowPrivate::bindFBOName: | QOpenGLWindowPrivate::bindFBO | Prototype: | void QOpenGLWindowPrivate::bindFBO() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglwindow.cpp | Lines: | 313-319 |
| | 3 | 2 |
QOpenGLWindowPrivate::QOpenGLWindowPrivateName: | QOpenGLWindowPrivate::QOpenGLWindowPrivate | Prototype: | QOpenGLWindowPrivate(QOpenGLContext *shareContext, QOpenGLWindow::UpdateBehavior updateBehavior) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglwindow.cpp | Lines: | 169-176 |
| | 2 | 2 |
QOpenGLWindow::redirectedName: | QOpenGLWindow::redirected | Prototype: | QPaintDevice *QOpenGLWindow::redirected(QPoint *) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglwindow.cpp | Lines: | 676-682 |
| | 4 | 2 |
QOpenGLWindow::grabFramebufferName: | QOpenGLWindow::grabFramebuffer | Prototype: | QImage QOpenGLWindow::grabFramebuffer() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglwindow.cpp | Lines: | 518-525 |
| | 4 | 2 |
QOpenGLWindow::doneCurrentName: | QOpenGLWindow::doneCurrent | Prototype: | void QOpenGLWindow::doneCurrent() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglwindow.cpp | Lines: | 452-460 |
| | 4 | 2 |
QOpenGLWidgetPrivate::resolveSamplesName: | QOpenGLWidgetPrivate::resolveSamples | Prototype: | void QOpenGLWidgetPrivate::resolveSamples() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | Lines: | 795-804 |
| | 6 | 2 |
QOpenGLWidgetPrivate::invalidateFboName: | QOpenGLWidgetPrivate::invalidateFbo | Prototype: | void QOpenGLWidgetPrivate::invalidateFbo() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | Lines: | 842-856 |
| | 10 | 2 |
QOpenGLWidgetPrivate::beginComposeName: | QOpenGLWidgetPrivate::beginCompose | Prototype: | void QOpenGLWidgetPrivate::beginCompose() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | Lines: | 710-720 |
| | 7 | 2 |
QOpenGLWidget::setFormatName: | QOpenGLWidget::setFormat | Prototype: | void QOpenGLWidget::setFormat(const QSurfaceFormat &format) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | Lines: | 981-991 |
| | 6 | 2 |
QOpenGLWidget::redirectedName: | QOpenGLWidget::redirected | Prototype: | QPaintDevice *QOpenGLWidget::redirected(QPoint *p) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | Lines: | 1286-1293 |
| | 4 | 2 |
QOpenGLWidget::doneCurrentName: | QOpenGLWidget::doneCurrent | Prototype: | void QOpenGLWidget::doneCurrent() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | Lines: | 1055-1062 |
| | 4 | 2 |
QOpenGLWidget::QOpenGLWidgetName: | QOpenGLWidget::QOpenGLWidget | Prototype: | QOpenGLWidget::QOpenGLWidget(QWidget *parent, Qt::WindowFlags f) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | Lines: | 911-919 |
| | 4 | 2 |
QOpenGLVertexArrayObjectPrivate::~QOpenGLVertexArrayObjectPrivateName: | QOpenGLVertexArrayObjectPrivate::~QOpenGLVertexArrayObjectPrivate | Prototype: | ~QOpenGLVertexArrayObjectPrivate() | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglvertexarrayobject.cpp | Lines: | 100-104 |
| | 2 | 2 |
QOpenGLVersionProfile::operator=Name: | QOpenGLVersionProfile::operator= | Prototype: | QOpenGLVersionProfile &QOpenGLVersionProfile::operator=(const QOpenGLVersionProfile &rhs) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglcontext.cpp | Lines: | 132-138 |
| | 4 | 2 |
QOpenGLTimerQueryPrivate::waitForTimeStampName: | QOpenGLTimerQueryPrivate::waitForTimeStamp | Prototype: | GLuint64 QOpenGLTimerQueryPrivate::waitForTimeStamp() const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | Lines: | 201-214 |
| | 6 | 2 |
QOpenGLTimerQueryPrivate::resultName: | QOpenGLTimerQueryPrivate::result | Prototype: | GLuint64 QOpenGLTimerQueryPrivate::result() const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | Lines: | 223-230 |
| | 4 | 2 |
QOpenGLTimerQueryPrivate::recordTimestampName: | QOpenGLTimerQueryPrivate::recordTimestamp | Prototype: | void QOpenGLTimerQueryPrivate::recordTimestamp() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | Lines: | 188-199 |
| | 3 | 2 |
QOpenGLTimerQueryPrivate::destroyName: | QOpenGLTimerQueryPrivate::destroy | Prototype: | void QOpenGLTimerQueryPrivate::destroy() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | Lines: | 158-166 |
| | 5 | 2 |
QOpenGLTimeMonitorPrivate::destroyName: | QOpenGLTimeMonitorPrivate::destroy | Prototype: | void QOpenGLTimeMonitorPrivate::destroy() | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | Lines: | 545-557 |
| | 9 | 2 |
QOpenGLTimeMonitor::setSampleCountName: | QOpenGLTimeMonitor::setSampleCount | Prototype: | void QOpenGLTimeMonitor::setSampleCount(int sampleCount) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | Lines: | 727-734 |
| | 4 | 2 |
QOpenGLTexturePrivate::allocateStorageName: | QOpenGLTexturePrivate::allocateStorage | Prototype: | void QOpenGLTexturePrivate::allocateStorage(QOpenGLTexture::PixelFormat pixelFormat, QOpenGLTexture::PixelType pixelType) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | Lines: | 461-470 |
| | 4 | 2 |