Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QSmoothedAnimation::updateStateName: | 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 |
QSmoothedAnimationTimer::QSmoothedAnimationTimerName: | 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 |
QSmoothedAnimationTimer::stopAnimationName: | 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 |
QSpringAnimation::QSpringAnimationName: | 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 |
QSpringAnimation::clearTemplateName: | 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::durationName: | 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::initName: | 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::updateStateName: | 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 |
QStringHash::ConstIterator::ConstIteratorName: | 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 |
QStringHash::ConstIterator::keyName: | 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::nodeName: | 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::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::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> 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::valueName: | 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::NewedNode::NewedNodeName: | 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::Node::NodeName: | 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::QStringHashName: | 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::QStringHashName: | 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::ReservedNodePool::ReservedNodePoolName: | 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::ReservedNodePool::~ReservedNodePoolName: | 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::beginName: | 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::clearName: | 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::containsName: | 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::copyName: | 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::copyNodeName: | 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::countName: | 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::createNodeName: | 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::endName: | 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::findName: | 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::findNodeName: | 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::initializeNodeName: | 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::initializeNodeName: | 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::insertNodeName: | 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::isEmptyName: | 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::iterateFirstName: | 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::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::valueName: | 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::valueName: | 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::~QStringHashName: | 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 |
QStringHashBase::hashOfName: | 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::hashOfName: | 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::hashOfName: | 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::hashOfName: | 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 |
QStringHashBase::hashedStringName: | QStringHashBase::hashedString | Prototype: | static HashedForm<QString>::Type hashedString(const QString &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: | 319-319 |
| | 1 | 1 |
QStringHashBase::hashedStringName: | QStringHashBase::hashedString | Prototype: | static HashedForm<QStringRef>::Type hashedString(const QStringRef &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: | 320-320 |
| | 1 | 1 |
QStringHashBase::hashedStringName: | 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::hashedStringName: | 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::hashedStringName: | 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::hashedStringName: | 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::hashedStringName: | 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::hashedStringName: | 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 |
QStringHashData::rehashNodeName: | QStringHashData::rehashNode | Prototype: | void QStringHashData::rehashNode(QStringHashNode **newBuckets, int nb, QStringHashNode *node) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring.cpp | Lines: | 108-117 |
| | 6 | 2 |
QStringHashNode::QStringHashNodeName: | QStringHashNode::QStringHashNode | Prototype: | QStringHashNode() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 181-184 |
| | 2 | 1 |
QStringHashNode::QStringHashNodeName: | QStringHashNode::QStringHashNode | Prototype: | QStringHashNode(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: | 186-192 |
| | 3 | 1 |
QStringHashNode::cStrDataName: | QStringHashNode::cStrData | Prototype: | inline char *cStrData() 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: | 233-233 |
| | 1 | 1 |
QStringHashNode::equalsName: | QStringHashNode::equals | Prototype: | inline bool equals(const QV4::String *string) const | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 248-259 |
| | 8 | 3 |
QStringHashNode::equalsName: | QStringHashNode::equals | Prototype: | inline bool equals(const QHashedStringRef &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: | 261-266 |
| | 4 | 1 |
QStringHashNode::equalsName: | QStringHashNode::equals | Prototype: | inline bool equals(const QHashedCStringRef &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: | 268-273 |
| | 4 | 1 |
QStringHashNode::isQStringName: | QStringHashNode::isQString | Prototype: | bool isQString() 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: | 230-230 |
| | 1 | 1 |
QStringHashNode::utf16DataName: | QStringHashNode::utf16Data | Prototype: | inline quint16 *utf16Data() 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: | 234-234 |
| | 1 | 1 |
QStringHashNode::~QStringHashNodeName: | QStringHashNode::~QStringHashNode | Prototype: | ~QStringHashNode() | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 206-209 |
| | 1 | 3 |
QStringMultiHash::insertName: | QStringMultiHash::insert | Prototype: | template<class T> template<class K> void QStringMultiHash<T>::insert(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: | 993-999 |
| | 1 | 1 |
QTestRootObject::QTestRootObjectName: | QTestRootObject::QTestRootObject | Prototype: | QTestRootObject(QObject *parent = nullptr) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qmltest/quicktest.cpp | Lines: | 82-88 |
| | 1 | 1 |
QTestRootObject::hasTestCaseChangedName: | QTestRootObject::hasTestCaseChanged | Prototype: | void QTestRootObject::hasTestCaseChanged() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qmltest/.moc/quicktest.moc | Lines: | 202-205 |
| | 1 | 1 |
QTestRootObject::initName: | QTestRootObject::init | Prototype: | void init() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qmltest/quicktest.cpp | Lines: | 107-107 |
| | 1 | 1 |
QTestRootObject::instanceName: | QTestRootObject::instance | Prototype: | static QTestRootObject *instance() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qmltest/quicktest.cpp | Lines: | 90-97 |
| | 3 | 2 |
QTestRootObject::quitName: | QTestRootObject::quit | Prototype: | void quit() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qmltest/quicktest.cpp | Lines: | 114-114 |
| | 1 | 1 |
QTestRootObject::setHasTestCaseName: | QTestRootObject::setHasTestCase | Prototype: | void setHasTestCase(bool value) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qmltest/quicktest.cpp | Lines: | 101-101 |
| | 1 | 1 |
QTestRootObject::setWindowShownName: | QTestRootObject::setWindowShown | Prototype: | void setWindowShown(bool value) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qmltest/quicktest.cpp | Lines: | 104-104 |
| | 1 | 1 |
QTestRootObject::windowShownName: | QTestRootObject::windowShown | Prototype: | bool windowShown() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qmltest/quicktest.cpp | Lines: | 103-103 |
| | 1 | 1 |
QTestRootObject::windowShownChangedName: | QTestRootObject::windowShownChanged | Prototype: | void QTestRootObject::windowShownChanged() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qmltest/.moc/quicktest.moc | Lines: | 196-199 |
| | 1 | 1 |
QTickAnimationProxy::QTickAnimationProxyName: | QTickAnimationProxy::QTickAnimationProxy | Prototype: | QTickAnimationProxy(T *instance) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickanimation_p_p.h | Lines: | 164-164 |
| | 1 | 1 |
QTickAnimationProxy::durationName: | QTickAnimationProxy::duration | Prototype: | int duration() const override | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickanimation_p_p.h | Lines: | 165-165 |
| | 1 | 1 |
QTickAnimationProxy::updateCurrentTimeName: | QTickAnimationProxy::updateCurrentTime | Prototype: | void updateCurrentTime(int msec) override | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickanimation_p_p.h | Lines: | 167-167 |
| | 1 | 1 |
QV4::ArgumentsGetterFunction::dName: | QV4::ArgumentsGetterFunction::d | Prototype: | QV4::Heap::ArgumentsGetterFunction *d() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4argumentsobject_p.h | Lines: | 109-109 |
| | 1 | 1 |
QV4::ArgumentsGetterFunction::d_uncheckedName: | QV4::ArgumentsGetterFunction::d_unchecked | Prototype: | QV4::Heap::ArgumentsGetterFunction *d_unchecked() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4argumentsobject_p.h | Lines: | 109-109 |
| | 1 | 1 |
QV4::ArgumentsGetterFunction::indexName: | QV4::ArgumentsGetterFunction::index | Prototype: | uint index() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4argumentsobject_p.h | Lines: | 111-111 |
| | 1 | 1 |
QV4::ArgumentsGetterFunction::staticVTableName: | QV4::ArgumentsGetterFunction::staticVTable | Prototype: | static inline const QV4::VTable *staticVTable() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4argumentsobject_p.h | Lines: | 109-109 |
| | 1 | 1 |
QV4::ArgumentsObject::contextName: | QV4::ArgumentsObject::context | Prototype: | Heap::CallContext *context() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4argumentsobject_p.h | Lines: | 142-142 |
| | 1 | 1 |
QV4::ArgumentsObject::dName: | QV4::ArgumentsObject::d | Prototype: | QV4::Heap::ArgumentsObject *d() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4argumentsobject_p.h | Lines: | 139-139 |
| | 1 | 1 |
QV4::ArgumentsObject::d_uncheckedName: | QV4::ArgumentsObject::d_unchecked | Prototype: | QV4::Heap::ArgumentsObject *d_unchecked() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4argumentsobject_p.h | Lines: | 139-139 |
| | 1 | 1 |
QV4::ArgumentsObject::fullyCreatedName: | QV4::ArgumentsObject::fullyCreated | Prototype: | bool fullyCreated() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4argumentsobject_p.h | Lines: | 143-143 |
| | 1 | 1 |
QV4::ArgumentsObject::isNonStrictArgumentsObjectName: | QV4::ArgumentsObject::isNonStrictArgumentsObject | Prototype: | static bool isNonStrictArgumentsObject(Managed *m) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4argumentsobject_p.h | Lines: | 145-147 |
| | 1 | 1 |
QV4::ArgumentsObject::qt_check_for_QMANAGED_macroName: | QV4::ArgumentsObject::qt_check_for_QMANAGED_macro | Prototype: | template <typename Type> inline void qt_check_for_QMANAGED_macro(const Type *_q_argument) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4argumentsobject_p.h | Lines: | 139-139 |
| | 1 | 1 |
QV4::ArgumentsObject::staticVTableName: | QV4::ArgumentsObject::staticVTable | Prototype: | static inline const QV4::VTable *staticVTable() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4argumentsobject_p.h | Lines: | 139-139 |
| | 1 | 1 |
QV4::ArgumentsSetterFunction::dName: | QV4::ArgumentsSetterFunction::d | Prototype: | QV4::Heap::ArgumentsSetterFunction *d() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4argumentsobject_p.h | Lines: | 124-124 |
| | 1 | 1 |
QV4::ArgumentsSetterFunction::d_uncheckedName: | QV4::ArgumentsSetterFunction::d_unchecked | Prototype: | QV4::Heap::ArgumentsSetterFunction *d_unchecked() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4argumentsobject_p.h | Lines: | 124-124 |
| | 1 | 1 |
QV4::ArgumentsSetterFunction::indexName: | QV4::ArgumentsSetterFunction::index | Prototype: | uint index() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4argumentsobject_p.h | Lines: | 126-126 |
| | 1 | 1 |
QV4::ArgumentsSetterFunction::staticVTableName: | QV4::ArgumentsSetterFunction::staticVTable | Prototype: | static inline const QV4::VTable *staticVTable() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4argumentsobject_p.h | Lines: | 124-124 |
| | 1 | 1 |
QV4::ArrayBuffer::byteLengthName: | QV4::ArrayBuffer::byteLength | Prototype: | uint byteLength() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4arraybuffer_p.h | Lines: | 95-95 |
| | 1 | 1 |
QV4::ArrayBuffer::dName: | QV4::ArrayBuffer::d | Prototype: | QV4::Heap::ArrayBuffer *d() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4arraybuffer_p.h | Lines: | 90-90 |
| | 1 | 1 |
QV4::ArrayBuffer::d_uncheckedName: | QV4::ArrayBuffer::d_unchecked | Prototype: | QV4::Heap::ArrayBuffer *d_unchecked() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4arraybuffer_p.h | Lines: | 90-90 |
| | 1 | 1 |
QV4::ArrayBuffer::defaultPrototypeName: | QV4::ArrayBuffer::defaultPrototype | Prototype: | static QV4::Object *defaultPrototype(QV4::ExecutionEngine *e) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4arraybuffer_p.h | Lines: | 92-92 |
| | 1 | 1 |
QV4::ArrayBuffer::qt_check_for_QMANAGED_macroName: | QV4::ArrayBuffer::qt_check_for_QMANAGED_macro | Prototype: | template <typename Type> inline void qt_check_for_QMANAGED_macro(const Type *_q_argument) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4arraybuffer_p.h | Lines: | 90-90 |
| | 1 | 1 |
QV4::ArrayBuffer::staticVTableName: | QV4::ArrayBuffer::staticVTable | Prototype: | static inline const QV4::VTable *staticVTable() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4arraybuffer_p.h | Lines: | 90-90 |
| | 1 | 1 |
QV4::ArrayBuffer::virtualDestroyName: | QV4::ArrayBuffer::virtualDestroy | Prototype: | static void virtualDestroy(QV4::Heap::Base *b) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4arraybuffer_p.h | Lines: | 91-91 |
| | 1 | 1 |
QV4::ArrayBufferCtor::dName: | QV4::ArrayBufferCtor::d | Prototype: | QV4::Heap::ArrayBufferCtor *d() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4arraybuffer_p.h | Lines: | 79-79 |
| | 1 | 1 |
QV4::ArrayBufferCtor::d_uncheckedName: | QV4::ArrayBufferCtor::d_unchecked | Prototype: | QV4::Heap::ArrayBufferCtor *d_unchecked() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4arraybuffer_p.h | Lines: | 79-79 |
| | 1 | 1 |
QV4::ArrayBufferCtor::staticVTableName: | QV4::ArrayBufferCtor::staticVTable | Prototype: | static inline const QV4::VTable *staticVTable() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4arraybuffer_p.h | Lines: | 79-79 |
| | 1 | 1 |