Function | Condition % | Modifications | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
mergeCellsName: | QTextTable::mergeCells | Prototype: | void QTextTable::mergeCells(int row, int column, int numRows, int numCols) | Coverage: | 0.000% (0/75) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines: | 1001-1151 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines (reference): | 995-1143 | Comparison: | Different |
| | Different | 91 | 21 |
insertColumnsName: | QTextTable::insertColumns | Prototype: | void QTextTable::insertColumns(int pos, int num) | Coverage: | 0.000% (0/67) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines: | 741-834 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines (reference): | 735-828 | Comparison: | Different |
| | Different | 63 | 16 |
removeColumnsName: | QTextTable::removeColumns | Prototype: | void QTextTable::removeColumns(int pos, int num) | Coverage: | 0.000% (0/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines: | 927-989 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines (reference): | 921-983 | Comparison: | Different |
| | Different | 42 | 11 |
removeRowsName: | QTextTable::removeRows | Prototype: | void QTextTable::removeRows(int pos, int num) | Coverage: | 0.000% (0/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines: | 865-917 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines (reference): | 859-911 | Comparison: | Different |
| | Different | 35 | 10 |
splitCellName: | QTextTable::splitCell | Prototype: | void QTextTable::splitCell(int row, int column, int numRows, int numCols) | Coverage: | 0.000% (0/27) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines: | 1182-1246 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines (reference): | 1174-1238 | Comparison: | Different |
| | Different | 42 | 9 |
cellAtName: | QTextTable::cellAt | Prototype: | QTextTableCell QTextTable::cellAt(int position) const | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines: | 607-624 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines (reference): | 601-618 | Comparison: | Different |
| | Different | 12 | 4 |