| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QV4::SparseArray::root| Name: | QV4::SparseArray::root | | Prototype: | SparseArrayNode *root() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4sparsearray_p.h | | Lines: | 168-168 |
| | 1 | 1 |
QV4::SparseArrayData::__dataTest| Name: | QV4::SparseArrayData::__dataTest | | Prototype: | void __dataTest() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4arraydata_p.h | | Lines: | 246-246 |
| | 1 | 1 |
QV4::SparseArrayData::d| Name: | QV4::SparseArrayData::d | | Prototype: | const Data *d() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4arraydata_p.h | | Lines: | 246-246 |
| | 1 | 1 |
QV4::SparseArrayData::d| Name: | QV4::SparseArrayData::d | | Prototype: | Data *d() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4arraydata_p.h | | Lines: | 246-246 |
| | 1 | 1 |
QV4::SparseArrayData::defaultInternalClass| Name: | QV4::SparseArrayData::defaultInternalClass | | Prototype: | static Heap::InternalClass *defaultInternalClass(QV4::EngineBase *e) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4arraydata_p.h | | Lines: | 247-247 |
| | 1 | 1 |
QV4::SparseArrayData::mappedIndex| Name: | QV4::SparseArrayData::mappedIndex | | Prototype: | uint mappedIndex(uint index) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4arraydata_p.h | | Lines: | 256-256 |
| | 1 | 1 |
QV4::SparseArrayData::qt_check_for_QMANAGED_macro| Name: | QV4::SparseArrayData::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/qv4arraydata_p.h | | Lines: | 246-246 |
| | 1 | 1 |
QV4::SparseArrayData::setSparse| Name: | QV4::SparseArrayData::setSparse | | Prototype: | void setSparse(SparseArray *s) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4arraydata_p.h | | Lines: | 251-251 |
| | 1 | 1 |
QV4::SparseArrayData::sparse| Name: | QV4::SparseArrayData::sparse | | Prototype: | SparseArray *sparse() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4arraydata_p.h | | Lines: | 250-250 |
| | 1 | 1 |
QV4::SparseArrayData::staticVTable| Name: | QV4::SparseArrayData::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/qv4arraydata_p.h | | Lines: | 246-246 |
| | 1 | 1 |
QV4::SparseArrayData::virtualDestroy| Name: | QV4::SparseArrayData::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/qv4arraydata_p.h | | Lines: | 248-248 |
| | 1 | 1 |
QV4::SparseArrayNode::color| Name: | QV4::SparseArrayNode::color | | Prototype: | Color color() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4sparsearray_p.h | | Lines: | 87-87 |
| | 1 | 1 |
QV4::SparseArrayNode::nextNode| Name: | QV4::SparseArrayNode::nextNode | | Prototype: | SparseArrayNode *nextNode() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4sparsearray_p.h | | Lines: | 83-83 |
| | 1 | 1 |
QV4::SparseArrayNode::parent| Name: | QV4::SparseArrayNode::parent | | Prototype: | SparseArrayNode *parent() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4sparsearray_p.h | | Lines: | 89-89 |
| | 1 | 1 |
QV4::SparseArrayNode::previousNode| Name: | QV4::SparseArrayNode::previousNode | | Prototype: | SparseArrayNode *previousNode() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4sparsearray_p.h | | Lines: | 85-85 |
| | 1 | 1 |
QV4::SparseArrayNode::setColor| Name: | QV4::SparseArrayNode::setColor | | Prototype: | void setColor(Color c) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4sparsearray_p.h | | Lines: | 88-88 |
| | 1 | 2 |
QV4::SparseArrayNode::setParent| Name: | QV4::SparseArrayNode::setParent | | Prototype: | void setParent(SparseArrayNode *pp) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4sparsearray_p.h | | Lines: | 90-90 |
| | 1 | 1 |
QV4::StrictArgumentsObject::__dataTest| Name: | QV4::StrictArgumentsObject::__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: | 161-161 |
| | 1 | 1 |
QV4::StrictArgumentsObject::d| Name: | QV4::StrictArgumentsObject::d | | Prototype: | QV4::Heap::StrictArgumentsObject *d() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4argumentsobject_p.h | | Lines: | 161-161 |
| | 1 | 1 |
QV4::StrictArgumentsObject::d_unchecked| Name: | QV4::StrictArgumentsObject::d_unchecked | | Prototype: | QV4::Heap::StrictArgumentsObject *d_unchecked() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4argumentsobject_p.h | | Lines: | 161-161 |
| | 1 | 1 |
QV4::StrictArgumentsObject::qt_check_for_QMANAGED_macro| Name: | QV4::StrictArgumentsObject::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: | 161-161 |
| | 1 | 1 |
QV4::StrictArgumentsObject::staticVTable| Name: | QV4::StrictArgumentsObject::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: | 161-161 |
| | 1 | 1 |
QV4::String::__dataTest [qv4string_p.h #1]| Name: | QV4::String::__dataTest [qv4string_p.h #1] | | Prototype: | void __dataTest() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4string_p.h #1 | | Lines: | 191-191 |
| | 1 | 1 |
QV4::String::compare [qv4string_p.h #1]| Name: | QV4::String::compare [qv4string_p.h #1] | | Prototype: | inline bool compare(const String *other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4string_p.h #1 | | Lines: | 209-211 |
| | 1 | 1 |
QV4::String::d [qv4string_p.h #1]| Name: | QV4::String::d [qv4string_p.h #1] | | Prototype: | QV4::Heap::String *d() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4string_p.h #1 | | Lines: | 191-191 |
| | 1 | 1 |
QV4::String::d_unchecked [qv4string_p.h #1]| Name: | QV4::String::d_unchecked [qv4string_p.h #1] | | Prototype: | QV4::Heap::String *d_unchecked() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4string_p.h #1 | | Lines: | 191-191 |
| | 1 | 1 |
QV4::String::defaultInternalClass [qv4string_p.h #1]| Name: | QV4::String::defaultInternalClass [qv4string_p.h #1] | | Prototype: | static Heap::InternalClass *defaultInternalClass(QV4::EngineBase *e) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4string_p.h #1 | | Lines: | 193-193 |
| | 1 | 1 |
QV4::String::equals [qv4string_p.h #1]| Name: | QV4::String::equals [qv4string_p.h #1] | | Prototype: | bool equals(String *other) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4string_p.h #1 | | Lines: | 202-204 |
| | 1 | 1 |
QV4::String::hashValue [qv4string_p.h #1]| Name: | QV4::String::hashValue [qv4string_p.h #1] | | Prototype: | inline unsigned hashValue() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4string_p.h #1 | | Lines: | 217-219 |
| | 1 | 1 |
QV4::String::isEqualTo [qv4string_p.h #1]| Name: | QV4::String::isEqualTo [qv4string_p.h #1] | | Prototype: | inline bool isEqualTo(const String *other) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4string_p.h #1 | | Lines: | 205-207 |
| | 1 | 1 |
QV4::String::qt_check_for_QMANAGED_macro [qv4string_p.h #1]| Name: | QV4::String::qt_check_for_QMANAGED_macro [qv4string_p.h #1] | | 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/qv4string_p.h #1 | | Lines: | 191-191 |
| | 1 | 1 |
QV4::String::setSubtype [qv4string_p.h #1]| Name: | QV4::String::setSubtype [qv4string_p.h #1] | | Prototype: | void setSubtype(uchar subtype) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4string_p.h #1 | | Lines: | 200-200 |
| | 1 | 1 |
QV4::String::startsWithUpper [qv4string_p.h #1]| Name: | QV4::String::startsWithUpper [qv4string_p.h #1] | | Prototype: | bool startsWithUpper() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4string_p.h #1 | | Lines: | 237-237 |
| | 1 | 1 |
QV4::String::staticVTable [qv4string_p.h #1]| Name: | QV4::String::staticVTable [qv4string_p.h #1] | | 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/qv4string_p.h #1 | | Lines: | 191-191 |
| | 1 | 1 |
QV4::String::subtype [qv4string_p.h #1]| Name: | QV4::String::subtype [qv4string_p.h #1] | | Prototype: | uchar subtype() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4string_p.h #1 | | Lines: | 199-199 |
| | 1 | 1 |
QV4::String::toQString [qv4string_p.h #1]| Name: | QV4::String::toQString [qv4string_p.h #1] | | Prototype: | inline QString toQString() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4string_p.h #1 | | Lines: | 213-215 |
| | 1 | 1 |
QV4::String::toUInt [qv4string_p.h #1]| Name: | QV4::String::toUInt [qv4string_p.h #1] | | Prototype: | static inline uint toUInt(const QChar *ch) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4string_p.h #1 | | Lines: | 248-248 |
| | 1 | 1 |
QV4::String::toUInt [qv4string_p.h #1]| Name: | QV4::String::toUInt [qv4string_p.h #1] | | Prototype: | static inline uint toUInt(const char *ch) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4string_p.h #1 | | Lines: | 249-249 |
| | 1 | 1 |
QV4::String::toUInt [qv4string_p.h #2]| Name: | QV4::String::toUInt [qv4string_p.h #2] | | Prototype: | static inline uint toUInt(const QChar *ch) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4string_p.h #2 | | Lines: | 248-248 |
| | 1 | 1 |
QV4::String::toUInt [qv4string_p.h #2]| Name: | QV4::String::toUInt [qv4string_p.h #2] | | Prototype: | static inline uint toUInt(const char *ch) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4string_p.h #2 | | Lines: | 249-249 |
| | 1 | 1 |
QV4::String::virtualDestroy [qv4string_p.h #1]| Name: | QV4::String::virtualDestroy [qv4string_p.h #1] | | 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/qv4string_p.h #1 | | Lines: | 194-194 |
| | 1 | 1 |
QV4::StringCtor::__dataTest| Name: | QV4::StringCtor::__dataTest | | Prototype: | void __dataTest() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4stringobject_p.h | | Lines: | 110-110 |
| | 1 | 1 |
QV4::StringCtor::d| Name: | QV4::StringCtor::d | | Prototype: | QV4::Heap::StringCtor *d() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4stringobject_p.h | | Lines: | 110-110 |
| | 1 | 1 |
QV4::StringCtor::d_unchecked| Name: | QV4::StringCtor::d_unchecked | | Prototype: | QV4::Heap::StringCtor *d_unchecked() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4stringobject_p.h | | Lines: | 110-110 |
| | 1 | 1 |
QV4::StringCtor::qt_check_for_QMANAGED_macro| Name: | QV4::StringCtor::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/qv4stringobject_p.h | | Lines: | 110-110 |
| | 1 | 1 |
QV4::StringCtor::staticVTable| Name: | QV4::StringCtor::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/qv4stringobject_p.h | | Lines: | 110-110 |
| | 1 | 1 |
QV4::StringIteratorObject::__dataTest| Name: | QV4::StringIteratorObject::__dataTest | | Prototype: | void __dataTest() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4stringiterator_p.h | | Lines: | 90-90 |
| | 1 | 1 |
QV4::StringIteratorObject::d| Name: | QV4::StringIteratorObject::d | | Prototype: | QV4::Heap::StringIteratorObject *d() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4stringiterator_p.h | | Lines: | 90-90 |
| | 1 | 1 |
QV4::StringIteratorObject::d_unchecked| Name: | QV4::StringIteratorObject::d_unchecked | | Prototype: | QV4::Heap::StringIteratorObject *d_unchecked() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4stringiterator_p.h | | Lines: | 90-90 |
| | 1 | 1 |
QV4::StringIteratorObject::defaultPrototype| Name: | QV4::StringIteratorObject::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/qv4stringiterator_p.h | | Lines: | 92-92 |
| | 1 | 1 |
QV4::StringIteratorObject::qt_check_for_QMANAGED_macro| Name: | QV4::StringIteratorObject::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/qv4stringiterator_p.h | | Lines: | 90-90 |
| | 1 | 1 |
QV4::StringIteratorObject::staticVTable| Name: | QV4::StringIteratorObject::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/qv4stringiterator_p.h | | Lines: | 90-90 |
| | 1 | 1 |
QV4::StringIteratorPrototype::defaultPrototype| Name: | QV4::StringIteratorPrototype::defaultPrototype | | Prototype: | static QV4::Object *defaultPrototype(QV4::ExecutionEngine *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4stringiterator_p.h | | Lines: | 82-82 |
| | 1 | 1 |
QV4::StringObject::__dataTest| Name: | QV4::StringObject::__dataTest | | Prototype: | void __dataTest() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4stringobject_p.h | | Lines: | 89-89 |
| | 1 | 1 |
QV4::StringObject::d| Name: | QV4::StringObject::d | | Prototype: | QV4::Heap::StringObject *d() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4stringobject_p.h | | Lines: | 89-89 |
| | 1 | 1 |
QV4::StringObject::d_unchecked| Name: | QV4::StringObject::d_unchecked | | Prototype: | QV4::Heap::StringObject *d_unchecked() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4stringobject_p.h | | Lines: | 89-89 |
| | 1 | 1 |
QV4::StringObject::defaultInternalClass| Name: | QV4::StringObject::defaultInternalClass | | Prototype: | static Heap::InternalClass *defaultInternalClass(QV4::EngineBase *e) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4stringobject_p.h | | Lines: | 91-91 |
| | 1 | 1 |
QV4::StringObject::defaultPrototype| Name: | QV4::StringObject::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/qv4stringobject_p.h | | Lines: | 92-92 |
| | 1 | 1 |
QV4::StringObject::getIndex| Name: | QV4::StringObject::getIndex | | Prototype: | Heap::String *getIndex(uint index) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4stringobject_p.h | | Lines: | 94-96 |
| | 1 | 1 |
QV4::StringObject::length| Name: | QV4::StringObject::length | | Prototype: | uint length() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4stringobject_p.h | | Lines: | 97-99 |
| | 1 | 1 |
QV4::StringObject::qt_check_for_QMANAGED_macro| Name: | QV4::StringObject::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/qv4stringobject_p.h | | Lines: | 89-89 |
| | 1 | 1 |
QV4::StringObject::staticVTable| Name: | QV4::StringObject::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/qv4stringobject_p.h | | Lines: | 89-89 |
| | 1 | 1 |
QV4::StringOrSymbol::__dataTest [qv4string_p.h #1]| Name: | QV4::StringOrSymbol::__dataTest [qv4string_p.h #1] | | Prototype: | void __dataTest() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4string_p.h #1 | | Lines: | 171-171 |
| | 1 | 1 |
QV4::StringOrSymbol::d [qv4string_p.h #1]| Name: | QV4::StringOrSymbol::d [qv4string_p.h #1] | | Prototype: | QV4::Heap::StringOrSymbol *d() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4string_p.h #1 | | Lines: | 171-171 |
| | 1 | 1 |
QV4::StringOrSymbol::d_unchecked [qv4string_p.h #1]| Name: | QV4::StringOrSymbol::d_unchecked [qv4string_p.h #1] | | Prototype: | QV4::Heap::StringOrSymbol *d_unchecked() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4string_p.h #1 | | Lines: | 171-171 |
| | 1 | 1 |
QV4::StringOrSymbol::propertyKey [qv4string_p.h #1]| Name: | QV4::StringOrSymbol::propertyKey [qv4string_p.h #1] | | Prototype: | PropertyKey propertyKey() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4string_p.h #1 | | Lines: | 179-179 |
| | 1 | 1 |
QV4::StringOrSymbol::qt_check_for_QMANAGED_macro [qv4string_p.h #1]| Name: | QV4::StringOrSymbol::qt_check_for_QMANAGED_macro [qv4string_p.h #1] | | 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/qv4string_p.h #1 | | Lines: | 171-171 |
| | 1 | 1 |
QV4::StringOrSymbol::staticVTable [qv4string_p.h #1]| Name: | QV4::StringOrSymbol::staticVTable [qv4string_p.h #1] | | Prototype: | static inline const QV4::VTable *staticVTable() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4string_p.h #1 | | Lines: | 171-171 |
| | 1 | 1 |
QV4::StringOrSymbol::toQString [qv4string_p.h #1]| Name: | QV4::StringOrSymbol::toQString [qv4string_p.h #1] | | Prototype: | inline QString toQString() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4string_p.h #1 | | Lines: | 183-185 |
| | 1 | 1 |
QV4::StringPrototype::defaultPrototype| Name: | QV4::StringPrototype::defaultPrototype | | Prototype: | static QV4::Object *defaultPrototype(QV4::ExecutionEngine *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4stringobject_p.h | | Lines: | 121-121 |
| | 1 | 1 |
QV4::Symbol::__dataTest| Name: | QV4::Symbol::__dataTest | | Prototype: | void __dataTest() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4symbol_p.h | | Lines: | 103-103 |
| | 1 | 1 |
QV4::Symbol::d| Name: | QV4::Symbol::d | | Prototype: | QV4::Heap::Symbol *d() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4symbol_p.h | | Lines: | 103-103 |
| | 1 | 1 |
QV4::Symbol::d_unchecked| Name: | QV4::Symbol::d_unchecked | | Prototype: | QV4::Heap::Symbol *d_unchecked() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4symbol_p.h | | Lines: | 103-103 |
| | 1 | 1 |
QV4::Symbol::defaultInternalClass| Name: | QV4::Symbol::defaultInternalClass | | Prototype: | static Heap::InternalClass *defaultInternalClass(QV4::EngineBase *e) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4symbol_p.h | | Lines: | 105-105 |
| | 1 | 1 |
QV4::Symbol::qt_check_for_QMANAGED_macro| Name: | QV4::Symbol::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/qv4symbol_p.h | | Lines: | 103-103 |
| | 1 | 1 |
QV4::Symbol::staticVTable| Name: | QV4::Symbol::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/qv4symbol_p.h | | Lines: | 103-103 |
| | 1 | 1 |
QV4::Symbol::virtualDestroy| Name: | QV4::Symbol::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/qv4symbol_p.h | | Lines: | 106-106 |
| | 1 | 1 |
QV4::SymbolCtor::__dataTest| Name: | QV4::SymbolCtor::__dataTest | | Prototype: | void __dataTest() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4symbol_p.h | | Lines: | 83-83 |
| | 1 | 1 |
QV4::SymbolCtor::d| Name: | QV4::SymbolCtor::d | | Prototype: | QV4::Heap::SymbolCtor *d() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4symbol_p.h | | Lines: | 83-83 |
| | 1 | 1 |
QV4::SymbolCtor::d_unchecked| Name: | QV4::SymbolCtor::d_unchecked | | Prototype: | QV4::Heap::SymbolCtor *d_unchecked() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4symbol_p.h | | Lines: | 83-83 |
| | 1 | 1 |
QV4::SymbolCtor::qt_check_for_QMANAGED_macro| Name: | QV4::SymbolCtor::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/qv4symbol_p.h | | Lines: | 83-83 |
| | 1 | 1 |
QV4::SymbolCtor::staticVTable| Name: | QV4::SymbolCtor::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/qv4symbol_p.h | | Lines: | 83-83 |
| | 1 | 1 |
QV4::SymbolObject::__dataTest| Name: | QV4::SymbolObject::__dataTest | | Prototype: | void __dataTest() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4symbol_p.h | | Lines: | 115-115 |
| | 1 | 1 |
QV4::SymbolObject::d| Name: | QV4::SymbolObject::d | | Prototype: | QV4::Heap::SymbolObject *d() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4symbol_p.h | | Lines: | 115-115 |
| | 1 | 1 |
QV4::SymbolObject::d_unchecked| Name: | QV4::SymbolObject::d_unchecked | | Prototype: | QV4::Heap::SymbolObject *d_unchecked() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4symbol_p.h | | Lines: | 115-115 |
| | 1 | 1 |
QV4::SymbolObject::defaultInternalClass| Name: | QV4::SymbolObject::defaultInternalClass | | Prototype: | static Heap::InternalClass *defaultInternalClass(QV4::EngineBase *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4symbol_p.h | | Lines: | 117-117 |
| | 1 | 1 |
QV4::SymbolObject::defaultPrototype| Name: | QV4::SymbolObject::defaultPrototype | | Prototype: | static QV4::Object *defaultPrototype(QV4::ExecutionEngine *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4symbol_p.h | | Lines: | 118-118 |
| | 1 | 1 |
QV4::SymbolObject::qt_check_for_QMANAGED_macro| Name: | QV4::SymbolObject::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/qv4symbol_p.h | | Lines: | 115-115 |
| | 1 | 1 |
QV4::SymbolObject::staticVTable| Name: | QV4::SymbolObject::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/qv4symbol_p.h | | Lines: | 115-115 |
| | 1 | 1 |
QV4::SymbolObject::virtualPut| Name: | QV4::SymbolObject::virtualPut | | Prototype: | static bool virtualPut(Managed *, PropertyKey, const Value &, Value *) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4symbol_p.h | | Lines: | 120-120 |
| | 1 | 1 |
QV4::SymbolPrototype::defaultPrototype| Name: | QV4::SymbolPrototype::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/qv4symbol_p.h | | Lines: | 92-92 |
| | 1 | 1 |
QV4::SyntaxErrorCtor::__dataTest| Name: | QV4::SyntaxErrorCtor::__dataTest | | Prototype: | void __dataTest() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4errorobject_p.h | | Lines: | 259-259 |
| | 1 | 1 |
QV4::SyntaxErrorCtor::d| Name: | QV4::SyntaxErrorCtor::d | | Prototype: | QV4::Heap::SyntaxErrorCtor *d() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4errorobject_p.h | | Lines: | 259-259 |
| | 1 | 1 |
QV4::SyntaxErrorCtor::d_unchecked| Name: | QV4::SyntaxErrorCtor::d_unchecked | | Prototype: | QV4::Heap::SyntaxErrorCtor *d_unchecked() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4errorobject_p.h | | Lines: | 259-259 |
| | 1 | 1 |
QV4::SyntaxErrorCtor::qt_check_for_QMANAGED_macro| Name: | QV4::SyntaxErrorCtor::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/qv4errorobject_p.h | | Lines: | 259-259 |
| | 1 | 1 |
QV4::SyntaxErrorCtor::staticVTable| Name: | QV4::SyntaxErrorCtor::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/qv4errorobject_p.h | | Lines: | 259-259 |
| | 1 | 1 |
QV4::SyntaxErrorObject::d| Name: | QV4::SyntaxErrorObject::d | | Prototype: | const Data *d() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4errorobject_p.h | | Lines: | 210-210 |
| | 1 | 1 |
QV4::SyntaxErrorObject::d| Name: | QV4::SyntaxErrorObject::d | | Prototype: | Data *d() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4errorobject_p.h | | Lines: | 211-211 |
| | 1 | 1 |
QV4::SyntaxErrorObject::defaultPrototype| Name: | QV4::SyntaxErrorObject::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/qv4errorobject_p.h | | Lines: | 209-209 |
| | 1 | 1 |
QV4::SyntaxErrorPrototype::init| Name: | QV4::SyntaxErrorPrototype::init | | Prototype: | void init(ExecutionEngine *engine, Object *ctor) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4errorobject_p.h | | Lines: | 309-309 |
| | 1 | 1 |