| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QStyleAnimation::setFrameRate| Name: | QStyleAnimation::setFrameRate | | Prototype: | void QStyleAnimation::setFrameRate(FrameRate fps) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | | Lines: | 96-99 |
| | 1 | 1 |
QStyleAnimation::setDuration| Name: | QStyleAnimation::setDuration | | Prototype: | void QStyleAnimation::setDuration(int duration) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | | Lines: | 66-69 |
| | 1 | 1 |
QStyleAnimation::setDelay| Name: | QStyleAnimation::setDelay | | Prototype: | void QStyleAnimation::setDelay(int delay) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | | Lines: | 76-79 |
| | 1 | 1 |
QStyleAnimation::isUpdateNeeded| Name: | QStyleAnimation::isUpdateNeeded | | Prototype: | bool QStyleAnimation::isUpdateNeeded() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | | Lines: | 116-119 |
| | 1 | 1 |
QStyleAnimation::frameRate| Name: | QStyleAnimation::frameRate | | Prototype: | QStyleAnimation::FrameRate QStyleAnimation::frameRate() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | | Lines: | 91-94 |
| | 1 | 1 |
QStyleAnimation::duration| Name: | QStyleAnimation::duration | | Prototype: | int QStyleAnimation::duration() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | | Lines: | 61-64 |
| | 1 | 1 |
QStyleAnimation::delay| Name: | QStyleAnimation::delay | | Prototype: | int QStyleAnimation::delay() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | | Lines: | 71-74 |
| | 1 | 1 |
QStyle::visualAlignment| Name: | QStyle::visualAlignment | | Prototype: | Qt::Alignment QStyle::visualAlignment(Qt::LayoutDirection direction, Qt::Alignment alignment) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | | Lines: | 2177-2180 |
| | 1 | 1 |
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: | 62-66 |
| | 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: | 10506-10509 |
| | 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: | 10351-10354 |
| | 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: | 10405-10408 |
| | 1 | 1 |
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: | 10456-10459 |
| | 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: | 10481-10484 |
| | 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: | 10326-10329 |
| | 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: | 10378-10381 |
| | 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: | 10191-10194 |
| | 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: | 10431-10434 |
| | 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: | 10551-10554 |
| | 1 | 1 |
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: | 10532-10535 |
| | 1 | 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: | 9849-9852 |
| | 1 | 1 |
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: | 6899-6902 |
| | 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: | 6908-6911 |
| | 1 | 1 |
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: | 9698-9701 |
| | 1 | 1 |
QStringRef::indexOf| Name: | QStringRef::indexOf | | Prototype: | int QStringRef::indexOf(QLatin1String str, int from, Qt::CaseSensitivity cs) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9630-9633 |
| | 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: | 9595-9598 |
| | 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: | 9610-9613 |
| | 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: | 9649-9652 |
| | 1 | 1 |
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: | 9935-9938 |
| | 1 | 1 |
QStringRef::count| Name: | QStringRef::count | | Prototype: | int QStringRef::count(const QStringRef &str, Qt::CaseSensitivity cs) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9822-9825 |
| | 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: | 9788-9791 |
| | 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: | 9805-9808 |
| | 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: | 191-194 |
| | 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: | 144-148 |
| | 1 | 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: | 182-186 |
| | 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: | 318-321 |
| | 1 | 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: | 297-300 |
| | 1 | 1 |
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: | 5948-5951 |
| | 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: | 4955-4958 |
| | 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: | 4960-4963 |
| | 1 | 1 |
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: | 45-48 |
| | 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: | 80-83 |
| | 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: | 5875-5878 |
| | 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: | 5880-5883 |
| | 1 | 1 |
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: | 65-68 |
| | 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: | 6527-6530 |
| | 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: | 6348-6351 |
| | 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: | 6418-6421 |
| | 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: | 6473-6476 |
| | 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: | 6500-6503 |
| | 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: | 5835-5838 |
| | 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: | 5840-5843 |
| | 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: | 55-58 |
| | 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: | 6308-6311 |
| | 1 | 1 |
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: | 6389-6392 |
| | 1 | 1 |
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: | 75-78 |
| | 1 | 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: | 70-73 |
| | 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: | 6313-6323 |
| | 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: | 6353-6363 |
| | 1 | 1 |
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: | 6446-6449 |
| | 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: | 6582-6585 |
| | 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: | 6561-6564 |
| | 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: | 5852-5855 |
| | 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: | 5857-5860 |
| | 1 | 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: | 60-63 |
| | 1 | 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: | 4410-4413 |
| | 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: | 6861-6864 |
| | 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: | 6877-6880 |
| | 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: | 6981-6984 |
| | 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: | 7064-7067 |
| | 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: | 6838-6841 |
| | 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: | 6868-6871 |
| | 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: | 6962-6965 |
| | 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: | 7045-7048 |
| | 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: | 4927-4930 |
| | 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: | 4932-4935 |
| | 1 | 1 |
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: | 50-53 |
| | 1 | 1 |
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: | 6620-6623 |
| | 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: | 6628-6631 |
| | 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: | 6659-6662 |
| | 1 | 1 |
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: | 2354-2357 |
| | 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: | 2377-2380 |
| | 1 | 1 |
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::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::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(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::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(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::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::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 |