Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QBenchmarkEvent::stopName: | QBenchmarkEvent::stop | Prototype: | qint64 QBenchmarkEvent::stop() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkevent.cpp | Lines: | 67-71 |
| | 2 | 1 |
QBenchmarkEvent::startName: | QBenchmarkEvent::start | Prototype: | void QBenchmarkEvent::start() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkevent.cpp | Lines: | 56-60 |
| | 2 | 1 |
QBenchmarkEvent::nativeEventFilterName: | QBenchmarkEvent::nativeEventFilter | Prototype: | bool QBenchmarkEvent::nativeEventFilter(const QByteArray &eventType, void *message, long *result) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkevent.cpp | Lines: | 99-107 |
| | 5 | 1 |
QBenchmarkEvent::metricTypeName: | QBenchmarkEvent::metricType | Prototype: | QTest::QBenchmarkMetric QBenchmarkEvent::metricType() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkevent.cpp | Lines: | 93-96 |
| | 1 | 1 |
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: | 76-80 |
| | 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: | 87-91 |
| | 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: | 82-85 |
| | 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: | 47-50 |
| | 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: | 46-49 |
| | 2 | 1 |
QBearerEngine::~QBearerEngineName: | QBearerEngine::~QBearerEngine | Prototype: | QBearerEngine::~QBearerEngine() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qbearerengine.cpp | Lines: | 70-75 |
| | 3 | 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: | 77-80 |
| | 1 | 1 |
QBearerEngine::configurationsInUseName: | QBearerEngine::configurationsInUse | Prototype: | bool QBearerEngine::configurationsInUse() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qbearerengine.cpp | Lines: | 88-94 |
| | 4 | 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: | 65-68 |
| | 2 | 1 |
QBasicMutex::unlockInternalName: | QBasicMutex::unlockInternal | Prototype: | void QBasicMutex::unlockInternal() noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex_linux.cpp | Lines: | 191-201 |
| | 7 | 1 |
QBasicMutex::lockInternalName: | QBasicMutex::lockInternal | Prototype: | void QBasicMutex::lockInternal() noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex_linux.cpp | Lines: | 177-181 |
| | 2 | 1 |
QBasicMutex::lockInternalName: | QBasicMutex::lockInternal | Prototype: | bool QBasicMutex::lockInternal(int timeout) noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex_linux.cpp | Lines: | 183-189 |
| | 4 | 1 |
QBasicMutex::isRecursiveName: | QBasicMutex::isRecursive | Prototype: | bool QBasicMutex::isRecursive() noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | Lines: | 285-288 |
| | 1 | 1 |
QBasicMutex::isRecursiveName: | QBasicMutex::isRecursive | Prototype: | bool QBasicMutex::isRecursive() const noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | Lines: | 296-299 |
| | 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: | 174-178 |
| | 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: | 150-167 |
| | 10 | 2 |
QBasicAtomicBitField::allocateSpecificName: | QBasicAtomicBitField::allocateSpecific | Prototype: | bool allocateSpecific(int which) noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreevent.cpp | Lines: | 411-425 |
| | 5 | 1 |
QBasicAtomicBitField::allocateNextName: | QBasicAtomicBitField::allocateNext | Prototype: | int allocateNext() noexcept | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreevent.cpp | Lines: | 427-444 |
| | 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: | 351-363 |
| | 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: | 150-154 |
| | 2 | 2 |
QAuthenticator::userName: | QAuthenticator::user | Prototype: | QString QAuthenticator::user() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | Lines: | 221-224 |
| | 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: | 231-236 |
| | 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: | 251-255 |
| | 2 | 1 |
QAuthenticator::realmName: | QAuthenticator::realm | Prototype: | QString QAuthenticator::realm() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | Lines: | 274-277 |
| | 1 | 1 |
QAuthenticator::passwordName: | QAuthenticator::password | Prototype: | QString QAuthenticator::password() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | Lines: | 241-244 |
| | 1 | 1 |
QAuthenticator::optionName: | QAuthenticator::option | Prototype: | QVariant QAuthenticator::option(const QString &opt) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | Lines: | 297-300 |
| | 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: | 336-339 |
| | 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: | 260-269 |
| | 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: | 142-145 |
| | 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: | 4275-4278 |
| | 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: | 4229-4234 |
| | 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: | 4298-4304 |
| | 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: | 4358-4365 |
| | 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: | 4373-4376 |
| | 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: | 4398-4402 |
| | 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: | 4411-4417 |
| | 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: | 4475-4481 |
| | 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: | 4384-4387 |
| | 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: | 4203-4208 |
| | 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: | 4198-4201 |
| | 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: | 4181-4185 |
| | 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: | 4187-4191 |
| | 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: | 4193-4196 |
| | 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: | 4216-4221 |
| | 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: | 4173-4179 |
| | 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: | 137-162 |
| | 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: | 329-333 |
| | 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: | 231-252 |
| | 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: | 131-135 |
| | 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: | 191-212 |
| | 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: | 170-179 |
| | 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: | 164-168 |
| | 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: | 85-89 |
| | 2 | 1 |
QArrayData::deallocateName: | QArrayData::deallocate | Prototype: | void QArrayData::deallocate(QArrayData *data, size_t objectSize, size_t alignment) noexcept | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qarraydata.cpp | Lines: | 125-141 |
| | 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: | 723-733 |
| | 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: | 655-665 |
| | 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: | 629-637 |
| | 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: | 712-721 |
| | 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: | 667-680 |
| | 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: | 735-751 |
| | 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: | 560-566 |
| | 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: | 290-298 |
| | 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: | 258-262 |
| | 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: | 145-149 |
| | 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: | 171-175 |
| | 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: | 100-103 |
| | 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: | 108-111 |
| | 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: | 887-894 |
| | 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: | 870-873 |
| | 1 | 1 |
QAnimationDriver::elapsedName: | QAnimationDriver::elapsed | Prototype: | qint64 QAnimationDriver::elapsed() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 903-907 |
| | 2 | 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: | 824-831 |
| | 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: | 840-843 |
| | 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: | 766-769 |
| | 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: | 117-129 |
| | 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: | 165-168 |
| | 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: | 170-174 |
| | 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: | 159-163 |
| | 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: | 153-157 |
| | 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: | 138-141 |
| | 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: | 315-319 |
| | 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: | 243-253 |
| | 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: | 214-220 |
| | 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: | 204-208 |
| | 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: | 324-328 |
| | 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: | 225-237 |
| | 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: | 363-371 |
| | 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: | 334-338 |
| | 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: | 431-434 |
| | 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: | 379-383 |
| | 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: | 348-356 |
| | 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: | 179-182 |
| | 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: | 187-191 |
| | 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: | 3395-3398 |
| | 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: | 3387-3390 |
| | 1 | 1 |
QAbstractTableModel::indexName: | QAbstractTableModel::index | Prototype: | QModelIndex QAbstractTableModel::index(int row, int column, const QModelIndex &parent) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 3374-3377 |
| | 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: | 3410-3416 |
| | 4 | 2 |