Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QStringHash::insertName: | QStringHash::insert | Prototype: | template<class T> template<class K> void QStringHash<T>::insert(const K &key, const T &value) | Coverage: | 83.333% (5/6) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 814-823 |
| | 3 | 2 |
QStringHash::insertName: | QStringHash::insert | Prototype: | template<class T> void QStringHash<T>::insert(const ConstIterator &iter) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 825-829 |
| | 1 | 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::isLinkedName: | QStringHash::isLinked | Prototype: | template<class T> bool QStringHash<T>::isLinked() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 605-609 |
| | 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::iterateNextName: | QStringHash::iterateNext | Prototype: | template<class T> QStringHashData::IteratorData QStringHash<T>::iterateNext(const QStringHashData::IteratorData &d) | Coverage: | 75.000% (18/24) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 703-730 |
| | 17 | 5 |
QStringHash::iteratorName: | QStringHash::iterator | Prototype: | template<class T> typename QStringHash<T>::ConstIterator QStringHash<T>::iterator(Node *n) const | Coverage: | 78.261% (18/23) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 750-782 |
| | 15 | 7 |
QStringHash::linkAndReserveName: | QStringHash::linkAndReserve | Prototype: | template<class T> void QStringHash<T>::linkAndReserve(const QStringHash<T> &other, int additionalReserve) | Coverage: | 90.000% (9/10) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 512-545 |
| | 17 | 4 |
QStringHash::numBucketsName: | QStringHash::numBuckets | Prototype: | template<class T> int QStringHash<T>::numBuckets() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 599-603 |
| | 1 | 1 |
QStringHash::operator=Name: | QStringHash::operator= | Prototype: | template<class T> QStringHash<T> &QStringHash<T>::operator=(const QStringHash<T> &other) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 487-501 |
| | 8 | 2 |
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::reserveName: | QStringHash::reserve | Prototype: | template<class T> void QStringHash<T>::reserve(int n) | Coverage: | 83.333% (5/6) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 882-894 |
| | 7 | 2 |
QStringHash::takeNodeName: | QStringHash::takeNode | Prototype: | template<class T> template<class K> typename QStringHash<T>::Node *QStringHash<T>::takeNode(const K &key, const T &value) | Coverage: | 83.333% (5/6) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 629-644 |
| | 9 | 2 |
QStringHash::takeNodeName: | QStringHash::takeNode | Prototype: | template<class T> typename QStringHash<T>::Node *QStringHash<T>::takeNode(const Node &o) | Coverage: | 70.000% (7/10) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 646-669 |
| | 16 | 3 |
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 ConstIterator &iter) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 852-857 |
| | 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 |
QStringHashBase::toQStringName: | QStringHashBase::toQString | Prototype: | static const QString &toQString(const QString &s) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 329-329 |
| | 1 | 1 |
QStringHashBase::toQStringName: | QStringHashBase::toQString | Prototype: | static const QString &toQString(const QHashedString &s) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 330-330 |
| | 1 | 1 |
QStringHashBase::toQStringName: | QStringHashBase::toQString | Prototype: | static QString toQString(const QV4::String *s) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 331-331 |
| | 1 | 1 |
QStringHashBase::toQStringName: | QStringHashBase::toQString | Prototype: | static QString toQString(const QHashedStringRef &s) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 332-332 |
| | 1 | 1 |
QStringHashBase::toQStringName: | QStringHashBase::toQString | Prototype: | static QString toQString(const QLatin1String &s) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 334-334 |
| | 1 | 1 |
QStringHashBase::toQStringName: | QStringHashBase::toQString | Prototype: | static QString toQString(const QHashedCStringRef &s) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 335-335 |
| | 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 |
QStringHashData::rehashToBitsName: | QStringHashData::rehashToBits | Prototype: | void QStringHashData::rehashToBits(short bits) | Coverage: | 91.667% (11/12) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring.cpp | Lines: | 79-106 |
| | 13 | 4 |
QStringHashData::rehashToSizeName: | QStringHashData::rehashToSize | Prototype: | void QStringHashData::rehashToSize(int size) | Coverage: | 85.714% (6/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring.cpp | Lines: | 70-77 |
| | 4 | 3 |
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::QStringHashNodeName: | QStringHashNode::QStringHashNode | Prototype: | QStringHashNode(const QHashedCStringRef &key) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 194-197 |
| | 2 | 1 |
QStringHashNode::QStringHashNodeName: | QStringHashNode::QStringHashNode | Prototype: | QStringHashNode(const QStringHashNode &o) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 199-204 |
| | 2 | 2 |
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::Value &string) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 236-246 |
| | 7 | 2 |
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::keyName: | QStringHashNode::key | Prototype: | inline QHashedString key() const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 222-228 |
| | 3 | 2 |
QStringHashNode::setQStringName: | QStringHashNode::setQString | Prototype: | void setQString(bool v) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 231-231 |
| | 1 | 2 |
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::findNextName: | QStringMultiHash::findNext | Prototype: | template<class T> typename QStringHash<T>::ConstIterator QStringMultiHash<T>::findNext(const ConstIterator &iter) const | Coverage: | 90.000% (9/10) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 1008-1023 |
| | 7 | 4 |
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 |
QStringMultiHash::insertName: | QStringMultiHash::insert | Prototype: | template<class T> void QStringMultiHash<T>::insert(const ConstIterator &iter) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | Lines: | 1001-1006 |
| | 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::definedName: | QTestRootObject::defined | Prototype: | QQmlPropertyMap *defined() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qmltest/quicktest.cpp | Lines: | 105-105 |
| | 1 | 1 |
QTestRootObject::hasTestCaseName: | QTestRootObject::hasTestCase | Prototype: | bool hasTestCase() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qmltest/quicktest.cpp | Lines: | 100-100 |
| | 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::__dataTestName: | QV4::ArgumentsGetterFunction::__dataTest | Prototype: | void __dataTest() | Coverage: | 0.000% (0/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::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::qt_check_for_QMANAGED_macroName: | QV4::ArgumentsGetterFunction::qt_check_for_QMANAGED_macro | Prototype: | template <typename Type> inline void qt_check_for_QMANAGED_macro(const Type *_q_argument) const | Coverage: | 0.000% (0/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::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::__dataTestName: | QV4::ArgumentsObject::__dataTest | Prototype: | void __dataTest() | Coverage: | 0.000% (0/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::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::__dataTestName: | QV4::ArgumentsSetterFunction::__dataTest | Prototype: | void __dataTest() | Coverage: | 0.000% (0/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::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::qt_check_for_QMANAGED_macroName: | QV4::ArgumentsSetterFunction::qt_check_for_QMANAGED_macro | Prototype: | template <typename Type> inline void qt_check_for_QMANAGED_macro(const Type *_q_argument) const | Coverage: | 0.000% (0/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::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::__dataTestName: | QV4::ArrayBuffer::__dataTest | Prototype: | void __dataTest() | Coverage: | 0.000% (0/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::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::constDataName: | QV4::ArrayBuffer::constData | Prototype: | const char *constData() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4arraybuffer_p.h | Lines: | 97-97 |
| | 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::dataName: | QV4::ArrayBuffer::data | Prototype: | char *data() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4arraybuffer_p.h | Lines: | 96-96 |
| | 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 |