Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QBenchmarkEvent::isMeasurementAcceptedName: | QBenchmarkEvent::isMeasurementAccepted | Prototype: | bool QBenchmarkEvent::isMeasurementAccepted(qint64 measurement) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkevent.cpp | Lines: | 70-74 |
| | 2 | 1 |
QBenchmarkEvent::adjustMedianCountName: | QBenchmarkEvent::adjustMedianCount | Prototype: | int QBenchmarkEvent::adjustMedianCount(int suggestion) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkevent.cpp | Lines: | 81-85 |
| | 2 | 1 |
QBenchmarkEvent::adjustIterationCountName: | QBenchmarkEvent::adjustIterationCount | Prototype: | int QBenchmarkEvent::adjustIterationCount(int suggestion) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkevent.cpp | Lines: | 76-79 |
| | 1 | 1 |
QBenchmarkEvent::QBenchmarkEventName: | QBenchmarkEvent::QBenchmarkEvent | Prototype: | QBenchmarkEvent::QBenchmarkEvent() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkevent.cpp | Lines: | 41-44 |
| | 2 | 1 |
QBearerEnginePlugin::QBearerEnginePluginName: | QBearerEnginePlugin::QBearerEnginePlugin | Prototype: | QBearerEnginePlugin::QBearerEnginePlugin(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qbearerplugin.cpp | Lines: | 40-43 |
| | 2 | 1 |
QBearerEngine::requiresPollingName: | QBearerEngine::requiresPolling | Prototype: | bool QBearerEngine::requiresPolling() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qbearerengine.cpp | Lines: | 71-74 |
| | 1 | 1 |
QBearerEngine::QBearerEngineName: | QBearerEngine::QBearerEngine | Prototype: | QBearerEngine::QBearerEngine(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qbearerengine.cpp | Lines: | 40-43 |
| | 2 | 1 |
QBasicMutex::unlockInternalName: | QBasicMutex::unlockInternal | Prototype: | void QBasicMutex::unlockInternal() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex_linux.cpp | Lines: | 214-224 |
| | 7 | 1 |
QBasicMutex::lockInternalName: | QBasicMutex::lockInternal | Prototype: | void QBasicMutex::lockInternal() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex_linux.cpp | Lines: | 200-204 |
| | 2 | 1 |
QBasicMutex::lockInternalName: | QBasicMutex::lockInternal | Prototype: | bool QBasicMutex::lockInternal(int timeout) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex_linux.cpp | Lines: | 206-212 |
| | 4 | 1 |
QBasicMutex::isRecursiveName: | QBasicMutex::isRecursive | Prototype: | bool QBasicMutex::isRecursive() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | Lines: | 286-289 |
| | 1 | 1 |
QBasicFontDatabase::releaseHandleName: | QBasicFontDatabase::releaseHandle | Prototype: | void QBasicFontDatabase::releaseHandle(void *handle) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fontdatabases/basic/qbasicfontdatabase.cpp | Lines: | 167-171 |
| | 2 | 1 |
QBasicFontDatabase::fontEngineName: | QBasicFontDatabase::fontEngine | Prototype: | QFontEngine *QBasicFontDatabase::fontEngine(const QByteArray &fontData, qreal pixelSize, QFont::HintingPreference hintingPreference) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fontdatabases/basic/qbasicfontdatabase.cpp | Lines: | 143-160 |
| | 10 | 2 |
QBasicAtomicBitField::allocateNextName: | QBasicAtomicBitField::allocateNext | Prototype: | int allocateNext() | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreevent.cpp | Lines: | 419-436 |
| | 6 | 3 |
QAuthenticatorPrivate::QAuthenticatorPrivateName: | QAuthenticatorPrivate::QAuthenticatorPrivate | Prototype: | QAuthenticatorPrivate::QAuthenticatorPrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | Lines: | 345-357 |
| | 3 | 1 |
QAuthenticator::~QAuthenticatorName: | QAuthenticator::~QAuthenticator | Prototype: | QAuthenticator::~QAuthenticator() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | Lines: | 144-148 |
| | 2 | 2 |
QAuthenticator::userName: | QAuthenticator::user | Prototype: | QString QAuthenticator::user() const | Coverage: | 100.000% (3/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | Lines: | 215-218 |
| | 1 | 1 |
QAuthenticator::setUserName: | QAuthenticator::setUser | Prototype: | void QAuthenticator::setUser(const QString &user) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | Lines: | 225-230 |
| | 3 | 1 |
QAuthenticator::setPasswordName: | QAuthenticator::setPassword | Prototype: | void QAuthenticator::setPassword(const QString &password) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | Lines: | 245-249 |
| | 2 | 1 |
QAuthenticator::realmName: | QAuthenticator::realm | Prototype: | QString QAuthenticator::realm() const | Coverage: | 100.000% (3/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | Lines: | 268-271 |
| | 1 | 1 |
QAuthenticator::passwordName: | QAuthenticator::password | Prototype: | QString QAuthenticator::password() const | Coverage: | 100.000% (3/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | Lines: | 235-238 |
| | 1 | 1 |
QAuthenticator::isNullName: | QAuthenticator::isNull | Prototype: | bool QAuthenticator::isNull() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | Lines: | 330-333 |
| | 1 | 1 |
QAuthenticator::detachName: | QAuthenticator::detach | Prototype: | void QAuthenticator::detach() | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | Lines: | 254-263 |
| | 5 | 3 |
QAuthenticator::QAuthenticatorName: | QAuthenticator::QAuthenticator | Prototype: | QAuthenticator::QAuthenticator() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | Lines: | 136-139 |
| | 2 | 1 |
QAssociativeIterable::sizeName: | QAssociativeIterable::size | Prototype: | int QAssociativeIterable::size() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 4277-4280 |
| | 1 | 1 |
QAssociativeIterable::endName: | QAssociativeIterable::end | Prototype: | QAssociativeIterable::const_iterator QAssociativeIterable::end() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 4231-4236 |
| | 3 | 1 |
QAssociativeIterable::const_iterator::~const_iteratorName: | QAssociativeIterable::const_iterator::~const_iterator | Prototype: | QAssociativeIterable::const_iterator::~const_iterator() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 4300-4306 |
| | 3 | 2 |
QAssociativeIterable::const_iterator::valueName: | QAssociativeIterable::const_iterator::value | Prototype: | const QVariant QAssociativeIterable::const_iterator::value() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 4360-4367 |
| | 5 | 2 |
QAssociativeIterable::const_iterator::operator==Name: | QAssociativeIterable::const_iterator::operator== | Prototype: | bool QAssociativeIterable::const_iterator::operator==(const const_iterator &other) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 4375-4378 |
| | 1 | 1 |
QAssociativeIterable::const_iterator::operator++Name: | QAssociativeIterable::const_iterator::operator++ | Prototype: | QAssociativeIterable::const_iterator &QAssociativeIterable::const_iterator::operator++() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 4400-4404 |
| | 2 | 1 |
QAssociativeIterable::const_iterator::operator++Name: | QAssociativeIterable::const_iterator::operator++ | Prototype: | QAssociativeIterable::const_iterator QAssociativeIterable::const_iterator::operator++(int) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 4413-4419 |
| | 4 | 1 |
QAssociativeIterable::const_iterator::operator+Name: | QAssociativeIterable::const_iterator::operator+ | Prototype: | QAssociativeIterable::const_iterator QAssociativeIterable::const_iterator::operator+(int j) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 4477-4483 |
| | 4 | 1 |
QAssociativeIterable::const_iterator::operator!=Name: | QAssociativeIterable::const_iterator::operator!= | Prototype: | bool QAssociativeIterable::const_iterator::operator!=(const const_iterator &other) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 4386-4389 |
| | 1 | 1 |
QAssociativeIterable::const_iterator::findName: | QAssociativeIterable::const_iterator::find | Prototype: | void QAssociativeIterable::const_iterator::find(const QVariant &key) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 4205-4210 |
| | 3 | 1 |
QAssociativeIterable::const_iterator::endName: | QAssociativeIterable::const_iterator::end | Prototype: | void QAssociativeIterable::const_iterator::end() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 4200-4203 |
| | 1 | 1 |
QAssociativeIterable::const_iterator::const_iteratorName: | QAssociativeIterable::const_iterator::const_iterator | Prototype: | QAssociativeIterable::const_iterator::const_iterator(const QAssociativeIterable &iter, QAtomicInt *ref_) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 4183-4187 |
| | 1 | 1 |
QAssociativeIterable::const_iterator::const_iteratorName: | QAssociativeIterable::const_iterator::const_iterator | Prototype: | QAssociativeIterable::const_iterator::const_iterator(const QtMetaTypePrivate::QAssociativeIterableImpl &impl, QAtomicInt *ref_) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 4189-4193 |
| | 1 | 1 |
QAssociativeIterable::const_iterator::beginName: | QAssociativeIterable::const_iterator::begin | Prototype: | void QAssociativeIterable::const_iterator::begin() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 4195-4198 |
| | 1 | 1 |
QAssociativeIterable::beginName: | QAssociativeIterable::begin | Prototype: | QAssociativeIterable::const_iterator QAssociativeIterable::begin() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 4218-4223 |
| | 3 | 1 |
QAssociativeIterable::QAssociativeIterableName: | QAssociativeIterable::QAssociativeIterable | Prototype: | QAssociativeIterable::QAssociativeIterable(QtMetaTypePrivate::QAssociativeIterableImpl impl) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 4175-4181 |
| | 2 | 1 |
QAsn1Element::writeName: | QAsn1Element::write | Prototype: | void QAsn1Element::write(QDataStream &stream) const | Coverage: | 100.000% (8/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | Lines: | 131-156 |
| | 13 | 3 |
QAsn1Element::toObjectNameName: | QAsn1Element::toObjectName | Prototype: | QByteArray QAsn1Element::toObjectName() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | Lines: | 323-327 |
| | 2 | 1 |
QAsn1Element::toDateTimeName: | QAsn1Element::toDateTime | Prototype: | QDateTime QAsn1Element::toDateTime() const | Coverage: | 100.000% (14/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | Lines: | 225-246 |
| | 18 | 4 |
QAsn1Element::readName: | QAsn1Element::read | Prototype: | bool QAsn1Element::read(const QByteArray &data) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | Lines: | 125-129 |
| | 2 | 1 |
QAsn1Element::fromObjectIdName: | QAsn1Element::fromObjectId | Prototype: | QAsn1Element QAsn1Element::fromObjectId(const QByteArray &id) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | Lines: | 185-206 |
| | 17 | 3 |
QAsn1Element::fromIntegerName: | QAsn1Element::fromInteger | Prototype: | QAsn1Element QAsn1Element::fromInteger(unsigned int val) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | Lines: | 164-173 |
| | 6 | 2 |
QAsn1Element::fromBoolName: | QAsn1Element::fromBool | Prototype: | QAsn1Element QAsn1Element::fromBool(bool val) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | Lines: | 158-162 |
| | 2 | 1 |
QAsn1Element::QAsn1ElementName: | QAsn1Element::QAsn1Element | Prototype: | QAsn1Element::QAsn1Element(quint8 type, const QByteArray &value) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | Lines: | 79-83 |
| | 2 | 1 |
QArrayData::deallocateName: | QArrayData::deallocate | Prototype: | void QArrayData::deallocate(QArrayData *data, size_t objectSize, size_t alignment) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qarraydata.cpp | Lines: | 127-143 |
| | 20 | 2 |
QAnimationTimer::unregisterRunningAnimationName: | QAnimationTimer::unregisterRunningAnimation | Prototype: | void QAnimationTimer::unregisterRunningAnimation(QAbstractAnimation *animation) | Coverage: | 100.000% (8/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 717-727 |
| | 6 | 3 |
QAnimationTimer::stopTimerName: | QAnimationTimer::stopTimer | Prototype: | void QAnimationTimer::stopTimer() | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 649-659 |
| | 6 | 2 |
QAnimationTimer::restartAnimationTimerName: | QAnimationTimer::restartAnimationTimer | Prototype: | void QAnimationTimer::restartAnimationTimer() | Coverage: | 100.000% (12/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 623-631 |
| | 6 | 4 |
QAnimationTimer::registerRunningAnimationName: | QAnimationTimer::registerRunningAnimation | Prototype: | void QAnimationTimer::registerRunningAnimation(QAbstractAnimation *animation) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 706-715 |
| | 5 | 3 |
QAnimationTimer::registerAnimationName: | QAnimationTimer::registerAnimation | Prototype: | void QAnimationTimer::registerAnimation(QAbstractAnimation *animation, bool isTopLevel) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 661-674 |
| | 9 | 3 |
QAnimationTimer::closestPauseAnimationTimeToFinishName: | QAnimationTimer::closestPauseAnimationTimeToFinish | Prototype: | int QAnimationTimer::closestPauseAnimationTimeToFinish() | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 729-745 |
| | 10 | 4 |
QAnimationTimer::QAnimationTimerName: | QAnimationTimer::QAnimationTimer | Prototype: | QAnimationTimer::QAnimationTimer() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 554-560 |
| | 2 | 1 |
QAnimationGroupPrivate::animationRemovedName: | QAnimationGroupPrivate::animationRemoved | Prototype: | void QAnimationGroupPrivate::animationRemoved(int index, QAbstractAnimation *) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qanimationgroup.cpp | Lines: | 284-292 |
| | 5 | 2 |
QAnimationGroup::clearName: | QAnimationGroup::clear | Prototype: | void QAnimationGroup::clear() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qanimationgroup.cpp | Lines: | 252-256 |
| | 2 | 1 |
QAnimationGroup::animationCountName: | QAnimationGroup::animationCount | Prototype: | int QAnimationGroup::animationCount() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qanimationgroup.cpp | Lines: | 139-143 |
| | 2 | 1 |
QAnimationGroup::addAnimationName: | QAnimationGroup::addAnimation | Prototype: | void QAnimationGroup::addAnimation(QAbstractAnimation *animation) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qanimationgroup.cpp | Lines: | 165-169 |
| | 2 | 1 |
QAnimationGroup::QAnimationGroupName: | QAnimationGroup::QAnimationGroup | Prototype: | QAnimationGroup::QAnimationGroup(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qanimationgroup.cpp | Lines: | 94-97 |
| | 2 | 1 |
QAnimationGroup::QAnimationGroupName: | QAnimationGroup::QAnimationGroup | Prototype: | QAnimationGroup::QAnimationGroup(QAnimationGroupPrivate &dd, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qanimationgroup.cpp | Lines: | 102-105 |
| | 2 | 1 |
QAnimationDriver::stopName: | QAnimationDriver::stop | Prototype: | void QAnimationDriver::stop() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 881-888 |
| | 4 | 2 |
QAnimationDriver::isRunningName: | QAnimationDriver::isRunning | Prototype: | bool QAnimationDriver::isRunning() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 864-867 |
| | 1 | 1 |
QAnimationDriver::advanceAnimationName: | QAnimationDriver::advanceAnimation | Prototype: | void QAnimationDriver::advanceAnimation(qint64 timeStep) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 818-825 |
| | 3 | 1 |
QAnimationDriver::advanceName: | QAnimationDriver::advance | Prototype: | void QAnimationDriver::advance() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 834-837 |
| | 1 | 1 |
QAnimationDriver::QAnimationDriverName: | QAnimationDriver::QAnimationDriver | Prototype: | QAnimationDriver::QAnimationDriver(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 760-763 |
| | 2 | 1 |
QAdoptedThread::QAdoptedThreadName: | QAdoptedThread::QAdoptedThread | Prototype: | QAdoptedThread::QAdoptedThread(QThreadData *data) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | Lines: | 110-122 |
| | 3 | 1 |
QAbstractTransitionPrivate::sourceStateName: | QAbstractTransitionPrivate::sourceState | Prototype: | QState *QAbstractTransitionPrivate::sourceState() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qabstracttransition.cpp | Lines: | 159-162 |
| | 1 | 1 |
QAbstractTransitionPrivate::emitTriggeredName: | QAbstractTransitionPrivate::emitTriggered | Prototype: | void QAbstractTransitionPrivate::emitTriggered() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qabstracttransition.cpp | Lines: | 164-168 |
| | 2 | 1 |
QAbstractTransitionPrivate::callOnTransitionName: | QAbstractTransitionPrivate::callOnTransition | Prototype: | void QAbstractTransitionPrivate::callOnTransition(QEvent *e) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qabstracttransition.cpp | Lines: | 153-157 |
| | 2 | 1 |
QAbstractTransitionPrivate::callEventTestName: | QAbstractTransitionPrivate::callEventTest | Prototype: | bool QAbstractTransitionPrivate::callEventTest(QEvent *e) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qabstracttransition.cpp | Lines: | 147-151 |
| | 2 | 1 |
QAbstractTransitionPrivate::QAbstractTransitionPrivateName: | QAbstractTransitionPrivate::QAbstractTransitionPrivate | Prototype: | QAbstractTransitionPrivate::QAbstractTransitionPrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qabstracttransition.cpp | Lines: | 132-135 |
| | 2 | 1 |
QAbstractTransition::transitionTypeName: | QAbstractTransition::transitionType | Prototype: | QAbstractTransition::TransitionType QAbstractTransition::transitionType() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qabstracttransition.cpp | Lines: | 309-313 |
| | 2 | 1 |
QAbstractTransition::targetStatesName: | QAbstractTransition::targetStates | Prototype: | QList<QAbstractState*> QAbstractTransition::targetStates() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qabstracttransition.cpp | Lines: | 237-247 |
| | 7 | 3 |
QAbstractTransition::targetStateName: | QAbstractTransition::targetState | Prototype: | QAbstractState *QAbstractTransition::targetState() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qabstracttransition.cpp | Lines: | 208-214 |
| | 4 | 2 |
QAbstractTransition::sourceStateName: | QAbstractTransition::sourceState | Prototype: | QState *QAbstractTransition::sourceState() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qabstracttransition.cpp | Lines: | 198-202 |
| | 2 | 1 |
QAbstractTransition::setTransitionTypeName: | QAbstractTransition::setTransitionType | Prototype: | void QAbstractTransition::setTransitionType(TransitionType type) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qabstracttransition.cpp | Lines: | 318-322 |
| | 2 | 1 |
QAbstractTransition::setTargetStateName: | QAbstractTransition::setTargetState | Prototype: | void QAbstractTransition::setTargetState(QAbstractState* target) | Coverage: | 100.000% (14/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qabstracttransition.cpp | Lines: | 219-231 |
| | 8 | 3 |
QAbstractTransition::removeAnimationName: | QAbstractTransition::removeAnimation | Prototype: | void QAbstractTransition::removeAnimation(QAbstractAnimation *animation) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qabstracttransition.cpp | Lines: | 357-365 |
| | 5 | 2 |
QAbstractTransition::machineName: | QAbstractTransition::machine | Prototype: | QStateMachine *QAbstractTransition::machine() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qabstracttransition.cpp | Lines: | 328-332 |
| | 2 | 1 |
QAbstractTransition::eventName: | QAbstractTransition::event | Prototype: | bool QAbstractTransition::event(QEvent *e) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qabstracttransition.cpp | Lines: | 425-428 |
| | 1 | 1 |
QAbstractTransition::animationsName: | QAbstractTransition::animations | Prototype: | QList<QAbstractAnimation*> QAbstractTransition::animations() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qabstracttransition.cpp | Lines: | 373-377 |
| | 2 | 1 |
QAbstractTransition::addAnimationName: | QAbstractTransition::addAnimation | Prototype: | void QAbstractTransition::addAnimation(QAbstractAnimation *animation) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qabstracttransition.cpp | Lines: | 342-350 |
| | 5 | 2 |
QAbstractTransition::QAbstractTransitionName: | QAbstractTransition::QAbstractTransition | Prototype: | QAbstractTransition::QAbstractTransition(QState *sourceState) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qabstracttransition.cpp | Lines: | 173-176 |
| | 2 | 1 |
QAbstractTransition::QAbstractTransitionName: | QAbstractTransition::QAbstractTransition | Prototype: | QAbstractTransition::QAbstractTransition(QAbstractTransitionPrivate &dd, QState *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qabstracttransition.cpp | Lines: | 181-185 |
| | 2 | 1 |
QAbstractTableModel::siblingName: | QAbstractTableModel::sibling | Prototype: | QModelIndex QAbstractTableModel::sibling(int row, int column, const QModelIndex &) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 3358-3361 |
| | 1 | 1 |
QAbstractTableModel::parentName: | QAbstractTableModel::parent | Prototype: | QModelIndex QAbstractTableModel::parent(const QModelIndex &) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 3350-3353 |
| | 1 | 1 |
QAbstractTableModel::indexName: | QAbstractTableModel::index | Prototype: | QModelIndex QAbstractTableModel::index(int row, int column, const QModelIndex &parent) const | Coverage: | 100.000% (3/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 3337-3340 |
| | 1 | 1 |
QAbstractTableModel::flagsName: | QAbstractTableModel::flags | Prototype: | Qt::ItemFlags QAbstractTableModel::flags(const QModelIndex &index) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 3373-3379 |
| | 4 | 2 |
QAbstractTableModel::QAbstractTableModelName: | QAbstractTableModel::QAbstractTableModel | Prototype: | QAbstractTableModel::QAbstractTableModel(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 3302-3306 |
| | 3 | 1 |
QAbstractTableModel::QAbstractTableModelName: | QAbstractTableModel::QAbstractTableModel | Prototype: | QAbstractTableModel::QAbstractTableModel(QAbstractItemModelPrivate &dd, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 3314-3318 |
| | 3 | 1 |
QAbstractStatePrivate::machineName: | QAbstractStatePrivate::machine | Prototype: | QStateMachine *QAbstractStatePrivate::machine() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qabstractstate.cpp | Lines: | 88-97 |
| | 6 | 3 |
QAbstractStatePrivate::callOnExitName: | QAbstractStatePrivate::callOnExit | Prototype: | void QAbstractStatePrivate::callOnExit(QEvent *e) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qabstractstate.cpp | Lines: | 105-109 |
| | 2 | 1 |
QAbstractStatePrivate::callOnEntryName: | QAbstractStatePrivate::callOnEntry | Prototype: | void QAbstractStatePrivate::callOnEntry(QEvent *e) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qabstractstate.cpp | Lines: | 99-103 |
| | 2 | 1 |
QAbstractStatePrivate::QAbstractStatePrivateName: | QAbstractStatePrivate::QAbstractStatePrivate | Prototype: | QAbstractStatePrivate::QAbstractStatePrivate(StateType type) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qabstractstate.cpp | Lines: | 83-86 |
| | 2 | 1 |
QAbstractState::parentStateName: | QAbstractState::parentState | Prototype: | QState *QAbstractState::parentState() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qabstractstate.cpp | Lines: | 157-163 |
| | 4 | 2 |
QAbstractState::machineName: | QAbstractState::machine | Prototype: | QStateMachine *QAbstractState::machine() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qabstractstate.cpp | Lines: | 169-173 |
| | 2 | 1 |
QAbstractState::eventName: | QAbstractState::event | Prototype: | bool QAbstractState::event(QEvent *e) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qabstractstate.cpp | Lines: | 228-231 |
| | 1 | 1 |
QAbstractState::activeName: | QAbstractState::active | Prototype: | bool QAbstractState::active() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qabstractstate.cpp | Lines: | 180-184 |
| | 2 | 1 |