| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ | 
 setSourceModel| Name:  | QIdentityProxyModel::setSourceModel |  | Prototype:  | void QIdentityProxyModel::setSourceModel(QAbstractItemModel* newSourceModel) |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp |  | Lines:  | 333-418 |  
  |  | 77 | 3 | 
 match| Name:  | QIdentityProxyModel::match |  | Prototype:  | QModelIndexList QIdentityProxyModel::match(const QModelIndex& start, int role, const QVariant& value, int hits, Qt::MatchFlags flags) const |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp |  | Lines:  | 263-278 |  
  |  | 12 | 3 | 
 mapSelectionToSource| Name:  | QIdentityProxyModel::mapSelectionToSource |  | Prototype:  | QItemSelection QIdentityProxyModel::mapSelectionToSource(const QItemSelection& selection) const |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp |  | Lines:  | 228-246 |  
  |  | 12 | 3 | 
 mapSelectionFromSource| Name:  | QIdentityProxyModel::mapSelectionFromSource |  | Prototype:  | QItemSelection QIdentityProxyModel::mapSelectionFromSource(const QItemSelection& selection) const |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp |  | Lines:  | 205-223 |  
  |  | 12 | 3 | 
 mapToSource| Name:  | QIdentityProxyModel::mapToSource |  | Prototype:  | QModelIndex QIdentityProxyModel::mapToSource(const QModelIndex& proxyIndex) const |  | Coverage:  |  83.333% (5/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp |  | Lines:  | 251-258 |  
  |  | 5 | 2 | 
 mapFromSource| Name:  | QIdentityProxyModel::mapFromSource |  | Prototype:  | QModelIndex QIdentityProxyModel::mapFromSource(const QModelIndex& sourceIndex) const |  | Coverage:  |  83.333% (5/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp |  | Lines:  | 192-200 |  
  |  | 5 | 2 | 
 sibling| Name:  | QIdentityProxyModel::sibling |  | Prototype:  | QModelIndex QIdentityProxyModel::sibling(int row, int column, const QModelIndex &idx) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp |  | Lines:  | 163-167 |  
  |  | 2 | 1 | 
 rowCount| Name:  | QIdentityProxyModel::rowCount |  | Prototype:  | int QIdentityProxyModel::rowCount(const QModelIndex& parent) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp |  | Lines:  | 314-319 |  
  |  | 3 | 1 | 
 removeRows| Name:  | QIdentityProxyModel::removeRows |  | Prototype:  | bool QIdentityProxyModel::removeRows(int row, int count, const QModelIndex& parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp |  | Lines:  | 304-309 |  
  |  | 3 | 1 | 
 removeColumns| Name:  | QIdentityProxyModel::removeColumns |  | Prototype:  | bool QIdentityProxyModel::removeColumns(int column, int count, const QModelIndex& parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp |  | Lines:  | 294-299 |  
  |  | 3 | 1 | 
 parent| Name:  | QIdentityProxyModel::parent |  | Prototype:  | QModelIndex QIdentityProxyModel::parent(const QModelIndex& child) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp |  | Lines:  | 283-289 |  
  |  | 4 | 1 | 
 insertRows| Name:  | QIdentityProxyModel::insertRows |  | Prototype:  | bool QIdentityProxyModel::insertRows(int row, int count, const QModelIndex& parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp |  | Lines:  | 182-187 |  
  |  | 3 | 1 | 
 insertColumns| Name:  | QIdentityProxyModel::insertColumns |  | Prototype:  | bool QIdentityProxyModel::insertColumns(int column, int count, const QModelIndex& parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp |  | Lines:  | 172-177 |  
  |  | 3 | 1 | 
 index| Name:  | QIdentityProxyModel::index |  | Prototype:  | QModelIndex QIdentityProxyModel::index(int row, int column, const QModelIndex& parent) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp |  | Lines:  | 151-158 |  
  |  | 5 | 1 | 
 headerData| Name:  | QIdentityProxyModel::headerData |  | Prototype:  | QVariant QIdentityProxyModel::headerData(int section, Qt::Orientation orientation, int role) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp |  | Lines:  | 324-328 |  
  |  | 2 | 1 | 
 dropMimeData| Name:  | QIdentityProxyModel::dropMimeData |  | Prototype:  | bool QIdentityProxyModel::dropMimeData(const QMimeData* data, Qt::DropAction action, int row, int column, const QModelIndex& parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp |  | Lines:  | 141-146 |  
  |  | 3 | 1 | 
 columnCount| Name:  | QIdentityProxyModel::columnCount |  | Prototype:  | int QIdentityProxyModel::columnCount(const QModelIndex& parent) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp |  | Lines:  | 131-136 |  
  |  | 3 | 1 | 
 QIdentityProxyModel| Name:  | QIdentityProxyModel::QIdentityProxyModel |  | Prototype:  | QIdentityProxyModel::QIdentityProxyModel(QIdentityProxyModelPrivate &dd, QObject* parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp |  | Lines:  | 115-119 |  
  |  | 3 | 1 | 
 QIdentityProxyModel| Name:  | QIdentityProxyModel::QIdentityProxyModel |  | Prototype:  | QIdentityProxyModel::QIdentityProxyModel(QObject* parent) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp |  | Lines:  | 106-110 |  
  |  | 3 | 1 |