Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
freeDataName: | 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: | 373-376 |
| | 1 | 1 |
recalcMostLeftNodeName: | 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: | 297-302 |
| | 3 | 2 |
freeTreeName: | 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: | 349-356 |
| | 5 | 3 |
createDataName: | 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: | 358-371 |
| | 8 | 1 |
createNodeName: | 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: | 327-347 |
| | 13 | 5 |
rotateLeftName: | 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: | 90-106 |
| | 13 | 4 |
rotateRightName: | 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: | 109-125 |
| | 13 | 4 |
rebalanceName: | 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: | 128-168 |
| | 29 | 7 |
freeNodeAndRebalanceName: | 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: | 170-295 |
| | 98 | 28 |