| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
insertRow| Name: | 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 |
storageIndexToPosition| Name: | 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 |
storage| Name: | 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 |
rowCount| Name: | 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 |
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 |
clear| Name: | 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 |