Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
removeName: | QListData::remove | Prototype: | void QListData::remove(int i) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | Lines: | 255-268 |
| | 9 | 4 |
removeName: | QListData::remove | Prototype: | void QListData::remove(int i, int n) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | Lines: | 270-284 |
| | 10 | 2 |
prependName: | QListData::prepend | Prototype: | void **QListData::prepend() | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | Lines: | 198-214 |
| | 10 | 4 |
insertName: | QListData::insert | Prototype: | void **QListData::insert(int i) | Coverage: | 100.000% (21/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | Lines: | 216-253 |
| | 20 | 7 |
eraseName: | QListData::erase | Prototype: | void **QListData::erase(void **xi) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | Lines: | 326-332 |
| | 4 | 1 |
disposeName: | QListData::dispose | Prototype: | void QListData::dispose(Data *d) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | Lines: | 160-164 |
| | 2 | 1 |
appendName: | QListData::append | Prototype: | void **QListData::append(int n) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | Lines: | 167-184 |
| | 11 | 3 |
appendName: | QListData::append | Prototype: | void **QListData::append() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | Lines: | 187-190 |
| | 1 | 1 |
appendName: | QListData::append | Prototype: | void **QListData::append(const QListData& l) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | Lines: | 193-196 |
| | 1 | 1 |
moveName: | QListData::move | Prototype: | void QListData::move(int from, int to) | Coverage: | 86.667% (26/30) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | Lines: | 286-324 |
| | 26 | 9 |
detachName: | QListData::detach | Prototype: | QListData::Data *QListData::detach(int alloc) | Coverage: | 75.000% (6/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | Lines: | 117-135 |
| | 12 | 3 |
detach_growName: | QListData::detach_grow | Prototype: | QListData::Data *QListData::detach_grow(int *idx, int num) | Coverage: | 71.429% (10/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | Lines: | 73-107 |
| | 22 | 5 |
realloc_growName: | QListData::realloc_grow | Prototype: | void QListData::realloc_grow(int growth) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | Lines: | 149-158 |
| | 6 | 2 |
reallocName: | QListData::realloc | Prototype: | void QListData::realloc(int alloc) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | Lines: | 137-147 |
| | 7 | 3 |