| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
append| Name: | 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: | 190-193 |
| | 1 | 1 |
append| Name: | 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: | 196-199 |
| | 1 | 1 |
dispose| Name: | 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: | 163-167 |
| | 2 | 1 |
erase| Name: | 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: | 329-335 |
| | 4 | 1 |
realloc_grow| Name: | 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: | 152-161 |
| | 6 | 2 |
remove| Name: | 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: | 273-287 |
| | 10 | 2 |
append| Name: | 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: | 170-187 |
| | 11 | 3 |
detach| Name: | 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: | 120-138 |
| | 12 | 3 |
realloc| Name: | 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: | 140-150 |
| | 7 | 3 |
prepend| Name: | 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: | 201-217 |
| | 10 | 4 |
remove| Name: | 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: | 258-271 |
| | 9 | 4 |
detach_grow| Name: | 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: | 76-110 |
| | 22 | 5 |
insert| Name: | 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: | 219-256 |
| | 20 | 7 |
move| Name: | 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: | 289-327 |
| | 26 | 9 |