Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
clearName: | FixedColumnMatrix::clear | Prototype: | void clear() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 62-62 |
| | 1 | 1 |
insertRowName: | FixedColumnMatrix::insertRow | Prototype: | template <class T, int NumColumns> void FixedColumnMatrix<T, NumColumns>::insertRow(int r, const T &value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 79-85 |
| | 3 | 1 |
operator()Name: | FixedColumnMatrix::operator() | Prototype: | const T &operator()(int r, int c) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 64-64 |
| | 1 | 1 |
operator()Name: | FixedColumnMatrix::operator() | Prototype: | T &operator()(int r, int c) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 65-65 |
| | 1 | 1 |
rowCountName: | FixedColumnMatrix::rowCount | Prototype: | int rowCount() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 67-67 |
| | 1 | 1 |
storageName: | FixedColumnMatrix::storage | Prototype: | const Storage &storage() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 71-71 |
| | 1 | 1 |
storageIndexToPositionName: | FixedColumnMatrix::storageIndexToPosition | Prototype: | template <class T, int NumColumns> void FixedColumnMatrix<T, NumColumns>::storageIndexToPosition(int idx, int *rowPtr, int *colPtr) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 87-92 |
| | 2 | 1 |