Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
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 |
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 |
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 |