| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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: | 109-114 |
| | 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: | 70-70 |
| | 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: | 61-61 |
| | 1 | 1 |
removeRow| Name: | FixedColumnMatrix::removeRow | | Prototype: | template <class T, int NumColumns> void FixedColumnMatrix<T, NumColumns>::removeRow(int r) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 93-97 |
| | 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: | 58-58 |
| | 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: | 59-59 |
| | 1 | 1 |
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: | 85-91 |
| | 3 | 1 |
find| Name: | FixedColumnMatrix::find | | Prototype: | template <class T, int NumColumns> bool FixedColumnMatrix<T, NumColumns>::find(const T &value, int *rowPtr, int *colPtr) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 99-107 |
| | 4 | 2 |
count| Name: | FixedColumnMatrix::count | | Prototype: | int count(const T &value) 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 |
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: | 56-56 |
| | 1 | 1 |
addRow| Name: | FixedColumnMatrix::addRow | | Prototype: | template <class T, int NumColumns> void FixedColumnMatrix<T, NumColumns>::addRow(const T &value) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 78-83 |
| | 2 | 2 |