| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 splitCell| Name:  | 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 | 
 setFormat| Name:  | 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 | 
 rows| Name:  | 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 | 
 rowStart| Name:  | 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 | 
 rowEnd| Name:  | 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 | 
 resize| Name:  | 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 | 
 removeRows| Name:  | 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 | 
 removeColumns| Name:  | 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 | 
 mergeCells| Name:  | 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 | 
 mergeCells| Name:  | 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 | 
 insertRows| Name:  | 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 | 
 insertColumns| Name:  | 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 | 
 columns| Name:  | 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 | 
 cellAt| Name:  | 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 | 
 cellAt| Name:  | 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 | 
 cellAt| Name:  | 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 | 
 appendRows| Name:  | 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 | 
 appendColumns| Name:  | 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 | 
 QTextTable| Name:  | 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 |