| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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: | 3353-3372 |
| | 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: | 3833-3837 |
| | 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: | 3854-3857 |
| | 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: | 3952-3955 |
| | 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: | 3973-3996 |
| | 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: | 3068-3071 |
| | 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: | 3092-3095 |
| | 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: | 3180-3183 |
| | 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: | 3197-3200 |
| | 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: | 3796-3800 |
| | 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: | 3817-3820 |
| | 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: | 3901-3904 |
| | 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: | 3922-3938 |
| | 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: | 4813-4820 |
| | 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: | 4896-4906 |
| | 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: | 4699-4704 |
| | 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: | 5099-5109 |
| | 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: | 4487-4491 |
| | 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: | 4504-4508 |
| | 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: | 4514-4517 |
| | 1 | 1 |
QString::endsWith| Name: | QString::endsWith | | Prototype: | bool QString::endsWith(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: | 4525-4531 |
| | 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: | 3684-3687 |
| | 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: | 3700-3703 |
| | 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: | 3716-3719 |
| | 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: | 4004-4007 |
| | 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: | 4023-4034 |
| | 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) noexcept | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 5450-5458 |
| | 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: | 5484-5490 |
| | 2 | 1 |
QString::compare| Name: | QString::compare | | Prototype: | int QString::compare(const QString &other, Qt::CaseSensitivity cs) const noexcept | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 5439-5444 |
| | 3 | 2 |
QString::compare| Name: | QString::compare | | Prototype: | int QString::compare(QLatin1String other, Qt::CaseSensitivity cs) const noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 5466-5469 |
| | 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: | 5081-5085 |
| | 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: | 5964-5971 |
| | 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: | 7630-7656 |
| | 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: | 7742-7747 |
| | 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: | 7754-7759 |
| | 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: | 2064-2078 |
| | 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: | 2086-2096 |
| | 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: | 2103-2116 |
| | 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: | 2149-2156 |
| | 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: | 351-354 |
| | 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: | 346-349 |
| | 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: | 341-344 |
| | 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: | 356-359 |
| | 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: | 361-364 |
| | 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: | 329-333 |
| | 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: | 588-588 |
| | 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: | 586-589 |
| | 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: | 183-186 |
| | 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: | 388-391 |
| | 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: | 351-355 |
| | 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: | 282-285 |
| | 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: | 373-376 |
| | 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: | 338-341 |
| | 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: | 327-330 |
| | 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: | 313-316 |
| | 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: | 251-254 |
| | 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: | 265-268 |
| | 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: | 225-228 |
| | 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: | 213-216 |
| | 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: | 199-202 |
| | 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: | 237-240 |
| | 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: | 79-82 |
| | 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: | 99-103 |
| | 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: | 118-121 |
| | 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: | 475-478 |
| | 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: | 235-248 |
| | 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: | 223-233 |
| | 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: | 167-171 |
| | 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: | 161-165 |
| | 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: | 207-221 |
| | 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: | 150-155 |
| | 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: | 2218-2228 |
| | 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: | 1339-1363 |
| | 14 | 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: | 506-522 |
| | 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: | 488-504 |
| | 12 | 4 |
QStateMachinePrivate::selectTransitions| Name: | QStateMachinePrivate::selectTransitions | | Prototype: | QList<QAbstractTransition*> QStateMachinePrivate::selectTransitions(QEvent *event, CalculationCache *cache) | | Coverage: | 100.000% (23/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 551-595 |
| | 27 | 9 |
QStateMachinePrivate::savedValueForRestorable| Name: | QStateMachinePrivate::savedValueForRestorable | | Prototype: | QVariant QStateMachinePrivate::savedValueForRestorable(const QList<QAbstractState*> &exitedStates_sorted, QObject *object, const QByteArray &propertyName) const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1300-1321 |
| | 7 | 3 |
QStateMachinePrivate::rootState| Name: | QStateMachinePrivate::rootState | | Prototype: | QState *QStateMachinePrivate::rootState() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 422-425 |
| | 1 | 1 |
QStateMachinePrivate::restorablesToPropertyList| Name: | QStateMachinePrivate::restorablesToPropertyList | | Prototype: | QVector<QPropertyAssignment> QStateMachinePrivate::restorablesToPropertyList(const QHash<RestorableId, QVariant> &restorables) const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1365-1381 |
| | 8 | 3 |
QStateMachinePrivate::registerTransitions| Name: | QStateMachinePrivate::registerTransitions | | Prototype: | void QStateMachinePrivate::registerTransitions(QAbstractState *state) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2182-2192 |
| | 7 | 3 |
QStateMachinePrivate::registerTransition| Name: | QStateMachinePrivate::registerTransition | | Prototype: | void QStateMachinePrivate::registerTransition(QAbstractTransition *transition) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2206-2216 |
| | 4 | 3 |
QStateMachinePrivate::registerMultiThreadedSignalTransitions| Name: | QStateMachinePrivate::registerMultiThreadedSignalTransitions | | Prototype: | void QStateMachinePrivate::registerMultiThreadedSignalTransitions() | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1766-1775 |
| | 6 | 3 |
QStateMachinePrivate::processedPendingEvents| Name: | QStateMachinePrivate::processedPendingEvents | | Prototype: | void QStateMachinePrivate::processedPendingEvents(bool didChange) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2086-2089 |
| | 1 | 1 |
QStateMachinePrivate::postInternalEvent| Name: | QStateMachinePrivate::postInternalEvent | | Prototype: | void QStateMachinePrivate::postInternalEvent(QEvent *e) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1980-1984 |
| | 2 | 1 |
QStateMachinePrivate::postExternalEvent| Name: | QStateMachinePrivate::postExternalEvent | | Prototype: | void QStateMachinePrivate::postExternalEvent(QEvent *e) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1986-1990 |
| | 2 | 1 |
QStateMachinePrivate::microstep| Name: | QStateMachinePrivate::microstep | | Prototype: | void QStateMachinePrivate::microstep(QEvent *event, const QList<QAbstractTransition*> &enabledTransitions, CalculationCache *cache) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 669-719 |
| | 19 | 2 |
QStateMachinePrivate::maybeRegisterTransition| Name: | QStateMachinePrivate::maybeRegisterTransition | | Prototype: | void QStateMachinePrivate::maybeRegisterTransition(QAbstractTransition *transition) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2194-2204 |
| | 4 | 3 |
QStateMachinePrivate::maybeRegisterEventTransition| Name: | QStateMachinePrivate::maybeRegisterEventTransition | | Prototype: | void QStateMachinePrivate::maybeRegisterEventTransition(QEventTransition *transition) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2346-2350 |
| | 2 | 2 |
QStateMachinePrivate::isParallel| Name: | QStateMachinePrivate::isParallel | | Prototype: | bool QStateMachinePrivate::isParallel(const QAbstractState *s) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1198-1202 |
| | 2 | 1 |
QStateMachinePrivate::isInternalEventQueueEmpty| Name: | QStateMachinePrivate::isInternalEventQueueEmpty | | Prototype: | bool QStateMachinePrivate::isInternalEventQueueEmpty() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2008-2012 |
| | 2 | 1 |
QStateMachinePrivate::isFinal| Name: | QStateMachinePrivate::isFinal | | Prototype: | bool QStateMachinePrivate::isFinal(const QAbstractState *s) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1193-1196 |
| | 1 | 1 |
QStateMachinePrivate::isCompound| Name: | QStateMachinePrivate::isCompound | | Prototype: | bool QStateMachinePrivate::isCompound(const QAbstractState *s) const | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1204-1214 |
| | 7 | 3 |
QStateMachinePrivate::isAtomic| Name: | QStateMachinePrivate::isAtomic | | Prototype: | bool QStateMachinePrivate::isAtomic(const QAbstractState *s) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1216-1223 |
| | 5 | 1 |
QStateMachinePrivate::hasRestorable| Name: | QStateMachinePrivate::hasRestorable | | Prototype: | bool QStateMachinePrivate::hasRestorable(QAbstractState *state, QObject *object, const QByteArray &propertyName) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1285-1290 |
| | 2 | 1 |
QStateMachinePrivate::handleTransitionSignal| Name: | QStateMachinePrivate::handleTransitionSignal | | Prototype: | void QStateMachinePrivate::handleTransitionSignal(QObject *sender, int signalIndex, void **argv) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2407-2431 |
| | 13 | 2 |
QStateMachinePrivate::handleFilteredEvent| Name: | QStateMachinePrivate::handleFilteredEvent | | Prototype: | void QStateMachinePrivate::handleFilteredEvent(QObject *watched, QEvent *event) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2398-2404 |
| | 3 | 2 |
QStateMachinePrivate::findLCCA| Name: | QStateMachinePrivate::findLCCA | | Prototype: | QState *QStateMachinePrivate::findLCCA(const QList<QAbstractState*> &states) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 546-549 |
| | 1 | 1 |
QStateMachinePrivate::findErrorState| Name: | QStateMachinePrivate::findErrorState | | Prototype: | QAbstractState *QStateMachinePrivate::findErrorState(QAbstractState *context) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1447-1461 |
| | 8 | 4 |
QStateMachinePrivate::executeTransitionContent| Name: | QStateMachinePrivate::executeTransitionContent | | Prototype: | void QStateMachinePrivate::executeTransitionContent(QEvent *event, const QList<QAbstractTransition*> &enabledTransitions) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 844-854 |
| | 4 | 2 |
QStateMachinePrivate::endMacrostep| Name: | QStateMachinePrivate::endMacrostep | | Prototype: | void QStateMachinePrivate::endMacrostep(bool didChange) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2094-2097 |
| | 1 | 1 |