| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QUrlQueryPrivate::addQueryItem| Name: | 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::QUrlQueryPrivate| Name: | 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::setQueryItems| Name: | 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::setQueryDelimiters| Name: | 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::setQuery| Name: | 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::queryValueDelimiter| Name: | 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::queryPairDelimiter| Name: | 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::queryItems| Name: | 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::query| Name: | 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::isEmpty| Name: | 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::hasQueryItem| Name: | 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::clear| Name: | 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::allQueryItemValues| Name: | 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::addQueryItem| Name: | 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::QUrlQuery| Name: | 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::QUrlQuery| Name: | 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::QUrlQuery| Name: | 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::~QUrlPrivate| Name: | 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::validityError| Name: | 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::validateComponent| Name: | 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::validateComponent| Name: | 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::toLocalFile| Name: | 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::setUserName| Name: | 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::setUserInfo| Name: | 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::setScheme| Name: | 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::setQuery| Name: | 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::setPath| Name: | 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::setPassword| Name: | 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::setFragment| Name: | 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::setError| Name: | 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::setAuthority| Name: | 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::mergePaths| Name: | 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::isLocalFile| Name: | 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::isEmpty| Name: | 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::hasUserName| Name: | 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::hasUserInfo| Name: | 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::hasScheme| Name: | 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::hasQuery| Name: | 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::hasPassword| Name: | 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::hasFragment| Name: | 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::hasAuthority| Name: | 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::clearError| Name: | 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::appendUserName| Name: | 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::appendQuery| Name: | 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::appendPath| Name: | 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::appendPassword| Name: | 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::appendFragment| Name: | 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::appendAuthority| Name: | 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::QUrlPrivate| Name: | 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::QUrlPrivate| Name: | 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::QUrlInfoPrivate| Name: | 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::~QUrlInfo| Name: | 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::QUrlInfo| Name: | 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::~QUrl| Name: | 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::userName| Name: | 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::url| Name: | 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::topLevelDomain| Name: | 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::toStringList| Name: | 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::toPercentEncoding| Name: | 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::toLocalFile| Name: | 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::toEncoded| Name: | 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::toDisplayString| Name: | 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::toAce| Name: | 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::setScheme| Name: | 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::setPort| Name: | 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::setPath| Name: | 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::scheme| Name: | 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::query| Name: | 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::port| Name: | 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::path| Name: | 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::password| Name: | 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::isValid| Name: | 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::isRelative| Name: | 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::isLocalFile| Name: | 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::isEmpty| Name: | 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::host| Name: | 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::fromUserInput| Name: | 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::fromStringList| Name: | 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::fromPercentEncoding| Name: | 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_helper| Name: | 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::fromEncoded| Name: | 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::fromAce| Name: | 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::fragment| Name: | 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::fileName| Name: | 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::errorString| Name: | 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::detach| Name: | 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::QUrl| Name: | 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::QUrl| Name: | 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::QUrl| Name: | 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::~QUnixPrintWidget| Name: | 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::QUnixPrintWidget| Name: | 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::init| Name: | 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::QUnixPageSetupDialogPrivate| Name: | 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::resumeAnimationTimer| Name: | 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::restart| Name: | 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 |