Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
expandName: | QString::expand | Prototype: | void QString::expand(int i) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 1791-1794 |
| | 1 | 1 |
isSimpleTextName: | QString::isSimpleText | Prototype: | bool QString::isSimpleText() const | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 8055-8069 |
| | 8 | 3 |
replaceName: | QString::replace | Prototype: | QString &QString::replace(const QString &before, QLatin1String after, Qt::CaseSensitivity cs) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2703-2709 |
| | 4 | 1 |
simplifiedName: | QString::simplified | Prototype: | QString QString::simplified() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring_compat.cpp | Lines: | 56-59 |
| | 1 | 1 |
toCaseFoldedName: | QString::toCaseFolded | Prototype: | QString QString::toCaseFolded() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring_compat.cpp | Lines: | 66-69 |
| | 1 | 1 |
toLatin1Name: | QString::toLatin1 | Prototype: | QByteArray QString::toLatin1() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring_compat.cpp | Lines: | 76-79 |
| | 1 | 1 |
toLocal8BitName: | QString::toLocal8Bit | Prototype: | QByteArray QString::toLocal8Bit() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring_compat.cpp | Lines: | 81-84 |
| | 1 | 1 |
toLowerName: | QString::toLower | Prototype: | QString QString::toLower() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring_compat.cpp | Lines: | 61-64 |
| | 1 | 1 |
toUpperName: | QString::toUpper | Prototype: | QString QString::toUpper() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring_compat.cpp | Lines: | 71-74 |
| | 1 | 1 |
toUtf8Name: | QString::toUtf8 | Prototype: | QByteArray QString::toUtf8() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring_compat.cpp | Lines: | 86-89 |
| | 1 | 1 |
trimmedName: | QString::trimmed | Prototype: | QString QString::trimmed() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring_compat.cpp | Lines: | 51-54 |
| | 1 | 1 |
vsprintfName: | QString::vsprintf | Prototype: | QString &QString::vsprintf(const char *cformat, va_list ap) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5978-5981 |
| | 1 | 1 |
lastIndexOfName: | QString::lastIndexOf | Prototype: | int QString::lastIndexOf(QLatin1String str, int from, Qt::CaseSensitivity cs) const | Coverage: | 40.000% (8/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 3304-3325 |
| | 16 | 6 |
QStringName: | QString::QString | Prototype: | QString::QString(int size, Qt::Initialization) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 1562-1568 |
| | 4 | 2 |
QStringName: | QString::QString | Prototype: | QString::QString(QChar ch) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 1580-1587 |
| | 5 | 2 |
argName: | QString::arg | Prototype: | QString QString::arg(const QString &a, int fieldWidth, QChar fillChar) const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 7426-7436 |
| | 6 | 2 |
argName: | QString::arg | Prototype: | QString QString::arg(qulonglong a, int fieldWidth, int base, QChar fillChar) const | Coverage: | 50.000% (8/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 7674-7700 |
| | 17 | 6 |
utf16Name: | QString::utf16 | Prototype: | const ushort *QString::utf16() const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5672-5679 |
| | 3 | 2 |
vasprintfName: | QString::vasprintf | Prototype: | QString QString::vasprintf(const char *cformat, va_list ap) | Coverage: | 59.412% (101/170) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 6063-6303 |
| | 150 | 76 |
argName: | QString::arg | Prototype: | QString QString::arg(double a, int fieldWidth, char fmt, int prec, QChar fillChar) const | Coverage: | 63.333% (19/30) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 7786-7837 |
| | 31 | 12 |
insertName: | QString::insert | Prototype: | QString& QString::insert(int i, QChar ch) | Coverage: | 63.636% (7/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2031-2044 |
| | 10 | 4 |
numberName: | QString::number | Prototype: | QString QString::number(double n, char f, int prec) | Coverage: | 66.667% (8/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 6789-6816 |
| | 14 | 6 |
removeName: | QString::remove | Prototype: | QString &QString::remove(int pos, int len) | Coverage: | 69.231% (9/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2240-2255 |
| | 11 | 5 |
sectionName: | QString::section | Prototype: | QString QString::section(const QRegularExpression &re, int start, int end, SectionFlags flags) const | Coverage: | 69.231% (9/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4315-4343 |
| | 20 | 5 |
appendName: | QString::append | Prototype: | QString &QString::append(const QStringRef &str) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9498-9508 |
| | 7 | 3 |
compare_helperName: | QString::compare_helper | Prototype: | int QString::compare_helper(const QChar *data1, int length1, QLatin1String s2, Qt::CaseSensitivity cs) noexcept | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5501-5516 |
| | 8 | 3 |
replaceName: | QString::replace | Prototype: | QString &QString::replace(int pos, int len, const QChar *unicode, int size) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2365-2375 |
| | 7 | 3 |
sectionName: | QString::section | Prototype: | QString QString::section(const QRegExp ®, int start, int end, SectionFlags flags) const | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4275-4296 |
| | 15 | 3 |
fromLatin1_helperName: | QString::fromLatin1_helper | Prototype: | QString::Data *QString::fromLatin1_helper(const char *str, int size) | Coverage: | 72.222% (13/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4678-4697 |
| | 14 | 5 |
insertName: | QString::insert | Prototype: | QString &QString::insert(int i, QLatin1String str) | Coverage: | 75.000% (9/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 1974-1989 |
| | 10 | 3 |
reallocDataName: | QString::reallocData | Prototype: | void QString::reallocData(uint alloc, bool grow) | Coverage: | 78.947% (15/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 1760-1788 |
| | 21 | 6 |
QStringName: | QString::QString | Prototype: | QString::QString(int size, QChar ch) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 1539-1554 |
| | 11 | 4 |
fromUtf16Name: | QString::fromUtf16 | Prototype: | QString QString::fromUtf16(const ushort *unicode, int size) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4839-4849 |
| | 7 | 4 |
setRawDataName: | QString::setRawData | Prototype: | QString &QString::setRawData(const QChar *unicode, int size) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 8236-8250 |
| | 8 | 3 |
fromRawDataName: | QString::fromRawData | Prototype: | QString QString::fromRawData(const QChar *unicode, int size) | Coverage: | 81.818% (9/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 8207-8220 |
| | 9 | 4 |
fromLocal8Bit_helperName: | QString::fromLocal8Bit_helper | Prototype: | QString QString::fromLocal8Bit_helper(const char *str, int size) | Coverage: | 82.353% (14/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4743-4759 |
| | 11 | 5 |
insertName: | QString::insert | Prototype: | QString& QString::insert(int i, const QChar *unicode, int size) | Coverage: | 83.333% (15/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 1998-2022 |
| | 16 | 5 |
setUnicodeName: | QString::setUnicode | Prototype: | QString& QString::setUnicode(const QChar *unicode, int size) | Coverage: | 83.333% (5/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4917-4923 |
| | 4 | 2 |
multiArgName: | QString::multiArg | Prototype: | QString QString::multiArg(int numArgs, const QString **args) const | Coverage: | 84.615% (11/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 7986-8015 |
| | 15 | 5 |
replaceName: | QString::replace | Prototype: | QString& QString::replace(QChar ch, const QString &after, Qt::CaseSensitivity cs) | Coverage: | 84.615% (33/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2575-2616 |
| | 26 | 12 |
countName: | QString::count | Prototype: | int QString::count(const QRegExp& rx) const | Coverage: | 85.714% (6/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 3871-3884 |
| | 10 | 3 |
QStringName: | QString::QString | Prototype: | QString::QString(const QChar *unicode, int size) | Coverage: | 87.500% (14/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 1511-1531 |
| | 13 | 6 |
repeatedName: | QString::repeated | Prototype: | QString QString::repeated(int times) const | Coverage: | 87.500% (14/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 7119-7152 |
| | 23 | 6 |
localeAwareCompare_helperName: | QString::localeAwareCompare_helper | Prototype: | int QString::localeAwareCompare_helper(const QChar *data1, int length1, const QChar *data2, int length2) | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5598-5649 |
| | 5 | 3 |
midName: | QString::mid | Prototype: | QString QString::mid(int position, int n) const | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4400-4418 |
| | 9 | 5 |
midRefName: | QString::midRef | Prototype: | QStringRef QString::midRef(int position, int n) const | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9642-9657 |
| | 8 | 5 |
isRightToLeftName: | QString::isRightToLeft | Prototype: | bool QString::isRightToLeft() const | Coverage: | 89.474% (17/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 8075-8101 |
| | 15 | 8 |
resizeName: | QString::resize | Prototype: | void QString::resize(int size) | Coverage: | 89.474% (17/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 1673-1689 |
| | 10 | 5 |
replaceName: | QString::replace | Prototype: | QString &QString::replace(const QChar *before, int blen, const QChar *after, int alen, Qt::CaseSensitivity cs) | Coverage: | 89.796% (44/49) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2506-2565 |
| | 35 | 14 |
countName: | QString::count | Prototype: | int QString::count(const QRegularExpression &re) const | Coverage: | 90.000% (9/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4048-4065 |
| | 13 | 4 |
replaceName: | QString::replace | Prototype: | QString& QString::replace(const QRegExp &rx, const QString &after) | Coverage: | 92.000% (69/75) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 3404-3539 |
| | 87 | 23 |
replace_helperName: | QString::replace_helper | Prototype: | void QString::replace_helper(uint *indices, int nIndices, int blen, const QChar *after, int alen) | Coverage: | 96.970% (32/33) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2432-2493 |
| | 43 | 12 |
sectionName: | QString::section | Prototype: | QString QString::section(const QString &sep, int start, int end, SectionFlags flags) const | Coverage: | 98.333% (59/60) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4141-4187 |
| | 38 | 17 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |