| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 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:  | 2653-2659 |  
  |  | 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:  | 2693-2699 |  
  |  | 4 | 1 | 
 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:  | 3532-3640 |  
  |  | 63 | 16 | 
 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:  | 2237-2245 |  
  |  | 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:  | 2262-2281 |  
  |  | 13 | 6 | 
 QString::operator>| Name:  | QString::operator> |  | Prototype:  | bool QString::operator>(QLatin1String other) const |  | Coverage:  | 100.000% (6/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 2891-2898 |  
  |  | 4 | 2 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::operator<| Name:  | QString::operator< |  | Prototype:  | bool QString::operator<(QLatin1String other) const |  | Coverage:  | 100.000% (6/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 2786-2793 |  
  |  | 4 | 2 | 
 QString::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 | 
 QString::number| Name:  | QString::number |  | Prototype:  | QString QString::number(ulong n, int base) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 6707-6710 |  
  |  | 1 | 1 | 
 QString::number| Name:  | QString::number |  | Prototype:  | QString QString::number(int n, int base) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 6715-6718 |  
  |  | 1 | 1 | 
 QString::number| Name:  | QString::number |  | Prototype:  | QString QString::number(uint n, int base) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 6723-6726 |  
  |  | 1 | 1 | 
 QString::number| Name:  | QString::number |  | Prototype:  | QString QString::number(qlonglong n, int base) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 6731-6740 |  
  |  | 1 | 1 | 
 QString::number| Name:  | QString::number |  | Prototype:  | QString QString::number(qulonglong n, int base) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 6745-6754 |  
  |  | 1 | 1 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QString::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 | 
 QStorageIterator::rootPath| Name:  | QStorageIterator::rootPath |  | Prototype:  | inline QString QStorageIterator::rootPath() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp |  | Lines:  | 332-335 |  
  |  | 1 | 1 | 
 QStorageIterator::next| Name:  | QStorageIterator::next |  | Prototype:  | inline bool QStorageIterator::next() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp |  | Lines:  | 327-330 |  
  |  | 1 | 1 | 
 QStorageIterator::isValid| Name:  | QStorageIterator::isValid |  | Prototype:  | inline bool QStorageIterator::isValid() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp |  | Lines:  | 322-325 |  
  |  | 1 | 1 | 
 QStorageIterator::fileSystemType| Name:  | QStorageIterator::fileSystemType |  | Prototype:  | inline QByteArray QStorageIterator::fileSystemType() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp |  | Lines:  | 337-340 |  
  |  | 1 | 1 | 
 QStorageIterator::device| Name:  | QStorageIterator::device |  | Prototype:  | inline QByteArray QStorageIterator::device() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp |  | Lines:  | 342-345 |  
  |  | 1 | 1 | 
 QStorageIterator::QStorageIterator| Name:  | QStorageIterator::QStorageIterator |  | Prototype:  | inline QStorageIterator::QStorageIterator() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp |  | Lines:  | 310-314 |  
  |  | 1 | 1 | 
 QStorageInfoPrivate::root::[lambda]| Name:  | QStorageInfoPrivate::root::[lambda] |  | Prototype:  | []() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp |  | Lines:  | 566-566 |  
  |  | 0 | 1 | 
 QStorageInfoPrivate::root| Name:  | QStorageInfoPrivate::root |  | Prototype:  | QStorageInfo QStorageInfoPrivate::root() |  | Coverage:  | 100.000% (2/2) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp |  | Lines:  | 564-567 |  
  |  | 0 | 2 | 
 QStorageInfo::rootPath| Name:  | QStorageInfo::rootPath |  | Prototype:  | QString QStorageInfo::rootPath() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp |  | Lines:  | 177-180 |  
  |  | 1 | 1 | 
 QStorageInfo::root| Name:  | QStorageInfo::root |  | Prototype:  | QStorageInfo QStorageInfo::root() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp |  | Lines:  | 382-385 |  
  |  | 1 | 1 | 
 QStorageInfo::refresh| Name:  | QStorageInfo::refresh |  | Prototype:  | void QStorageInfo::refresh() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp |  | Lines:  | 345-349 |  
  |  | 2 | 1 | 
 QStorageInfo::name| Name:  | QStorageInfo::name |  | Prototype:  | QString QStorageInfo::name() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp |  | Lines:  | 276-279 |  
  |  | 1 | 1 | 
 QStorageInfo::mountedVolumes| Name:  | QStorageInfo::mountedVolumes |  | Prototype:  | QList<QStorageInfo> QStorageInfo::mountedVolumes() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp |  | Lines:  | 367-370 |  
  |  | 1 | 1 | 
 QStorageInfo::isValid| Name:  | QStorageInfo::isValid |  | Prototype:  | bool QStorageInfo::isValid() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp |  | Lines:  | 332-335 |  
  |  | 1 | 1 | 
 QStorageInfo::isReady| Name:  | QStorageInfo::isReady |  | Prototype:  | bool QStorageInfo::isReady() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp |  | Lines:  | 321-324 |  
  |  | 1 | 1 | 
 QStorageInfo::isReadOnly| Name:  | QStorageInfo::isReadOnly |  | Prototype:  | bool QStorageInfo::isReadOnly() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp |  | Lines:  | 307-310 |  
  |  | 1 | 1 | 
 QStorageInfo::fileSystemType| Name:  | QStorageInfo::fileSystemType |  | Prototype:  | QByteArray QStorageInfo::fileSystemType() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp |  | Lines:  | 245-248 |  
  |  | 1 | 1 | 
 QStorageInfo::device| Name:  | QStorageInfo::device |  | Prototype:  | QByteArray QStorageInfo::device() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp |  | Lines:  | 259-262 |  
  |  | 1 | 1 | 
 QStorageInfo::bytesTotal| Name:  | QStorageInfo::bytesTotal |  | Prototype:  | qint64 QStorageInfo::bytesTotal() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp |  | Lines:  | 219-222 |  
  |  | 1 | 1 | 
 QStorageInfo::bytesFree| Name:  | QStorageInfo::bytesFree |  | Prototype:  | qint64 QStorageInfo::bytesFree() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp |  | Lines:  | 207-210 |  
  |  | 1 | 1 | 
 QStorageInfo::bytesAvailable| Name:  | QStorageInfo::bytesAvailable |  | Prototype:  | qint64 QStorageInfo::bytesAvailable() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp |  | Lines:  | 193-196 |  
  |  | 1 | 1 | 
 QStorageInfo::blockSize| Name:  | QStorageInfo::blockSize |  | Prototype:  | int QStorageInfo::blockSize() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp |  | Lines:  | 231-234 |  
  |  | 1 | 1 | 
 QStorageInfo::QStorageInfo| Name:  | QStorageInfo::QStorageInfo |  | Prototype:  | QStorageInfo::QStorageInfo() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp |  | Lines:  | 73-76 |  
  |  | 2 | 1 | 
 QStorageInfo::QStorageInfo| Name:  | QStorageInfo::QStorageInfo |  | Prototype:  | QStorageInfo::QStorageInfo(const QString &path) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp |  | Lines:  | 93-97 |  
  |  | 1 | 1 | 
 QStorageInfo::QStorageInfo| Name:  | QStorageInfo::QStorageInfo |  | Prototype:  | QStorageInfo::QStorageInfo(const QStorageInfo &other) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp |  | Lines:  | 112-115 |  
  |  | 2 | 1 | 
 QStaticPlugin::metaData| Name:  | QStaticPlugin::metaData |  | Prototype:  | QJsonObject QStaticPlugin::metaData() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp |  | Lines:  | 467-470 |  
  |  | 1 | 1 | 
 QStatePrivate::transitions| Name:  | QStatePrivate::transitions |  | Prototype:  | QList<QAbstractTransition*> QStatePrivate::transitions() const |  | Coverage:  | 100.000% (10/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp |  | Lines:  | 229-242 |  
  |  | 9 | 4 | 
 QStatePrivate::historyStates| Name:  | QStatePrivate::historyStates |  | Prototype:  | QList<QHistoryState*> QStatePrivate::historyStates() const |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp |  | Lines:  | 217-227 |  
  |  | 7 | 3 | 
 QStatePrivate::emitPropertiesAssigned| Name:  | QStatePrivate::emitPropertiesAssigned |  | Prototype:  | void QStatePrivate::emitPropertiesAssigned() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp |  | Lines:  | 161-165 |  
  |  | 2 | 1 | 
 QStatePrivate::emitFinished| Name:  | QStatePrivate::emitFinished |  | Prototype:  | void QStatePrivate::emitFinished() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp |  | Lines:  | 155-159 |  
  |  | 2 | 1 | 
 QStatePrivate::childStates| Name:  | QStatePrivate::childStates |  | Prototype:  | QList<QAbstractState*> QStatePrivate::childStates() const |  | Coverage:  | 100.000% (12/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp |  | Lines:  | 201-215 |  
  |  | 10 | 4 | 
 QStatePrivate::QStatePrivate| Name:  | QStatePrivate::QStatePrivate |  | Prototype:  | QStatePrivate::QStatePrivate() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp |  | Lines:  | 144-149 |  
  |  | 2 | 1 | 
 QStateMachinePrivate::unregisterTransition| Name:  | QStateMachinePrivate::unregisterTransition |  | Prototype:  | void QStateMachinePrivate::unregisterTransition(QAbstractTransition *transition) |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 2211-2221 |  
  |  | 4 | 3 | 
 QStateMachinePrivate::unregisterRestorables| Name:  | QStateMachinePrivate::unregisterRestorables |  | Prototype:  | void QStateMachinePrivate::unregisterRestorables(const QList<QAbstractState *> &states, QObject *object, const QByteArray &propertyName) |  | Coverage:  | 100.000% (13/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 1330-1355 |  
  |  | 15 | 5 | 
 QStateMachinePrivate::stateExitLessThan| Name:  | QStateMachinePrivate::stateExitLessThan |  | Prototype:  | bool QStateMachinePrivate::stateExitLessThan(QAbstractState *s1, QAbstractState *s2) |  | Coverage:  | 100.000% (10/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 499-515 |  
  |  | 12 | 4 | 
 QStateMachinePrivate::stateEntryLessThan| Name:  | QStateMachinePrivate::stateEntryLessThan |  | Prototype:  | bool QStateMachinePrivate::stateEntryLessThan(QAbstractState *s1, QAbstractState *s2) |  | Coverage:  | 100.000% (10/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 481-497 |  
  |  | 12 | 4 |