Function | Condition % | Modificationsâ–´ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QRect::containsName: | QRect::contains | Prototype: | bool QRect::contains(const QPoint &p, bool proper) const noexcept | Coverage: | 97.297% (36/37) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 826-859 | Comparison: | New |
| | New | 23 | 9 |
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 | Comparison: | New |
| | New | 27 | 8 |
QRect::normalizedName: | QRect::normalized | Prototype: | QRect QRect::normalized() const noexcept | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 303-321 | Comparison: | New |
| | New | 12 | 3 |
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 | Comparison: | New |
| | New | 32 | 8 |
QRect::operator|Name: | QRect::operator| | Prototype: | QRect QRect::operator|(const QRect &r) const noexcept | Coverage: | 100.000% (23/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 968-1009 | Comparison: | New |
| | New | 30 | 7 |
QRectF::containsName: | QRectF::contains | Prototype: | bool QRectF::contains(const QRectF &r) const noexcept | Coverage: | 89.744% (35/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 2019-2064 | Comparison: | New |
| | New | 33 | 11 |
QRectF::containsName: | QRectF::contains | Prototype: | bool QRectF::contains(const QPointF &p) const noexcept | Coverage: | 100.000% (25/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 1973-2000 | Comparison: | New |
| | New | 19 | 7 |
QRectF::intersectsName: | QRectF::intersects | Prototype: | bool QRectF::intersects(const QRectF &r) const noexcept | Coverage: | 89.744% (35/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 2311-2356 | Comparison: | New |
| | New | 33 | 11 |
QRectF::normalizedName: | QRectF::normalized | Prototype: | QRectF QRectF::normalized() const noexcept | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 1546-1558 | Comparison: | New |
| | New | 8 | 3 |
QRectF::operator&Name: | QRectF::operator& | Prototype: | QRectF QRectF::operator&(const QRectF &r) const noexcept | Coverage: | 89.744% (35/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 2226-2276 | Comparison: | New |
| | New | 38 | 11 |
QRectF::operator|Name: | QRectF::operator| | Prototype: | QRectF QRectF::operator|(const QRectF &r) const noexcept | Coverage: | 100.000% (23/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 2157-2195 | Comparison: | New |
| | New | 25 | 7 |
QRectF::toAlignedRectName: | QRectF::toAlignedRect | Prototype: | QRect QRectF::toAlignedRect() const noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 2378-2385 | Comparison: | New |
| | New | 5 | 1 |
QRecursiveMutexPrivate::lockName: | QRecursiveMutexPrivate::lock | Prototype: | inline bool QRecursiveMutexPrivate::lock(int timeout) noexcept | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | Lines: | 631-649 | Comparison: | New |
| | New | 12 | 4 |
QRecursiveMutexPrivate::unlockName: | QRecursiveMutexPrivate::unlock | Prototype: | inline void QRecursiveMutexPrivate::unlock() noexcept | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | Lines: | 654-662 | Comparison: | New |
| | New | 4 | 2 |
QResourceFileEnginePrivate::uncompressName: | QResourceFileEnginePrivate::uncompress | Prototype: | void QResourceFileEnginePrivate::uncompress() const | Coverage: | 87.500% (7/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 1494-1503 | Comparison: | New |
| | New | 2 | 2 |
QRingBuffer::appendName: | QRingBuffer::append | Prototype: | void QRingBuffer::append(const char *data, qint64 size) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qringbuffer.cpp | Lines: | 321-328 | Comparison: | New |
| | New | 5 | 3 |
QRingBuffer::indexOfName: | QRingBuffer::indexOf | Prototype: | qint64 QRingBuffer::indexOf(char c, qint64 maxLength, qint64 pos) const | Coverage: | 95.238% (20/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qringbuffer.cpp | Lines: | 218-246 | Comparison: | New |
| | New | 19 | 7 |
QScrollerPrivate::nextSnapPosName: | QScrollerPrivate::nextSnapPos | Prototype: | qreal QScrollerPrivate::nextSnapPos(qreal p, int dir, Qt::Orientation orientation) const | Coverage: | 0.000% (0/101) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | Lines: | 1911-2023 | Comparison: | New |
| | New | 71 | 25 |
QScrollerPrivate::realDpiName: | QScrollerPrivate::realDpi | Prototype: | QPointF QScrollerPrivate::realDpi(int screen) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | Lines: | 1017-1043 | Comparison: | New |
| | New | 2 | 1 |
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 | Comparison: | New |
| | New | 27 | 8 |
QSharedNetworkSessionManager::getSessionName: | QSharedNetworkSessionManager::getSession | Prototype: | QSharedPointer<QNetworkSession> QSharedNetworkSessionManager::getSession(const QNetworkConfiguration &config) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qsharednetworksession.cpp | Lines: | 65-79 | Comparison: | New |
| | New | 9 | 3 |
QSharedNetworkSessionManager::setSessionName: | QSharedNetworkSessionManager::setSession | Prototype: | void QSharedNetworkSessionManager::setSession(const QNetworkConfiguration &config, QSharedPointer<QNetworkSession> session) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qsharednetworksession.cpp | Lines: | 81-85 | Comparison: | New |
| | New | 2 | 1 |
QSize::scaledName: | QSize::scaled | Prototype: | QSize QSize::scaled(const QSize &s, Qt::AspectRatioMode mode) const noexcept | Coverage: | 93.333% (14/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsize.cpp | Lines: | 225-246 | Comparison: | New |
| | New | 11 | 4 |
QSize::transposeName: | QSize::transpose | Prototype: | void QSize::transpose() noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsize.cpp | Lines: | 166-169 | Comparison: | New |
| | New | 1 | 1 |
QSizeF::scaledName: | QSizeF::scaled | Prototype: | QSizeF QSizeF::scaled(const QSizeF &s, Qt::AspectRatioMode mode) const noexcept | Coverage: | 93.333% (14/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsize.cpp | Lines: | 656-676 | Comparison: | New |
| | New | 10 | 4 |
QSizeF::transposeName: | QSizeF::transpose | Prototype: | void QSizeF::transpose() noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsize.cpp | Lines: | 597-600 | Comparison: | New |
| | New | 1 | 1 |
QSortFilterProxyModelPrivate::store_persistent_indexesName: | QSortFilterProxyModelPrivate::store_persistent_indexes | Prototype: | QModelIndexPairList QSortFilterProxyModelPrivate::store_persistent_indexes() const | Coverage: | 100.000% (2/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 1017-1028 | Comparison: | New |
| | New | 8 | 2 |
QSpdyProtocolHandler::sendSYN_STREAMName: | QSpdyProtocolHandler::sendSYN_STREAM | Prototype: | void QSpdyProtocolHandler::sendSYN_STREAM(const HttpMessagePair &messagePair, qint32 streamID, qint32 associatedToStreamID) | Coverage: | 71.429% (10/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | Lines: | 610-664 | Comparison: | New |
| | New | 30 | 6 |
QSqlCachedResult::QSqlCachedResultName: | QSqlCachedResult::QSqlCachedResult | Prototype: | QSqlCachedResult::QSqlCachedResult(QSqlCachedResultPrivate &d) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlcachedresult.cpp | Lines: | 128-131 | Comparison: | New |
| | New | 2 | 1 |
QSqlCachedResultPrivate::QSqlCachedResultPrivateName: | QSqlCachedResultPrivate::QSqlCachedResultPrivate | Prototype: | QSqlCachedResultPrivate::QSqlCachedResultPrivate(QSqlCachedResult *q, const QSqlDriver *drv) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlcachedresult.cpp | Lines: | 63-69 | Comparison: | New |
| | New | 2 | 1 |
QSqlResult::QSqlResultName: | QSqlResult::QSqlResult | Prototype: | QSqlResult::QSqlResult(QSqlResultPrivate &dd) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | Lines: | 235-241 | Comparison: | New |
| | New | 3 | 2 |
QSslConfiguration::ephemeralServerKeyName: | QSslConfiguration::ephemeralServerKey | Prototype: | QSslKey QSslConfiguration::ephemeralServerKey() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | Lines: | 750-753 | Comparison: | New |
| | New | 1 | 1 |
QSslContext::initSslContextName: | QSslContext::initSslContext | Prototype: | void QSslContext::initSslContext(QSslContext *sslContext, QSslSocket::SslMode mode, const QSslConfiguration &configuration, bool allowRootCertOnDemandLoading) | Coverage: | 66.990% (69/103) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcontext_openssl.cpp | Lines: | 101-370 | Comparison: | New |
| | New | 114 | 42 |
QSslContext::sharedFromConfigurationName: | QSslContext::sharedFromConfiguration | Prototype: | QSharedPointer<QSslContext> QSslContext::sharedFromConfiguration(QSslSocket::SslMode mode, const QSslConfiguration &configuration, bool allowRootCertOnDemandLoading) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcontext_openssl.cpp | Lines: | 379-384 | Comparison: | New |
| | New | 3 | 1 |
QSslEllipticCurve::isTlsNamedCurveName: | QSslEllipticCurve::isTlsNamedCurve | Prototype: | bool QSslEllipticCurve::isTlsNamedCurve() const noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslellipticcurve_openssl.cpp | Lines: | 171-175 | Comparison: | New |
| | New | 2 | 1 |
QSslErrorEntry::fromStoreContextName: | QSslErrorEntry::fromStoreContext | Prototype: | inline QSslErrorEntry QSslErrorEntry::fromStoreContext(X509_STORE_CTX *ctx) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 263-269 | Comparison: | New |
| | New | 5 | 1 |
QSslSocketPrivate::_q_channelBytesWrittenSlotName: | QSslSocketPrivate::_q_channelBytesWrittenSlot | Prototype: | void QSslSocketPrivate::_q_channelBytesWrittenSlot(int channel, qint64 written) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2499-2504 | Comparison: | New |
| | New | 3 | 2 |
QSslSocketPrivate::_q_channelReadyReadSlotName: | QSslSocketPrivate::_q_channelReadyReadSlot | Prototype: | void QSslSocketPrivate::_q_channelReadyReadSlot(int channel) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2471-2476 | Comparison: | New |
| | New | 3 | 2 |
QStateMachinePrivate::initializeAnimationName: | QStateMachinePrivate::initializeAnimation | Prototype: | QStateMachinePrivate::InitializeAnimationResult QStateMachinePrivate::initializeAnimation(QAbstractAnimation *abstractAnimation, const QPropertyAssignment &prop) | Coverage: | 94.444% (17/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1521-1549 | Comparison: | New |
| | New | 17 | 5 |
QString::compareName: | QString::compare | Prototype: | int QString::compare(const QString &other, Qt::CaseSensitivity cs) const noexcept | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5439-5444 | Comparison: | New |
| | New | 3 | 2 |
QString::compareName: | QString::compare | Prototype: | int QString::compare(QLatin1String other, Qt::CaseSensitivity cs) const noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5466-5469 | Comparison: | New |
| | New | 1 | 1 |
QString::compare_helperName: | QString::compare_helper | Prototype: | int QString::compare_helper(const QChar *data1, int length1, QLatin1String s2, Qt::CaseSensitivity cs) noexcept | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5501-5516 | Comparison: | New |
| | New | 8 | 3 |
QString::compare_helperName: | QString::compare_helper | Prototype: | int QString::compare_helper(const QChar *data1, int length1, const QChar *data2, int length2, Qt::CaseSensitivity cs) noexcept | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5450-5458 | Comparison: | New |
| | New | 5 | 2 |
QString::operator<Name: | QString::operator< | Prototype: | bool QString::operator<(QLatin1String other) const noexcept | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2816-2823 | Comparison: | New |
| | New | 4 | 2 |
QString::operator=Name: | QString::operator= | Prototype: | QString &QString::operator=(const QString &other) noexcept | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 1810-1817 | Comparison: | New |
| | New | 5 | 2 |
QString::operator==Name: | QString::operator== | Prototype: | bool QString::operator==(QLatin1String other) const noexcept | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2755-2764 | Comparison: | New |
| | New | 5 | 3 |
QString::operator>Name: | QString::operator> | Prototype: | bool QString::operator>(QLatin1String other) const noexcept | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2921-2928 | Comparison: | New |
| | New | 4 | 2 |
QString::resizeName: | QString::resize | Prototype: | void QString::resize(int size, QChar fillChar) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 1701-1708 | Comparison: | New |
| | New | 5 | 2 |
QStyleHints::setMousePressAndHoldIntervalName: | QStyleHints::setMousePressAndHoldInterval | Prototype: | void QStyleHints::setMousePressAndHoldInterval(int mousePressAndHoldInterval) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qstylehints.cpp | Lines: | 147-154 | Comparison: | New |
| | New | 5 | 2 |
QStyleHints::setTabFocusBehaviorName: | QStyleHints::setTabFocusBehavior | Prototype: | void QStyleHints::setTabFocusBehavior(Qt::TabFocusBehavior tabFocusBehavior) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qstylehints.cpp | Lines: | 433-440 | Comparison: | New |
| | New | 5 | 2 |
QStyleSheetStyle::unsetStyleSheetFontName: | QStyleSheetStyle::unsetStyleSheetFont | Prototype: | void QStyleSheetStyle::unsetStyleSheetFont(QWidget *w) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 2650-2666 | Comparison: | New |
| | New | 10 | 2 |
QSyntaxHighlighterPrivate::applyFormatChanges::[lambda]Name: | QSyntaxHighlighterPrivate::applyFormatChanges::[lambda] | Prototype: | [=](const QTextLayout::FormatRange &range) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qsyntaxhighlighter.cpp | Lines: | 107-110 | Comparison: | New |
| | New | 2 | 1 |
QTabBarPrivate::normalizedScrollRectName: | QTabBarPrivate::normalizedScrollRect | Prototype: | QRect QTabBarPrivate::normalizedScrollRect(int index) | Coverage: | 0.000% (0/65) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | Lines: | 593-666 | Comparison: | New |
| | New | 50 | 11 |
QTeamCityLogger::QTeamCityLoggerName: | QTeamCityLogger::QTeamCityLogger | Prototype: | QTeamCityLogger::QTeamCityLogger(const char *filename) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qteamcitylogger.cpp | Lines: | 97-100 | Comparison: | New |
| | New | 2 | 1 |
QTeamCityLogger::addIncidentName: | QTeamCityLogger::addIncident | Prototype: | void QTeamCityLogger::addIncident(IncidentTypes type, const char *description, const char *file, int line) | Coverage: | 92.000% (23/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qteamcitylogger.cpp | Lines: | 136-189 | Comparison: | New |
| | New | 30 | 7 |
QTeamCityLogger::addMessageName: | QTeamCityLogger::addMessage | Prototype: | void QTeamCityLogger::addMessage(MessageTypes type, const QString &message, const char *file, int line) | Coverage: | 75.000% (9/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qteamcitylogger.cpp | Lines: | 196-220 | Comparison: | New |
| | New | 12 | 4 |
QTeamCityLogger::addPendingMessageName: | QTeamCityLogger::addPendingMessage | Prototype: | void QTeamCityLogger::addPendingMessage(const char *type, const QString &msg, const char *file, int line) | Coverage: | 100.000% (8/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qteamcitylogger.cpp | Lines: | 268-290 | Comparison: | New |
| | New | 13 | 3 |
QTeamCityLogger::escapedTestFuncNameName: | QTeamCityLogger::escapedTestFuncName | Prototype: | QString QTeamCityLogger::escapedTestFuncName() const | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qteamcitylogger.cpp | Lines: | 256-266 | Comparison: | New |
| | New | 6 | 1 |
QTeamCityLogger::startLoggingName: | QTeamCityLogger::startLogging | Prototype: | void QTeamCityLogger::startLogging() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qteamcitylogger.cpp | Lines: | 106-114 | Comparison: | New |
| | New | 4 | 1 |
QTeamCityLogger::stopLoggingName: | QTeamCityLogger::stopLogging | Prototype: | void QTeamCityLogger::stopLogging() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qteamcitylogger.cpp | Lines: | 116-124 | Comparison: | New |
| | New | 4 | 1 |
QTeamCityLogger::tcEscapedStringName: | QTeamCityLogger::tcEscapedString | Prototype: | QString QTeamCityLogger::tcEscapedString(const QString &str) const | Coverage: | 76.471% (13/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qteamcitylogger.cpp | Lines: | 222-254 | Comparison: | New |
| | New | 18 | 9 |
QTest::TestMethods::TestMethodsName: | QTest::TestMethods::TestMethods | Prototype: | TestMethods::TestMethods(const QObject *o, const MetaMethods &m) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | Lines: | 215-233 | Comparison: | New |
| | New | 8 | 4 |
QTest::TestMethods::findMethodName: | QTest::TestMethods::findMethod | Prototype: | QMetaMethod TestMethods::findMethod(const QObject *obj, const char *signature) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | Lines: | 235-240 | Comparison: | New |
| | New | 3 | 1 |
QTest::TestMethods::invokeTestName: | QTest::TestMethods::invokeTest | Prototype: | bool TestMethods::invokeTest(int index, const char *data, WatchDog *watchDog) const | Coverage: | 73.913% (34/46) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | Lines: | 926-1013 | Comparison: | New |
| | New | 55 | 14 |
QTest::TestMethods::invokeTestOnDataName: | QTest::TestMethods::invokeTestOnData | Prototype: | void TestMethods::invokeTestOnData(int index) const | Coverage: | 78.082% (57/73) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | Lines: | 775-863 | Comparison: | New |
| | New | 52 | 15 |
QTest::TestMethods::invokeTestsName: | QTest::TestMethods::invokeTests | Prototype: | void TestMethods::invokeTests(QObject *testObject) const | Coverage: | 84.615% (33/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | Lines: | 1288-1342 | Comparison: | New |
| | New | 39 | 11 |
QTest::qExec::[lambda]Name: | QTest::qExec::[lambda] | Prototype: | []() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | Lines: | 1724-1724 | Comparison: | New |
| | New | 0 | 1 |
QTest::toStringName: | QTest::toString | Prototype: | template <> __attribute__((visibility("default"))) char *QTest::toString<char>(const char &t) | Coverage: | 100.000% (30/30) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | Lines: | 2327-2372 | Comparison: | New |
| | New | 29 | 14 |
QTextBrowserPrivate::restoreHistoryEntryName: | QTextBrowserPrivate::restoreHistoryEntry | Prototype: | void QTextBrowserPrivate::restoreHistoryEntry(const HistoryEntry &entry) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextbrowser.cpp | Lines: | 563-585 | Comparison: | New |
| | New | 9 | 2 |
QTextFrame::iterator::iteratorName: | QTextFrame::iterator::iterator | Prototype: | QTextFrame::iterator::iterator(const iterator &other) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 681-688 | Comparison: | New |
| | New | 5 | 1 |
QTextFrame::iterator::operator=Name: | QTextFrame::iterator::operator= | Prototype: | QTextFrame::iterator &QTextFrame::iterator::operator=(const iterator &other) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 694-702 | Comparison: | New |
| | New | 6 | 1 |
QTextStreamPrivate::writePaddingName: | QTextStreamPrivate::writePadding | Prototype: | void QTextStreamPrivate::writePadding(int len) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | Lines: | 873-883 | Comparison: | New |
| | New | 5 | 3 |
QThread::currentThreadIdName: | QThread::currentThreadId | Prototype: | Qt::HANDLE QThread::currentThreadId() noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | Lines: | 415-419 | Comparison: | New |
| | New | 1 | 1 |
QThread::idealThreadCountName: | QThread::idealThreadCount | Prototype: | int QThread::idealThreadCount() noexcept | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | Lines: | 426-484 | Comparison: | New |
| | New | 5 | 2 |
QThreadPipe::QThreadPipeName: | QThreadPipe::QThreadPipe | Prototype: | QThreadPipe::QThreadPipe() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | Lines: | 92-99 | Comparison: | New |
| | New | 2 | 1 |
QThreadPipe::checkName: | QThreadPipe::check | Prototype: | int QThreadPipe::check(const pollfd &pfd) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | Lines: | 190-223 | Comparison: | New |
| | New | 11 | 5 |
QThreadPipe::initName: | QThreadPipe::init | Prototype: | bool QThreadPipe::init() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | Lines: | 131-166 | Comparison: | New |
| | New | 6 | 3 |
QThreadPipe::prepareName: | QThreadPipe::prepare | Prototype: | pollfd QThreadPipe::prepare() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | Lines: | 168-171 | Comparison: | New |
| | New | 1 | 1 |
QThreadPipe::wakeUpName: | QThreadPipe::wakeUp | Prototype: | void QThreadPipe::wakeUp() | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | Lines: | 173-188 | Comparison: | New |
| | New | 8 | 4 |
QThreadPipe::~QThreadPipeName: | QThreadPipe::~QThreadPipe | Prototype: | QThreadPipe::~QThreadPipe() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | Lines: | 101-112 | Comparison: | New |
| | New | 4 | 3 |
QTimeZone::QTimeZoneName: | QTimeZone::QTimeZone | Prototype: | QTimeZone::QTimeZone() noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | Lines: | 328-331 | Comparison: | New |
| | New | 2 | 1 |
QToolBoxPrivate::pageName: | QToolBoxPrivate::page | Prototype: | const QToolBoxPrivate::Page *QToolBoxPrivate::page(QWidget *widget) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbox.cpp | Lines: | 132-141 | Comparison: | New |
| | New | 6 | 4 |
QTransform::operator=Name: | QTransform::operator= | Prototype: | QTransform & QTransform::operator=(const QTransform &matrix) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtransform.cpp | Lines: | 1026-1041 | Comparison: | New |
| | New | 12 | 1 |
QTranslator::load::[lambda]Name: | QTranslator::load::[lambda] | Prototype: | []() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp | Lines: | 493-493 | Comparison: | New |
| | New | 0 | 1 |
QTreeViewPrivate::columnRangesName: | QTreeViewPrivate::columnRanges | Prototype: | QVector<QPair<int, int> > QTreeViewPrivate::columnRanges(const QModelIndex &topIndex, const QModelIndex &bottomIndex) const | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | Lines: | 3771-3816 | Comparison: | New |
| | New | 24 | 7 |
QTreeWidget::indexFromItemName: | QTreeWidget::indexFromItem | Prototype: | QModelIndex QTreeWidget::indexFromItem(const QTreeWidgetItem *item, int column) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | Lines: | 3356-3360 | Comparison: | New |
| | New | 2 | 1 |
QUnicodeTables::graphemeBreakClassName: | QUnicodeTables::graphemeBreakClass | Prototype: | GraphemeBreakClass graphemeBreakClass(uint ucs4) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetables.cpp | Lines: | 8276-8279 | Comparison: | New |
| | New | 1 | 1 |
QUnicodeTables::lineBreakClassName: | QUnicodeTables::lineBreakClass | Prototype: | LineBreakClass lineBreakClass(uint ucs4) noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetables.cpp | Lines: | 8291-8294 | Comparison: | New |
| | New | 1 | 1 |
QUnicodeTables::propertiesName: | QUnicodeTables::properties | Prototype: | const Properties * properties(ushort ucs2) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetables.cpp | Lines: | 8271-8274 | Comparison: | New |
| | New | 1 | 1 |
QUnicodeTables::propertiesName: | QUnicodeTables::properties | Prototype: | const Properties * properties(uint ucs4) noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetables.cpp | Lines: | 8266-8269 | Comparison: | New |
| | New | 1 | 1 |
QUnicodeTables::qGetPropName: | QUnicodeTables::qGetProp | Prototype: | static inline const Properties *qGetProp(uint ucs4) noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetables.cpp | Lines: | 8256-8259 | Comparison: | New |
| | New | 1 | 1 |
QUnicodeTables::qGetPropName: | QUnicodeTables::qGetProp | Prototype: | static inline const Properties *qGetProp(ushort ucs2) noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetables.cpp | Lines: | 8261-8264 | Comparison: | New |
| | New | 1 | 1 |
QUnicodeTables::sentenceBreakClassName: | QUnicodeTables::sentenceBreakClass | Prototype: | SentenceBreakClass sentenceBreakClass(uint ucs4) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetables.cpp | Lines: | 8286-8289 | Comparison: | New |
| | New | 1 | 1 |
QUnicodeTables::wordBreakClassName: | QUnicodeTables::wordBreakClass | Prototype: | WordBreakClass wordBreakClass(uint ucs4) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetables.cpp | Lines: | 8281-8284 | Comparison: | New |
| | New | 1 | 1 |
QUrlQuery::removeAllQueryItems::[lambda]Name: | QUrlQuery::removeAllQueryItems::[lambda] | Prototype: | [&encodedKey](const QPair<QString, QString> &item) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | Lines: | 760-762 | Comparison: | New |
| | New | 1 | 1 |
QUtf8::convertToUnicodeName: | QUtf8::convertToUnicode | Prototype: | QChar *QUtf8::convertToUnicode(QChar *buffer, const char *chars, int len) noexcept | Coverage: | 100.000% (23/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qutfcodec.cpp | Lines: | 288-322 | Comparison: | New |
| | New | 19 | 7 |
QUuid::isNullName: | QUuid::isNull | Prototype: | bool QUuid::isNull() const noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/quuid.cpp | Lines: | 730-735 | Comparison: | New |
| | New | 3 | 1 |
QUuid::operator<Name: | QUuid::operator< | Prototype: | bool QUuid::operator<(const QUuid &other) const noexcept | Coverage: | 68.421% (13/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/quuid.cpp | Lines: | 856-870 | Comparison: | New |
| | New | 8 | 7 |
QUuid::operator>Name: | QUuid::operator> | Prototype: | bool QUuid::operator>(const QUuid &other) const noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/quuid.cpp | Lines: | 883-886 | Comparison: | New |
| | New | 1 | 1 |
QUuid::variantName: | QUuid::variant | Prototype: | QUuid::Variant QUuid::variant() const noexcept | Coverage: | 50.000% (8/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/quuid.cpp | Lines: | 779-789 | Comparison: | New |
| | New | 7 | 6 |