| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
QStyleSheetStyle::nativeFrameWidth| Name: | 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::drawDial| Name: | 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::isRightToLeft| Name: | 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::messageRect| Name: | 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::reformat| Name: | 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::removeConflictingTransitions| Name: | 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::insertRows| Name: | 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::isMatchingHostname| Name: | 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::waitForEncrypted| Name: | 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::waitForDisconnected| Name: | 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::disconnectFromHost| Name: | 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::subjectAlternativeNames| Name: | 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::revertCachedRow| Name: | 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::setData| Name: | 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::insertRows| Name: | 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::positionalToNamedBinding| Name: | 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::init| Name: | 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::setGeo| Name: | 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::updateInsertedColumns| Name: | 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::spansInRect| Name: | 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::indexHint| Name: | 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_items| Name: | 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_changed| Name: | 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::removeRows| Name: | 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::removeColumns| Name: | 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_udpSocketReadNotification| Name: | 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::event| Name: | 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::mouseMoveEvent| Name: | 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::setErrorString| Name: | 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::normalizedKey| Name: | 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::animationRemoved| Name: | 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::scrollingSegmentsValid| Name: | 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::releaseWhileDragging| Name: | 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::scrollTo| Name: | 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::ensureInitialized| Name: | 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::united| Name: | 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::intersects| Name: | 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::updatePen| Name: | 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::setClipRectInDeviceCoords| Name: | 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::fill| Name: | 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::drawTiledPixmap| Name: | 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::drawPolygon| Name: | 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::clip| Name: | 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::clip| Name: | 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::start| Name: | 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::setError| Name: | 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::layoutPages| Name: | 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::addPaths| Name: | 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::registerQPF2Font| Name: | 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::hitTest| Name: | 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::event| Name: | 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::sizeFromContents| Name: | 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::pictureFormat| Name: | 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::dashPattern| Name: | 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::writePage| Name: | 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::writeImage| Name: | 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::addBrushPattern| Name: | 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::pathToRect| Name: | 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::contains| Name: | 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_uncontrolledAnimationFinished| Name: | 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::isEqual| Name: | 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::intersects| Name: | 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::addRoundedRect| Name: | 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::restore| Name: | 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::drawPixmap| Name: | 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::updateWidget| Name: | 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::endOutline| Name: | 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::create| Name: | 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::create| Name: | 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::compileSourceCode| Name: | 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::~QOpenGLFramebufferObject| Name: | 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::initialize| Name: | 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::versionFunctions| Name: | 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::swapBuffers| Name: | 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::updateBrushTexture| Name: | 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::setState| Name: | 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::generateGradientColorTable| Name: | 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::generateGradientColorTable| Name: | 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::~QObjectPrivate| Name: | 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::connectImpl| Name: | 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::isSignalConnected| Name: | 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::handleNotifications| Name: | 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::sendCacheContents| Name: | 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::QNetworkReplyHttpImpl| Name: | 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::prepare| Name: | 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::networkAccessible| Name: | 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::pushFromUpstreamToSocket| Name: | 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::sendCacheContents| Name: | 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::releaseEntry| Name: | 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::nativeMulticastInterface| Name: | 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::close| Name: | 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::ensureLoaded| Name: | 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::addMatch| Name: | 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::parents| Name: | 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::newInstance| Name: | 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::invokeMethod| Name: | 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::keyToValue| Name: | 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::popupAction| Name: | 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 |