| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity | 
 toLocal8Bit_helper| Name:  | QString::toLocal8Bit_helper |  | Prototype:  | QByteArray QString::toLocal8Bit_helper(const QChar *data, int size) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 4595-4603 |  
  |  | 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 operator=| Name:  | QString::operator= |  | Prototype:  | QString &QString::operator=(const QString &other) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 1788-1795 |  
  |  | 5 | 2 | 
 operator==| Name:  | QString::operator== |  | Prototype:  | bool QString::operator==(QLatin1String other) const |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 2725-2734 |  
  |  | 5 | 3 | 
 remove| Name:  | 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:  | 2237-2245 |  
  |  | 5 | 3 | 
 sprintf| Name:  | 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:  | 5890-5897 |  
  |  | 5 | 1 | 
 toUcs4| Name:  | QString::toUcs4 |  | Prototype:  | QVector<uint> QString::toUcs4() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 4639-4646 |  
  |  | 5 | 1 | 
 toUcs4_helper| Name:  | QString::toUcs4_helper |  | Prototype:  | int QString::toUcs4_helper(const ushort *uc, int length, uint *out) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 1447-1456 |  
  |  | 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 | 
 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:  | 1811-1821 |  
  |  | 6 | 2 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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:  | 1870-1882 |  
  |  | 7 | 2 | 
 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 | 
 replace| Name:  | 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:  | 2630-2639 |  
  |  | 7 | 1 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 toLatin1_helper_inplace| Name:  | QString::toLatin1_helper_inplace |  | Prototype:  | QByteArray QString::toLatin1_helper_inplace(QString &s) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 4522-4549 |  
  |  | 12 | 2 | 
 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 | 
 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 | 
 remove| Name:  | 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:  | 2262-2281 |  
  |  | 13 | 6 | 
 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 | 
 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 | 
 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 | 
 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 | 
 rightJustified| Name:  | 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:  | 5708-5727 |  
  |  | 14 | 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 | 
 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 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 | 
 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 | 
 replace| Name:  | 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:  | 2596-2616 |  
  |  | 15 | 7 | 
 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 | 
 toHtmlEscaped| Name:  | QString::toHtmlEscaped |  | Prototype:  | QString QString::toHtmlEscaped() const |  | Coverage:  | 100.000% (16/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 10574-10593 |  
  |  | 15 | 6 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 replace| Name:  | 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:  | 3532-3640 |  
  |  | 63 | 16 | 
 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 | 
 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 |