Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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(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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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(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(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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |