| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
freeNodeAndRebalance| Name: | QMapDataBase::freeNodeAndRebalance | | Prototype: | void QMapDataBase::freeNodeAndRebalance(QMapNodeBase *z) | | Coverage: | 96.226% (102/106) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp | | Lines: | 164-289 |
| | 98 | 28 |
rebalance| Name: | QMapDataBase::rebalance | | Prototype: | void QMapDataBase::rebalance(QMapNodeBase *x) | | Coverage: | 100.000% (25/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp | | Lines: | 122-162 |
| | 29 | 7 |
rotateRight| Name: | QMapDataBase::rotateRight | | Prototype: | void QMapDataBase::rotateRight(QMapNodeBase *x) | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp | | Lines: | 103-119 |
| | 13 | 4 |
rotateLeft| Name: | QMapDataBase::rotateLeft | | Prototype: | void QMapDataBase::rotateLeft(QMapNodeBase *x) | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp | | Lines: | 84-100 |
| | 13 | 4 |
createNode| Name: | QMapDataBase::createNode | | Prototype: | QMapNodeBase *QMapDataBase::createNode(int alloc, int alignment, QMapNodeBase *parent, bool left) | | Coverage: | 85.714% (12/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp | | Lines: | 321-341 |
| | 13 | 5 |
createData| Name: | QMapDataBase::createData | | Prototype: | QMapDataBase *QMapDataBase::createData() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp | | Lines: | 352-365 |
| | 8 | 1 |
freeTree| Name: | QMapDataBase::freeTree | | Prototype: | void QMapDataBase::freeTree(QMapNodeBase *root, int alignment) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp | | Lines: | 343-350 |
| | 5 | 3 |
recalcMostLeftNode| Name: | QMapDataBase::recalcMostLeftNode | | Prototype: | void QMapDataBase::recalcMostLeftNode() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp | | Lines: | 291-296 |
| | 3 | 2 |
freeData| Name: | QMapDataBase::freeData | | Prototype: | void QMapDataBase::freeData(QMapDataBase *d) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp | | Lines: | 367-370 |
| | 1 | 1 |