| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QStringHashBase::hashedString| Name: | QStringHashBase::hashedString | | Prototype: | static HashedForm<QHashedString>::Type hashedString(const QHashedString &s) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 321-321 |
| | 1 | 1 |
QStringHashBase::hashedString| Name: | QStringHashBase::hashedString | | Prototype: | static HashedForm<QV4::String *>::Type hashedString(QV4::String *s) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 322-322 |
| | 1 | 1 |
QStringHashBase::hashedString| Name: | QStringHashBase::hashedString | | Prototype: | static HashedForm<const QV4::String *>::Type hashedString(const QV4::String *s) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 323-323 |
| | 1 | 1 |
QStringHashBase::hashedString| Name: | QStringHashBase::hashedString | | Prototype: | static HashedForm<QHashedStringRef>::Type hashedString(const QHashedStringRef &s) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 324-324 |
| | 1 | 1 |
QStringHashBase::hashedString| Name: | QStringHashBase::hashedString | | Prototype: | static HashedForm<QLatin1String>::Type hashedString(const QLatin1String &s) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 326-326 |
| | 1 | 1 |
QStringHashBase::hashedString| Name: | QStringHashBase::hashedString | | Prototype: | static HashedForm<QHashedCStringRef>::Type hashedString(const QHashedCStringRef &s) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 327-327 |
| | 1 | 1 |
QStringHashBase::hashOf| Name: | QStringHashBase::hashOf | | Prototype: | static inline quint32 hashOf(const QHashedStringRef &s) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 337-337 |
| | 1 | 1 |
QStringHashBase::hashOf| Name: | QStringHashBase::hashOf | | Prototype: | static inline quint32 hashOf(QV4::String *s) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 338-338 |
| | 1 | 1 |
QStringHashBase::hashOf| Name: | QStringHashBase::hashOf | | Prototype: | static inline quint32 hashOf(const QV4::String *s) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 339-339 |
| | 1 | 1 |
QStringHashBase::hashOf| Name: | QStringHashBase::hashOf | | Prototype: | template<typename K> static inline quint32 hashOf(const K &key) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 341-342 |
| | 1 | 1 |
QStringHash::~QStringHash| Name: | QStringHash::~QStringHash | | Prototype: | template<class T> QStringHash<T>::~QStringHash() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 547-551 |
| | 1 | 1 |
QStringHash::value| Name: | QStringHash::value | | Prototype: | template<class T> template<class K> T *QStringHash<T>::value(const K &key) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 844-850 |
| | 2 | 1 |
QStringHash::value| Name: | QStringHash::value | | Prototype: | template<class T> T *QStringHash<T>::value(const QV4::String *string) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 859-864 |
| | 2 | 1 |
QStringHash::operator[]| Name: | QStringHash::operator[] | | Prototype: | template<class T> template<class K> T &QStringHash<T>::operator[](const K &key) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 873-880 |
| | 3 | 2 |
QStringHash::iterateFirst| Name: | QStringHash::iterateFirst | | Prototype: | template<class T> QStringHashData::IteratorData QStringHash<T>::iterateFirst() const | | Coverage: | 100.000% (14/14) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 732-748 |
| | 11 | 4 |
QStringHash::isEmpty| Name: | QStringHash::isEmpty | | Prototype: | template<class T> bool QStringHash<T>::isEmpty() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 587-591 |
| | 1 | 1 |
QStringHash::insertNode| Name: | QStringHash::insertNode | | Prototype: | template<class T> typename QStringHash<T>::Node *QStringHash<T>::insertNode(Node *n, quint32 hash) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 799-812 |
| | 7 | 2 |
QStringHash::initializeNode| Name: | QStringHash::initializeNode | | Prototype: | template<class T> void QStringHash<T>::initializeNode(Node *node, const QHashedString &key) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 611-619 |
| | 5 | 1 |
QStringHash::initializeNode| Name: | QStringHash::initializeNode | | Prototype: | template<class T> void QStringHash<T>::initializeNode(Node *node, const QHashedCStringRef &key) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 621-627 |
| | 3 | 1 |
QStringHash::findNode| Name: | QStringHash::findNode | | Prototype: | template<class T> template<class K> typename QStringHash<T>::Node *QStringHash<T>::findNode(const K &key) const | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 831-842 |
| | 5 | 2 |
QStringHash::find| Name: | QStringHash::find | | Prototype: | template<class T> template<class K> typename QStringHash<T>::ConstIterator QStringHash<T>::find(const K &key) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 972-977 |
| | 1 | 1 |
QStringHash::end| Name: | QStringHash::end | | Prototype: | template<class T> typename QStringHash<T>::ConstIterator QStringHash<T>::end() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 966-970 |
| | 1 | 1 |
QStringHash::createNode| Name: | QStringHash::createNode | | Prototype: | template<class T> template<class K> typename QStringHash<T>::Node *QStringHash<T>::createNode(const K &key, const T &value) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 791-797 |
| | 2 | 1 |
QStringHash::count| Name: | QStringHash::count | | Prototype: | template<class T> int QStringHash<T>::count() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 593-597 |
| | 1 | 1 |
QStringHash::copyNode| Name: | QStringHash::copyNode | | Prototype: | template<class T> void QStringHash<T>::copyNode(const QStringHashNode *otherNode) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 671-683 |
| | 7 | 2 |
QStringHash::copy| Name: | QStringHash::copy | | Prototype: | template<class T> void QStringHash<T>::copy(const QStringHash<T> &other) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 685-701 |
| | 7 | 3 |
QStringHash::contains| Name: | QStringHash::contains | | Prototype: | template<class T> template<class K> bool QStringHash<T>::contains(const K &key) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 866-871 |
| | 1 | 1 |
QStringHash::clear| Name: | QStringHash::clear | | Prototype: | template<class T> void QStringHash<T>::clear() | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 553-585 |
| | 14 | 3 |
QStringHash::begin| Name: | QStringHash::begin | | Prototype: | template<class T> typename QStringHash<T>::ConstIterator QStringHash<T>::begin() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 960-964 |
| | 1 | 1 |
QStringHash::ReservedNodePool::~ReservedNodePool| Name: | QStringHash::ReservedNodePool::~ReservedNodePool | | Prototype: | ~ReservedNodePool() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 368-368 |
| | 1 | 1 |
QStringHash::ReservedNodePool::ReservedNodePool| Name: | QStringHash::ReservedNodePool::ReservedNodePool | | Prototype: | ReservedNodePool() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 367-367 |
| | 1 | 1 |
QStringHash::QStringHash| Name: | QStringHash::QStringHash | | Prototype: | template<class T> QStringHash<T>::QStringHash() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 471-475 |
| | 2 | 1 |
QStringHash::QStringHash| Name: | QStringHash::QStringHash | | Prototype: | template<class T> QStringHash<T>::QStringHash(const QStringHash<T> &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 477-485 |
| | 4 | 1 |
QStringHash::Node::Node| Name: | QStringHash::Node::Node | | Prototype: | Node(const QHashedString &key, const T &value) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 353-353 |
| | 1 | 1 |
QStringHash::NewedNode::NewedNode| Name: | QStringHash::NewedNode::NewedNode | | Prototype: | NewedNode(const QHashedString &key, const T &value) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 360-360 |
| | 1 | 1 |
QStringHash::ConstIterator::value| Name: | QStringHash::ConstIterator::value | | Prototype: | template<class T> const T &QStringHash<T>::ConstIterator::value() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 939-944 |
| | 2 | 1 |
QStringHash::ConstIterator::operator++| Name: | QStringHash::ConstIterator::operator++ | | Prototype: | template<class T> typename QStringHash<T>::ConstIterator &QStringHash<T>::ConstIterator::operator++() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 907-912 |
| | 2 | 1 |
QStringHash::ConstIterator::operator*| Name: | QStringHash::ConstIterator::operator* | | Prototype: | template<class T> const T &QStringHash<T>::ConstIterator::operator*() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 946-951 |
| | 2 | 1 |
QStringHash::ConstIterator::operator!=| Name: | QStringHash::ConstIterator::operator!= | | Prototype: | template<class T> bool QStringHash<T>::ConstIterator::operator!=(const ConstIterator &o) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 920-924 |
| | 1 | 1 |
QStringHash::ConstIterator::node| Name: | QStringHash::ConstIterator::node | | Prototype: | template<class T> typename QStringHash<T>::Node *QStringHash<T>::ConstIterator::node() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 953-958 |
| | 2 | 1 |
QStringHash::ConstIterator::key| Name: | QStringHash::ConstIterator::key | | Prototype: | template<class T> QHashedString QStringHash<T>::ConstIterator::key() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 933-938 |
| | 2 | 1 |
QStringHash::ConstIterator::ConstIterator| Name: | QStringHash::ConstIterator::ConstIterator | | Prototype: | template<class T> QStringHash<T>::ConstIterator::ConstIterator(const QStringHashData::IteratorData &d) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 901-905 |
| | 2 | 1 |
QSpringAnimation::updateState| Name: | QSpringAnimation::updateState | | Prototype: | void QSpringAnimation::updateState(QAbstractAnimationJob::State newState, QAbstractAnimationJob::State ) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickspringanimation.cpp | | Lines: | 314-318 |
| | 2 | 2 |
QSpringAnimation::init| Name: | QSpringAnimation::init | | Prototype: | void QSpringAnimation::init() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickspringanimation.cpp | | Lines: | 202-206 |
| | 2 | 1 |
QSpringAnimation::duration| Name: | QSpringAnimation::duration | | Prototype: | int QSpringAnimation::duration() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickspringanimation.cpp | | Lines: | 186-189 |
| | 1 | 1 |
QSpringAnimation::clearTemplate| Name: | QSpringAnimation::clearTemplate | | Prototype: | void clearTemplate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickspringanimation.cpp | | Lines: | 97-97 |
| | 1 | 1 |
QSpringAnimation::QSpringAnimation| Name: | QSpringAnimation::QSpringAnimation | | Prototype: | QSpringAnimation::QSpringAnimation(QQuickSpringAnimationPrivate *priv) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickspringanimation.cpp | | Lines: | 143-165 |
| | 2 | 1 |
QSmoothedAnimationTimer::stopAnimation| Name: | QSmoothedAnimationTimer::stopAnimation | | Prototype: | void QSmoothedAnimationTimer::stopAnimation() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquicksmoothedanimation.cpp | | Lines: | 71-74 |
| | 1 | 1 |
QSmoothedAnimationTimer::QSmoothedAnimationTimer| Name: | QSmoothedAnimationTimer::QSmoothedAnimationTimer | | Prototype: | QSmoothedAnimationTimer::QSmoothedAnimationTimer(QSmoothedAnimation *animation, QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquicksmoothedanimation.cpp | | Lines: | 60-65 |
| | 1 | 1 |
QSmoothedAnimation::updateState| Name: | QSmoothedAnimation::updateState | | Prototype: | void QSmoothedAnimation::updateState(QAbstractAnimationJob::State newState, QAbstractAnimationJob::State ) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquicksmoothedanimation.cpp | | Lines: | 131-135 |
| | 2 | 2 |
QSmoothedAnimation::restart| Name: | QSmoothedAnimation::restart | | Prototype: | void QSmoothedAnimation::restart() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquicksmoothedanimation.cpp | | Lines: | 108-115 |
| | 4 | 2 |
QSmoothedAnimation::prepareForRestart| Name: | QSmoothedAnimation::prepareForRestart | | Prototype: | void QSmoothedAnimation::prepareForRestart() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquicksmoothedanimation.cpp | | Lines: | 117-129 |
| | 6 | 2 |
QSmoothedAnimation::duration| Name: | QSmoothedAnimation::duration | | Prototype: | int QSmoothedAnimation::duration() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquicksmoothedanimation.cpp | | Lines: | 143-146 |
| | 1 | 1 |
QSmoothedAnimation::delayedStop| Name: | QSmoothedAnimation::delayedStop | | Prototype: | void QSmoothedAnimation::delayedStop() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquicksmoothedanimation.cpp | | Lines: | 137-141 |
| | 2 | 2 |
QSmoothedAnimation::QSmoothedAnimation| Name: | QSmoothedAnimation::QSmoothedAnimation | | Prototype: | QSmoothedAnimation::QSmoothedAnimation(QQuickSmoothedAnimationPrivate *priv) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquicksmoothedanimation.cpp | | Lines: | 76-84 |
| | 2 | 1 |
QSequentialAnimationGroupJob::setCurrentAnimation| Name: | QSequentialAnimationGroupJob::setCurrentAnimation | | Prototype: | void QSequentialAnimationGroupJob::setCurrentAnimation(QAbstractAnimationJob *anim, bool intermediate) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qsequentialanimationgroupjob.cpp | | Lines: | 282-300 |
| | 10 | 4 |
QSequentialAnimationGroupJob::indexForCurrentTime| Name: | QSequentialAnimationGroupJob::indexForCurrentTime | | Prototype: | QSequentialAnimationGroupJob::AnimationIndex QSequentialAnimationGroupJob::indexForCurrentTime() const | | Coverage: | 100.000% (16/16) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qsequentialanimationgroupjob.cpp | | Lines: | 85-121 |
| | 16 | 4 |
QSequentialAnimationGroupJob::duration| Name: | QSequentialAnimationGroupJob::duration | | Prototype: | int QSequentialAnimationGroupJob::duration() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qsequentialanimationgroupjob.cpp | | Lines: | 192-205 |
| | 7 | 3 |
QSequentialAnimationGroupJob::currentAnimation| Name: | QSequentialAnimationGroupJob::currentAnimation | | Prototype: | QAbstractAnimationJob *currentAnimation() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qsequentialanimationgroupjob_p.h | | Lines: | 70-70 |
| | 1 | 1 |
QSequentialAnimationGroupJob::atEnd| Name: | QSequentialAnimationGroupJob::atEnd | | Prototype: | bool QSequentialAnimationGroupJob::atEnd() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qsequentialanimationgroupjob.cpp | | Lines: | 57-71 |
| | 5 | 1 |
QSequentialAnimationGroupJob::animationRemoved| Name: | QSequentialAnimationGroupJob::animationRemoved | | Prototype: | void QSequentialAnimationGroupJob::animationRemoved(QAbstractAnimationJob *anim, QAbstractAnimationJob *prev, QAbstractAnimationJob *next) | | Coverage: | 100.000% (19/19) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qsequentialanimationgroupjob.cpp | | Lines: | 383-416 |
| | 17 | 7 |
QSequentialAnimationGroupJob::QSequentialAnimationGroupJob| Name: | QSequentialAnimationGroupJob::QSequentialAnimationGroupJob | | Prototype: | QSequentialAnimationGroupJob::QSequentialAnimationGroupJob() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qsequentialanimationgroupjob.cpp | | Lines: | 46-51 |
| | 2 | 1 |
QSG_RASTER_LOG_TIME_RENDERLOOP| Name: | QSG_RASTER_LOG_TIME_RENDERLOOP | | Prototype: | const QLoggingCategory &QSG_RASTER_LOG_TIME_RENDERLOOP() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/adaptations/software/qsgsoftwarecontext.cpp | | Lines: | 72-72 |
| | 1 | 1 |
QSG_LOG_TIME_TEXTURE| Name: | QSG_LOG_TIME_TEXTURE | | Prototype: | const QLoggingCategory &QSG_LOG_TIME_TEXTURE() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/qsgcontext.cpp | | Lines: | 93-93 |
| | 1 | 1 |
QSG_LOG_TIME_RENDERLOOP| Name: | QSG_LOG_TIME_RENDERLOOP | | Prototype: | const QLoggingCategory &QSG_LOG_TIME_RENDERLOOP() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/qsgcontext.cpp | | Lines: | 90-90 |
| | 1 | 1 |
QSG_LOG_TIME_RENDERER| Name: | QSG_LOG_TIME_RENDERER | | Prototype: | const QLoggingCategory &QSG_LOG_TIME_RENDERER() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/qsgcontext.cpp | | Lines: | 99-99 |
| | 1 | 1 |
QSG_LOG_TIME_GLYPH| Name: | QSG_LOG_TIME_GLYPH | | Prototype: | const QLoggingCategory &QSG_LOG_TIME_GLYPH() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/qsgcontext.cpp | | Lines: | 96-96 |
| | 1 | 1 |
QSG_LOG_TIME_COMPILATION| Name: | QSG_LOG_TIME_COMPILATION | | Prototype: | const QLoggingCategory &QSG_LOG_TIME_COMPILATION() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/qsgcontext.cpp | | Lines: | 87-87 |
| | 1 | 1 |
QSG_LOG_RENDERLOOP| Name: | QSG_LOG_RENDERLOOP | | Prototype: | const QLoggingCategory &QSG_LOG_RENDERLOOP() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/qsgcontext.cpp | | Lines: | 83-83 |
| | 1 | 1 |
QSG_LOG_INFO| Name: | QSG_LOG_INFO | | Prototype: | const QLoggingCategory &QSG_LOG_INFO() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/qsgcontext.cpp | | Lines: | 79-79 |
| | 1 | 1 |
QSGVisitableNode::QSGVisitableNode [qsgadaptationlayer_p.h #1]| Name: | QSGVisitableNode::QSGVisitableNode [qsgadaptationlayer_p.h #1] | | Prototype: | QSGVisitableNode() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/qsgadaptationlayer_p.h #1 | | Lines: | 127-127 |
| | 1 | 1 |
QSGVertexColorMaterialShader::initialize| Name: | QSGVertexColorMaterialShader::initialize | | Prototype: | void QSGVertexColorMaterialShader::initialize() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgvertexcolormaterial.cpp | | Lines: | 93-99 |
| | 2 | 1 |
QSGVertexColorMaterialShader::attributeNames| Name: | QSGVertexColorMaterialShader::attributeNames | | Prototype: | char const *const *QSGVertexColorMaterialShader::attributeNames() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgvertexcolormaterial.cpp | | Lines: | 87-91 |
| | 1 | 1 |
QSGVertexColorMaterialShader::QSGVertexColorMaterialShader| Name: | QSGVertexColorMaterialShader::QSGVertexColorMaterialShader | | Prototype: | QSGVertexColorMaterialShader::QSGVertexColorMaterialShader() | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgvertexcolormaterial.cpp | | Lines: | 66-72 |
| | 2 | 1 |
QSGVertexColorMaterial::type| Name: | QSGVertexColorMaterial::type | | Prototype: | QSGMaterialType *QSGVertexColorMaterial::type() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgvertexcolormaterial.cpp | | Lines: | 159-162 |
| | 1 | 1 |
QSGVertexColorMaterial::createShader| Name: | QSGVertexColorMaterial::createShader | | Prototype: | QSGMaterialShader *QSGVertexColorMaterial::createShader() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgvertexcolormaterial.cpp | | Lines: | 170-173 |
| | 1 | 1 |
QSGVertexColorMaterial::compare| Name: | QSGVertexColorMaterial::compare | | Prototype: | int QSGVertexColorMaterial::compare(const QSGMaterial * ) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgvertexcolormaterial.cpp | | Lines: | 150-153 |
| | 1 | 1 |
QSGVertexColorMaterial::QSGVertexColorMaterial| Name: | QSGVertexColorMaterial::QSGVertexColorMaterial | | Prototype: | QSGVertexColorMaterial::QSGVertexColorMaterial() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgvertexcolormaterial.cpp | | Lines: | 135-138 |
| | 1 | 1 |
QSGTransformNode::setMatrix| Name: | QSGTransformNode::setMatrix | | Prototype: | void QSGTransformNode::setMatrix(const QMatrix4x4 &matrix) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/coreapi/qsgnode.cpp | | Lines: | 1200-1204 |
| | 2 | 1 |
QSGTransformNode::setCombinedMatrix| Name: | QSGTransformNode::setCombinedMatrix | | Prototype: | void QSGTransformNode::setCombinedMatrix(const QMatrix4x4 &matrix) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/coreapi/qsgnode.cpp | | Lines: | 1226-1229 |
| | 1 | 1 |
QSGTransformNode::matrix| Name: | QSGTransformNode::matrix | | Prototype: | const QMatrix4x4 &matrix() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/coreapi/qsgnode.h | | Lines: | 283-283 |
| | 1 | 1 |
QSGTransformNode::combinedMatrix| Name: | QSGTransformNode::combinedMatrix | | Prototype: | const QMatrix4x4 &combinedMatrix() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/coreapi/qsgnode.h | | Lines: | 286-286 |
| | 1 | 1 |
QSGTransformNode::QSGTransformNode| Name: | QSGTransformNode::QSGTransformNode | | Prototype: | QSGTransformNode::QSGTransformNode() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/coreapi/qsgnode.cpp | | Lines: | 1171-1174 |
| | 2 | 1 |
QSGTextureReader::~QSGTextureReader| Name: | QSGTextureReader::~QSGTextureReader | | Prototype: | QSGTextureReader::~QSGTextureReader() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgtexturereader.cpp | | Lines: | 60-63 |
| | 1 | 1 |
QSGTextureReader::supportedFileFormats::[lambda]| Name: | QSGTextureReader::supportedFileFormats::[lambda] | | Prototype: | []() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgtexturereader.cpp | | Lines: | 105-105 |
| | 0 | 1 |
QSGTextureReader::supportedFileFormats| Name: | QSGTextureReader::supportedFileFormats | | Prototype: | QList<QByteArray> QSGTextureReader::supportedFileFormats() | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgtexturereader.cpp | | Lines: | 102-106 |
| | 0 | 3 |
QSGTextureReader::QSGTextureReader| Name: | QSGTextureReader::QSGTextureReader | | Prototype: | QSGTextureReader::QSGTextureReader(QIODevice *device, const QString &fileName) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgtexturereader.cpp | | Lines: | 55-58 |
| | 2 | 1 |
QSGTextureProvider::textureChanged| Name: | QSGTextureProvider::textureChanged | | Prototype: | void QSGTextureProvider::textureChanged() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/.moc/moc_qsgtextureprovider.cpp | | Lines: | 124-127 |
| | 1 | 1 |
QSGTexturePrivate::QSGTexturePrivate| Name: | QSGTexturePrivate::QSGTexturePrivate | | Prototype: | QSGTexturePrivate::QSGTexturePrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgtexture.cpp | | Lines: | 100-110 |
| | 2 | 1 |
QSGTextureMaterialShader::updateState| Name: | QSGTextureMaterialShader::updateState | | Prototype: | void QSGTextureMaterialShader::updateState(const RenderState &state, QSGMaterial *newEffect, QSGMaterial *oldEffect) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgtexturematerial.cpp | | Lines: | 398-406 |
| | 4 | 2 |
QSGTextureMaterialShader::initialize| Name: | QSGTextureMaterialShader::initialize | | Prototype: | void QSGTextureMaterialShader::initialize() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgtexturematerial.cpp | | Lines: | 408-414 |
| | 2 | 1 |
QSGTextureMaterialShader::QSGTextureMaterialShader| Name: | QSGTextureMaterialShader::QSGTextureMaterialShader | | Prototype: | QSGTextureMaterialShader::QSGTextureMaterialShader() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgtexturematerial.cpp | | Lines: | 390-396 |
| | 1 | 1 |
QSGTextureMaterial::type| Name: | QSGTextureMaterial::type | | Prototype: | QSGMaterialType *QSGTextureMaterial::type() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgtexturematerial.cpp | | Lines: | 374-377 |
| | 1 | 1 |
QSGTextureMaterial::createShader| Name: | QSGTextureMaterial::createShader | | Prototype: | QSGMaterialShader *QSGTextureMaterial::createShader() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgtexturematerial.cpp | | Lines: | 385-388 |
| | 1 | 1 |
QSGTextureFileHandler::logName| Name: | QSGTextureFileHandler::logName | | Prototype: | QByteArray logName() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/compressedtexture/qsgtexturefilehandler_p.h | | Lines: | 74-74 |
| | 1 | 1 |
QSGTextureFileHandler::device| Name: | QSGTextureFileHandler::device | | Prototype: | QIODevice *device() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/compressedtexture/qsgtexturefilehandler_p.h | | Lines: | 73-73 |
| | 1 | 1 |
QSGTexture::updateBindOptions::[lambda]| Name: | QSGTexture::updateBindOptions::[lambda] | | Prototype: | []() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgtexture.cpp | | Lines: | 606-606 |
| | 0 | 1 |
QSGTexture::setVerticalWrapMode| Name: | QSGTexture::setVerticalWrapMode | | Prototype: | void QSGTexture::setVerticalWrapMode(WrapMode vwrap) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgtexture.cpp | | Lines: | 556-563 |
| | 4 | 2 |
QSGTexture::setMipmapFiltering| Name: | QSGTexture::setMipmapFiltering | | Prototype: | void QSGTexture::setMipmapFiltering(Filtering filter) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgtexture.cpp | | Lines: | 465-472 |
| | 4 | 2 |
QSGTexture::setHorizontalWrapMode| Name: | QSGTexture::setHorizontalWrapMode | | Prototype: | void QSGTexture::setHorizontalWrapMode(WrapMode hwrap) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgtexture.cpp | | Lines: | 534-541 |
| | 4 | 2 |