| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 QString::operator==| Name:  | QString::operator== |  | Prototype:  | bool QString::operator==(QLatin1String other) const noexcept |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 2755-2764 |  
  |  | 5 | 3 | 
 QString::operator>| Name:  | QString::operator> |  | Prototype:  | bool QString::operator>(QLatin1String other) const noexcept |  | Coverage:  | 100.000% (6/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 2921-2928 |  
  |  | 4 | 2 | 
 QString::reallocData| Name:  | 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 | 
 QString::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:  | 2240-2255 |  
  |  | 11 | 5 | 
 QString::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:  | 2268-2276 |  
  |  | 5 | 3 | 
 QString::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:  | 2293-2312 |  
  |  | 13 | 6 | 
 QString::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:  | 7119-7152 |  
  |  | 23 | 6 | 
 QString::replace| Name:  | QString::replace |  | Prototype:  | QString &QString::replace(int pos, int len, const QString &after) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 2353-2356 |  
  |  | 1 | 1 | 
 QString::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:  | 2365-2375 |  
  |  | 7 | 3 | 
 QString::replace| Name:  | QString::replace |  | Prototype:  | QString &QString::replace(int pos, int len, QChar after) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 2384-2387 |  
  |  | 1 | 1 | 
 QString::replace| Name:  | QString::replace |  | Prototype:  | QString &QString::replace(const QString &before, const QString &after, Qt::CaseSensitivity cs) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 2407-2410 |  
  |  | 1 | 1 | 
 QString::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:  | 2506-2565 |  
  |  | 35 | 14 | 
 QString::replace| Name:  | 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 | 
 QString::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:  | 2626-2646 |  
  |  | 15 | 7 | 
 QString::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:  | 2660-2669 |  
  |  | 7 | 1 | 
 QString::replace| Name:  | QString::replace |  | Prototype:  | QString &QString::replace(QLatin1String before, const QString &after, Qt::CaseSensitivity cs) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 2683-2689 |  
  |  | 4 | 1 | 
 QString::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:  | 2703-2709 |  
  |  | 4 | 1 | 
 QString::replace| Name:  | QString::replace |  | Prototype:  | QString &QString::replace(QChar c, QLatin1String after, Qt::CaseSensitivity cs) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 2723-2729 |  
  |  | 4 | 1 | 
 QString::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:  | 3404-3539 |  
  |  | 87 | 23 | 
 QString::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:  | 3562-3670 |  
  |  | 63 | 16 | 
 QString::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:  | 2432-2493 |  
  |  | 43 | 12 | 
 QString::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:  | 1673-1689 |  
  |  | 10 | 5 | 
 QString::resize| Name:  | QString::resize |  | Prototype:  | void QString::resize(int size, QChar fillChar) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 1701-1708 |  
  |  | 5 | 2 | 
 QString::right| Name:  | QString::right |  | Prototype:  | QString QString::right(int n) const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 4376-4381 |  
  |  | 3 | 2 | 
 QString::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:  | 5738-5757 |  
  |  | 14 | 5 | 
 QString::rightRef| Name:  | QString::rightRef |  | Prototype:  | QStringRef QString::rightRef(int n) const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 9581-9586 |  
  |  | 3 | 2 | 
 QString::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:  | 4141-4187 |  
  |  | 38 | 17 | 
 QString::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:  | 4275-4296 |  
  |  | 15 | 3 | 
 QString::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:  | 4315-4343 |  
  |  | 20 | 5 | 
 QString::setNum| Name:  | QString::setNum |  | Prototype:  | QString &QString::setNum(qlonglong n, int base) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 6640-6643 |  
  |  | 1 | 1 | 
 QString::setNum| Name:  | QString::setNum |  | Prototype:  | QString &QString::setNum(qulonglong n, int base) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 6648-6651 |  
  |  | 1 | 1 | 
 QString::setNum| Name:  | QString::setNum |  | Prototype:  | QString &QString::setNum(double n, char f, int prec) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 6679-6682 |  
  |  | 1 | 1 | 
 QString::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:  | 8236-8250 |  
  |  | 8 | 3 | 
 QString::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:  | 4917-4923 |  
  |  | 4 | 2 | 
 QString::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:  | 56-59 |  
  |  | 1 | 1 | 
 QString::simplified_helper| Name:  | QString::simplified_helper |  | Prototype:  | QString QString::simplified_helper(const QString &str) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 4957-4960 |  
  |  | 1 | 1 | 
 QString::simplified_helper| Name:  | QString::simplified_helper |  | Prototype:  | QString QString::simplified_helper(QString &str) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 4962-4965 |  
  |  | 1 | 1 | 
 QString::split| Name:  | QString::split |  | Prototype:  | QStringList QString::split(const QString &sep, SplitBehavior behavior, Qt::CaseSensitivity cs) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 6858-6861 |  
  |  | 1 | 1 | 
 QString::split| Name:  | QString::split |  | Prototype:  | QStringList QString::split(QChar sep, SplitBehavior behavior, Qt::CaseSensitivity cs) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 6888-6891 |  
  |  | 1 | 1 | 
 QString::split| Name:  | QString::split |  | Prototype:  | QStringList QString::split(const QRegExp &rx, SplitBehavior behavior) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 6982-6985 |  
  |  | 1 | 1 | 
 QString::split| Name:  | QString::split |  | Prototype:  | QStringList QString::split(const QRegularExpression &re, SplitBehavior behavior) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 7065-7068 |  
  |  | 1 | 1 | 
 QString::splitRef| Name:  | QString::splitRef |  | Prototype:  | QVector<QStringRef> QString::splitRef(const QString &sep, SplitBehavior behavior, Qt::CaseSensitivity cs) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 6881-6884 |  
  |  | 1 | 1 | 
 QString::splitRef| Name:  | QString::splitRef |  | Prototype:  | QVector<QStringRef> QString::splitRef(QChar sep, SplitBehavior behavior, Qt::CaseSensitivity cs) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 6897-6900 |  
  |  | 1 | 1 | 
 QString::splitRef| Name:  | QString::splitRef |  | Prototype:  | QVector<QStringRef> QString::splitRef(const QRegExp &rx, SplitBehavior behavior) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 7001-7004 |  
  |  | 1 | 1 | 
 QString::splitRef| Name:  | QString::splitRef |  | Prototype:  | QVector<QStringRef> QString::splitRef(const QRegularExpression &re, SplitBehavior behavior) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 7084-7087 |  
  |  | 1 | 1 | 
 QString::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:  | 5920-5927 |  
  |  | 5 | 1 | 
 QString::startsWith| Name:  | QString::startsWith |  | Prototype:  | bool QString::startsWith(const QString& s, Qt::CaseSensitivity cs) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 4431-4435 |  
  |  | 2 | 1 | 
 QString::startsWith| Name:  | QString::startsWith |  | Prototype:  | bool QString::startsWith(QLatin1String s, Qt::CaseSensitivity cs) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 4440-4443 |  
  |  | 1 | 1 | 
 QString::startsWith| Name:  | QString::startsWith |  | Prototype:  | bool QString::startsWith(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:  | 4451-4457 |  
  |  | 4 | 1 | 
 QString::startsWith| Name:  | QString::startsWith |  | Prototype:  | bool QString::startsWith(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:  | 4470-4474 |  
  |  | 2 | 1 | 
 QString::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:  | 66-69 |  
  |  | 1 | 1 | 
 QString::toCaseFolded_helper| Name:  | QString::toCaseFolded_helper |  | Prototype:  | QString QString::toCaseFolded_helper(const QString &str) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 5882-5885 |  
  |  | 1 | 1 | 
 QString::toCaseFolded_helper| Name:  | QString::toCaseFolded_helper |  | Prototype:  | QString QString::toCaseFolded_helper(QString &str) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 5887-5890 |  
  |  | 1 | 1 | 
 QString::toDouble| Name:  | QString::toDouble |  | Prototype:  | double QString::toDouble(bool *ok) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 6581-6584 |  
  |  | 1 | 1 | 
 QString::toFloat| Name:  | QString::toFloat |  | Prototype:  | float QString::toFloat(bool *ok) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 6602-6605 |  
  |  | 1 | 1 | 
 QString::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:  | 10667-10686 |  
  |  | 15 | 6 | 
 QString::toInt| Name:  | QString::toInt |  | Prototype:  | int QString::toInt(bool *ok, int base) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 6466-6469 |  
  |  | 1 | 1 | 
 QString::toIntegral_helper| Name:  | QString::toIntegral_helper |  | Prototype:  | qlonglong QString::toIntegral_helper(const QChar *data, int len, bool *ok, int base) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 6332-6342 |  
  |  | 1 | 1 | 
 QString::toIntegral_helper| Name:  | QString::toIntegral_helper |  | Prototype:  | qulonglong QString::toIntegral_helper(const QChar *data, uint len, bool *ok, int base) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 6372-6383 |  
  |  | 2 | 1 | 
 QString::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:  | 76-79 |  
  |  | 1 | 1 | 
 QString::toLatin1_helper| Name:  | QString::toLatin1_helper |  | Prototype:  | QByteArray QString::toLatin1_helper(const QString &string) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 4533-4539 |  
  |  | 3 | 2 | 
 QString::toLatin1_helper| Name:  | QString::toLatin1_helper |  | Prototype:  | QByteArray QString::toLatin1_helper(const QChar *data, int length) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 4541-4550 |  
  |  | 4 | 1 | 
 QString::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:  | 4552-4579 |  
  |  | 12 | 2 | 
 QString::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:  | 81-84 |  
  |  | 1 | 1 | 
 QString::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:  | 4625-4633 |  
  |  | 4 | 2 | 
 QString::toLong| Name:  | QString::toLong |  | Prototype:  | long QString::toLong(bool *ok, int base) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 6409-6412 |  
  |  | 1 | 1 | 
 QString::toLongLong| Name:  | QString::toLongLong |  | Prototype:  | qint64 QString::toLongLong(bool *ok, int base) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 6327-6330 |  
  |  | 1 | 1 | 
 QString::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:  | 61-64 |  
  |  | 1 | 1 | 
 QString::toLower_helper| Name:  | QString::toLower_helper |  | Prototype:  | QString QString::toLower_helper(const QString &str) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 5865-5868 |  
  |  | 1 | 1 | 
 QString::toLower_helper| Name:  | QString::toLower_helper |  | Prototype:  | QString QString::toLower_helper(QString &str) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 5870-5873 |  
  |  | 1 | 1 | 
 QString::toShort| Name:  | QString::toShort |  | Prototype:  | short QString::toShort(bool *ok, int base) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 6520-6523 |  
  |  | 1 | 1 | 
 QString::toUInt| Name:  | QString::toUInt |  | Prototype:  | uint QString::toUInt(bool *ok, int base) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 6493-6496 |  
  |  | 1 | 1 | 
 QString::toULong| Name:  | QString::toULong |  | Prototype:  | ulong QString::toULong(bool *ok, int base) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 6438-6441 |  
  |  | 1 | 1 | 
 QString::toULongLong| Name:  | QString::toULongLong |  | Prototype:  | quint64 QString::toULongLong(bool *ok, int base) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 6367-6370 |  
  |  | 1 | 1 | 
 QString::toUShort| Name:  | QString::toUShort |  | Prototype:  | ushort QString::toUShort(bool *ok, int base) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 6547-6550 |  
  |  | 1 | 1 | 
 QString::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:  | 4669-4676 |  
  |  | 5 | 1 | 
 QString::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:  | 1454-1463 |  
  |  | 5 | 2 | 
 QString::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:  | 71-74 |  
  |  | 1 | 1 | 
 QString::toUpper_helper| Name:  | QString::toUpper_helper |  | Prototype:  | QString QString::toUpper_helper(const QString &str) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 5905-5908 |  
  |  | 1 | 1 | 
 QString::toUpper_helper| Name:  | QString::toUpper_helper |  | Prototype:  | QString QString::toUpper_helper(QString &str) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 5910-5913 |  
  |  | 1 | 1 | 
 QString::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:  | 86-89 |  
  |  | 1 | 1 | 
 QString::toUtf8_helper| Name:  | QString::toUtf8_helper |  | Prototype:  | QByteArray QString::toUtf8_helper(const QString &str) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 4647-4653 |  
  |  | 3 | 2 | 
 QString::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:  | 51-54 |  
  |  | 1 | 1 | 
 QString::trimmed_helper| Name:  | QString::trimmed_helper |  | Prototype:  | QString QString::trimmed_helper(const QString &str) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 4985-4988 |  
  |  | 1 | 1 | 
 QString::trimmed_helper| Name:  | QString::trimmed_helper |  | Prototype:  | QString QString::trimmed_helper(QString &str) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 4990-4993 |  
  |  | 1 | 1 | 
 QString::truncate| Name:  | QString::truncate |  | Prototype:  | void QString::truncate(int pos) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 5060-5064 |  
  |  | 2 | 2 | 
 QString::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:  | 5672-5679 |  
  |  | 3 | 2 | 
 QString::vasprintf| Name:  | 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 | 
 QString::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:  | 5978-5981 |  
  |  | 1 | 1 | 
 QStringListModel::QStringListModel| Name:  | QStringListModel::QStringListModel |  | Prototype:  | QStringListModel::QStringListModel(QObject *parent) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp |  | Lines:  | 95-98 |  
  |  | 2 | 1 | 
 QStringListModel::QStringListModel| Name:  | QStringListModel::QStringListModel |  | Prototype:  | QStringListModel::QStringListModel(const QStringList &strings, QObject *parent) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp |  | Lines:  | 105-108 |  
  |  | 2 | 1 | 
 QStringListModel::data| Name:  | QStringListModel::data |  | Prototype:  | QVariant QStringListModel::data(const QModelIndex &index, int role) const |  | Coverage:  |  90.909% (10/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp |  | Lines:  | 149-158 |  
  |  | 5 | 3 | 
 QStringListModel::flags| Name:  | QStringListModel::flags |  | Prototype:  | Qt::ItemFlags QStringListModel::flags(const QModelIndex &index) const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp |  | Lines:  | 168-174 |  
  |  | 3 | 2 | 
 QStringListModel::insertRows| Name:  | QStringListModel::insertRows |  | Prototype:  | bool QStringListModel::insertRows(int row, int count, const QModelIndex &parent) |  | Coverage:  | 100.000% (11/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp |  | Lines:  | 213-226 |  
  |  | 7 | 3 | 
 QStringListModel::removeRows| Name:  | QStringListModel::removeRows |  | Prototype:  | bool QStringListModel::removeRows(int row, int count, const QModelIndex &parent) |  | Coverage:  | 100.000% (8/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp |  | Lines:  | 239-252 |  
  |  | 7 | 2 | 
 QStringListModel::rowCount| Name:  | QStringListModel::rowCount |  | Prototype:  | int QStringListModel::rowCount(const QModelIndex &parent) const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp |  | Lines:  | 121-127 |  
  |  | 3 | 2 | 
 QStringListModel::setData| Name:  | QStringListModel::setData |  | Prototype:  | bool QStringListModel::setData(const QModelIndex &index, const QVariant &value, int role) |  | Coverage:  |  80.000% (8/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp |  | Lines:  | 185-200 |  
  |  | 10 | 2 | 
 QStringListModel::setStringList| Name:  | QStringListModel::setStringList |  | Prototype:  | void QStringListModel::setStringList(const QStringList &strings) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp |  | Lines:  | 314-319 |  
  |  | 3 | 1 | 
 QStringListModel::sibling| Name:  | QStringListModel::sibling |  | Prototype:  | QModelIndex QStringListModel::sibling(int row, int column, const QModelIndex &idx) const |  | Coverage:  |  75.000% (6/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp |  | Lines:  | 132-138 |  
  |  | 3 | 2 | 
 QStringListModel::sort| Name:  | QStringListModel::sort |  | Prototype:  | void QStringListModel::sort(int, Qt::SortOrder order) |  | Coverage:  |  85.714% (12/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp |  | Lines:  | 267-298 |  
  |  | 22 | 5 |