Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QRowsRemovalName: | QRowsRemoval::QRowsRemoval | Prototype: | QRowsRemoval(const QModelIndex &parent_source, int start, int end) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 119-121 |
| | 2 | 1 |
QRowsRemovalName: | QRowsRemoval::QRowsRemoval | Prototype: | QRowsRemoval() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 123-125 |
| | 2 | 1 |
containsName: | QRowsRemoval::contains | Prototype: | bool contains(QModelIndex parent, int row) | Coverage: | 28.571% (2/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 127-136 |
| | 6 | 3 |