| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
rehashNode| Name: | 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 |
rehashToBits| Name: | 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 |
rehashToSize| Name: | 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 |