| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ | 
 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:  | 995-1143 |  
  |  | 91 | 21 | 
 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:  | 735-828 |  
  |  | 63 | 16 | 
 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:  | 921-983 |  
  |  | 42 | 11 | 
 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:  | 859-911 |  
  |  | 35 | 10 | 
 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:  | 673-726 |  
  |  | 37 | 10 | 
 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:  | 1174-1238 |  
  |  | 42 | 9 | 
 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:  | 639-664 |  
  |  | 17 | 7 | 
 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:  | 601-618 |  
  |  | 12 | 4 | 
 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:  | 583-593 |  
  |  | 6 | 3 | 
 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:  | 1245-1252 |  
  |  | 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:  | 1276-1287 |  
  |  | 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:  | 1297-1309 |  
  |  | 9 | 2 | 
 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:  | 1153-1161 |  
  |  | 5 | 2 | 
 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:  | 1259-1266 |  
  |  | 4 | 2 | 
 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:  | 1318-1324 |  
  |  | 3 | 1 | 
 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:  | 627-630 |  
  |  | 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:  | 836-839 |  
  |  | 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:  | 847-850 |  
  |  | 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:  | 562-565 |  
  |  | 2 | 1 |