| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
clear| Name: | QSpanCollection::clear | | Prototype: | void QSpanCollection::clear() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | | Lines: | 160-165 |
| | 3 | 1 |
spanAt| Name: | QSpanCollection::spanAt | | Prototype: | QSpanCollection::Span *QSpanCollection::spanAt(int x, int y) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | | Lines: | 142-154 |
| | 10 | 4 |
addSpan| Name: | QSpanCollection::addSpan | | Prototype: | void QSpanCollection::addSpan(QSpanCollection::Span *span) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | | Lines: | 65-93 |
| | 15 | 7 |
cleanSpanSubIndex| Name: | QSpanCollection::cleanSpanSubIndex | | Prototype: | bool QSpanCollection::cleanSpanSubIndex(QSpanCollection::SubIndex &subindex, int y, bool update) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | | Lines: | 308-332 |
| | 17 | 6 |
updateInsertedRows| Name: | QSpanCollection::updateInsertedRows | | Prototype: | void QSpanCollection::updateInsertedRows(int start, int end) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | | Lines: | 208-251 |
| | 17 | 7 |
spansInRect| Name: | QSpanCollection::spansInRect | | Prototype: | QList<QSpanCollection::Span *> QSpanCollection::spansInRect(int x, int y, int w, int h) const | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | | Lines: | 170-193 |
| | 19 | 8 |
updateInsertedColumns| Name: | QSpanCollection::updateInsertedColumns | | Prototype: | void QSpanCollection::updateInsertedColumns(int start, int end) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | | Lines: | 256-301 |
| | 19 | 8 |
updateSpan| Name: | QSpanCollection::updateSpan | | Prototype: | void QSpanCollection::updateSpan(QSpanCollection::Span *span, int old_height) | | Coverage: | 0.000% (0/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | | Lines: | 103-137 |
| | 23 | 10 |
checkConsistency| Name: | QSpanCollection::checkConsistency | | Prototype: | bool QSpanCollection::checkConsistency() const | | Coverage: | 0.000% (0/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | | Lines: | 545-578 |
| | 24 | 10 |
updateRemovedColumns| Name: | QSpanCollection::updateRemovedColumns | | Prototype: | void QSpanCollection::updateRemovedColumns(int start, int end) | | Coverage: | 0.000% (0/41) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | | Lines: | 464-538 |
| | 35 | 13 |
updateRemovedRows| Name: | QSpanCollection::updateRemovedRows | | Prototype: | void QSpanCollection::updateRemovedRows(int start, int end) | | Coverage: | 0.000% (0/92) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | | Lines: | 337-459 |
| | 72 | 27 |