| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
PropertyHash| Name: | QV4::PropertyHash::PropertyHash | | Prototype: | inline PropertyHash::PropertyHash() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4internalclass_p.h | | Lines: | 101-104 |
| | 1 | 1 |
PropertyHash| Name: | QV4::PropertyHash::PropertyHash | | Prototype: | inline PropertyHash::PropertyHash(const PropertyHash &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4internalclass_p.h | | Lines: | 106-110 |
| | 2 | 1 |
~PropertyHash| Name: | QV4::PropertyHash::~PropertyHash | | Prototype: | inline PropertyHash::~PropertyHash() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4internalclass_p.h | | Lines: | 112-116 |
| | 2 | 2 |
operator=| Name: | QV4::PropertyHash::operator= | | Prototype: | inline PropertyHash &PropertyHash::operator=(const PropertyHash &other) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4internalclass_p.h | | Lines: | 118-125 |
| | 5 | 2 |
addEntry| Name: | QV4::PropertyHash::addEntry | | Prototype: | void PropertyHash::addEntry(const PropertyHash::Entry &entry, int classSize) | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4internalclass.cpp | | Lines: | 72-87 |
| | 9 | 3 |
lookup| Name: | QV4::PropertyHash::lookup | | Prototype: | inline uint PropertyHash::lookup(PropertyKey identifier) const | | Coverage: | 87.500% (7/8) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4internalclass_p.h | | Lines: | 129-142 |
| | 12 | 4 |
detach| Name: | QV4::PropertyHash::detach | | Prototype: | void PropertyHash::detach(bool grow, int classSize) | | Coverage: | 90.000% (18/20) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4internalclass.cpp | | Lines: | 117-138 |
| | 16 | 6 |
removeIdentifier| Name: | QV4::PropertyHash::removeIdentifier | | Prototype: | int PropertyHash::removeIdentifier(PropertyKey identifier, int classSize) | | Coverage: | 88.889% (16/18) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4internalclass.cpp | | Lines: | 89-115 |
| | 20 | 6 |