| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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_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_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_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_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_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_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_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 |
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::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::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::stringList| Name: | QStringListModel::stringList | | Prototype: | QStringList QStringListModel::stringList() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | | Lines: | 303-306 |
| | 1 | 1 |
QStringListModel::supportedDropActions| Name: | QStringListModel::supportedDropActions | | Prototype: | Qt::DropActions QStringListModel::supportedDropActions() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | | Lines: | 324-327 |
| | 1 | 1 |
QStringMatcher::QStringMatcher| Name: | QStringMatcher::QStringMatcher | | Prototype: | QStringMatcher::QStringMatcher() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | | Lines: | 150-154 |
| | 1 | 1 |
QStringMatcher::QStringMatcher| Name: | QStringMatcher::QStringMatcher | | Prototype: | QStringMatcher::QStringMatcher(const QString &pattern, Qt::CaseSensitivity cs) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | | Lines: | 162-168 |
| | 3 | 1 |
QStringMatcher::QStringMatcher| Name: | QStringMatcher::QStringMatcher | | Prototype: | QStringMatcher::QStringMatcher(const QChar *uc, int len, Qt::CaseSensitivity cs) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | | Lines: | 177-183 |
| | 3 | 1 |
QStringMatcher::QStringMatcher| Name: | QStringMatcher::QStringMatcher | | Prototype: | QStringMatcher::QStringMatcher(const QStringMatcher &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | | Lines: | 188-192 |
| | 1 | 1 |
QStringMatcher::indexIn| Name: | QStringMatcher::indexIn | | Prototype: | int QStringMatcher::indexIn(const QString &str, int from) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | | Lines: | 268-275 |
| | 5 | 2 |
QStringMatcher::pattern| Name: | QStringMatcher::pattern | | Prototype: | QString QStringMatcher::pattern() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | | Lines: | 238-243 |
| | 3 | 2 |
QStringMatcher::setCaseSensitivity| Name: | QStringMatcher::setCaseSensitivity | | Prototype: | void QStringMatcher::setCaseSensitivity(Qt::CaseSensitivity cs) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | | Lines: | 251-257 |
| | 4 | 2 |
QStringMatcher::setPattern| Name: | QStringMatcher::setPattern | | Prototype: | void QStringMatcher::setPattern(const QString &pattern) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | | Lines: | 221-227 |
| | 4 | 1 |
QStringMatcher::~QStringMatcher| Name: | QStringMatcher::~QStringMatcher | | Prototype: | QStringMatcher::~QStringMatcher() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | | Lines: | 197-200 |
| | 1 | 1 |
QStringRef::count| Name: | QStringRef::count | | Prototype: | int QStringRef::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: | 9881-9884 |
| | 1 | 1 |
QStringRef::count| Name: | QStringRef::count | | Prototype: | int QStringRef::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: | 9898-9901 |
| | 1 | 1 |
QStringRef::endsWith| Name: | QStringRef::endsWith | | Prototype: | bool QStringRef::endsWith(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: | 9992-9996 |
| | 2 | 1 |
QStringRef::endsWith| Name: | QStringRef::endsWith | | Prototype: | bool QStringRef::endsWith(QChar ch, Qt::CaseSensitivity cs) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 10010-10021 |
| | 7 | 2 |
QStringRef::endsWith| Name: | QStringRef::endsWith | | Prototype: | bool QStringRef::endsWith(QLatin1String 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: | 10028-10031 |
| | 1 | 1 |
QStringRef::indexOf| Name: | QStringRef::indexOf | | Prototype: | int QStringRef::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: | 9688-9691 |
| | 1 | 1 |
QStringRef::indexOf| Name: | QStringRef::indexOf | | Prototype: | int QStringRef::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: | 9703-9706 |
| | 1 | 1 |
QStringRef::indexOf| Name: | QStringRef::indexOf | | Prototype: | int QStringRef::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: | 9742-9745 |
| | 1 | 1 |
QStringRef::lastIndexOf| Name: | QStringRef::lastIndexOf | | Prototype: | int QStringRef::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: | 9761-9780 |
| | 15 | 6 |
QStringRef::lastIndexOf| Name: | QStringRef::lastIndexOf | | Prototype: | int QStringRef::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: | 9791-9794 |
| | 1 | 1 |
QStringRef::lastIndexOf| Name: | QStringRef::lastIndexOf | | Prototype: | int QStringRef::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: | 9849-9869 |
| | 16 | 6 |
QStringRef::left| Name: | QStringRef::left | | Prototype: | QStringRef QStringRef::left(int n) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9522-9527 |
| | 3 | 2 |
QStringRef::right| Name: | QStringRef::right | | Prototype: | QStringRef QStringRef::right(int n) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9561-9566 |
| | 3 | 2 |
QStringRef::split| Name: | QStringRef::split | | Prototype: | QVector<QStringRef> QStringRef::split(const QString &sep, QString::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: | 6919-6922 |
| | 1 | 1 |
QStringRef::split| Name: | QStringRef::split | | Prototype: | QVector<QStringRef> QStringRef::split(QChar sep, QString::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: | 6928-6931 |
| | 1 | 1 |
QStringRef::startsWith| Name: | QStringRef::startsWith | | Prototype: | bool QStringRef::startsWith(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: | 9931-9935 |
| | 2 | 1 |
QStringRef::startsWith| Name: | QStringRef::startsWith | | Prototype: | bool QStringRef::startsWith(QLatin1String 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: | 9942-9945 |
| | 1 | 1 |
QStringRef::startsWith| Name: | QStringRef::startsWith | | Prototype: | bool QStringRef::startsWith(QChar ch, Qt::CaseSensitivity cs) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9970-9980 |
| | 6 | 2 |
QStringRef::toDouble| Name: | QStringRef::toDouble | | Prototype: | double QStringRef::toDouble(bool *ok) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 10625-10628 |
| | 1 | 1 |
QStringRef::toFloat| Name: | QStringRef::toFloat | | Prototype: | float QStringRef::toFloat(bool *ok) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 10644-10647 |
| | 1 | 1 |
QStringRef::toInt| Name: | QStringRef::toInt | | Prototype: | int QStringRef::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: | 10524-10527 |
| | 1 | 1 |
QStringRef::toLatin1| Name: | QStringRef::toLatin1 | | Prototype: | QByteArray QStringRef::toLatin1() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 10284-10287 |
| | 1 | 1 |
QStringRef::toLong| Name: | QStringRef::toLong | | Prototype: | long QStringRef::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: | 10471-10474 |
| | 1 | 1 |
QStringRef::toLongLong| Name: | QStringRef::toLongLong | | Prototype: | qint64 QStringRef::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: | 10419-10422 |
| | 1 | 1 |
QStringRef::toShort| Name: | QStringRef::toShort | | Prototype: | short QStringRef::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: | 10574-10577 |
| | 1 | 1 |
QStringRef::toString| Name: | QStringRef::toString | | Prototype: | QString QStringRef::toString() const | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9063-9069 |
| | 5 | 3 |
QStringRef::toUInt| Name: | QStringRef::toUInt | | Prototype: | uint QStringRef::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: | 10549-10552 |
| | 1 | 1 |
QStringRef::toULong| Name: | QStringRef::toULong | | Prototype: | ulong QStringRef::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: | 10498-10501 |
| | 1 | 1 |
QStringRef::toULongLong| Name: | QStringRef::toULongLong | | Prototype: | quint64 QStringRef::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: | 10444-10447 |
| | 1 | 1 |
QStringRef::toUShort| Name: | QStringRef::toUShort | | Prototype: | ushort QStringRef::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: | 10599-10602 |
| | 1 | 1 |
QStringRef::trimmed| Name: | QStringRef::trimmed | | Prototype: | QStringRef QStringRef::trimmed() const | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 10386-10397 |
| | 9 | 3 |
QStringSplitter::QStringSplitter| Name: | QStringSplitter::QStringSplitter | | Prototype: | QStringSplitter(const QString &s) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 68-72 |
| | 1 | 1 |
QStringSplitter::hasNext| Name: | QStringSplitter::hasNext | | Prototype: | inline bool hasNext() | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 74-78 |
| | 3 | 2 |
QStringSplitter::next| Name: | QStringSplitter::next | | Prototype: | inline QStringRef next() | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 80-85 |
| | 4 | 2 |
QSysInfo::buildAbi| Name: | QSysInfo::buildAbi | | Prototype: | QString QSysInfo::buildAbi() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 2561-2572 |
| | 0 | 2 |
QSysInfo::buildAbi::[lambda]| Name: | QSysInfo::buildAbi::[lambda] | | Prototype: | []() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 2568-2568 |
| | 0 | 1 |
QSystemLocaleData::QSystemLocaleData| Name: | QSystemLocaleData::QSystemLocaleData | | Prototype: | QSystemLocaleData() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_unix.cpp | | Lines: | 53-60 |
| | 1 | 1 |
QSystemLocaleSingleton::QSystemLocaleSingleton| Name: | QSystemLocaleSingleton::QSystemLocaleSingleton | | Prototype: | QSystemLocaleSingleton() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 77-77 |
| | 1 | 1 |
QSystemSemaphore::QSystemSemaphore| Name: | QSystemSemaphore::QSystemSemaphore | | Prototype: | QSystemSemaphore::QSystemSemaphore(const QString &key, int initialValue, AccessMode mode) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsystemsemaphore.cpp | | Lines: | 166-170 |
| | 1 | 1 |
QSystemSemaphore::acquire| Name: | QSystemSemaphore::acquire | | Prototype: | bool QSystemSemaphore::acquire() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsystemsemaphore.cpp | | Lines: | 272-275 |
| | 1 | 1 |
QSystemSemaphore::error| Name: | QSystemSemaphore::error | | Prototype: | QSystemSemaphore::SystemSemaphoreError QSystemSemaphore::error() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsystemsemaphore.cpp | | Lines: | 315-318 |
| | 1 | 1 |
QSystemSemaphore::errorString| Name: | QSystemSemaphore::errorString | | Prototype: | QString QSystemSemaphore::errorString() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsystemsemaphore.cpp | | Lines: | 350-353 |
| | 1 | 1 |
QSystemSemaphore::key| Name: | QSystemSemaphore::key | | Prototype: | QString QSystemSemaphore::key() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsystemsemaphore.cpp | | Lines: | 254-257 |
| | 1 | 1 |
QSystemSemaphore::~QSystemSemaphore| Name: | QSystemSemaphore::~QSystemSemaphore | | Prototype: | QSystemSemaphore::~QSystemSemaphore() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsystemsemaphore.cpp | | Lines: | 187-190 |
| | 1 | 1 |
QSystemSemaphorePrivate::QSystemSemaphorePrivate| Name: | QSystemSemaphorePrivate::QSystemSemaphorePrivate | | Prototype: | QSystemSemaphorePrivate::QSystemSemaphorePrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsystemsemaphore_unix.cpp | | Lines: | 60-68 |
| | 2 | 1 |
QTcpServer::QTcpServer| Name: | QTcpServer::QTcpServer | | Prototype: | QTcpServer::QTcpServer(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | | Lines: | 228-234 |
| | 5 | 1 |
QTcpServer::addPendingConnection| Name: | QTcpServer::addPendingConnection | | Prototype: | void QTcpServer::addPendingConnection(QTcpSocket* socket) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | | Lines: | 601-604 |
| | 1 | 1 |
QTcpServer::close| Name: | QTcpServer::close | | Prototype: | void QTcpServer::close() | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | | Lines: | 357-376 |
| | 8 | 2 |
QTcpServer::errorString| Name: | QTcpServer::errorString | | Prototype: | QString QTcpServer::errorString() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | | Lines: | 653-656 |
| | 1 | 1 |
QTcpServer::hasPendingConnections| Name: | QTcpServer::hasPendingConnections | | Prototype: | bool QTcpServer::hasPendingConnections() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | | Lines: | 517-520 |
| | 1 | 1 |
QTcpServer::incomingConnection| Name: | QTcpServer::incomingConnection | | Prototype: | void QTcpServer::incomingConnection(qintptr socketDescriptor) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | | Lines: | 579-588 |
| | 3 | 1 |