| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QRubberBandPrivate::updateMask| Name: | QRubberBandPrivate::updateMask | | Prototype: | void QRubberBandPrivate::updateMask() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qrubberband.cpp | | Lines: | 190-201 |
| | 7 | 2 |
QRollEffect::closeEvent| Name: | QRollEffect::closeEvent | | Prototype: | void QRollEffect::closeEvent(QCloseEvent *e) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qeffects.cpp | | Lines: | 421-432 |
| | 7 | 2 |
QRingBuffer::append| Name: | QRingBuffer::append | | Prototype: | void QRingBuffer::append(const QByteArray &qba) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qringbuffer.cpp | | Lines: | 288-299 |
| | 7 | 2 |
QResourceFileEnginePrivate::map| Name: | QResourceFileEnginePrivate::map | | Prototype: | uchar *QResourceFileEnginePrivate::map(qint64 offset, qint64 size, QFile::MemoryMapFlags flags) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 1472-1482 |
| | 7 | 2 |
QResourceFileEngineIterator::hasNext| Name: | QResourceFileEngineIterator::hasNext | | Prototype: | bool QResourceFileEngineIterator::hasNext() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource_iterator.cpp | | Lines: | 59-73 |
| | 7 | 3 |
QResourceFileEngine::seek| Name: | QResourceFileEngine::seek | | Prototype: | bool QResourceFileEngine::seek(qint64 pos) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 1339-1349 |
| | 7 | 3 |
QRenderRule::baseStyleCanDraw| Name: | QRenderRule::baseStyleCanDraw | | Prototype: | bool baseStyleCanDraw() const | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 509-517 |
| | 7 | 4 |
QRelation::populateModel| Name: | QRelation::populateModel | | Prototype: | void QRelation::populateModel() | | Coverage: | 57.143% (4/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlrelationaltablemodel.cpp | | Lines: | 170-181 |
| | 7 | 3 |
QRegularExpressionPrivate::captureIndexForName| Name: | QRegularExpressionPrivate::captureIndexForName | | Prototype: | int QRegularExpressionPrivate::captureIndexForName(const QString &name) const | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | | Lines: | 1187-1199 |
| | 7 | 3 |
QRegularExpressionMatch::capturedStart| Name: | QRegularExpressionMatch::capturedStart | | Prototype: | int QRegularExpressionMatch::capturedStart(const QString &name) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | | Lines: | 2187-2197 |
| | 7 | 3 |
QRegularExpressionMatch::capturedRef| Name: | QRegularExpressionMatch::capturedRef | | Prototype: | QStringRef QRegularExpressionMatch::capturedRef(const QString &name) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | | Lines: | 2109-2119 |
| | 7 | 3 |
QRegularExpressionMatch::capturedLength| Name: | QRegularExpressionMatch::capturedLength | | Prototype: | int QRegularExpressionMatch::capturedLength(const QString &name) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | | Lines: | 2208-2218 |
| | 7 | 3 |
QRegularExpressionMatch::capturedEnd| Name: | QRegularExpressionMatch::capturedEnd | | Prototype: | int QRegularExpressionMatch::capturedEnd(const QString &name) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | | Lines: | 2228-2238 |
| | 7 | 3 |
QRegularExpressionMatch::captured| Name: | QRegularExpressionMatch::captured | | Prototype: | QString QRegularExpressionMatch::captured(const QString &name) const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | | Lines: | 2089-2099 |
| | 7 | 3 |
QRegion::operator==| Name: | QRegion::operator== | | Prototype: | bool QRegion::operator==(const QRegion &r) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | | Lines: | 4273-4284 |
| | 7 | 4 |
QRegExpValidator::validate| Name: | QRegExpValidator::validate | | Prototype: | QValidator::State QRegExpValidator::validate(QString &input, int& pos) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | | Lines: | 884-897 |
| | 7 | 3 |
QRegExpEngine::parseExpression| Name: | QRegExpEngine::parseExpression | | Prototype: | void QRegExpEngine::parseExpression(Box *box) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 3772-3784 |
| | 7 | 2 |
QRegExpEngine::anchorConcatenation| Name: | QRegExpEngine::anchorConcatenation | | Prototype: | int QRegExpEngine::anchorConcatenation(int a, int b) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 1574-1584 |
| | 7 | 3 |
QRegExpEngine::Box::set| Name: | QRegExpEngine::Box::set | | Prototype: | void QRegExpEngine::Box::set(int bref) | | Coverage: | 66.667% (4/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 2507-2518 |
| | 7 | 2 |
QRegExpEngine::Box::opt| Name: | QRegExpEngine::Box::opt | | Prototype: | void QRegExpEngine::Box::opt() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 2636-2647 |
| | 7 | 1 |
QRegExp::exactMatch| Name: | QRegExp::exactMatch | | Prototype: | bool QRegExp::exactMatch(const QString &str) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4238-4249 |
| | 7 | 2 |
QReadNotifier::event| Name: | QReadNotifier::event | | Prototype: | bool QReadNotifier::event(QEvent *e) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine.cpp | | Lines: | 1202-1212 |
| | 7 | 3 |
QRasterPaintEngine::compositionModeChanged| Name: | QRasterPaintEngine::compositionModeChanged | | Prototype: | void QRasterPaintEngine::compositionModeChanged() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 862-878 |
| | 7 | 1 |
QRasterPaintEngine::clipBoundingRect| Name: | QRasterPaintEngine::clipBoundingRect | | Prototype: | QRect QRasterPaintEngine::clipBoundingRect() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3427-3440 |
| | 7 | 3 |
QRasterBuffer::bufferImage| Name: | QRasterBuffer::bufferImage | | Prototype: | QImage QRasterBuffer::bufferImage() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 4099-4112 |
| | 7 | 3 |
QRadialGradient::QRadialGradient| Name: | QRadialGradient::QRadialGradient | | Prototype: | QRadialGradient::QRadialGradient(const QPointF ¢er, qreal radius) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 1856-1865 |
| | 7 | 1 |
QRadialGradient::QRadialGradient| Name: | QRadialGradient::QRadialGradient | | Prototype: | QRadialGradient::QRadialGradient(qreal cx, qreal cy, qreal radius) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 1902-1911 |
| | 7 | 1 |
QRadialGradient::QRadialGradient| Name: | QRadialGradient::QRadialGradient | | Prototype: | QRadialGradient::QRadialGradient() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 1918-1927 |
| | 7 | 1 |
QPushButtonPrivate::dialogParent| Name: | QPushButtonPrivate::dialogParent | | Prototype: | QDialog *QPushButtonPrivate::dialogParent() const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 291-301 |
| | 7 | 3 |
QPushButton::focusInEvent| Name: | QPushButton::focusInEvent | | Prototype: | void QPushButton::focusInEvent(QFocusEvent *e) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 473-483 |
| | 7 | 3 |
QProxyStyle::setBaseStyle| Name: | QProxyStyle::setBaseStyle | | Prototype: | void QProxyStyle::setBaseStyle(QStyle *style) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qproxystyle.cpp | | Lines: | 169-182 |
| | 7 | 3 |
QProgressDialogPrivate::setCancelButtonText| Name: | QProgressDialogPrivate::setCancelButtonText | | Prototype: | void QProgressDialogPrivate::setCancelButtonText(const QString &cancelButtonText) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp | | Lines: | 441-455 |
| | 7 | 3 |
QProgressBarPrivate::init| Name: | QProgressBarPrivate::init | | Prototype: | void QProgressBarPrivate::init() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qprogressbar.cpp | | Lines: | 89-98 |
| | 7 | 2 |
QProgressBar::setRange| Name: | QProgressBar::setRange | | Prototype: | void QProgressBar::setRange(int minimum, int maximum) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qprogressbar.cpp | | Lines: | 350-362 |
| | 7 | 3 |
QProcessEnvironmentPrivate::keys| Name: | QProcessEnvironmentPrivate::keys | | Prototype: | QStringList QProcessEnvironmentPrivate::keys() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 184-193 |
| | 7 | 2 |
QProcessEnvironment::value| Name: | QProcessEnvironment::value | | Prototype: | QString QProcessEnvironment::value(const QString &name, const QString &defaultValue) const | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 369-380 |
| | 7 | 3 |
QPrinterPagedPaintDevicePrivate::setPageSize| Name: | QPrinterPagedPaintDevicePrivate::setPageSize | | Prototype: | bool setPageSize(const QPageSize &pageSize) override | | Coverage: | 33.333% (2/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 242-258 |
| | 7 | 2 |
QPrinterPagedPaintDevicePrivate::setPageLayout| Name: | QPrinterPagedPaintDevicePrivate::setPageLayout | | Prototype: | bool setPageLayout(const QPageLayout &newPageLayout) override | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 225-240 |
| | 7 | 2 |
QPrinterInfo::supportedSizesWithNames| Name: | QPrinterInfo::supportedSizesWithNames | | Prototype: | QList<QPair<QString, QSizeF> > QPrinterInfo::supportedSizesWithNames() const | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 337-346 |
| | 7 | 2 |
QPrinterInfo::supportedPaperSizes| Name: | QPrinterInfo::supportedPaperSizes | | Prototype: | QList<QPrinter::PaperSize> QPrinterInfo::supportedPaperSizes() const | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 315-324 |
| | 7 | 2 |
QPrinterInfo::supportedDuplexModes| Name: | QPrinterInfo::supportedDuplexModes | | Prototype: | QList<QPrinter::DuplexMode> QPrinterInfo::supportedDuplexModes() const | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 379-388 |
| | 7 | 2 |
QPrintPreviewWidgetPrivate::setZoomFactor| Name: | QPrintPreviewWidgetPrivate::setZoomFactor | | Prototype: | void QPrintPreviewWidgetPrivate::setZoomFactor(qreal _zoomFactor) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp | | Lines: | 434-443 |
| | 7 | 1 |
QPrintPreviewWidgetPrivate::_q_updateCurrentPage| Name: | QPrintPreviewWidgetPrivate::_q_updateCurrentPage | | Prototype: | void QPrintPreviewWidgetPrivate::_q_updateCurrentPage() | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp | | Lines: | 273-285 |
| | 7 | 3 |
QPrintPreviewDialogPrivate::updateNavActions| Name: | QPrintPreviewDialogPrivate::updateNavActions | | Prototype: | void QPrintPreviewDialogPrivate::updateNavActions() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintpreviewdialog.cpp | | Lines: | 461-470 |
| | 7 | 1 |
QPrintPreviewDialog::done| Name: | QPrintPreviewDialog::done | | Prototype: | void QPrintPreviewDialog::done(int result) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintpreviewdialog.cpp | | Lines: | 724-734 |
| | 7 | 2 |
QPolygonF::translate| Name: | QPolygonF::translate | | Prototype: | void QPolygonF::translate(const QPointF &offset) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpolygon.cpp | | Lines: | 590-601 |
| | 7 | 3 |
QPolygon::QPolygon| Name: | QPolygon::QPolygon | | Prototype: | QPolygon::QPolygon(const QRect &r, bool closed) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpolygon.cpp | | Lines: | 170-179 |
| | 7 | 2 |
QPlatformThemePrivate::currentKeyPlatforms| Name: | QPlatformThemePrivate::currentKeyPlatforms | | Prototype: | unsigned QPlatformThemePrivate::currentKeyPlatforms() | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformtheme.cpp | | Lines: | 692-701 |
| | 7 | 2 |
QPlatformPrinterSupportPlugin::get| Name: | QPlatformPrinterSupportPlugin::get | | Prototype: | QPlatformPrinterSupport *QPlatformPrinterSupportPlugin::get() | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintplugin.cpp | | Lines: | 76-88 |
| | 7 | 4 |
QPlatformIntegrationFactory::create| Name: | QPlatformIntegrationFactory::create | | Prototype: | QPlatformIntegration *QPlatformIntegrationFactory::create(const QString &platform, const QStringList ¶mList, int &argc, char **argv, const QString &platformPluginPath) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformintegrationfactory.cpp | | Lines: | 64-83 |
| | 7 | 4 |
QPlatformIntegration::setPrimaryScreen| Name: | QPlatformIntegration::setPrimaryScreen | | Prototype: | void QPlatformIntegration::setPrimaryScreen(QPlatformScreen *newPrimary) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformintegration.cpp | | Lines: | 501-511 |
| | 7 | 2 |
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: | 448-461 |
| | 7 | 3 |
QPlatformIntegration::defaultWindowState| Name: | QPlatformIntegration::defaultWindowState | | Prototype: | Qt::WindowState QPlatformIntegration::defaultWindowState(Qt::WindowFlags flags) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformintegration.cpp | | Lines: | 404-416 |
| | 7 | 4 |
QPlatformFileDialogHelper::cleanFilterList| Name: | QPlatformFileDialogHelper::cleanFilterList | | Prototype: | QStringList QPlatformFileDialogHelper::cleanFilterList(const QString &filter) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 659-668 |
| | 7 | 2 |
QPlainTextDocumentLayoutPrivate::relayout| Name: | QPlainTextDocumentLayoutPrivate::relayout | | Prototype: | void QPlainTextDocumentLayoutPrivate::relayout() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 264-274 |
| | 7 | 2 |
QPixmapIconEngine::tryMatch| Name: | QPixmapIconEngine::tryMatch | | Prototype: | QPixmapIconEngineEntry *QPixmapIconEngine::tryMatch(const QSize &size, QIcon::Mode mode, QIcon::State state) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 204-215 |
| | 7 | 4 |
QPixmapCache::Key::operator =| Name: | QPixmapCache::Key::operator = | | Prototype: | QPixmapCache::Key &QPixmapCache::Key::operator =(const Key &other) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 161-171 |
| | 7 | 4 |
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: | 372-384 |
| | 7 | 3 |
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: | 1729-1738 |
| | 7 | 2 |
QPersistentModelIndex::operator=| Name: | QPersistentModelIndex::operator= | | Prototype: | QPersistentModelIndex &QPersistentModelIndex::operator=(const QModelIndex &other) | | Coverage: | 92.308% (12/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 240-251 |
| | 7 | 4 |
QPersistentModelIndex::operator=| Name: | QPersistentModelIndex::operator= | | Prototype: | QPersistentModelIndex &QPersistentModelIndex::operator=(const QPersistentModelIndex &other) | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 217-226 |
| | 7 | 4 |
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: | 434-443 |
| | 7 | 2 |
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: | 358-368 |
| | 7 | 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: | 364-378 |
| | 7 | 3 |
QPalette::operator==| Name: | QPalette::operator== | | Prototype: | bool QPalette::operator==(const QPalette &p) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | | Lines: | 819-830 |
| | 7 | 5 |
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: | 713-725 |
| | 7 | 3 |
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: | 3136-3151 |
| | 7 | 2 |
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: | 4062-4079 |
| | 7 | 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: | 4032-4047 |
| | 7 | 3 |
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: | 3113-3128 |
| | 7 | 2 |
QPainter::rotate| Name: | QPainter::rotate | | Prototype: | void QPainter::rotate(qreal a) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3161-3176 |
| | 7 | 2 |
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: | 6962-6975 |
| | 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: | 6986-6999 |
| | 7 | 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: | 1988-2000 |
| | 7 | 3 |
QPaintEngine::drawLines| Name: | QPaintEngine::drawLines | | Prototype: | void QPaintEngine::drawLines(const QLineF *lines, int lineCount) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 766-779 |
| | 7 | 4 |
QPaintEngine::drawImage| Name: | 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 |
QPaintDeviceWindow::exposeEvent| Name: | QPaintDeviceWindow::exposeEvent | | Prototype: | void QPaintDeviceWindow::exposeEvent(QExposeEvent *exposeEvent) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpaintdevicewindow.cpp | | Lines: | 173-188 |
| | 7 | 3 |
QPagedPaintDevice::margins| Name: | QPagedPaintDevice::margins | | Prototype: | QPagedPaintDevice::Margins QPagedPaintDevice::margins() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagedpaintdevice.cpp | | Lines: | 301-310 |
| | 7 | 1 |
QPageSizePrivate::size| Name: | QPageSizePrivate::size | | Prototype: | QSizeF QPageSizePrivate::size(QPageSize::Unit units) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | | Lines: | 877-893 |
| | 7 | 4 |
QPageSizePrivate::init| Name: | QPageSizePrivate::init | | Prototype: | void QPageSizePrivate::init(QPageSize::PageSizeId id, const QString &name) | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | | Lines: | 821-830 |
| | 7 | 1 |
QPageSizePrivate::init| Name: | QPageSizePrivate::init | | Prototype: | void QPageSizePrivate::init(const QSize &size, const QString &name) | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | | Lines: | 833-842 |
| | 7 | 1 |
QPageSetupWidget::initUnits| Name: | QPageSetupWidget::initUnits | | Prototype: | void QPageSetupWidget::initUnits() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | | Lines: | 275-286 |
| | 7 | 1 |
QPageSetupDialog::done| Name: | 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::setDefaultMargins| Name: | 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 |
QPageLayout::setUnits| Name: | 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 |
QPMCache::resizeKeyArray| Name: | QPMCache::resizeKeyArray | | Prototype: | void QPMCache::resizeKeyArray(int size) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 389-398 |
| | 7 | 3 |
QPMCache::releaseKey| Name: | 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 |
QPF2Generator::writeBlock| Name: | 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 |
QOpenGLWindowPrivate::~QOpenGLWindowPrivate| Name: | 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 |
QOpenGLWindow::metric| Name: | QOpenGLWindow::metric | | Prototype: | int QOpenGLWindow::metric(PaintDeviceMetric metric) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglwindow.cpp | | Lines: | 658-671 |
| | 7 | 4 |
QOpenGLWidgetPrivate::beginCompose| Name: | 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 |
QOpenGLTexturePrivate::release| Name: | QOpenGLTexturePrivate::release | | Prototype: | void QOpenGLTexturePrivate::release(uint unit, QOpenGLTexture::TextureUnitReset reset) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 249-260 |
| | 7 | 3 |
QOpenGLTexturePrivate::bind| Name: | QOpenGLTexturePrivate::bind | | Prototype: | void QOpenGLTexturePrivate::bind(uint unit, QOpenGLTexture::TextureUnitReset reset) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 231-242 |
| | 7 | 3 |
QOpenGLTexture::setData| Name: | QOpenGLTexture::setData | | Prototype: | void QOpenGLTexture::setData(int mipLevel, int layer, CubeMapFace cubeFace, PixelFormat sourceFormat, PixelType sourceType, const void *data, const QOpenGLPixelTransferOptions * const options) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 3099-3111 |
| | 7 | 2 |
QOpenGLTexture::setData| Name: | QOpenGLTexture::setData | | Prototype: | void QOpenGLTexture::setData(int mipLevel, int layer, CubeMapFace cubeFace, PixelFormat sourceFormat, PixelType sourceType, void *data, const QOpenGLPixelTransferOptions * const options) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 3158-3170 |
| | 7 | 2 |
QOpenGLTexture::setCompressedData| Name: | QOpenGLTexture::setCompressedData | | Prototype: | void QOpenGLTexture::setCompressedData(int mipLevel, int layer, CubeMapFace cubeFace, int dataSize, const void *data, const QOpenGLPixelTransferOptions * const options) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 3257-3269 |
| | 7 | 2 |
QOpenGLTexture::setCompressedData| Name: | QOpenGLTexture::setCompressedData | | Prototype: | void QOpenGLTexture::setCompressedData(int mipLevel, int layer, CubeMapFace cubeFace, int dataSize, void *data, const QOpenGLPixelTransferOptions * const options) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 3309-3321 |
| | 7 | 2 |
QOpenGLTexture::setComparisonMode| Name: | QOpenGLTexture::setComparisonMode | | Prototype: | void QOpenGLTexture::setComparisonMode(QOpenGLTexture::ComparisonMode mode) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 3918-3928 |
| | 7 | 2 |
QOpenGLTexture::setComparisonFunction| Name: | QOpenGLTexture::setComparisonFunction | | Prototype: | void QOpenGLTexture::setComparisonFunction(QOpenGLTexture::ComparisonFunction function) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 3875-3885 |
| | 7 | 2 |
QOpenGLTexture::boundTextureId| Name: | QOpenGLTexture::boundTextureId | | Prototype: | GLuint QOpenGLTexture::boundTextureId(BindingTarget target) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 2377-2388 |
| | 7 | 2 |