Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
appendColumnsName: | QTextTable::appendColumns | Prototype: | void QTextTable::appendColumns(int count) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines: | 853-856 |
| | 1 | 1 |
appendRowsName: | QTextTable::appendRows | Prototype: | void QTextTable::appendRows(int count) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines: | 842-845 |
| | 1 | 1 |
cellAtName: | QTextTable::cellAt | Prototype: | QTextTableCell QTextTable::cellAt(const QTextCursor &c) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines: | 633-636 |
| | 1 | 1 |
QTextTableName: | QTextTable::QTextTable | Prototype: | QTextTable::QTextTable(QTextDocument *doc) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines: | 568-571 |
| | 2 | 1 |
setFormatName: | QTextTable::setFormat | Prototype: | void QTextTable::setFormat(const QTextTableFormat &format) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines: | 1326-1332 |
| | 3 | 1 |
columnsName: | QTextTable::columns | Prototype: | int QTextTable::columns() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines: | 1267-1274 |
| | 4 | 2 |
rowsName: | QTextTable::rows | Prototype: | int QTextTable::rows() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines: | 1253-1260 |
| | 4 | 2 |
mergeCellsName: | QTextTable::mergeCells | Prototype: | void QTextTable::mergeCells(const QTextCursor &cursor) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines: | 1161-1169 |
| | 5 | 2 |
cellAtName: | QTextTable::cellAt | Prototype: | QTextTableCell QTextTable::cellAt(int row, int col) const | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines: | 589-599 |
| | 6 | 3 |
rowStartName: | QTextTable::rowStart | Prototype: | QTextCursor QTextTable::rowStart(const QTextCursor &c) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines: | 1284-1295 |
| | 8 | 2 |
rowEndName: | QTextTable::rowEnd | Prototype: | QTextCursor QTextTable::rowEnd(const QTextCursor &c) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines: | 1305-1317 |
| | 9 | 2 |
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 |
| | 12 | 4 |
resizeName: | QTextTable::resize | Prototype: | void QTextTable::resize(int rows, int cols) | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines: | 645-670 |
| | 17 | 7 |
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 |
| | 35 | 10 |
insertRowsName: | QTextTable::insertRows | Prototype: | void QTextTable::insertRows(int pos, int num) | Coverage: | 0.000% (0/35) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines: | 679-732 |
| | 37 | 10 |
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 |
| | 42 | 11 |
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 |
| | 42 | 9 |
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 |
| | 63 | 16 |
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 |
| | 93 | 21 |