| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 ~QSortFilterProxyModel| Name:  | QSortFilterProxyModel::~QSortFilterProxyModel |  | Prototype:  | QSortFilterProxyModel::~QSortFilterProxyModel() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 1747-1752 |  
  |  | 3 | 1 | 
 supportedDropActions| Name:  | QSortFilterProxyModel::supportedDropActions |  | Prototype:  | Qt::DropActions QSortFilterProxyModel::supportedDropActions() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2061-2065 |  
  |  | 2 | 1 | 
 span| Name:  | QSortFilterProxyModel::span |  | Prototype:  | QSize QSortFilterProxyModel::span(const QModelIndex &index) const |  | Coverage:  |  33.333% (2/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2262-2269 |  
  |  | 5 | 2 | 
 sortRole| Name:  | QSortFilterProxyModel::sortRole |  | Prototype:  | int QSortFilterProxyModel::sortRole() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2520-2524 |  
  |  | 2 | 1 | 
 sortOrder| Name:  | QSortFilterProxyModel::sortOrder |  | Prototype:  | Qt::SortOrder QSortFilterProxyModel::sortOrder() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2303-2307 |  
  |  | 2 | 1 | 
 sortColumn| Name:  | QSortFilterProxyModel::sortColumn |  | Prototype:  | int QSortFilterProxyModel::sortColumn() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2291-2295 |  
  |  | 2 | 1 | 
 sortCaseSensitivity| Name:  | QSortFilterProxyModel::sortCaseSensitivity |  | Prototype:  | Qt::CaseSensitivity QSortFilterProxyModel::sortCaseSensitivity() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2393-2397 |  
  |  | 2 | 1 | 
 sort| Name:  | QSortFilterProxyModel::sort |  | Prototype:  | void QSortFilterProxyModel::sort(int column, Qt::SortOrder order) |  | Coverage:  | 100.000% (8/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2274-2283 |  
  |  | 7 | 2 | 
 sibling| Name:  | QSortFilterProxyModel::sibling |  | Prototype:  | QModelIndex QSortFilterProxyModel::sibling(int row, int column, const QModelIndex &idx) const |  | Coverage:  |  66.667% (6/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 1908-1919 |  
  |  | 7 | 3 | 
 setSourceModel| Name:  | QSortFilterProxyModel::setSourceModel |  | Prototype:  | void QSortFilterProxyModel::setSourceModel(QAbstractItemModel *sourceModel) |  | Coverage:  |  66.667% (4/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 1757-1871 |  
  |  | 75 | 2 | 
 setSortRole| Name:  | QSortFilterProxyModel::setSortRole |  | Prototype:  | void QSortFilterProxyModel::setSortRole(int role) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2526-2533 |  
  |  | 5 | 2 | 
 setSortLocaleAware| Name:  | QSortFilterProxyModel::setSortLocaleAware |  | Prototype:  | void QSortFilterProxyModel::setSortLocaleAware(bool on) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2424-2432 |  
  |  | 5 | 2 | 
 setSortCaseSensitivity| Name:  | QSortFilterProxyModel::setSortCaseSensitivity |  | Prototype:  | void QSortFilterProxyModel::setSortCaseSensitivity(Qt::CaseSensitivity cs) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2399-2407 |  
  |  | 5 | 2 | 
 setHeaderData| Name:  | QSortFilterProxyModel::setHeaderData |  | Prototype:  | bool QSortFilterProxyModel::setHeaderData(int section, Qt::Orientation orientation, const QVariant &value, int role) |  | Coverage:  |  61.111% (11/18) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2015-2033 |  
  |  | 13 | 5 | 
 setFilterWildcard| Name:  | QSortFilterProxyModel::setFilterWildcard |  | Prototype:  | void QSortFilterProxyModel::setFilterWildcard(const QString &pattern) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2457-2464 |  
  |  | 5 | 1 | 
 setFilterRole| Name:  | QSortFilterProxyModel::setFilterRole |  | Prototype:  | void QSortFilterProxyModel::setFilterRole(int role) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2550-2558 |  
  |  | 6 | 2 | 
 setFilterRegExp| Name:  | QSortFilterProxyModel::setFilterRegExp |  | Prototype:  | void QSortFilterProxyModel::setFilterRegExp(const QRegExp ®Exp) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2328-2334 |  
  |  | 4 | 1 | 
 setFilterRegExp| Name:  | QSortFilterProxyModel::setFilterRegExp |  | Prototype:  | void QSortFilterProxyModel::setFilterRegExp(const QString &pattern) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2442-2449 |  
  |  | 5 | 1 | 
 setFilterKeyColumn| Name:  | QSortFilterProxyModel::setFilterKeyColumn |  | Prototype:  | void QSortFilterProxyModel::setFilterKeyColumn(int column) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2350-2356 |  
  |  | 4 | 1 | 
 setFilterFixedString| Name:  | QSortFilterProxyModel::setFilterFixedString |  | Prototype:  | void QSortFilterProxyModel::setFilterFixedString(const QString &pattern) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2472-2479 |  
  |  | 5 | 1 | 
 setFilterCaseSensitivity| Name:  | QSortFilterProxyModel::setFilterCaseSensitivity |  | Prototype:  | void QSortFilterProxyModel::setFilterCaseSensitivity(Qt::CaseSensitivity cs) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2374-2382 |  
  |  | 6 | 2 | 
 setDynamicSortFilter| Name:  | QSortFilterProxyModel::setDynamicSortFilter |  | Prototype:  | void QSortFilterProxyModel::setDynamicSortFilter(bool enable) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2503-2509 |  
  |  | 4 | 2 | 
 setData| Name:  | QSortFilterProxyModel::setData |  | Prototype:  | bool QSortFilterProxyModel::setData(const QModelIndex &index, const QVariant &value, int role) |  | Coverage:  |  66.667% (4/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 1981-1988 |  
  |  | 5 | 2 | 
 rowCount| Name:  | QSortFilterProxyModel::rowCount |  | Prototype:  | int QSortFilterProxyModel::rowCount(const QModelIndex &parent) const |  | Coverage:  |  66.667% (4/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 1924-1932 |  
  |  | 6 | 2 | 
 removeRows| Name:  | QSortFilterProxyModel::removeRows |  | Prototype:  | bool QSortFilterProxyModel::removeRows(int row, int count, const QModelIndex &parent) |  | Coverage:  |  86.111% (31/36) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2120-2157 |  
  |  | 29 | 8 | 
 removeColumns| Name:  | QSortFilterProxyModel::removeColumns |  | Prototype:  | bool QSortFilterProxyModel::removeColumns(int column, int count, const QModelIndex &parent) |  | Coverage:  |  82.353% (28/34) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2162-2196 |  
  |  | 27 | 8 | 
 parent| Name:  | QSortFilterProxyModel::parent |  | Prototype:  | QModelIndex QSortFilterProxyModel::parent(const QModelIndex &child) const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 1893-1903 |  
  |  | 8 | 2 | 
 mimeTypes| Name:  | QSortFilterProxyModel::mimeTypes |  | Prototype:  | QStringList QSortFilterProxyModel::mimeTypes() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2052-2056 |  
  |  | 2 | 1 | 
 mimeData| Name:  | QSortFilterProxyModel::mimeData |  | Prototype:  | QMimeData *QSortFilterProxyModel::mimeData(const QModelIndexList &indexes) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2038-2047 |  
  |  | 7 | 2 | 
 match| Name:  | QSortFilterProxyModel::match |  | Prototype:  | QModelIndexList QSortFilterProxyModel::match(const QModelIndex &start, int role, const QVariant &value, int hits, Qt::MatchFlags flags) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2252-2257 |  
  |  | 1 | 1 | 
 mapToSource| Name:  | QSortFilterProxyModel::mapToSource |  | Prototype:  | QModelIndex QSortFilterProxyModel::mapToSource(const QModelIndex &proxyIndex) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2755-2759 |  
  |  | 2 | 1 | 
 mapSelectionToSource| Name:  | QSortFilterProxyModel::mapSelectionToSource |  | Prototype:  | QItemSelection QSortFilterProxyModel::mapSelectionToSource(const QItemSelection &proxySelection) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2776-2779 |  
  |  | 1 | 1 | 
 mapSelectionFromSource| Name:  | QSortFilterProxyModel::mapSelectionFromSource |  | Prototype:  | QItemSelection QSortFilterProxyModel::mapSelectionFromSource(const QItemSelection &sourceSelection) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2784-2787 |  
  |  | 1 | 1 | 
 mapFromSource| Name:  | QSortFilterProxyModel::mapFromSource |  | Prototype:  | QModelIndex QSortFilterProxyModel::mapFromSource(const QModelIndex &sourceIndex) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2767-2771 |  
  |  | 2 | 1 | 
 lessThan| Name:  | QSortFilterProxyModel::lessThan |  | Prototype:  | bool QSortFilterProxyModel::lessThan(const QModelIndex &source_left, const QModelIndex &source_right) const |  | Coverage:  |  41.667% (15/36) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2652-2691 |  
  |  | 21 | 16 | 
 isSortLocaleAware| Name:  | QSortFilterProxyModel::isSortLocaleAware |  | Prototype:  | bool QSortFilterProxyModel::isSortLocaleAware() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2418-2422 |  
  |  | 2 | 1 | 
 invalidateFilter| Name:  | QSortFilterProxyModel::invalidateFilter |  | Prototype:  | void QSortFilterProxyModel::invalidateFilter() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2609-2613 |  
  |  | 2 | 1 | 
 invalidate| Name:  | QSortFilterProxyModel::invalidate |  | Prototype:  | void QSortFilterProxyModel::invalidate() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2580-2586 |  
  |  | 4 | 1 | 
 insertRows| Name:  | QSortFilterProxyModel::insertRows |  | Prototype:  | bool QSortFilterProxyModel::insertRows(int row, int count, const QModelIndex &parent) |  | Coverage:  |  87.500% (14/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2080-2095 |  
  |  | 13 | 4 | 
 insertColumns| Name:  | QSortFilterProxyModel::insertColumns |  | Prototype:  | bool QSortFilterProxyModel::insertColumns(int column, int count, const QModelIndex &parent) |  | Coverage:  |  75.000% (12/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2100-2115 |  
  |  | 13 | 4 | 
 index| Name:  | QSortFilterProxyModel::index |  | Prototype:  | QModelIndex QSortFilterProxyModel::index(int row, int column, const QModelIndex &parent) const |  | Coverage:  | 100.000% (11/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 1876-1888 |  
  |  | 8 | 3 | 
 headerData| Name:  | QSortFilterProxyModel::headerData |  | Prototype:  | QVariant QSortFilterProxyModel::headerData(int section, Qt::Orientation orientation, int role) const |  | Coverage:  |  55.556% (10/18) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 1993-2010 |  
  |  | 13 | 5 | 
 hasChildren| Name:  | QSortFilterProxyModel::hasChildren |  | Prototype:  | bool QSortFilterProxyModel::hasChildren(const QModelIndex &parent) const |  | Coverage:  |  83.333% (10/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 1950-1964 |  
  |  | 10 | 4 | 
 flags| Name:  | QSortFilterProxyModel::flags |  | Prototype:  | Qt::ItemFlags QSortFilterProxyModel::flags(const QModelIndex &index) const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2225-2232 |  
  |  | 5 | 2 | 
 filterRole| Name:  | QSortFilterProxyModel::filterRole |  | Prototype:  | int QSortFilterProxyModel::filterRole() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2544-2548 |  
  |  | 2 | 1 | 
 filterRegExp| Name:  | QSortFilterProxyModel::filterRegExp |  | Prototype:  | QRegExp QSortFilterProxyModel::filterRegExp() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2322-2326 |  
  |  | 2 | 1 | 
 filterKeyColumn| Name:  | QSortFilterProxyModel::filterKeyColumn |  | Prototype:  | int QSortFilterProxyModel::filterKeyColumn() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2344-2348 |  
  |  | 2 | 1 | 
 filterChanged| Name:  | QSortFilterProxyModel::filterChanged |  | Prototype:  | void QSortFilterProxyModel::filterChanged() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2593-2597 |  
  |  | 2 | 1 | 
 filterCaseSensitivity| Name:  | QSortFilterProxyModel::filterCaseSensitivity |  | Prototype:  | Qt::CaseSensitivity QSortFilterProxyModel::filterCaseSensitivity() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2368-2372 |  
  |  | 2 | 1 | 
 filterAcceptsRow| Name:  | QSortFilterProxyModel::filterAcceptsRow |  | Prototype:  | bool QSortFilterProxyModel::filterAcceptsRow(int source_row, const QModelIndex &source_parent) const |  | Coverage:  | 100.000% (16/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2707-2727 |  
  |  | 16 | 6 | 
 filterAcceptsColumn| Name:  | QSortFilterProxyModel::filterAcceptsColumn |  | Prototype:  | bool QSortFilterProxyModel::filterAcceptsColumn(int source_column, const QModelIndex &source_parent) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2742-2747 |  
  |  | 3 | 1 | 
 fetchMore| Name:  | QSortFilterProxyModel::fetchMore |  | Prototype:  | void QSortFilterProxyModel::fetchMore(const QModelIndex &parent) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2201-2208 |  
  |  | 5 | 2 | 
 dynamicSortFilter| Name:  | QSortFilterProxyModel::dynamicSortFilter |  | Prototype:  | bool QSortFilterProxyModel::dynamicSortFilter() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2497-2501 |  
  |  | 2 | 1 | 
 dropMimeData| Name:  | QSortFilterProxyModel::dropMimeData |  | Prototype:  | bool QSortFilterProxyModel::dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2071-2075 |  
  |  | 1 | 1 | 
 data| Name:  | QSortFilterProxyModel::data |  | Prototype:  | QVariant QSortFilterProxyModel::data(const QModelIndex &index, int role) const |  | Coverage:  |  66.667% (4/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 1969-1976 |  
  |  | 5 | 2 | 
 columnCount| Name:  | QSortFilterProxyModel::columnCount |  | Prototype:  | int QSortFilterProxyModel::columnCount(const QModelIndex &parent) const |  | Coverage:  |  66.667% (4/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 1937-1945 |  
  |  | 6 | 2 | 
 clear| Name:  | QSortFilterProxyModel::clear |  | Prototype:  | void QSortFilterProxyModel::clear() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2565-2571 |  
  |  | 4 | 1 | 
 canFetchMore| Name:  | QSortFilterProxyModel::canFetchMore |  | Prototype:  | bool QSortFilterProxyModel::canFetchMore(const QModelIndex &parent) const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2213-2220 |  
  |  | 5 | 2 | 
 buddy| Name:  | QSortFilterProxyModel::buddy |  | Prototype:  | QModelIndex QSortFilterProxyModel::buddy(const QModelIndex &index) const |  | Coverage:  |  71.429% (5/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2237-2247 |  
  |  | 8 | 3 | 
 QSortFilterProxyModel| Name:  | QSortFilterProxyModel::QSortFilterProxyModel |  | Prototype:  | QSortFilterProxyModel::QSortFilterProxyModel(QObject *parent) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 1729-1742 |  
  |  | 10 | 1 |