Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QUrlPrivate::setAuthorityName: | QUrlPrivate::setAuthority | Prototype: | inline void QUrlPrivate::setAuthority(const QString &auth, int from, int end, QUrl::ParsingMode mode) | Coverage: | 100.000% (50/50) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 1027-1097 |
| | 44 | 15 |
QUrlPrivate::mergePathsName: | QUrlPrivate::mergePaths | Prototype: | inline QString QUrlPrivate::mergePaths(const QString &relativePath) const | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 1507-1527 |
| | 7 | 3 |
QUrlPrivate::isLocalFileName: | QUrlPrivate::isLocalFile | Prototype: | inline bool isLocalFile() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 564-564 |
| | 1 | 1 |
QUrlPrivate::isEmptyName: | QUrlPrivate::isEmpty | Prototype: | bool isEmpty() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 521-522 |
| | 1 | 1 |
QUrlPrivate::hasUserNameName: | QUrlPrivate::hasUserName | Prototype: | inline bool hasUserName() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 556-556 |
| | 1 | 1 |
QUrlPrivate::hasUserInfoName: | QUrlPrivate::hasUserInfo | Prototype: | inline bool hasUserInfo() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 555-555 |
| | 1 | 1 |
QUrlPrivate::hasSchemeName: | QUrlPrivate::hasScheme | Prototype: | inline bool hasScheme() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 553-553 |
| | 1 | 1 |
QUrlPrivate::hasQueryName: | QUrlPrivate::hasQuery | Prototype: | inline bool hasQuery() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 561-561 |
| | 1 | 1 |
QUrlPrivate::hasPasswordName: | QUrlPrivate::hasPassword | Prototype: | inline bool hasPassword() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 557-557 |
| | 1 | 1 |
QUrlPrivate::hasFragmentName: | QUrlPrivate::hasFragment | Prototype: | inline bool hasFragment() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 562-562 |
| | 1 | 1 |
QUrlPrivate::hasAuthorityName: | QUrlPrivate::hasAuthority | Prototype: | inline bool hasAuthority() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 554-554 |
| | 1 | 1 |
QUrlPrivate::cloneErrorName: | QUrlPrivate::cloneError | Prototype: | inline QUrlPrivate::Error *QUrlPrivate::cloneError() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 622-625 |
| | 1 | 1 |
QUrlPrivate::clearErrorName: | QUrlPrivate::clearError | Prototype: | inline void QUrlPrivate::clearError() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 627-631 |
| | 2 | 1 |
QUrlPrivate::appendUserNameName: | QUrlPrivate::appendUserName | Prototype: | inline void QUrlPrivate::appendUserName(QString &appendTo, QUrl::FormattingOptions options) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 910-915 |
| | 2 | 1 |
QUrlPrivate::appendQueryName: | QUrlPrivate::appendQuery | Prototype: | inline void QUrlPrivate::appendQuery(QString &appendTo, QUrl::FormattingOptions options, Section appendingTo) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 954-958 |
| | 2 | 1 |
QUrlPrivate::appendPathName: | QUrlPrivate::appendPath | Prototype: | inline void QUrlPrivate::appendPath(QString &appendTo, QUrl::FormattingOptions options, Section appendingTo) const | Coverage: | 100.000% (18/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 924-945 |
| | 13 | 6 |
QUrlPrivate::appendPasswordName: | QUrlPrivate::appendPassword | Prototype: | inline void QUrlPrivate::appendPassword(QString &appendTo, QUrl::FormattingOptions options) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 917-922 |
| | 2 | 1 |
QUrlPrivate::appendFragmentName: | QUrlPrivate::appendFragment | Prototype: | inline void QUrlPrivate::appendFragment(QString &appendTo, QUrl::FormattingOptions options, Section appendingTo) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 947-952 |
| | 3 | 1 |
QUrlPrivate::appendAuthorityName: | QUrlPrivate::appendAuthority | Prototype: | inline void QUrlPrivate::appendAuthority(QString &appendTo, QUrl::FormattingOptions options, Section appendingTo) const | Coverage: | 100.000% (16/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 851-863 |
| | 7 | 4 |
QUrlPrivate::QUrlPrivateName: | QUrlPrivate::QUrlPrivate | Prototype: | inline QUrlPrivate::QUrlPrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 594-600 |
| | 2 | 1 |
QUrlPrivate::QUrlPrivateName: | QUrlPrivate::QUrlPrivate | Prototype: | inline QUrlPrivate::QUrlPrivate(const QUrlPrivate ©) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 602-615 |
| | 2 | 1 |
QUrlInfoPrivate::QUrlInfoPrivateName: | QUrlInfoPrivate::QUrlInfoPrivate | Prototype: | QUrlInfoPrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qurlinfo.cpp | Lines: | 53-62 |
| | 1 | 1 |
QUrlInfo::~QUrlInfoName: | QUrlInfo::~QUrlInfo | Prototype: | QUrlInfo::~QUrlInfo() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qurlinfo.cpp | Lines: | 431-434 |
| | 1 | 1 |
QUrlInfo::QUrlInfoName: | QUrlInfo::QUrlInfo | Prototype: | QUrlInfo::QUrlInfo() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qurlinfo.cpp | Lines: | 129-132 |
| | 1 | 1 |
QUrl::~QUrlName: | QUrl::~QUrl | Prototype: | QUrl::~QUrl() | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 1838-1842 |
| | 2 | 2 |
QUrl::userNameName: | QUrl::userName | Prototype: | QString QUrl::userName(ComponentFormattingOptions options) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 2193-2199 |
| | 4 | 2 |
QUrl::urlName: | QUrl::url | Prototype: | QString QUrl::url(FormattingOptions options) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 3260-3263 |
| | 1 | 1 |
QUrl::topLevelDomainName: | QUrl::topLevelDomain | Prototype: | QString QUrl::topLevelDomain(ComponentFormattingOptions options) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 3141-3148 |
| | 4 | 2 |
QUrl::toStringListName: | QUrl::toStringList | Prototype: | QStringList QUrl::toStringList(const QList<QUrl> &urls, FormattingOptions options) | Coverage: | 100.000% (2/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 4081-4089 |
| | 5 | 2 |
QUrl::toPercentEncodingName: | QUrl::toPercentEncoding | Prototype: | QByteArray QUrl::toPercentEncoding(const QString &input, const QByteArray &exclude, const QByteArray &include) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 3454-3457 |
| | 1 | 1 |
QUrl::toLocalFileName: | QUrl::toLocalFile | Prototype: | QString QUrl::toLocalFile() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 3855-3862 |
| | 3 | 2 |
QUrl::toEncodedName: | QUrl::toEncoded | Prototype: | QByteArray QUrl::toEncoded(FormattingOptions options) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 3409-3414 |
| | 3 | 1 |
QUrl::toDisplayStringName: | QUrl::toDisplayString | Prototype: | QString QUrl::toDisplayString(FormattingOptions options) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 3348-3351 |
| | 1 | 1 |
QUrl::toAceName: | QUrl::toAce | Prototype: | QByteArray QUrl::toAce(const QString &domain) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 3555-3559 |
| | 2 | 1 |
QUrl::setSchemeName: | QUrl::setScheme | Prototype: | void QUrl::setScheme(const QString &scheme) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 1956-1968 |
| | 7 | 2 |
QUrl::setPortName: | QUrl::setPort | Prototype: | void QUrl::setPort(int port) | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 2444-2455 |
| | 6 | 2 |
QUrl::setPathName: | QUrl::setPath | Prototype: | void QUrl::setPath(const QString &path, ParsingMode mode) | Coverage: | 100.000% (14/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 2498-2520 |
| | 12 | 4 |
QUrl::schemeName: | QUrl::scheme | Prototype: | QString QUrl::scheme() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 1980-1985 |
| | 2 | 2 |
QUrl::queryName: | QUrl::query | Prototype: | QString QUrl::query(ComponentFormattingOptions options) const | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 2979-2988 |
| | 6 | 3 |
QUrl::portName: | QUrl::port | Prototype: | int QUrl::port(int defaultPort) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 2467-2471 |
| | 2 | 2 |
QUrl::pathName: | QUrl::path | Prototype: | QString QUrl::path(ComponentFormattingOptions options) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 2537-2543 |
| | 4 | 2 |
QUrl::passwordName: | QUrl::password | Prototype: | QString QUrl::password(ComponentFormattingOptions options) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 2285-2291 |
| | 4 | 2 |
QUrl::operator ==Name: | QUrl::operator == | Prototype: | bool QUrl::operator ==(const QUrl &url) const | Coverage: | 100.000% (15/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 3619-3644 |
| | 18 | 5 |
QUrl::operator =Name: | QUrl::operator = | Prototype: | QUrl &QUrl::operator =(const QUrl &url) | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 3734-3748 |
| | 8 | 4 |
QUrl::operator !=Name: | QUrl::operator != | Prototype: | bool QUrl::operator !=(const QUrl &url) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 3726-3729 |
| | 1 | 1 |
QUrl::isValidName: | QUrl::isValid | Prototype: | bool QUrl::isValid() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 1853-1860 |
| | 3 | 2 |
QUrl::isRelativeName: | QUrl::isRelative | Prototype: | bool QUrl::isRelative() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 3243-3247 |
| | 2 | 2 |
QUrl::isLocalFileName: | QUrl::isLocalFile | Prototype: | bool QUrl::isLocalFile() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 3875-3878 |
| | 1 | 1 |
QUrl::isEmptyName: | QUrl::isEmpty | Prototype: | bool QUrl::isEmpty() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 1867-1871 |
| | 2 | 2 |
QUrl::hostName: | QUrl::host | Prototype: | QString QUrl::host(ComponentFormattingOptions options) const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 2392-2401 |
| | 6 | 3 |
QUrl::fromUserInput::[lambda]Name: | QUrl::fromUserInput::[lambda] | Prototype: | []() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 4270-4270 |
| | 0 | 1 |
QUrl::fromUserInputName: | QUrl::fromUserInput | Prototype: | QUrl QUrl::fromUserInput(const QString &userInput, const QString &workingDirectory, UserInputResolutionOptions options) | Coverage: | 100.000% (16/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 4201-4228 |
| | 13 | 6 |
QUrl::fromStringListName: | QUrl::fromStringList | Prototype: | QList<QUrl> QUrl::fromStringList(const QStringList &urls, ParsingMode mode) | Coverage: | 100.000% (2/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 4097-4104 |
| | 5 | 2 |
QUrl::fromPercentEncodingName: | QUrl::fromPercentEncoding | Prototype: | QString QUrl::fromPercentEncoding(const QByteArray &input) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 3436-3440 |
| | 2 | 1 |
QUrl::fromEncodedComponent_helperName: | QUrl::fromEncodedComponent_helper | Prototype: | QString QUrl::fromEncodedComponent_helper(const QByteArray &ba) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 3492-3495 |
| | 1 | 1 |
QUrl::fromEncodedName: | QUrl::fromEncoded | Prototype: | QUrl QUrl::fromEncoded(const QByteArray &input, ParsingMode mode) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 3427-3430 |
| | 1 | 1 |
QUrl::fromAceName: | QUrl::fromAce | Prototype: | QString QUrl::fromAce(const QByteArray &domain) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 3534-3537 |
| | 1 | 1 |
QUrl::fragmentName: | QUrl::fragment | Prototype: | QString QUrl::fragment(ComponentFormattingOptions options) const | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 3052-3061 |
| | 6 | 3 |
QUrl::fileNameName: | QUrl::fileName | Prototype: | QString QUrl::fileName(ComponentFormattingOptions options) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 2602-2609 |
| | 5 | 2 |
QUrl::errorStringName: | QUrl::errorString | Prototype: | QString QUrl::errorString() const | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 4041-4074 |
| | 29 | 4 |
QUrl::detachName: | QUrl::detach | Prototype: | void QUrl::detach() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 3777-3783 |
| | 3 | 2 |
QUrl::QUrlName: | QUrl::QUrl | Prototype: | QUrl::QUrl(const QString &url, ParsingMode parsingMode) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 1814-1817 |
| | 1 | 1 |
QUrl::QUrlName: | QUrl::QUrl | Prototype: | QUrl::QUrl() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 1822-1824 |
| | 2 | 1 |
QUrl::QUrlName: | QUrl::QUrl | Prototype: | QUrl::QUrl(const QUrl &other) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 1829-1833 |
| | 2 | 2 |
QUnixPrintWidget::~QUnixPrintWidgetName: | QUnixPrintWidget::~QUnixPrintWidget | Prototype: | QUnixPrintWidget::~QUnixPrintWidget() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp | Lines: | 960-963 |
| | 1 | 1 |
QUnixPrintWidget::QUnixPrintWidgetName: | QUnixPrintWidget::QUnixPrintWidget | Prototype: | QUnixPrintWidget::QUnixPrintWidget(QPrinter *printer, QWidget *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp | Lines: | 952-956 |
| | 1 | 1 |
QUnixPageSetupDialogPrivate::initName: | QUnixPageSetupDialogPrivate::init | Prototype: | void QUnixPageSetupDialogPrivate::init() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | Lines: | 207-223 |
| | 11 | 1 |
QUnixPageSetupDialogPrivate::QUnixPageSetupDialogPrivateName: | QUnixPageSetupDialogPrivate::QUnixPageSetupDialogPrivate | Prototype: | QUnixPageSetupDialogPrivate::QUnixPageSetupDialogPrivate(QPrinter *printer) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | Lines: | 199-201 |
| | 2 | 1 |
QUnifiedTimer::resumeAnimationTimerName: | QUnifiedTimer::resumeAnimationTimer | Prototype: | void QUnifiedTimer::resumeAnimationTimer(QAbstractAnimationTimer *timer) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 495-504 |
| | 6 | 2 |
QUnifiedTimer::restartName: | QUnifiedTimer::restart | Prototype: | void QUnifiedTimer::restart() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 371-379 |
| | 5 | 2 |
QUnifiedTimer::pauseAnimationTimerName: | QUnifiedTimer::pauseAnimationTimer | Prototype: | void QUnifiedTimer::pauseAnimationTimer(QAbstractAnimationTimer *timer, int duration) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 481-493 |
| | 9 | 3 |
QUnifiedTimer::maybeUpdateAnimationsToCurrentTimeName: | QUnifiedTimer::maybeUpdateAnimationsToCurrentTime | Prototype: | void QUnifiedTimer::maybeUpdateAnimationsToCurrentTime() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 256-260 |
| | 2 | 2 |
QUnifiedTimer::instanceName: | QUnifiedTimer::instance | Prototype: | QUnifiedTimer *QUnifiedTimer::instance() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 251-254 |
| | 1 | 1 |
QUnifiedTimer::elapsedName: | QUnifiedTimer::elapsed | Prototype: | qint64 QUnifiedTimer::elapsed() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 262-273 |
| | 5 | 3 |
QUnifiedTimer::QUnifiedTimerName: | QUnifiedTimer::QUnifiedTimer | Prototype: | QUnifiedTimer::QUnifiedTimer() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 222-231 |
| | 2 | 1 |
QUnicodeTools::initScriptsName: | QUnicodeTools::initScripts | Prototype: | void initScripts(const ushort *string, int length, uchar *scripts) | Coverage: | 100.000% (21/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp | Lines: | 685-734 |
| | 27 | 7 |
QUnicodeTools::getGraphemeBreaksName: | QUnicodeTools::getGraphemeBreaks | Prototype: | static void getGraphemeBreaks(const ushort *string, quint32 len, QCharAttributes *attributes) | Coverage: | 100.000% (15/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp | Lines: | 83-107 |
| | 15 | 5 |
QUnicodeTools::LB::NS::toClassName: | QUnicodeTools::LB::NS::toClass | Prototype: | inline Class toClass(QUnicodeTables::LineBreakClass lbc, QChar::Category category) | Coverage: | 100.000% (22/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp | Lines: | 390-412 |
| | 11 | 13 |
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 |
| | 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 |
| | 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 |
| | 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 |
| | 1 | 1 |
QUnicodeTables::detachAndConvertCaseName: | QUnicodeTables::detachAndConvertCase | Prototype: | template <typename Traits, typename T> __attribute__((noinline)) static QString detachAndConvertCase(T &str, QStringIterator it) | Coverage: | 100.000% (16/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5798-5841 |
| | 21 | 6 |
QUnicodeTables::convertCaseName: | QUnicodeTables::convertCase | Prototype: | template <typename Traits, typename T> static QString convertCase(T &str) | Coverage: | 100.000% (12/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5843-5862 |
| | 9 | 4 |
QUnhandledException::raiseName: | QUnhandledException::raise | Prototype: | void QUnhandledException::raise() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qexception.cpp | Lines: | 147-151 |
| | 2 | 1 |
QUnhandledException::cloneName: | QUnhandledException::clone | Prototype: | QUnhandledException *QUnhandledException::clone() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qexception.cpp | Lines: | 153-156 |
| | 1 | 1 |
QUdpSocket::leaveMulticastGroupName: | QUdpSocket::leaveMulticastGroup | Prototype: | bool QUdpSocket::leaveMulticastGroup(const QHostAddress &groupAddress) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qudpsocket.cpp | Lines: | 223-226 |
| | 1 | 1 |
QUdpSocket::leaveMulticastGroupName: | QUdpSocket::leaveMulticastGroup | Prototype: | bool QUdpSocket::leaveMulticastGroup(const QHostAddress &groupAddress, const QNetworkInterface &iface) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qudpsocket.cpp | Lines: | 237-242 |
| | 2 | 2 |
QUdpSocket::joinMulticastGroupName: | QUdpSocket::joinMulticastGroup | Prototype: | bool QUdpSocket::joinMulticastGroup(const QHostAddress &groupAddress) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qudpsocket.cpp | Lines: | 189-192 |
| | 1 | 1 |
QUdpSocket::joinMulticastGroupName: | QUdpSocket::joinMulticastGroup | Prototype: | bool QUdpSocket::joinMulticastGroup(const QHostAddress &groupAddress, const QNetworkInterface &iface) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qudpsocket.cpp | Lines: | 203-209 |
| | 3 | 2 |
QUdpSocket::QUdpSocketName: | QUdpSocket::QUdpSocket | Prototype: | QUdpSocket::QUdpSocket(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qudpsocket.cpp | Lines: | 156-160 |
| | 1 | 1 |
QTzTimeZonePrivate::standardTimeOffsetName: | QTzTimeZonePrivate::standardTimeOffset | Prototype: | int QTzTimeZonePrivate::standardTimeOffset(qint64 atMSecsSinceEpoch) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | Lines: | 869-872 |
| | 1 | 1 |
QTzTimeZonePrivate::offsetFromUtcName: | QTzTimeZonePrivate::offsetFromUtc | Prototype: | int QTzTimeZonePrivate::offsetFromUtc(qint64 atMSecsSinceEpoch) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | Lines: | 863-867 |
| | 2 | 1 |
QTzTimeZonePrivate::isDaylightTimeName: | QTzTimeZonePrivate::isDaylightTime | Prototype: | bool QTzTimeZonePrivate::isDaylightTime(qint64 atMSecsSinceEpoch) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | Lines: | 889-892 |
| | 1 | 1 |
QTzTimeZonePrivate::hasTransitionsName: | QTzTimeZonePrivate::hasTransitions | Prototype: | bool QTzTimeZonePrivate::hasTransitions() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | Lines: | 944-947 |
| | 1 | 1 |
QTzTimeZonePrivate::hasDaylightTimeName: | QTzTimeZonePrivate::hasDaylightTime | Prototype: | bool QTzTimeZonePrivate::hasDaylightTime() const | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | Lines: | 879-887 |
| | 4 | 3 |
QTzTimeZonePrivate::daylightTimeOffsetName: | QTzTimeZonePrivate::daylightTimeOffset | Prototype: | int QTzTimeZonePrivate::daylightTimeOffset(qint64 atMSecsSinceEpoch) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | Lines: | 874-877 |
| | 1 | 1 |
QTzTimeZonePrivate::dataForTzTransitionName: | QTzTimeZonePrivate::dataForTzTransition | Prototype: | QTimeZonePrivate::Data QTzTimeZonePrivate::dataForTzTransition(QTzTransitionTime tran) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | Lines: | 894-904 |
| | 8 | 1 |
QTzTimeZonePrivate::countryName: | QTzTimeZonePrivate::country | Prototype: | QLocale::Country QTzTimeZonePrivate::country() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | Lines: | 767-770 |
| | 1 | 1 |
QTzTimeZonePrivate::commentName: | QTzTimeZonePrivate::comment | Prototype: | QString QTzTimeZonePrivate::comment() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | Lines: | 772-775 |
| | 1 | 1 |