| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity | 
 drawAndClipSpans| Name:  | QTableViewPrivate::drawAndClipSpans |  | Prototype:  | void QTableViewPrivate::drawAndClipSpans(const QRegion &area, QPainter *painter, const QStyleOptionViewItem &option, QBitArray *drawn, int firstVisualRow, int lastVisualRow, int firstVisualColumn, int lastVisualColumn) |  | Coverage:  |   0.000% (0/41) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp |  | Lines:  | 792-845 |  
  |  | 40 | 11 | 
 selectRow| Name:  | QTableViewPrivate::selectRow |  | Prototype:  | void QTableViewPrivate::selectRow(int row, bool anchor) |  | Coverage:  |   0.000% (0/38) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp |  | Lines:  | 3222-3259 |  
  |  | 27 | 8 | 
 selectColumn| Name:  | QTableViewPrivate::selectColumn |  | Prototype:  | void QTableViewPrivate::selectColumn(int column, bool anchor) |  | Coverage:  |   0.000% (0/38) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp |  | Lines:  | 3261-3298 |  
  |  | 27 | 8 | 
 trimHiddenSelections| Name:  | QTableViewPrivate::trimHiddenSelections |  | Prototype:  | void QTableViewPrivate::trimHiddenSelections(QItemSelectionRange *range) const |  | Coverage:  |   0.000% (0/31) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp |  | Lines:  | 631-663 |  
  |  | 22 | 7 | 
 setSpan| Name:  | QTableViewPrivate::setSpan |  | Prototype:  | void QTableViewPrivate::setSpan(int row, int column, int rowSpan, int columnSpan) |  | Coverage:  |   0.000% (0/20) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp |  | Lines:  | 669-696 |  
  |  | 21 | 6 | 
 drawCell| Name:  | QTableViewPrivate::drawCell |  | Prototype:  | void QTableViewPrivate::drawCell(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) |  | Coverage:  |   0.000% (0/28) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp |  | Lines:  | 891-920 |  
  |  | 19 | 7 | 
 heightHintForIndex| Name:  | QTableViewPrivate::heightHintForIndex |  | Prototype:  | int QTableViewPrivate::heightHintForIndex(const QModelIndex &index, int hint, QStyleOptionViewItem &option) const |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp |  | Lines:  | 944-972 |  
  |  | 17 | 4 | 
 init| Name:  | QTableViewPrivate::init |  | Prototype:  | void QTableViewPrivate::init() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp |  | Lines:  | 604-625 |  
  |  | 14 | 1 | 
 visualSpanRect| Name:  | QTableViewPrivate::visualSpanRect |  | Prototype:  | QRect QTableViewPrivate::visualSpanRect(const QSpanCollection::Span &span) const |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp |  | Lines:  | 766-784 |  
  |  | 13 | 3 | 
 spanContainsSection| Name:  | QTableViewPrivate::spanContainsSection |  | Prototype:  | bool QTableViewPrivate::spanContainsSection(const QHeaderView *header, int logical, int spanLogical, int span) const |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp |  | Lines:  | 746-760 |  
  |  | 11 | 5 | 
 widthHintForIndex| Name:  | QTableViewPrivate::widthHintForIndex |  | Prototype:  | int QTableViewPrivate::widthHintForIndex(const QModelIndex &index, int hint, const QStyleOptionViewItem &option) const |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp |  | Lines:  | 926-938 |  
  |  | 9 | 2 | 
 sectionSpanEndLogical| Name:  | QTableViewPrivate::sectionSpanEndLogical |  | Prototype:  | int QTableViewPrivate::sectionSpanEndLogical(const QHeaderView *header, int logical, int span) const |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp |  | Lines:  | 715-725 |  
  |  | 7 | 3 | 
 span| Name:  | QTableViewPrivate::span |  | Prototype:  | QSpanCollection::Span QTableViewPrivate::span(int row, int column) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp |  | Lines:  | 702-709 |  
  |  | 4 | 2 | 
 sectionSpanSize| Name:  | QTableViewPrivate::sectionSpanSize |  | Prototype:  | int QTableViewPrivate::sectionSpanSize(const QHeaderView *header, int logical, int span) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp |  | Lines:  | 732-738 |  
  |  | 4 | 1 | 
 _q_updateSpanRemovedRows| Name:  | QTableViewPrivate::_q_updateSpanRemovedRows |  | Prototype:  | void QTableViewPrivate::_q_updateSpanRemovedRows(const QModelIndex &parent, int start, int end) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp |  | Lines:  | 871-875 |  
  |  | 2 | 1 | 
 _q_updateSpanRemovedColumns| Name:  | QTableViewPrivate::_q_updateSpanRemovedColumns |  | Prototype:  | void QTableViewPrivate::_q_updateSpanRemovedColumns(const QModelIndex &parent, int start, int end) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp |  | Lines:  | 881-885 |  
  |  | 2 | 1 | 
 _q_updateSpanInsertedRows| Name:  | QTableViewPrivate::_q_updateSpanInsertedRows |  | Prototype:  | void QTableViewPrivate::_q_updateSpanInsertedRows(const QModelIndex &parent, int start, int end) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp |  | Lines:  | 851-855 |  
  |  | 2 | 1 | 
 _q_updateSpanInsertedColumns| Name:  | QTableViewPrivate::_q_updateSpanInsertedColumns |  | Prototype:  | void QTableViewPrivate::_q_updateSpanInsertedColumns(const QModelIndex &parent, int start, int end) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp |  | Lines:  | 861-865 |  
  |  | 2 | 1 | 
 _q_selectRow| Name:  | QTableViewPrivate::_q_selectRow |  | Prototype:  | void QTableViewPrivate::_q_selectRow(int row) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp |  | Lines:  | 3212-3215 |  
  |  | 1 | 1 | 
 _q_selectColumn| Name:  | QTableViewPrivate::_q_selectColumn |  | Prototype:  | void QTableViewPrivate::_q_selectColumn(int column) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp |  | Lines:  | 3217-3220 |  
  |  | 1 | 1 |