Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
QStyleSheetStyle::nativeFrameWidthName: | QStyleSheetStyle::nativeFrameWidth | Prototype: | int QStyleSheetStyle::nativeFrameWidth(const QWidget *w) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 1623-1657 |
| | 15 | 8 |
QStyleHelper::drawDialName: | QStyleHelper::drawDial | Prototype: | void drawDial(const QStyleOptionSlider *option, QPainter *painter) | Coverage: | 0.000% (0/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylehelper.cpp | Lines: | 245-352 |
| | 84 | 8 |
QString::isRightToLeftName: | QString::isRightToLeft | Prototype: | bool QString::isRightToLeft() const | Coverage: | 89.474% (17/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 8075-8101 |
| | 15 | 8 |
QStatusBarPrivate::messageRectName: | QStatusBarPrivate::messageRect | Prototype: | QRect QStatusBarPrivate::messageRect() const | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp | Lines: | 123-155 |
| | 19 | 8 |
QStatusBar::reformatName: | QStatusBar::reformat | Prototype: | void QStatusBar::reformat() | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp | Lines: | 472-532 |
| | 43 | 8 |
QStateMachinePrivate::removeConflictingTransitionsName: | QStateMachinePrivate::removeConflictingTransitions | Prototype: | void QStateMachinePrivate::removeConflictingTransitions(QList<QAbstractTransition*> &enabledTransitions, CalculationCache *cache) | Coverage: | 90.000% (18/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 621-667 |
| | 25 | 8 |
QStandardItemPrivate::insertRowsName: | QStandardItemPrivate::insertRows | Prototype: | bool QStandardItemPrivate::insertRows(int row, const QList<QStandardItem*> &items) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 378-407 |
| | 24 | 8 |
QSslSocketPrivate::isMatchingHostnameName: | QSslSocketPrivate::isMatchingHostname | Prototype: | bool QSslSocketPrivate::isMatchingHostname(const QString &cn, const QString &hostname) | Coverage: | 92.308% (24/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2684-2722 |
| | 19 | 8 |
QSslSocket::waitForEncryptedName: | QSslSocket::waitForEncrypted | Prototype: | bool QSslSocket::waitForEncrypted(int msecs) | Coverage: | 73.077% (19/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 1568-1595 |
| | 16 | 8 |
QSslSocket::waitForDisconnectedName: | QSslSocket::waitForDisconnected | Prototype: | bool QSslSocket::waitForDisconnected(int msecs) | Coverage: | 59.091% (13/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 1676-1705 |
| | 18 | 8 |
QSslSocket::disconnectFromHostName: | QSslSocket::disconnectFromHost | Prototype: | void QSslSocket::disconnectFromHost() | Coverage: | 75.000% (18/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 1940-1975 |
| | 20 | 8 |
QSslCertificate::subjectAlternativeNamesName: | QSslCertificate::subjectAlternativeNames | Prototype: | QMultiMap<QSsl::AlternativeNameEntryType, QString> QSslCertificate::subjectAlternativeNames() const | Coverage: | 76.923% (20/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | Lines: | 181-213 |
| | 20 | 8 |
QSqlTableModelPrivate::revertCachedRowName: | QSqlTableModelPrivate::revertCachedRow | Prototype: | void QSqlTableModelPrivate::revertCachedRow(int row) | Coverage: | 76.471% (13/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | Lines: | 118-151 |
| | 23 | 8 |
QSqlTableModel::setDataName: | QSqlTableModel::setData | Prototype: | bool QSqlTableModel::setData(const QModelIndex &index, const QVariant &value, int role) | Coverage: | 87.500% (28/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | Lines: | 562-596 |
| | 23 | 8 |
QSqlTableModel::insertRowsName: | QSqlTableModel::insertRows | Prototype: | bool QSqlTableModel::insertRows(int row, int count, const QModelIndex &parent) | Coverage: | 80.645% (25/31) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | Lines: | 1140-1175 |
| | 24 | 8 |
QSqlResultPrivate::positionalToNamedBindingName: | QSqlResultPrivate::positionalToNamedBinding | Prototype: | QString QSqlResultPrivate::positionalToNamedBinding(const QString &query) const | Coverage: | 90.625% (29/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | Lines: | 88-126 |
| | 25 | 8 |
QSqlDatabasePrivate::initName: | QSqlDatabasePrivate::init | Prototype: | void QSqlDatabasePrivate::init(const QString &type) | Coverage: | 80.769% (21/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldatabase.cpp | Lines: | 724-788 |
| | 17 | 8 |
QSplitterPrivate::setGeoName: | QSplitterPrivate::setGeo | Prototype: | void QSplitterPrivate::setGeo(QSplitterLayoutStruct *sls, int p, int s, bool allowCollapse) | Coverage: | 0.000% (0/31) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplitter.cpp | Lines: | 734-775 |
| | 26 | 8 |
QSpanCollection::updateInsertedColumnsName: | QSpanCollection::updateInsertedColumns | Prototype: | void QSpanCollection::updateInsertedColumns(int start, int end) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 256-301 |
| | 19 | 8 |
QSpanCollection::spansInRectName: | QSpanCollection::spansInRect | Prototype: | QList<QSpanCollection::Span *> QSpanCollection::spansInRect(int x, int y, int w, int h) const | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 170-193 |
| | 19 | 8 |
QSortedModelEngine::indexHintName: | QSortedModelEngine::indexHint | Prototype: | QIndexMapper QSortedModelEngine::indexHint(QString part, const QModelIndex& parent, Qt::SortOrder order) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | Lines: | 556-597 |
| | 22 | 8 |
QSortFilterProxyModelPrivate::insert_source_itemsName: | QSortFilterProxyModelPrivate::insert_source_items | Prototype: | void QSortFilterProxyModelPrivate::insert_source_items( QVector<int> &source_to_proxy, QVector<int> &proxy_to_source, const QVector<int> &source_items, const QModelIndex &source_parent, Qt::Orientation orient, bool emit_signal) | Coverage: | 91.667% (22/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 687-726 |
| | 23 | 8 |
QSortFilterProxyModelPrivate::handle_filter_changedName: | QSortFilterProxyModelPrivate::handle_filter_changed | Prototype: | QSet<int> QSortFilterProxyModelPrivate::handle_filter_changed( QVector<int> &source_to_proxy, QVector<int> &proxy_to_source, const QModelIndex &source_parent, Qt::Orientation orient) | Coverage: | 92.857% (26/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 1117-1156 |
| | 24 | 8 |
QSortFilterProxyModel::removeRowsName: | QSortFilterProxyModel::removeRows | Prototype: | bool QSortFilterProxyModel::removeRows(int row, int count, const QModelIndex &parent) | Coverage: | 86.111% (31/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2120-2157 |
| | 29 | 8 |
QSortFilterProxyModel::removeColumnsName: | QSortFilterProxyModel::removeColumns | Prototype: | bool QSortFilterProxyModel::removeColumns(int column, int count, const QModelIndex &parent) | Coverage: | 82.353% (28/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2162-2196 |
| | 27 | 8 |
QSocks5SocketEnginePrivate::_q_udpSocketReadNotificationName: | QSocks5SocketEnginePrivate::_q_udpSocketReadNotification | Prototype: | void QSocks5SocketEnginePrivate::_q_udpSocketReadNotification() | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1284-1327 |
| | 22 | 8 |
QSlider::eventName: | QSlider::event | Prototype: | bool QSlider::event(QEvent *event) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qslider.cpp | Lines: | 341-360 |
| | 9 | 8 |
QSizeGrip::mouseMoveEventName: | QSizeGrip::mouseMoveEvent | Prototype: | void QSizeGrip::mouseMoveEvent(QMouseEvent * e) | Coverage: | 0.000% (0/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | Lines: | 374-417 |
| | 26 | 8 |
QSharedMemoryPrivate::setErrorStringName: | QSharedMemoryPrivate::setErrorString | Prototype: | void QSharedMemoryPrivate::setErrorString(QLatin1String function) | Coverage: | 16.667% (2/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory_unix.cpp | Lines: | 80-109 |
| | 15 | 8 |
QSettingsPrivate::normalizedKeyName: | QSettingsPrivate::normalizedKey | Prototype: | QString QSettingsPrivate::normalizedKey(const QString &key) | Coverage: | 100.000% (20/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 266-289 |
| | 15 | 8 |
QSequentialAnimationGroupPrivate::animationRemovedName: | QSequentialAnimationGroupPrivate::animationRemoved | Prototype: | void QSequentialAnimationGroupPrivate::animationRemoved(int index, QAbstractAnimation *anim) | Coverage: | 100.000% (22/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qsequentialanimationgroup.cpp | Lines: | 539-580 |
| | 22 | 8 |
QScrollerPrivate::scrollingSegmentsValidName: | QScrollerPrivate::scrollingSegmentsValid | Prototype: | bool QScrollerPrivate::scrollingSegmentsValid(Qt::Orientation orientation) const | Coverage: | 0.000% (0/33) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | Lines: | 1191-1231 |
| | 27 | 8 |
QScrollerPrivate::releaseWhileDraggingName: | QScrollerPrivate::releaseWhileDragging | Prototype: | bool QScrollerPrivate::releaseWhileDragging(const QPointF &position, qint64 timestamp) | Coverage: | 0.000% (0/33) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | Lines: | 1636-1682 |
| | 26 | 8 |
QScroller::scrollToName: | QScroller::scrollTo | Prototype: | void QScroller::scrollTo(const QPointF &pos, int scrollTime) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | Lines: | 676-712 |
| | 23 | 8 |
QResourcePrivate::ensureInitializedName: | QResourcePrivate::ensureInitialized | Prototype: | void QResourcePrivate::ensureInitialized() const | Coverage: | 95.455% (21/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 294-324 |
| | 21 | 8 |
QRegion::unitedName: | QRegion::united | Prototype: | QRegion QRegion::united(const QRect &r) const | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 4028-4058 |
| | 25 | 8 |
QRegion::operator+=Name: | QRegion::operator+= | Prototype: | QRegion& QRegion::operator+=(const QRect &r) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 4060-4087 |
| | 22 | 8 |
QRect::operator&Name: | QRect::operator& | Prototype: | QRect QRect::operator&(const QRect &r) const noexcept | Coverage: | 100.000% (32/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 1039-1084 |
| | 32 | 8 |
QRect::intersectsName: | QRect::intersects | Prototype: | bool QRect::intersects(const QRect &r) const noexcept | Coverage: | 100.000% (32/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 1118-1158 |
| | 27 | 8 |
QRasterPaintEngine::updatePenName: | QRasterPaintEngine::updatePen | Prototype: | void QRasterPaintEngine::updatePen(const QPen &pen) | Coverage: | 0.000% (0/47) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 700-768 |
| | 41 | 8 |
QRasterPaintEngine::setClipRectInDeviceCoordsName: | QRasterPaintEngine::setClipRectInDeviceCoords | Prototype: | bool QRasterPaintEngine::setClipRectInDeviceCoords(const QRect &r, Qt::ClipOperation op) | Coverage: | 0.000% (0/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 1236-1284 |
| | 29 | 8 |
QRasterPaintEngine::fillName: | QRasterPaintEngine::fill | Prototype: | void QRasterPaintEngine::fill(const QVectorPath &path, const QBrush &brush) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 1652-1718 |
| | 31 | 8 |
QRasterPaintEngine::drawTiledPixmapName: | QRasterPaintEngine::drawTiledPixmap | Prototype: | void QRasterPaintEngine::drawTiledPixmap(const QRectF &r, const QPixmap &pixmap, const QPointF &sr) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 2441-2505 |
| | 43 | 8 |
QRasterPaintEngine::drawPolygonName: | QRasterPaintEngine::drawPolygon | Prototype: | void QRasterPaintEngine::drawPolygon(const QPoint *points, int pointCount, PolygonDrawMode mode) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 1933-1993 |
| | 36 | 8 |
QRasterPaintEngine::clipName: | QRasterPaintEngine::clip | Prototype: | void QRasterPaintEngine::clip(const QVectorPath &path, Qt::ClipOperation op) | Coverage: | 0.000% (0/33) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 1140-1207 |
| | 28 | 8 |
QRasterPaintEngine::clipName: | QRasterPaintEngine::clip | Prototype: | void QRasterPaintEngine::clip(const QRegion ®ion, Qt::ClipOperation op) | Coverage: | 0.000% (0/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 1290-1339 |
| | 30 | 8 |
QProcessPrivate::startName: | QProcessPrivate::start | Prototype: | void QProcessPrivate::start(QIODevice::OpenMode mode) | Coverage: | 86.667% (26/30) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 2146-2185 |
| | 26 | 8 |
QProcessPrivate::setErrorName: | QProcessPrivate::setError | Prototype: | void QProcessPrivate::setError(QProcess::ProcessError error, const QString &description) | Coverage: | 62.500% (10/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 961-988 |
| | 16 | 8 |
QPrintPreviewWidgetPrivate::layoutPagesName: | QPrintPreviewWidgetPrivate::layoutPages | Prototype: | void QPrintPreviewWidgetPrivate::layoutPages() | Coverage: | 51.613% (16/31) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp | Lines: | 354-390 |
| | 24 | 8 |
QPollingFileSystemWatcherEngine::addPathsName: | QPollingFileSystemWatcherEngine::addPaths | Prototype: | QStringList QPollingFileSystemWatcherEngine::addPaths(const QStringList &paths, QStringList *files, QStringList *directories) | Coverage: | 70.370% (19/27) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher_polling.cpp | Lines: | 54-88 |
| | 24 | 8 |
QPlatformFontDatabase::registerQPF2FontName: | QPlatformFontDatabase::registerQPF2Font | Prototype: | void QPlatformFontDatabase::registerQPF2Font(const QByteArray &dataArray, void *handle) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp | Lines: | 70-105 |
| | 24 | 8 |
QPlainTextEditControl::hitTestName: | QPlainTextEditControl::hitTest | Prototype: | int QPlainTextEditControl::hitTest(const QPointF &point, Qt::HitTestAccuracy ) const | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 515-560 |
| | 34 | 8 |
QPlainTextEdit::eventName: | QPlainTextEdit::event | Prototype: | bool QPlainTextEdit::event(QEvent *e) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 1516-1568 |
| | 33 | 8 |
QPixmapStyle::sizeFromContentsName: | QPixmapStyle::sizeFromContents | Prototype: | QSize QPixmapStyle::sizeFromContents(ContentsType type, const QStyleOption *option, const QSize &contentsSize, const QWidget *widget) const | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | Lines: | 327-347 |
| | 8 | 8 |
QPictureIO::pictureFormatName: | QPictureIO::pictureFormat | Prototype: | QByteArray QPictureIO::pictureFormat(QIODevice *d) | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | Lines: | 1757-1792 |
| | 24 | 8 |
QPen::dashPatternName: | QPen::dashPattern | Prototype: | QVector<qreal> QPen::dashPattern() const | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | Lines: | 456-488 |
| | 22 | 8 |
QPdfEnginePrivate::writePageName: | QPdfEnginePrivate::writePage | Prototype: | void QPdfEnginePrivate::writePage() | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1666-1748 |
| | 65 | 8 |
QPdfEnginePrivate::writeImageName: | QPdfEnginePrivate::writeImage | Prototype: | int QPdfEnginePrivate::writeImage(const QByteArray &data, int width, int height, int depth, int maskObject, int softMaskObject, bool dct, bool isMono) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1927-1977 |
| | 37 | 8 |
QPdfEnginePrivate::addBrushPatternName: | QPdfEnginePrivate::addBrushPattern | Prototype: | int QPdfEnginePrivate::addBrushPattern(const QTransform &m, bool *specifyColor, int *gStateObject) | Coverage: | 0.000% (0/30) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 2333-2413 |
| | 65 | 8 |
QPathClipper::pathToRectName: | QPathClipper::pathToRect | Prototype: | bool QPathClipper::pathToRect(const QPainterPath &path, QRectF *rect) | Coverage: | 0.000% (0/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 1510-1546 |
| | 24 | 8 |
QPathClipper::containsName: | QPathClipper::contains | Prototype: | bool QPathClipper::contains() | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 1415-1450 |
| | 23 | 8 |
QParallelAnimationGroupPrivate::_q_uncontrolledAnimationFinishedName: | QParallelAnimationGroupPrivate::_q_uncontrolledAnimationFinished | Prototype: | void QParallelAnimationGroupPrivate::_q_uncontrolledAnimationFinished() | Coverage: | 91.667% (22/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | Lines: | 219-246 |
| | 17 | 8 |
QPalette::isEqualName: | QPalette::isEqual | Prototype: | bool QPalette::isEqual(QPalette::ColorGroup group1, QPalette::ColorGroup group2) const | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | Lines: | 844-869 |
| | 16 | 8 |
QPainterPath::intersectsName: | QPainterPath::intersects | Prototype: | bool QPainterPath::intersects(const QRectF &rect) const | Coverage: | 0.000% (0/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 2055-2090 |
| | 19 | 8 |
QPainterPath::addRoundedRectName: | QPainterPath::addRoundedRect | Prototype: | void QPainterPath::addRoundedRect(const QRectF &rect, qreal xRadius, qreal yRadius, Qt::SizeMode mode) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 3099-3155 |
| | 36 | 8 |
QPainter::restoreName: | QPainter::restore | Prototype: | void QPainter::restore() | Coverage: | 0.000% (0/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 1600-1663 |
| | 40 | 8 |
QPainter::drawPixmapName: | QPainter::drawPixmap | Prototype: | void QPainter::drawPixmap(const QPointF &p, const QPixmap &pm) | Coverage: | 0.000% (0/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 5049-5119 |
| | 39 | 8 |
QPageSetupWidget::updateWidgetName: | QPageSetupWidget::updateWidget | Prototype: | void QPageSetupWidget::updateWidget() | Coverage: | 29.412% (5/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | Lines: | 406-494 |
| | 52 | 8 |
QOutlineMapper::endOutlineName: | QOutlineMapper::endOutline | Prototype: | void QOutlineMapper::endOutline() | Coverage: | 0.000% (0/38) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qoutlinemapper.cpp | Lines: | 192-250 |
| | 32 | 8 |
QOpenGLTextureBlitter::createName: | QOpenGLTextureBlitter::create | Prototype: | bool QOpenGLTextureBlitter::create() | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureblitter.cpp | Lines: | 322-359 |
| | 25 | 8 |
QOpenGLShaderPrivate::createName: | QOpenGLShaderPrivate::create | Prototype: | bool QOpenGLShaderPrivate::create() | Coverage: | 0.000% (0/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 227-258 |
| | 20 | 8 |
QOpenGLShader::compileSourceCodeName: | QOpenGLShader::compileSourceCode | Prototype: | bool QOpenGLShader::compileSourceCode(const char *source) | Coverage: | 0.000% (0/31) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 509-585 |
| | 30 | 8 |
QOpenGLFramebufferObject::~QOpenGLFramebufferObjectName: | QOpenGLFramebufferObject::~QOpenGLFramebufferObject | Prototype: | QOpenGLFramebufferObject::~QOpenGLFramebufferObject() | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglframebufferobject.cpp | Lines: | 940-964 |
| | 17 | 8 |
QOpenGLDebugLogger::initializeName: | QOpenGLDebugLogger::initialize | Prototype: | bool QOpenGLDebugLogger::initialize() | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengldebug.cpp | Lines: | 1382-1442 |
| | 33 | 8 |
QOpenGLContext::versionFunctionsName: | QOpenGLContext::versionFunctions | Prototype: | QAbstractOpenGLFunctions *QOpenGLContext::versionFunctions(const QOpenGLVersionProfile &versionProfile) const | Coverage: | 0.000% (0/31) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglcontext.cpp | Lines: | 821-865 |
| | 24 | 8 |
QOpenGLContext::swapBuffersName: | QOpenGLContext::swapBuffers | Prototype: | void QOpenGLContext::swapBuffers(QSurface *surface) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglcontext.cpp | Lines: | 1031-1064 |
| | 20 | 8 |
QOpenGL2PaintEngineExPrivate::updateBrushTextureName: | QOpenGL2PaintEngineExPrivate::updateBrushTexture | Prototype: | void QOpenGL2PaintEngineExPrivate::updateBrushTexture() | Coverage: | 0.000% (0/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 250-296 |
| | 25 | 8 |
QOpenGL2PaintEngineEx::setStateName: | QOpenGL2PaintEngineEx::setState | Prototype: | void QOpenGL2PaintEngineEx::setState(QPainterState *new_state) | Coverage: | 0.000% (0/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 2450-2491 |
| | 20 | 8 |
QOpenGL2GradientCache::generateGradientColorTableName: | QOpenGL2GradientCache::generateGradientColorTable | Prototype: | void QOpenGL2GradientCache::generateGradientColorTable(const QGradient& gradient, QRgba64 *colorTable, int size, qreal opacity) const | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglgradientcache.cpp | Lines: | 170-220 |
| | 34 | 8 |
QOpenGL2GradientCache::generateGradientColorTableName: | QOpenGL2GradientCache::generateGradientColorTable | Prototype: | void QOpenGL2GradientCache::generateGradientColorTable(const QGradient& gradient, uint *colorTable, int size, qreal opacity) const | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglgradientcache.cpp | Lines: | 222-273 |
| | 34 | 8 |
QObjectPrivate::~QObjectPrivateName: | QObjectPrivate::~QObjectPrivate | Prototype: | QObjectPrivate::~QObjectPrivate() | Coverage: | 91.667% (22/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 234-262 |
| | 14 | 8 |
QObjectPrivate::connectImplName: | QObjectPrivate::connectImpl | Prototype: | QMetaObject::Connection QObjectPrivate::connectImpl(const QObject *sender, int signal_index, const QObject *receiver, void **slot, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type, const int *types, const QMetaObject *senderMetaObject) | Coverage: | 76.471% (26/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 4684-4740 |
| | 37 | 8 |
QObject::isSignalConnectedName: | QObject::isSignalConnected | Prototype: | bool QObject::isSignalConnected(const QMetaMethod &signal) const | Coverage: | 72.727% (16/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 2464-2495 |
| | 27 | 8 |
QNetworkReplyImplPrivate::handleNotificationsName: | QNetworkReplyImplPrivate::handleNotifications | Prototype: | void QNetworkReplyImplPrivate::handleNotifications() | Coverage: | 63.636% (14/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | Lines: | 442-475 |
| | 19 | 8 |
QNetworkReplyHttpImplPrivate::sendCacheContentsName: | QNetworkReplyHttpImplPrivate::sendCacheContents | Prototype: | bool QNetworkReplyHttpImplPrivate::sendCacheContents(const QNetworkCacheMetaData &metaData) | Coverage: | 50.000% (13/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | Lines: | 1416-1487 |
| | 41 | 8 |
QNetworkReplyHttpImpl::QNetworkReplyHttpImplName: | QNetworkReplyHttpImpl::QNetworkReplyHttpImpl | Prototype: | QNetworkReplyHttpImpl::QNetworkReplyHttpImpl(QNetworkAccessManager* const manager, const QNetworkRequest& request, QNetworkAccessManager::Operation& operation, QIODevice* outgoingData) | Coverage: | 87.500% (21/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | Lines: | 167-243 |
| | 36 | 8 |
QNetworkDiskCache::prepareName: | QNetworkDiskCache::prepare | Prototype: | QIODevice *QNetworkDiskCache::prepare(const QNetworkCacheMetaData &metaData) | Coverage: | 78.571% (22/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkdiskcache.cpp | Lines: | 178-225 |
| | 29 | 8 |
QNetworkAccessManager::networkAccessibleName: | QNetworkAccessManager::networkAccessible | Prototype: | QNetworkAccessManager::NetworkAccessibility QNetworkAccessManager::networkAccessible() const | Coverage: | 18.182% (4/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessmanager.cpp | Lines: | 968-998 |
| | 17 | 8 |
QNetworkAccessDebugPipeBackend::pushFromUpstreamToSocketName: | QNetworkAccessDebugPipeBackend::pushFromUpstreamToSocket | Prototype: | void QNetworkAccessDebugPipeBackend::pushFromUpstreamToSocket() | Coverage: | 63.636% (14/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessdebugpipebackend.cpp | Lines: | 172-216 |
| | 26 | 8 |
QNetworkAccessCacheBackend::sendCacheContentsName: | QNetworkAccessCacheBackend::sendCacheContents | Prototype: | bool QNetworkAccessCacheBackend::sendCacheContents() | Coverage: | 70.833% (17/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccesscachebackend.cpp | Lines: | 72-121 |
| | 30 | 8 |
QNetworkAccessCache::releaseEntryName: | QNetworkAccessCache::releaseEntry | Prototype: | void QNetworkAccessCache::releaseEntry(const QByteArray &key) | Coverage: | 66.667% (16/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccesscache.cpp | Lines: | 321-355 |
| | 19 | 8 |
QNativeSocketEnginePrivate::nativeMulticastInterfaceName: | QNativeSocketEnginePrivate::nativeMulticastInterface | Prototype: | QNetworkInterface QNativeSocketEnginePrivate::nativeMulticastInterface() const | Coverage: | 61.538% (16/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine_unix.cpp | Lines: | 690-718 |
| | 21 | 8 |
QNativeSocketEngine::closeName: | QNativeSocketEngine::close | Prototype: | void QNativeSocketEngine::close() | Coverage: | 81.818% (18/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine.cpp | Lines: | 909-942 |
| | 26 | 8 |
QMimeXMLProvider::ensureLoadedName: | QMimeXMLProvider::ensureLoaded | Prototype: | void QMimeXMLProvider::ensureLoaded() | Coverage: | 85.000% (17/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeprovider.cpp | Lines: | 755-795 |
| | 24 | 8 |
QMimeGlobMatchResult::addMatchName: | QMimeGlobMatchResult::addMatch | Prototype: | void QMimeGlobMatchResult::addMatch(const QString &mimeType, int weight, const QString &pattern) | Coverage: | 90.909% (20/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeglobpattern.cpp | Lines: | 59-85 |
| | 16 | 8 |
QMimeBinaryProvider::parentsName: | QMimeBinaryProvider::parents | Prototype: | QStringList QMimeBinaryProvider::parents(const QString &mime) | Coverage: | 100.000% (20/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeprovider.cpp | Lines: | 431-470 |
| | 30 | 8 |
QMetaObject::newInstanceName: | QMetaObject::newInstance | Prototype: | QObject *QMetaObject::newInstance(QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9) const | Coverage: | 86.957% (20/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 225-279 |
| | 32 | 8 |
QMetaObject::invokeMethodName: | QMetaObject::invokeMethod | Prototype: | bool QMetaObject::invokeMethod(QObject *obj, const char *member, Qt::ConnectionType type, QGenericReturnArgument ret, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9) | Coverage: | 92.000% (23/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 1431-1490 |
| | 34 | 8 |
QMetaEnum::keyToValueName: | QMetaEnum::keyToValue | Prototype: | int QMetaEnum::keyToValue(const char *key, bool *ok) const | Coverage: | 79.412% (27/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 2588-2615 |
| | 22 | 8 |
QMenuPrivate::popupActionName: | QMenuPrivate::popupAction | Prototype: | void QMenuPrivate::popupAction(QAction *action, int delay, bool activateFirst) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 499-516 |
| | 13 | 8 |