Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QStorageInfo::nameName: | QStorageInfo::name | Prototype: | QString QStorageInfo::name() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | Lines: | 282-285 |
| | 1 | 1 |
QStorageInfo::refreshName: | QStorageInfo::refresh | Prototype: | void QStorageInfo::refresh() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | Lines: | 351-355 |
| | 2 | 1 |
QStorageInfo::rootName: | QStorageInfo::root | Prototype: | QStorageInfo QStorageInfo::root() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | Lines: | 388-391 |
| | 1 | 1 |
QStorageInfo::rootPathName: | QStorageInfo::rootPath | Prototype: | QString QStorageInfo::rootPath() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | Lines: | 183-186 |
| | 1 | 1 |
QStorageInfoPrivate::rootName: | QStorageInfoPrivate::root | Prototype: | QStorageInfo QStorageInfoPrivate::root() | Coverage: | 100.000% (2/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | Lines: | 586-589 |
| | 0 | 2 |
QStorageInfoPrivate::root::[lambda]Name: | QStorageInfoPrivate::root::[lambda] | Prototype: | []() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | Lines: | 588-588 |
| | 0 | 1 |
QStorageIterator::QStorageIteratorName: | QStorageIterator::QStorageIterator | Prototype: | inline QStorageIterator::QStorageIterator() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | Lines: | 329-333 |
| | 1 | 1 |
QStorageIterator::deviceName: | QStorageIterator::device | Prototype: | inline QByteArray QStorageIterator::device() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | Lines: | 361-364 |
| | 1 | 1 |
QStorageIterator::fileSystemTypeName: | QStorageIterator::fileSystemType | Prototype: | inline QByteArray QStorageIterator::fileSystemType() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | Lines: | 356-359 |
| | 1 | 1 |
QStorageIterator::isValidName: | QStorageIterator::isValid | Prototype: | inline bool QStorageIterator::isValid() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | Lines: | 341-344 |
| | 1 | 1 |
QStorageIterator::nextName: | QStorageIterator::next | Prototype: | inline bool QStorageIterator::next() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | Lines: | 346-349 |
| | 1 | 1 |
QStorageIterator::rootPathName: | QStorageIterator::rootPath | Prototype: | inline QString QStorageIterator::rootPath() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | Lines: | 351-354 |
| | 1 | 1 |
QString::appendName: | QString::append | Prototype: | QString &QString::append(const QString &str) | Coverage: | 100.000% (12/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2064-2078 |
| | 9 | 4 |
QString::appendName: | QString::append | Prototype: | QString &QString::append(const QChar *str, int len) | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2086-2096 |
| | 7 | 3 |
QString::appendName: | QString::append | Prototype: | QString &QString::append(QLatin1String str) | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2103-2116 |
| | 10 | 3 |
QString::appendName: | QString::append | Prototype: | QString &QString::append(QChar ch) | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2149-2156 |
| | 5 | 2 |
QString::argName: | QString::arg | Prototype: | QString QString::arg(qlonglong a, int fieldWidth, int base, QChar fillChar) const | Coverage: | 100.000% (16/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 7630-7656 |
| | 17 | 6 |
QString::argName: | QString::arg | Prototype: | QString QString::arg(QChar a, int fieldWidth, QChar fillChar) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 7742-7747 |
| | 3 | 1 |
QString::argName: | QString::arg | Prototype: | QString QString::arg(char a, int fieldWidth, QChar fillChar) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 7754-7759 |
| | 3 | 1 |
QString::asprintfName: | QString::asprintf | Prototype: | QString QString::asprintf(const char *cformat, ...) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5964-5971 |
| | 5 | 1 |
QString::chopName: | QString::chop | Prototype: | void QString::chop(int n) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5081-5085 |
| | 2 | 2 |
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 |
| | 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 |
| | 1 | 1 |
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 |
| | 5 | 2 |
QString::compare_helperName: | QString::compare_helper | Prototype: | int QString::compare_helper(const QChar *data1, int length1, const char *data2, int length2, Qt::CaseSensitivity cs) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5484-5490 |
| | 2 | 1 |
QString::containsName: | QString::contains | Prototype: | bool QString::contains(const QRegularExpression &re) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4004-4007 |
| | 1 | 1 |
QString::containsName: | QString::contains | Prototype: | bool QString::contains(const QRegularExpression &re, QRegularExpressionMatch *match) const | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4023-4034 |
| | 8 | 3 |
QString::countName: | QString::count | Prototype: | int QString::count(const QString &str, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 3684-3687 |
| | 1 | 1 |
QString::countName: | QString::count | Prototype: | int QString::count(QChar ch, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 3700-3703 |
| | 1 | 1 |
QString::countName: | QString::count | Prototype: | int QString::count(const QStringRef &str, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 3716-3719 |
| | 1 | 1 |
QString::endsWithName: | QString::endsWith | Prototype: | bool QString::endsWith(const QString& s, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4487-4491 |
| | 2 | 1 |
QString::endsWithName: | QString::endsWith | Prototype: | bool QString::endsWith(const QStringRef &s, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4504-4508 |
| | 2 | 1 |
QString::endsWithName: | QString::endsWith | Prototype: | bool QString::endsWith(QLatin1String s, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4514-4517 |
| | 1 | 1 |
QString::endsWithName: | QString::endsWith | Prototype: | bool QString::endsWith(QChar c, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4525-4531 |
| | 4 | 1 |
QString::fillName: | QString::fill | Prototype: | QString& QString::fill(QChar ch, int size) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5099-5109 |
| | 7 | 3 |
QString::fromAscii_helperName: | QString::fromAscii_helper | Prototype: | QString::Data *QString::fromAscii_helper(const char *str, int size) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4699-4704 |
| | 3 | 1 |
QString::fromUcs4Name: | QString::fromUcs4 | Prototype: | QString QString::fromUcs4(const uint *unicode, int size) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4896-4906 |
| | 7 | 4 |
QString::fromUtf8_helperName: | QString::fromUtf8_helper | Prototype: | QString QString::fromUtf8_helper(const char *str, int size) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4813-4820 |
| | 4 | 2 |
QString::indexOfName: | QString::indexOf | Prototype: | int QString::indexOf(const QString &str, int from, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 3068-3071 |
| | 1 | 1 |
QString::indexOfName: | QString::indexOf | Prototype: | int QString::indexOf(QLatin1String str, int from, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 3092-3095 |
| | 1 | 1 |
QString::indexOfName: | QString::indexOf | Prototype: | int QString::indexOf(QChar ch, int from, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 3180-3183 |
| | 1 | 1 |
QString::indexOfName: | QString::indexOf | Prototype: | int QString::indexOf(const QStringRef &str, int from, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 3197-3200 |
| | 1 | 1 |
QString::indexOfName: | QString::indexOf | Prototype: | int QString::indexOf(const QRegExp& rx, int from) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 3796-3800 |
| | 2 | 1 |
QString::indexOfName: | QString::indexOf | Prototype: | int QString::indexOf(QRegExp& rx, int from) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 3817-3820 |
| | 1 | 1 |
QString::indexOfName: | QString::indexOf | Prototype: | int QString::indexOf(const QRegularExpression& re, int from) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 3901-3904 |
| | 1 | 1 |
QString::indexOfName: | QString::indexOf | Prototype: | int QString::indexOf(const QRegularExpression &re, int from, QRegularExpressionMatch *rmatch) const | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 3922-3938 |
| | 10 | 4 |
QString::lastIndexOfName: | QString::lastIndexOf | Prototype: | int QString::lastIndexOf(const QString &str, int from, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (20/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 3265-3283 |
| | 14 | 6 |
QString::lastIndexOfName: | QString::lastIndexOf | Prototype: | int QString::lastIndexOf(QChar ch, int from, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 3333-3336 |
| | 1 | 1 |
QString::lastIndexOfName: | QString::lastIndexOf | Prototype: | int QString::lastIndexOf(const QStringRef &str, int from, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (20/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 3353-3372 |
| | 15 | 6 |
QString::lastIndexOfName: | QString::lastIndexOf | Prototype: | int QString::lastIndexOf(const QRegExp& rx, int from) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 3833-3837 |
| | 2 | 1 |
QString::lastIndexOfName: | QString::lastIndexOf | Prototype: | int QString::lastIndexOf(QRegExp& rx, int from) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 3854-3857 |
| | 1 | 1 |
QString::lastIndexOfName: | QString::lastIndexOf | Prototype: | int QString::lastIndexOf(const QRegularExpression &re, int from) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 3952-3955 |
| | 1 | 1 |
QString::lastIndexOfName: | QString::lastIndexOf | Prototype: | int QString::lastIndexOf(const QRegularExpression &re, int from, QRegularExpressionMatch *rmatch) const | Coverage: | 100.000% (15/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 3973-3996 |
| | 15 | 5 |
QString::leftName: | QString::left | Prototype: | QString QString::left(int n) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4358-4363 |
| | 3 | 2 |
QString::leftJustifiedName: | QString::leftJustified | Prototype: | QString QString::leftJustified(int width, QChar fill, bool truncate) const | Coverage: | 100.000% (14/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5699-5718 |
| | 14 | 5 |
QString::leftRefName: | QString::leftRef | Prototype: | QStringRef QString::leftRef(int n) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9542-9547 |
| | 3 | 2 |
QString::localeAwareCompareName: | QString::localeAwareCompare | Prototype: | int QString::localeAwareCompare(const QString &other) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5585-5588 |
| | 1 | 1 |
QString::normalizedName: | QString::normalized | Prototype: | QString QString::normalized(QString::NormalizationForm mode, QChar::UnicodeVersion version) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 7224-7229 |
| | 3 | 1 |
QString::numberName: | QString::number | Prototype: | QString QString::number(long n, int base) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 6717-6720 |
| | 1 | 1 |
QString::numberName: | QString::number | Prototype: | QString QString::number(ulong n, int base) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 6727-6730 |
| | 1 | 1 |
QString::numberName: | QString::number | Prototype: | QString QString::number(int n, int base) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 6735-6738 |
| | 1 | 1 |
QString::numberName: | QString::number | Prototype: | QString QString::number(uint n, int base) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 6743-6746 |
| | 1 | 1 |
QString::numberName: | QString::number | Prototype: | QString QString::number(qlonglong n, int base) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 6751-6760 |
| | 1 | 1 |
QString::numberName: | QString::number | Prototype: | QString QString::number(qulonglong n, int base) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 6765-6774 |
| | 1 | 1 |
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 |
| | 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 |
| | 5 | 2 |
QString::operator=Name: | QString::operator= | Prototype: | QString &QString::operator=(QLatin1String other) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 1833-1843 |
| | 6 | 2 |
QString::operator=Name: | QString::operator= | Prototype: | QString &QString::operator=(QChar ch) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 1892-1904 |
| | 7 | 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 |
| | 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 |
| | 4 | 2 |
QString::removeName: | QString::remove | Prototype: | QString &QString::remove(const QString &str, Qt::CaseSensitivity cs) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2268-2276 |
| | 5 | 3 |
QString::removeName: | QString::remove | Prototype: | QString &QString::remove(QChar ch, Qt::CaseSensitivity cs) | Coverage: | 100.000% (17/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2293-2312 |
| | 13 | 6 |
QString::replaceName: | QString::replace | Prototype: | QString &QString::replace(int pos, int len, const QString &after) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2353-2356 |
| | 1 | 1 |
QString::replaceName: | QString::replace | Prototype: | QString &QString::replace(int pos, int len, QChar after) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2384-2387 |
| | 1 | 1 |
QString::replaceName: | QString::replace | Prototype: | QString &QString::replace(const QString &before, const QString &after, Qt::CaseSensitivity cs) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2407-2410 |
| | 1 | 1 |
QString::replaceName: | QString::replace | Prototype: | QString& QString::replace(QChar before, QChar after, Qt::CaseSensitivity cs) | Coverage: | 100.000% (17/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2626-2646 |
| | 15 | 7 |
QString::replaceName: | QString::replace | Prototype: | QString &QString::replace(QLatin1String before, QLatin1String after, Qt::CaseSensitivity cs) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2660-2669 |
| | 7 | 1 |
QString::replaceName: | QString::replace | Prototype: | QString &QString::replace(QLatin1String before, const QString &after, Qt::CaseSensitivity cs) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2683-2689 |
| | 4 | 1 |
QString::replaceName: | QString::replace | Prototype: | QString &QString::replace(QChar c, QLatin1String after, Qt::CaseSensitivity cs) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2723-2729 |
| | 4 | 1 |
QString::replaceName: | QString::replace | Prototype: | QString &QString::replace(const QRegularExpression &re, const QString &after) | Coverage: | 100.000% (46/46) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 3562-3670 |
| | 63 | 16 |
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 |
| | 5 | 2 |
QString::rightName: | QString::right | Prototype: | QString QString::right(int n) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4376-4381 |
| | 3 | 2 |
QString::rightJustifiedName: | QString::rightJustified | Prototype: | QString QString::rightJustified(int width, QChar fill, bool truncate) const | Coverage: | 100.000% (14/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5738-5757 |
| | 14 | 5 |
QString::rightRefName: | QString::rightRef | Prototype: | QStringRef QString::rightRef(int n) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9581-9586 |
| | 3 | 2 |
QString::setNumName: | QString::setNum | Prototype: | QString &QString::setNum(qlonglong n, int base) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 6640-6643 |
| | 1 | 1 |
QString::setNumName: | QString::setNum | Prototype: | QString &QString::setNum(qulonglong n, int base) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 6648-6651 |
| | 1 | 1 |
QString::setNumName: | QString::setNum | Prototype: | QString &QString::setNum(double n, char f, int prec) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 6679-6682 |
| | 1 | 1 |
QString::simplified_helperName: | QString::simplified_helper | Prototype: | QString QString::simplified_helper(const QString &str) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4957-4960 |
| | 1 | 1 |
QString::simplified_helperName: | QString::simplified_helper | Prototype: | QString QString::simplified_helper(QString &str) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4962-4965 |
| | 1 | 1 |
QString::splitName: | QString::split | Prototype: | QStringList QString::split(const QString &sep, SplitBehavior behavior, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 6858-6861 |
| | 1 | 1 |
QString::splitName: | QString::split | Prototype: | QStringList QString::split(QChar sep, SplitBehavior behavior, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 6888-6891 |
| | 1 | 1 |
QString::splitName: | QString::split | Prototype: | QStringList QString::split(const QRegExp &rx, SplitBehavior behavior) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 6982-6985 |
| | 1 | 1 |
QString::splitName: | QString::split | Prototype: | QStringList QString::split(const QRegularExpression &re, SplitBehavior behavior) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 7065-7068 |
| | 1 | 1 |
QString::splitRefName: | QString::splitRef | Prototype: | QVector<QStringRef> QString::splitRef(const QString &sep, SplitBehavior behavior, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 6881-6884 |
| | 1 | 1 |
QString::splitRefName: | QString::splitRef | Prototype: | QVector<QStringRef> QString::splitRef(QChar sep, SplitBehavior behavior, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 6897-6900 |
| | 1 | 1 |
QString::splitRefName: | QString::splitRef | Prototype: | QVector<QStringRef> QString::splitRef(const QRegExp &rx, SplitBehavior behavior) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 7001-7004 |
| | 1 | 1 |
QString::splitRefName: | QString::splitRef | Prototype: | QVector<QStringRef> QString::splitRef(const QRegularExpression &re, SplitBehavior behavior) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 7084-7087 |
| | 1 | 1 |
QString::sprintfName: | QString::sprintf | Prototype: | QString &QString::sprintf(const char *cformat, ...) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5920-5927 |
| | 5 | 1 |
QString::startsWithName: | QString::startsWith | Prototype: | bool QString::startsWith(const QString& s, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4431-4435 |
| | 2 | 1 |
QString::startsWithName: | QString::startsWith | Prototype: | bool QString::startsWith(QLatin1String s, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4440-4443 |
| | 1 | 1 |