Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QString::lastIndexOfName: | 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::lastIndexOfName: | 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::lastIndexOfName: | 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::lastIndexOfName: | 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::lastIndexOfName: | 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::indexOfName: | 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::indexOfName: | 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::indexOfName: | 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::indexOfName: | 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::indexOfName: | 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::indexOfName: | 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::indexOfName: | 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::indexOfName: | 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_helperName: | 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::fromUcs4Name: | 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_helperName: | 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::fillName: | 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::endsWithName: | 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::endsWithName: | 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::endsWithName: | 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::endsWithName: | 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::countName: | 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::countName: | 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::countName: | 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::containsName: | 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::containsName: | 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_helperName: | 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_helperName: | 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::compareName: | 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::compareName: | 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::chopName: | 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::asprintfName: | 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::argName: | 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::argName: | 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::argName: | 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::appendName: | 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::appendName: | 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::appendName: | 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::appendName: | 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::rootPathName: | 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::nextName: | 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::isValidName: | 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::fileSystemTypeName: | 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::deviceName: | 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::QStorageIteratorName: | 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::rootName: | 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::rootPathName: | 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::rootName: | 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::refreshName: | 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::nameName: | 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::mountedVolumesName: | 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::isValidName: | 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::isReadyName: | 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::isReadOnlyName: | 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::fileSystemTypeName: | 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::deviceName: | 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::bytesTotalName: | 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::bytesFreeName: | 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::bytesAvailableName: | 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::blockSizeName: | 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::QStorageInfoName: | 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::QStorageInfoName: | 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::QStorageInfoName: | 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::metaDataName: | 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::transitionsName: | 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::historyStatesName: | 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::emitPropertiesAssignedName: | 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::emitFinishedName: | 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::childStatesName: | 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::QStatePrivateName: | 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::unregisterTransitionName: | 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::unregisterRestorablesName: | 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::stateExitLessThanName: | 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::stateEntryLessThanName: | 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::selectTransitionsName: | 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::savedValueForRestorableName: | 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::rootStateName: | 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::restorablesToPropertyListName: | 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::registerTransitionsName: | 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::registerTransitionName: | 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::registerMultiThreadedSignalTransitionsName: | 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::processedPendingEventsName: | 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::postInternalEventName: | 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::postExternalEventName: | 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::microstepName: | 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::maybeRegisterTransitionName: | 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::maybeRegisterEventTransitionName: | 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::isParallelName: | 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::isInternalEventQueueEmptyName: | 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::isFinalName: | 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::isCompoundName: | 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::isAtomicName: | 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::hasRestorableName: | 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::handleTransitionSignalName: | 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::handleFilteredEventName: | 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::findLCCAName: | 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::findErrorStateName: | 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::executeTransitionContentName: | 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::endMacrostepName: | 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 |