| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 isSimpleText| Name:  | 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:  | 8033-8047 |  
  |  | 8 | 3 | 
 replace| Name:  | 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:  | 2673-2679 |  
  |  | 4 | 1 | 
 simplified| Name:  | 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:  | 50-53 |  
  |  | 1 | 1 | 
 toCaseFolded| Name:  | 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:  | 60-63 |  
  |  | 1 | 1 | 
 toLatin1| Name:  | 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:  | 70-73 |  
  |  | 1 | 1 | 
 toLocal8Bit| Name:  | 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:  | 75-78 |  
  |  | 1 | 1 | 
 toLower| Name:  | 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:  | 55-58 |  
  |  | 1 | 1 | 
 toUpper| Name:  | 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:  | 65-68 |  
  |  | 1 | 1 | 
 toUtf8| Name:  | 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:  | 80-83 |  
  |  | 1 | 1 | 
 trimmed| Name:  | 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:  | 45-48 |  
  |  | 1 | 1 | 
 vsprintf| Name:  | 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:  | 5948-5951 |  
  |  | 1 | 1 | 
 lastIndexOf| Name:  | 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:  | 3274-3295 |  
  |  | 16 | 6 | 
 insert| Name:  | QString::insert |  | Prototype:  | QString& QString::insert(int i, QChar ch) |  | Coverage:  |  42.857% (3/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 2003-2013 |  
  |  | 8 | 3 | 
 QString| Name:  | 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:  | 1555-1561 |  
  |  | 4 | 2 | 
 QString| Name:  | 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:  | 1573-1580 |  
  |  | 5 | 2 | 
 arg| Name:  | 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:  | 7406-7416 |  
  |  | 6 | 2 | 
 arg| Name:  | 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:  | 7654-7680 |  
  |  | 17 | 6 | 
 utf16| Name:  | 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:  | 5642-5649 |  
  |  | 3 | 2 | 
 vasprintf| Name:  | QString::vasprintf |  | Prototype:  | QString QString::vasprintf(const char *cformat, va_list ap) |  | Coverage:  |  60.090% (134/223) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 5967-6284 |  
  |  | 195 | 97 | 
 arg| Name:  | QString::arg |  | Prototype:  | QString QString::arg(double a, int fieldWidth, char fmt, int prec, QChar fillChar) const |  | Coverage:  |  62.963% (17/27) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 7766-7815 |  
  |  | 29 | 11 | 
 number| Name:  | 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:  | 6769-6796 |  
  |  | 14 | 6 | 
 remove| Name:  | 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:  | 2209-2224 |  
  |  | 11 | 5 | 
 section| Name:  | 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:  | 4285-4313 |  
  |  | 20 | 5 | 
 append| Name:  | 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:  | 9405-9415 |  
  |  | 7 | 3 | 
 compare_helper| Name:  | QString::compare_helper |  | Prototype:  | int QString::compare_helper(const QChar *data1, int length1, QLatin1String s2, Qt::CaseSensitivity cs) |  | Coverage:  |  71.429% (5/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 5471-5486 |  
  |  | 8 | 3 | 
 reallocData| Name:  | QString::reallocData |  | Prototype:  | void QString::reallocData(uint alloc, bool grow) |  | Coverage:  |  71.429% (15/21) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 1736-1761 |  
  |  | 19 | 7 | 
 replace| Name:  | 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:  | 2335-2345 |  
  |  | 7 | 3 | 
 section| Name:  | 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:  | 4245-4266 |  
  |  | 15 | 3 | 
 fromLatin1_helper| Name:  | 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:  | 4648-4667 |  
  |  | 14 | 5 | 
 insert| Name:  | QString::insert |  | Prototype:  | QString& QString::insert(int i, const QChar *unicode, int size) |  | Coverage:  |  78.571% (11/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 1973-1994 |  
  |  | 14 | 4 | 
 QString| Name:  | 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:  | 1532-1547 |  
  |  | 11 | 4 | 
 fromUtf16| Name:  | 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:  | 4809-4819 |  
  |  | 7 | 4 | 
 setRawData| Name:  | 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:  | 8214-8228 |  
  |  | 8 | 3 | 
 fromRawData| Name:  | 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:  | 8185-8198 |  
  |  | 9 | 4 | 
 fromLocal8Bit_helper| Name:  | 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:  | 4713-4729 |  
  |  | 11 | 5 | 
 setUnicode| Name:  | 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:  | 4887-4893 |  
  |  | 4 | 2 | 
 multiArg| Name:  | 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:  | 7964-7993 |  
  |  | 15 | 5 | 
 count| Name:  | 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:  | 3841-3854 |  
  |  | 10 | 3 | 
 QString| Name:  | 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:  | 1504-1524 |  
  |  | 13 | 6 | 
 insert| Name:  | QString::insert |  | Prototype:  | QString &QString::insert(int i, QLatin1String str) |  | Coverage:  |  87.500% (7/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 1952-1964 |  
  |  | 8 | 2 | 
 repeated| Name:  | 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:  | 7099-7132 |  
  |  | 23 | 6 | 
 localeAwareCompare_helper| Name:  | 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:  | 5568-5619 |  
  |  | 5 | 3 | 
 mid| Name:  | 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:  | 4370-4388 |  
  |  | 9 | 5 | 
 midRef| Name:  | 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:  | 9549-9564 |  
  |  | 8 | 5 | 
 isRightToLeft| Name:  | 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:  | 8053-8079 |  
  |  | 15 | 8 | 
 resize| Name:  | 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:  | 1668-1684 |  
  |  | 10 | 5 | 
 replace| Name:  | QString::replace |  | Prototype:  | QString& QString::replace(QChar ch, const QString &after, Qt::CaseSensitivity cs) |  | Coverage:  |  89.744% (35/39) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 2545-2586 |  
  |  | 26 | 12 | 
 replace| Name:  | 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:  | 2476-2535 |  
  |  | 35 | 14 | 
 count| Name:  | 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:  | 4018-4035 |  
  |  | 13 | 4 | 
 replace| Name:  | 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:  | 3374-3509 |  
  |  | 87 | 23 | 
 replace_helper| Name:  | 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:  | 2402-2463 |  
  |  | 43 | 12 | 
 section| Name:  | 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:  | 4111-4157 |  
  |  | 38 | 17 | 
 append| Name:  | 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:  | 2033-2047 |  
  |  | 9 | 4 | 
 append| Name:  | 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:  | 2055-2065 |  
  |  | 7 | 3 | 
 append| Name:  | 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:  | 2072-2085 |  
  |  | 10 | 3 | 
 append| Name:  | 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:  | 2118-2125 |  
  |  | 5 | 2 | 
 arg| Name:  | 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:  | 7610-7636 |  
  |  | 17 | 6 | 
 arg| Name:  | 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:  | 7722-7727 |  
  |  | 3 | 1 | 
 arg| Name:  | 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:  | 7734-7739 |  
  |  | 3 | 1 | 
 asprintf| Name:  | 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:  | 5934-5941 |  
  |  | 5 | 1 | 
 chop| Name:  | 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:  | 5051-5055 |  
  |  | 2 | 2 | 
 compare| Name:  | QString::compare |  | Prototype:  | int QString::compare(const QString &other, Qt::CaseSensitivity cs) const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 5409-5414 |  
  |  | 3 | 2 | 
 compare| Name:  | QString::compare |  | Prototype:  | int QString::compare(QLatin1String other, Qt::CaseSensitivity cs) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 5436-5439 |  
  |  | 1 | 1 | 
 compare_helper| Name:  | QString::compare_helper |  | Prototype:  | int QString::compare_helper(const QChar *data1, int length1, const QChar *data2, int length2, Qt::CaseSensitivity cs) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 5420-5428 |  
  |  | 5 | 2 | 
 compare_helper| Name:  | 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:  | 5454-5460 |  
  |  | 2 | 1 | 
 contains| Name:  | 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:  | 3974-3977 |  
  |  | 1 | 1 | 
 contains| Name:  | 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:  | 3993-4004 |  
  |  | 8 | 3 | 
 count| Name:  | 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:  | 3654-3657 |  
  |  | 1 | 1 | 
 count| Name:  | 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:  | 3670-3673 |  
  |  | 1 | 1 | 
 count| Name:  | 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:  | 3686-3689 |  
  |  | 1 | 1 | 
 endsWith| Name:  | 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:  | 4457-4461 |  
  |  | 2 | 1 | 
 endsWith| Name:  | 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:  | 4474-4478 |  
  |  | 2 | 1 | 
 endsWith| Name:  | 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:  | 4484-4487 |  
  |  | 1 | 1 | 
 endsWith| Name:  | QString::endsWith |  | Prototype:  | bool QString::endsWith(QChar c, Qt::CaseSensitivity cs) const |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 4495-4501 |  
  |  | 4 | 1 | 
 expand| Name:  | QString::expand |  | Prototype:  | void QString::expand(int i) |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 1763-1773 |  
  |  | 7 | 3 | 
 fill| Name:  | 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:  | 5069-5079 |  
  |  | 7 | 3 | 
 fromAscii_helper| Name:  | 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:  | 4669-4674 |  
  |  | 3 | 1 | 
 fromUcs4| Name:  | 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:  | 4866-4876 |  
  |  | 7 | 4 | 
 fromUtf8_helper| Name:  | 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:  | 4783-4790 |  
  |  | 4 | 2 | 
 indexOf| Name:  | 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:  | 3038-3041 |  
  |  | 1 | 1 | 
 indexOf| Name:  | 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:  | 3062-3065 |  
  |  | 1 | 1 | 
 indexOf| Name:  | 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:  | 3150-3153 |  
  |  | 1 | 1 | 
 indexOf| Name:  | 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:  | 3167-3170 |  
  |  | 1 | 1 | 
 indexOf| Name:  | 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:  | 3766-3770 |  
  |  | 2 | 1 | 
 indexOf| Name:  | 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:  | 3787-3790 |  
  |  | 1 | 1 | 
 indexOf| Name:  | 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:  | 3871-3874 |  
  |  | 1 | 1 | 
 indexOf| Name:  | 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:  | 3892-3908 |  
  |  | 10 | 4 | 
 lastIndexOf| Name:  | 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:  | 3235-3253 |  
  |  | 14 | 6 | 
 lastIndexOf| Name:  | 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:  | 3303-3306 |  
  |  | 1 | 1 | 
 lastIndexOf| Name:  | 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:  | 3323-3342 |  
  |  | 15 | 6 | 
 lastIndexOf| Name:  | 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:  | 3803-3807 |  
  |  | 2 | 1 | 
 lastIndexOf| Name:  | 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:  | 3824-3827 |  
  |  | 1 | 1 | 
 lastIndexOf| Name:  | 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:  | 3922-3925 |  
  |  | 1 | 1 | 
 lastIndexOf| Name:  | 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:  | 3943-3966 |  
  |  | 15 | 5 | 
 left| Name:  | 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:  | 4328-4333 |  
  |  | 3 | 2 | 
 leftJustified| Name:  | 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:  | 5669-5688 |  
  |  | 14 | 5 | 
 leftRef| Name:  | 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:  | 9449-9454 |  
  |  | 3 | 2 | 
 localeAwareCompare| Name:  | 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:  | 5555-5558 |  
  |  | 1 | 1 | 
 normalized| Name:  | 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:  | 7204-7209 |  
  |  | 3 | 1 | 
 number| Name:  | 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:  | 6697-6700 |  
  |  | 1 | 1 |