Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QUrlQueryPrivate::addQueryItemName: | QUrlQueryPrivate::addQueryItem | Prototype: | void addQueryItem(const QString &key, const QString &value) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | Lines: | 158-159 |
| | 1 | 1 |
QUrlQueryPrivate::QUrlQueryPrivateName: | QUrlQueryPrivate::QUrlQueryPrivate | Prototype: | QUrlQueryPrivate(const QString &query = QString()) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | Lines: | 148-151 |
| | 1 | 2 |
QUrlQuery::setQueryItemsName: | QUrlQuery::setQueryItems | Prototype: | void QUrlQuery::setQueryItems(const QList<QPair<QString, QString> > &query) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | Lines: | 614-625 |
| | 8 | 3 |
QUrlQuery::setQueryDelimitersName: | QUrlQuery::setQueryDelimiters | Prototype: | void QUrlQuery::setQueryDelimiters(QChar valueDelimiter, QChar pairDelimiter) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | Lines: | 576-580 |
| | 2 | 1 |
QUrlQuery::setQueryName: | QUrlQuery::setQuery | Prototype: | void QUrlQuery::setQuery(const QString &queryString) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | Lines: | 475-478 |
| | 1 | 1 |
QUrlQuery::queryValueDelimiterName: | QUrlQuery::queryValueDelimiter | Prototype: | QChar QUrlQuery::queryValueDelimiter() const | Coverage: | 100.000% (3/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | Lines: | 588-591 |
| | 1 | 1 |
QUrlQuery::queryPairDelimiterName: | QUrlQuery::queryPairDelimiter | Prototype: | QChar QUrlQuery::queryPairDelimiter() const | Coverage: | 100.000% (3/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | Lines: | 599-602 |
| | 1 | 1 |
QUrlQuery::queryItemsName: | QUrlQuery::queryItems | Prototype: | QList<QPair<QString, QString> > QUrlQuery::queryItems(QUrl::ComponentFormattingOptions encoding) const | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | Lines: | 635-650 |
| | 12 | 4 |
QUrlQuery::queryName: | QUrlQuery::query | Prototype: | QString QUrlQuery::query(QUrl::ComponentFormattingOptions encoding) const | Coverage: | 100.000% (19/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | Lines: | 502-543 |
| | 25 | 7 |
QUrlQuery::operator =Name: | QUrlQuery::operator = | Prototype: | QUrlQuery &QUrlQuery::operator =(const QUrlQuery &other) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | Lines: | 381-385 |
| | 2 | 1 |
QUrlQuery::isEmptyName: | QUrlQuery::isEmpty | Prototype: | bool QUrlQuery::isEmpty() const | Coverage: | 100.000% (3/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | Lines: | 443-446 |
| | 1 | 1 |
QUrlQuery::hasQueryItemName: | QUrlQuery::hasQueryItem | Prototype: | bool QUrlQuery::hasQueryItem(const QString &key) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | Lines: | 658-663 |
| | 3 | 2 |
QUrlQuery::clearName: | QUrlQuery::clear | Prototype: | void QUrlQuery::clear() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | Lines: | 463-467 |
| | 2 | 2 |
QUrlQuery::allQueryItemValuesName: | QUrlQuery::allQueryItemValues | Prototype: | QStringList QUrlQuery::allQueryItemValues(const QString &key, QUrl::ComponentFormattingOptions encoding) const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | Lines: | 712-724 |
| | 8 | 3 |
QUrlQuery::addQueryItemName: | QUrlQuery::addQueryItem | Prototype: | void QUrlQuery::addQueryItem(const QString &key, const QString &value) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | Lines: | 676-679 |
| | 1 | 1 |
QUrlQuery::QUrlQueryName: | QUrlQuery::QUrlQuery | Prototype: | QUrlQuery::QUrlQuery() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | Lines: | 335-338 |
| | 2 | 1 |
QUrlQuery::QUrlQueryName: | QUrlQuery::QUrlQuery | Prototype: | QUrlQuery::QUrlQuery(const QString &queryString) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | Lines: | 346-349 |
| | 2 | 1 |
QUrlQuery::QUrlQueryName: | QUrlQuery::QUrlQuery | Prototype: | QUrlQuery::QUrlQuery(const QUrlQuery &other) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | Lines: | 372-375 |
| | 2 | 1 |
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: | 611-614 |
| | 1 | 1 |
QUrlPrivate::validityErrorName: | QUrlPrivate::validityError | Prototype: | inline QUrlPrivate::ErrorCode QUrlPrivate::validityError(QString *source, int *position) const | Coverage: | 100.000% (33/33) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 1605-1656 |
| | 25 | 11 |
QUrlPrivate::validateComponentName: | QUrlPrivate::validateComponent | Prototype: | bool validateComponent(Section section, const QString &input) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 523-524 |
| | 1 | 1 |
QUrlPrivate::validateComponentName: | QUrlPrivate::validateComponent | Prototype: | bool QUrlPrivate::validateComponent(QUrlPrivate::Section section, const QString &input, int begin, int end) | Coverage: | 100.000% (44/44) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 1658-1717 |
| | 27 | 11 |
QUrlPrivate::toLocalFile::[lambda]Name: | QUrlPrivate::toLocalFile::[lambda] | Prototype: | []() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 1474-1474 |
| | 0 | 1 |
QUrlPrivate::toLocalFileName: | QUrlPrivate::toLocalFile | Prototype: | QString QUrlPrivate::toLocalFile(QUrl::FormattingOptions options) const | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 1466-1491 |
| | 9 | 4 |
QUrlPrivate::setUserNameName: | QUrlPrivate::setUserName | Prototype: | inline void QUrlPrivate::setUserName(const QString &value, int from, int end) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 1106-1110 |
| | 2 | 1 |
QUrlPrivate::setUserInfoName: | QUrlPrivate::setUserInfo | Prototype: | inline void QUrlPrivate::setUserInfo(const QString &userInfo, int from, int end) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 1093-1104 |
| | 6 | 2 |
QUrlPrivate::setSchemeName: | QUrlPrivate::setScheme | Prototype: | inline bool QUrlPrivate::setScheme(const QString &value, int len, bool doSetError) | Coverage: | 100.000% (50/50) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 956-1019 |
| | 31 | 13 |
QUrlPrivate::setQueryName: | QUrlPrivate::setQuery | Prototype: | inline void QUrlPrivate::setQuery(const QString &value, int from, int iend) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 1130-1134 |
| | 2 | 1 |
QUrlPrivate::setPathName: | QUrlPrivate::setPath | Prototype: | inline void QUrlPrivate::setPath(const QString &value, int from, int end) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 1118-1122 |
| | 1 | 1 |
QUrlPrivate::setPasswordName: | QUrlPrivate::setPassword | Prototype: | inline void QUrlPrivate::setPassword(const QString &value, int from, int end) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 1112-1116 |
| | 2 | 1 |
QUrlPrivate::setFragmentName: | QUrlPrivate::setFragment | Prototype: | inline void QUrlPrivate::setFragment(const QString &value, int from, int end) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 1124-1128 |
| | 2 | 1 |
QUrlPrivate::setErrorName: | QUrlPrivate::setError | Prototype: | inline void QUrlPrivate::setError(ErrorCode errorCode, const QString &source, int supplement) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 627-637 |
| | 6 | 2 |
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: | 1021-1091 |
| | 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: | 1501-1521 |
| | 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: | 558-558 |
| | 1 | 1 |
QUrlPrivate::isEmptyName: | QUrlPrivate::isEmpty | Prototype: | bool isEmpty() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 515-516 |
| | 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: | 550-550 |
| | 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: | 549-549 |
| | 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: | 547-547 |
| | 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: | 555-555 |
| | 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: | 551-551 |
| | 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: | 556-556 |
| | 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: | 548-548 |
| | 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: | 621-625 |
| | 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: | 904-909 |
| | 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: | 948-952 |
| | 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: | 918-939 |
| | 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: | 911-916 |
| | 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: | 941-946 |
| | 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: | 845-857 |
| | 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: | 588-594 |
| | 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: | 596-609 |
| | 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: | 47-56 |
| | 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: | 425-428 |
| | 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: | 123-126 |
| | 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: | 1832-1836 |
| | 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: | 2185-2192 |
| | 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: | 3255-3258 |
| | 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: | 3136-3143 |
| | 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: | 4075-4083 |
| | 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: | 3449-3452 |
| | 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: | 3850-3857 |
| | 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: | 3404-3409 |
| | 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: | 3343-3346 |
| | 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: | 3550-3554 |
| | 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: | 1950-1962 |
| | 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: | 2438-2449 |
| | 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: | 2492-2514 |
| | 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: | 1974-1979 |
| | 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: | 2974-2983 |
| | 6 | 3 |
QUrl::portName: | QUrl::port | Prototype: | int QUrl::port(int defaultPort) const | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 2461-2465 |
| | 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: | 2531-2538 |
| | 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: | 2278-2285 |
| | 4 | 2 |
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: | 3729-3743 |
| | 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: | 3721-3724 |
| | 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: | 1847-1854 |
| | 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: | 3238-3242 |
| | 2 | 2 |
QUrl::isLocalFileName: | QUrl::isLocalFile | Prototype: | bool QUrl::isLocalFile() const | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 3870-3873 |
| | 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: | 1861-1865 |
| | 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: | 2386-2395 |
| | 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: | 4274-4274 |
| | 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: | 4196-4223 |
| | 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: | 4091-4099 |
| | 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: | 3431-3435 |
| | 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: | 3487-3490 |
| | 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: | 3422-3425 |
| | 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: | 3529-3532 |
| | 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: | 3047-3056 |
| | 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: | 2597-2604 |
| | 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: | 4036-4068 |
| | 28 | 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: | 3772-3778 |
| | 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: | 1808-1811 |
| | 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: | 1816-1818 |
| | 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: | 1823-1827 |
| | 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: | 959-962 |
| | 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: | 951-955 |
| | 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: | 201-217 |
| | 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: | 193-195 |
| | 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: | 489-498 |
| | 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: | 365-373 |
| | 5 | 2 |