Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
clearName: | 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 |
spanAtName: | 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 |
cleanSpanSubIndexName: | 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 |
addSpanName: | 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 |
updateInsertedRowsName: | 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 |
spansInRectName: | 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 |
updateInsertedColumnsName: | 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 |
checkConsistencyName: | 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 |
updateSpanName: | 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 |
updateRemovedColumnsName: | 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 |
updateRemovedRowsName: | 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 |