Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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: | 352-365 |
| | 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: | 321-341 |
| | 13 | 5 |
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: | 367-370 |
| | 1 | 1 |
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: | 164-289 |
| | 98 | 28 |
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: | 343-350 |
| | 5 | 3 |
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: | 122-162 |
| | 29 | 7 |
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: | 291-296 |
| | 3 | 2 |
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: | 84-100 |
| | 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: | 103-119 |
| | 13 | 4 |