| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 QAbstractPrintDialog::maxPage| Name:  | QAbstractPrintDialog::maxPage |  | Prototype:  | int QAbstractPrintDialog::maxPage() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qabstractprintdialog.cpp |  | Lines:  | 282-286 |  
  |  | 2 | 1 | 
 QAbstractPrintDialog::isOptionEnabled| Name:  | QAbstractPrintDialog::isOptionEnabled |  | Prototype:  | bool QAbstractPrintDialog::isOptionEnabled(PrintDialogOption option) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qabstractprintdialog.cpp |  | Lines:  | 229-233 |  
  |  | 2 | 1 | 
 QAbstractPrintDialog::fromPage| Name:  | QAbstractPrintDialog::fromPage |  | Prototype:  | int QAbstractPrintDialog::fromPage() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qabstractprintdialog.cpp |  | Lines:  | 306-310 |  
  |  | 2 | 1 | 
 QAbstractPrintDialog::enabledOptions| Name:  | QAbstractPrintDialog::enabledOptions |  | Prototype:  | QAbstractPrintDialog::PrintDialogOptions QAbstractPrintDialog::enabledOptions() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qabstractprintdialog.cpp |  | Lines:  | 218-222 |  
  |  | 2 | 1 | 
 QAbstractPrintDialog::QAbstractPrintDialog| Name:  | QAbstractPrintDialog::QAbstractPrintDialog |  | Prototype:  | QAbstractPrintDialog::QAbstractPrintDialog(QAbstractPrintDialogPrivate &ptr, QPrinter *printer, QWidget *parent) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qabstractprintdialog.cpp |  | Lines:  | 116-124 |  
  |  | 3 | 1 | 
 QAbstractNetworkCache::QAbstractNetworkCache| Name:  | QAbstractNetworkCache::QAbstractNetworkCache |  | Prototype:  | QAbstractNetworkCache::QAbstractNetworkCache(QObject *parent) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qabstractnetworkcache.cpp |  | Lines:  | 417-420 |  
  |  | 2 | 1 | 
 QAbstractNetworkCache::QAbstractNetworkCache| Name:  | QAbstractNetworkCache::QAbstractNetworkCache |  | Prototype:  | QAbstractNetworkCache::QAbstractNetworkCache(QAbstractNetworkCachePrivate &dd, QObject *parent) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qabstractnetworkcache.cpp |  | Lines:  | 425-428 |  
  |  | 2 | 1 | 
 QAbstractNativeEventFilter::QAbstractNativeEventFilter| Name:  | QAbstractNativeEventFilter::QAbstractNativeEventFilter |  | Prototype:  | QAbstractNativeEventFilter::QAbstractNativeEventFilter() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qabstractnativeeventfilter.cpp |  | Lines:  | 54-57 |  
  |  | 1 | 1 | 
 QAbstractListModel::sibling| Name:  | QAbstractListModel::sibling |  | Prototype:  | QModelIndex QAbstractListModel::sibling(int row, int column, const QModelIndex &) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 3507-3510 |  
  |  | 1 | 1 | 
 QAbstractListModel::parent| Name:  | QAbstractListModel::parent |  | Prototype:  | QModelIndex QAbstractListModel::parent(const QModelIndex & ) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 3499-3502 |  
  |  | 1 | 1 | 
 QAbstractListModel::index| Name:  | QAbstractListModel::index |  | Prototype:  | QModelIndex QAbstractListModel::index(int row, int column, const QModelIndex &parent) const |  | Coverage:  | 100.000% (3/3) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 3488-3491 |  
  |  | 1 | 1 | 
 QAbstractListModel::hasChildren| Name:  | QAbstractListModel::hasChildren |  | Prototype:  | bool QAbstractListModel::hasChildren(const QModelIndex &parent) const |  | Coverage:  | 100.000% (3/3) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 3536-3539 |  
  |  | 1 | 1 | 
 QAbstractListModel::flags| Name:  | QAbstractListModel::flags |  | Prototype:  | Qt::ItemFlags QAbstractListModel::flags(const QModelIndex &index) const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 3515-3521 |  
  |  | 4 | 2 | 
 QAbstractListModel::columnCount| Name:  | QAbstractListModel::columnCount |  | Prototype:  | int QAbstractListModel::columnCount(const QModelIndex &parent) const |  | Coverage:  | 100.000% (3/3) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 3531-3534 |  
  |  | 1 | 1 | 
 QAbstractListModel::QAbstractListModel| Name:  | QAbstractListModel::QAbstractListModel |  | Prototype:  | QAbstractListModel::QAbstractListModel(QObject *parent) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 3453-3457 |  
  |  | 3 | 1 | 
 QAbstractItemModelPrivate::staticEmptyModel| Name:  | QAbstractItemModelPrivate::staticEmptyModel |  | Prototype:  | QAbstractItemModel *QAbstractItemModelPrivate::staticEmptyModel() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 487-490 |  
  |  | 1 | 1 | 
 QAbstractItemModelPrivate::rowsAboutToBeRemoved| Name:  | QAbstractItemModelPrivate::rowsAboutToBeRemoved |  | Prototype:  | void QAbstractItemModelPrivate::rowsAboutToBeRemoved(const QModelIndex &parent, int first, int last) |  | Coverage:  | 100.000% (20/20) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 731-759 |  
  |  | 19 | 6 | 
 QAbstractItemModelPrivate::itemsMoved| Name:  | QAbstractItemModelPrivate::itemsMoved |  | Prototype:  | void QAbstractItemModelPrivate::itemsMoved(const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationChild, Qt::Orientation orientation) |  | Coverage:  | 100.000% (9/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 713-729 |  
  |  | 11 | 1 | 
 QAbstractItemModelPrivate::defaultRoleNames| Name:  | QAbstractItemModelPrivate::defaultRoleNames |  | Prototype:  | const QHash<int,QByteArray> &QAbstractItemModelPrivate::defaultRoleNames() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 508-511 |  
  |  | 1 | 1 | 
 QAbstractItemModelPrivate::Persistent::insertMultiAtEnd| Name:  | QAbstractItemModelPrivate::Persistent::insertMultiAtEnd |  | Prototype:  | void QAbstractItemModelPrivate::Persistent::insertMultiAtEnd(const QModelIndex& key, QPersistentModelIndexData *data) |  | Coverage:  | 100.000% (6/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 3709-3719 |  
  |  | 7 | 2 | 
 QAbstractItemModel::~QAbstractItemModel| Name:  | QAbstractItemModel::~QAbstractItemModel |  | Prototype:  | QAbstractItemModel::~QAbstractItemModel() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 1444-1447 |  
  |  | 1 | 1 | 
 QAbstractItemModel::supportedDropActions| Name:  | QAbstractItemModel::supportedDropActions |  | Prototype:  | Qt::DropActions QAbstractItemModel::supportedDropActions() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 1943-1946 |  
  |  | 1 | 1 | 
 QAbstractItemModel::submit| Name:  | QAbstractItemModel::submit |  | Prototype:  | bool QAbstractItemModel::submit() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 2380-2383 |  
  |  | 1 | 1 | 
 QAbstractItemModel::span| Name:  | QAbstractItemModel::span |  | Prototype:  | QSize QAbstractItemModel::span(const QModelIndex &) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 2305-2308 |  
  |  | 1 | 1 | 
 QAbstractItemModel::sort| Name:  | QAbstractItemModel::sort |  | Prototype:  | void QAbstractItemModel::sort(int column, Qt::SortOrder order) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 2187-2192 |  
  |  | 2 | 1 | 
 QAbstractItemModel::sibling| Name:  | QAbstractItemModel::sibling |  | Prototype:  | QModelIndex QAbstractItemModel::sibling(int row, int column, const QModelIndex &idx) const |  | Coverage:  | 100.000% (5/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 1716-1719 |  
  |  | 1 | 1 | 
 QAbstractItemModel::setHeaderData| Name:  | QAbstractItemModel::setHeaderData |  | Prototype:  | bool QAbstractItemModel::setHeaderData(int section, Qt::Orientation orientation, const QVariant &value, int role) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 2428-2436 |  
  |  | 5 | 1 | 
 QAbstractItemModel::setData| Name:  | QAbstractItemModel::setData |  | Prototype:  | bool QAbstractItemModel::setData(const QModelIndex &index, const QVariant &value, int role) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 1755-1761 |  
  |  | 4 | 1 | 
 QAbstractItemModel::roleNames| Name:  | QAbstractItemModel::roleNames |  | Prototype:  | QHash<int,QByteArray> QAbstractItemModel::roleNames() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 2365-2369 |  
  |  | 2 | 1 | 
 QAbstractItemModel::removeColumns| Name:  | QAbstractItemModel::removeColumns |  | Prototype:  | bool QAbstractItemModel::removeColumns(int, int, const QModelIndex &) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 2086-2089 |  
  |  | 1 | 1 | 
 QAbstractItemModel::persistentIndexList| Name:  | QAbstractItemModel::persistentIndexList |  | Prototype:  | QModelIndexList QAbstractItemModel::persistentIndexList() const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 3221-3232 |  
  |  | 8 | 2 | 
 QAbstractItemModel::mimeTypes| Name:  | QAbstractItemModel::mimeTypes |  | Prototype:  | QStringList QAbstractItemModel::mimeTypes() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 1808-1813 |  
  |  | 3 | 1 | 
 QAbstractItemModel::itemData| Name:  | QAbstractItemModel::itemData |  | Prototype:  | QMap<int, QVariant> QAbstractItemModel::itemData(const QModelIndex &index) const |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 1731-1740 |  
  |  | 6 | 3 | 
 QAbstractItemModel::insertColumns| Name:  | QAbstractItemModel::insertColumns |  | Prototype:  | bool QAbstractItemModel::insertColumns(int, int, const QModelIndex &) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 2044-2047 |  
  |  | 1 | 1 | 
 QAbstractItemModel::headerData| Name:  | QAbstractItemModel::headerData |  | Prototype:  | QVariant QAbstractItemModel::headerData(int section, Qt::Orientation orientation, int role) const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 2408-2414 |  
  |  | 4 | 2 | 
 QAbstractItemModel::hasIndex| Name:  | QAbstractItemModel::hasIndex |  | Prototype:  | bool QAbstractItemModel::hasIndex(int row, int column, const QModelIndex &parent) const |  | Coverage:  | 100.000% (10/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 1679-1684 |  
  |  | 3 | 2 | 
 QAbstractItemModel::hasChildren| Name:  | QAbstractItemModel::hasChildren |  | Prototype:  | bool QAbstractItemModel::hasChildren(const QModelIndex &parent) const |  | Coverage:  | 100.000% (5/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 1697-1700 |  
  |  | 1 | 1 | 
 QAbstractItemModel::flags| Name:  | QAbstractItemModel::flags |  | Prototype:  | Qt::ItemFlags QAbstractItemModel::flags(const QModelIndex &index) const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 2173-2180 |  
  |  | 4 | 2 | 
 QAbstractItemModel::endResetModel| Name:  | QAbstractItemModel::endResetModel |  | Prototype:  | void QAbstractItemModel::endResetModel() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 3140-3146 |  
  |  | 4 | 1 | 
 QAbstractItemModel::endRemoveRows| Name:  | QAbstractItemModel::endRemoveRows |  | Prototype:  | void QAbstractItemModel::endRemoveRows() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 2673-2679 |  
  |  | 4 | 1 | 
 QAbstractItemModel::endRemoveColumns| Name:  | QAbstractItemModel::endRemoveColumns |  | Prototype:  | void QAbstractItemModel::endRemoveColumns() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 2975-2981 |  
  |  | 4 | 1 | 
 QAbstractItemModel::endMoveRows| Name:  | QAbstractItemModel::endMoveRows |  | Prototype:  | void QAbstractItemModel::endMoveRows() |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 2839-2859 |  
  |  | 12 | 3 | 
 QAbstractItemModel::endInsertRows| Name:  | QAbstractItemModel::endInsertRows |  | Prototype:  | void QAbstractItemModel::endInsertRows() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 2619-2625 |  
  |  | 4 | 1 | 
 QAbstractItemModel::endInsertColumns| Name:  | QAbstractItemModel::endInsertColumns |  | Prototype:  | void QAbstractItemModel::endInsertColumns() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 2921-2927 |  
  |  | 4 | 1 | 
 QAbstractItemModel::encodeData| Name:  | QAbstractItemModel::encodeData |  | Prototype:  | void QAbstractItemModel::encodeData(const QModelIndexList &indexes, QDataStream &stream) const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 2467-2472 |  
  |  | 3 | 2 | 
 QAbstractItemModel::doSetRoleNames| Name:  | QAbstractItemModel::doSetRoleNames |  | Prototype:  | void QAbstractItemModel::doSetRoleNames(const QHash<int,QByteArray> &roleNames) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 2328-2332 |  
  |  | 2 | 1 | 
 QAbstractItemModel::canFetchMore| Name:  | QAbstractItemModel::canFetchMore |  | Prototype:  | bool QAbstractItemModel::canFetchMore(const QModelIndex &) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 2159-2162 |  
  |  | 1 | 1 | 
 QAbstractItemModel::buddy| Name:  | QAbstractItemModel::buddy |  | Prototype:  | QModelIndex QAbstractItemModel::buddy(const QModelIndex &index) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 2203-2206 |  
  |  | 1 | 1 | 
 QAbstractItemModel::beginResetModel| Name:  | QAbstractItemModel::beginResetModel |  | Prototype:  | void QAbstractItemModel::beginResetModel() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 3124-3127 |  
  |  | 1 | 1 | 
 QAbstractItemModel::beginRemoveRows| Name:  | QAbstractItemModel::beginRemoveRows |  | Prototype:  | void QAbstractItemModel::beginRemoveRows(const QModelIndex &parent, int first, int last) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 2655-2663 |  
  |  | 6 | 1 | 
 QAbstractItemModel::beginRemoveColumns| Name:  | QAbstractItemModel::beginRemoveColumns |  | Prototype:  | void QAbstractItemModel::beginRemoveColumns(const QModelIndex &parent, int first, int last) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 2957-2965 |  
  |  | 6 | 1 | 
 QAbstractItemModel::beginMoveRows| Name:  | QAbstractItemModel::beginMoveRows |  | Prototype:  | bool QAbstractItemModel::beginMoveRows(const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationChild) |  | Coverage:  | 100.000% (16/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 2804-2826 |  
  |  | 16 | 2 | 
 QAbstractItemModel::beginInsertRows| Name:  | QAbstractItemModel::beginInsertRows |  | Prototype:  | void QAbstractItemModel::beginInsertRows(const QModelIndex &parent, int first, int last) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 2601-2609 |  
  |  | 6 | 1 | 
 QAbstractItemModel::beginInsertColumns| Name:  | QAbstractItemModel::beginInsertColumns |  | Prototype:  | void QAbstractItemModel::beginInsertColumns(const QModelIndex &parent, int first, int last) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 2902-2910 |  
  |  | 6 | 1 | 
 QAbstractItemModel::QAbstractItemModel| Name:  | QAbstractItemModel::QAbstractItemModel |  | Prototype:  | QAbstractItemModel::QAbstractItemModel(QObject *parent) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 1428-1431 |  
  |  | 2 | 1 | 
 QAbstractItemModel::QAbstractItemModel| Name:  | QAbstractItemModel::QAbstractItemModel |  | Prototype:  | QAbstractItemModel::QAbstractItemModel(QAbstractItemModelPrivate &dd, QObject *parent) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 1436-1439 |  
  |  | 2 | 1 | 
 QAbstractFileEngineIterator::setPath| Name:  | QAbstractFileEngineIterator::setPath |  | Prototype:  | void QAbstractFileEngineIterator::setPath(const QString &path) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp |  | Lines:  | 945-948 |  
  |  | 1 | 1 | 
 QAbstractFileEngineIterator::path| Name:  | QAbstractFileEngineIterator::path |  | Prototype:  | QString QAbstractFileEngineIterator::path() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp |  | Lines:  | 934-937 |  
  |  | 1 | 1 | 
 QAbstractFileEngineIterator::QAbstractFileEngineIterator| Name:  | QAbstractFileEngineIterator::QAbstractFileEngineIterator |  | Prototype:  | QAbstractFileEngineIterator::QAbstractFileEngineIterator(QDir::Filters filters, const QStringList &nameFilters) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp |  | Lines:  | 911-917 |  
  |  | 2 | 1 | 
 QAbstractFileEngineHandlerList::~QAbstractFileEngineHandlerList| Name:  | QAbstractFileEngineHandlerList::~QAbstractFileEngineHandlerList |  | Prototype:  | ~QAbstractFileEngineHandlerList() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp |  | Lines:  | 109-113 |  
  |  | 2 | 1 | 
 QAbstractFileEngineHandler::QAbstractFileEngineHandler| Name:  | QAbstractFileEngineHandler::QAbstractFileEngineHandler |  | Prototype:  | QAbstractFileEngineHandler::QAbstractFileEngineHandler() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp |  | Lines:  | 126-131 |  
  |  | 3 | 1 | 
 QAbstractFileEngine::unmap| Name:  | QAbstractFileEngine::unmap |  | Prototype:  | bool QAbstractFileEngine::unmap(uchar *address) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp |  | Lines:  | 821-826 |  
  |  | 3 | 1 | 
 QAbstractFileEngine::setError| Name:  | QAbstractFileEngine::setError |  | Prototype:  | void QAbstractFileEngine::setError(QFile::FileError error, const QString &errorString) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp |  | Lines:  | 1255-1260 |  
  |  | 3 | 1 | 
 QAbstractFileEngine::map| Name:  | QAbstractFileEngine::map |  | Prototype:  | uchar *QAbstractFileEngine::map(qint64 offset, qint64 size, QFile::MemoryMapFlags flags) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp |  | Lines:  | 797-807 |  
  |  | 8 | 2 | 
 QAbstractFileEngine::isSequential| Name:  | QAbstractFileEngine::isSequential |  | Prototype:  | bool QAbstractFileEngine::isSequential() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp |  | Lines:  | 460-463 |  
  |  | 1 | 1 | 
 QAbstractFileEngine::handle| Name:  | QAbstractFileEngine::handle |  | Prototype:  | int QAbstractFileEngine::handle() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp |  | Lines:  | 759-762 |  
  |  | 1 | 1 | 
 QAbstractFileEngine::errorString| Name:  | QAbstractFileEngine::errorString |  | Prototype:  | QString QAbstractFileEngine::errorString() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp |  | Lines:  | 1242-1246 |  
  |  | 2 | 1 | 
 QAbstractFileEngine::error| Name:  | QAbstractFileEngine::error |  | Prototype:  | QFile::FileError QAbstractFileEngine::error() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp |  | Lines:  | 1229-1233 |  
  |  | 2 | 1 | 
 QAbstractFileEngine::create| Name:  | QAbstractFileEngine::create |  | Prototype:  | QAbstractFileEngine *QAbstractFileEngine::create(const QString &fileName) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp |  | Lines:  | 198-211 |  
  |  | 6 | 2 | 
 QAbstractFileEngine::QAbstractFileEngine| Name:  | QAbstractFileEngine::QAbstractFileEngine |  | Prototype:  | QAbstractFileEngine::QAbstractFileEngine() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp |  | Lines:  | 347-350 |  
  |  | 1 | 1 | 
 QAbstractFileEngine::QAbstractFileEngine| Name:  | QAbstractFileEngine::QAbstractFileEngine |  | Prototype:  | QAbstractFileEngine::QAbstractFileEngine(QAbstractFileEnginePrivate &dd) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp |  | Lines:  | 357-360 |  
  |  | 1 | 1 | 
 QAbstractEventDispatcherPrivate::releaseTimerId| Name:  | QAbstractEventDispatcherPrivate::releaseTimerId |  | Prototype:  | void QAbstractEventDispatcherPrivate::releaseTimerId(int timerId) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qabstracteventdispatcher.cpp |  | Lines:  | 90-96 |  
  |  | 2 | 2 | 
 QAbstractEventDispatcherPrivate::allocateTimerId| Name:  | QAbstractEventDispatcherPrivate::allocateTimerId |  | Prototype:  | int QAbstractEventDispatcherPrivate::allocateTimerId() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qabstracteventdispatcher.cpp |  | Lines:  | 85-88 |  
  |  | 1 | 1 | 
 QAbstractEventDispatcher::removeNativeEventFilter| Name:  | QAbstractEventDispatcher::removeNativeEventFilter |  | Prototype:  | void QAbstractEventDispatcher::removeNativeEventFilter(QAbstractNativeEventFilter *filter) |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qabstracteventdispatcher.cpp |  | Lines:  | 419-428 |  
  |  | 5 | 3 | 
 QAbstractEventDispatcher::registerTimer| Name:  | QAbstractEventDispatcher::registerTimer |  | Prototype:  | int QAbstractEventDispatcher::registerTimer(int interval, Qt::TimerType timerType, QObject *object) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qabstracteventdispatcher.cpp |  | Lines:  | 250-255 |  
  |  | 3 | 1 | 
 QAbstractEventDispatcher::instance| Name:  | QAbstractEventDispatcher::instance |  | Prototype:  | QAbstractEventDispatcher *QAbstractEventDispatcher::instance(QThread *thread) |  | Coverage:  | 100.000% (3/3) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qabstracteventdispatcher.cpp |  | Lines:  | 164-168 |  
  |  | 2 | 1 | 
 QAbstractEventDispatcher::installNativeEventFilter| Name:  | QAbstractEventDispatcher::installNativeEventFilter |  | Prototype:  | void QAbstractEventDispatcher::installNativeEventFilter(QAbstractNativeEventFilter *filterObj) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qabstracteventdispatcher.cpp |  | Lines:  | 396-404 |  
  |  | 4 | 1 | 
 QAbstractEventDispatcher::QAbstractEventDispatcher| Name:  | QAbstractEventDispatcher::QAbstractEventDispatcher |  | Prototype:  | QAbstractEventDispatcher::QAbstractEventDispatcher(QObject *parent) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qabstracteventdispatcher.cpp |  | Lines:  | 139-140 |  
  |  | 1 | 1 | 
 QAbstractEventDispatcher::QAbstractEventDispatcher| Name:  | QAbstractEventDispatcher::QAbstractEventDispatcher |  | Prototype:  | QAbstractEventDispatcher::QAbstractEventDispatcher(QAbstractEventDispatcherPrivate &dd, QObject *parent) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qabstracteventdispatcher.cpp |  | Lines:  | 145-147 |  
  |  | 1 | 1 | 
 QAbstractConcatenable::convertFromAscii| Name:  | QAbstractConcatenable::convertFromAscii |  | Prototype:  | void QAbstractConcatenable::convertFromAscii(const char *a, int len, QChar *&out) |  | Coverage:  | 100.000% (24/24) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringbuilder.cpp |  | Lines:  | 116-139 |  
  |  | 17 | 7 | 
 QAbstractConcatenable::appendLatin1To| Name:  | QAbstractConcatenable::appendLatin1To |  | Prototype:  | void QAbstractConcatenable::appendLatin1To(const char *a, int len, QChar *out) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 10650-10653 |  
  |  | 1 | 1 | 
 QAbstractAnimation::~QAbstractAnimation| Name:  | QAbstractAnimation::~QAbstractAnimation |  | Prototype:  | QAbstractAnimation::~QAbstractAnimation() |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 1059-1070 |  
  |  | 7 | 3 | 
 QAbstractAnimation::updateState| Name:  | QAbstractAnimation::updateState |  | Prototype:  | void QAbstractAnimation::updateState(QAbstractAnimation::State newState, QAbstractAnimation::State oldState) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 1457-1462 |  
  |  | 2 | 1 | 
 QAbstractAnimation::updateDirection| Name:  | QAbstractAnimation::updateDirection |  | Prototype:  | void QAbstractAnimation::updateDirection(QAbstractAnimation::Direction direction) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 1470-1473 |  
  |  | 1 | 1 | 
 QAbstractAnimation::totalDuration| Name:  | QAbstractAnimation::totalDuration |  | Prototype:  | int QAbstractAnimation::totalDuration() const |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 1254-1263 |  
  |  | 7 | 3 | 
 QAbstractAnimation::stop| Name:  | QAbstractAnimation::stop |  | Prototype:  | void QAbstractAnimation::stop() |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 1372-1380 |  
  |  | 4 | 2 | 
 QAbstractAnimation::state| Name:  | QAbstractAnimation::state |  | Prototype:  | QAbstractAnimation::State QAbstractAnimation::state() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 1080-1084 |  
  |  | 2 | 1 | 
 QAbstractAnimation::start| Name:  | QAbstractAnimation::start |  | Prototype:  | void QAbstractAnimation::start(DeletionPolicy policy) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 1353-1360 |  
  |  | 5 | 2 | 
 QAbstractAnimation::setLoopCount| Name:  | QAbstractAnimation::setLoopCount |  | Prototype:  | void QAbstractAnimation::setLoopCount(int loopCount) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 1205-1209 |  
  |  | 2 | 1 | 
 QAbstractAnimation::setDirection| Name:  | QAbstractAnimation::setDirection |  | Prototype:  | void QAbstractAnimation::setDirection(Direction direction) |  | Coverage:  | 100.000% (16/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 1148-1177 |  
  |  | 16 | 6 | 
 QAbstractAnimation::setCurrentTime| Name:  | QAbstractAnimation::setCurrentTime |  | Prototype:  | void QAbstractAnimation::setCurrentTime(int msecs) |  | Coverage:  | 100.000% (36/36) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 1295-1335 |  
  |  | 23 | 7 | 
 QAbstractAnimation::resume| Name:  | QAbstractAnimation::resume |  | Prototype:  | void QAbstractAnimation::resume() |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 1407-1417 |  
  |  | 6 | 2 | 
 QAbstractAnimation::pause| Name:  | QAbstractAnimation::pause |  | Prototype:  | void QAbstractAnimation::pause() |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 1389-1398 |  
  |  | 5 | 2 | 
 QAbstractAnimation::loopCount| Name:  | QAbstractAnimation::loopCount |  | Prototype:  | int QAbstractAnimation::loopCount() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 1200-1204 |  
  |  | 2 | 1 | 
 QAbstractAnimation::group| Name:  | QAbstractAnimation::group |  | Prototype:  | QAnimationGroup *QAbstractAnimation::group() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 1092-1096 |  
  |  | 2 | 1 | 
 QAbstractAnimation::event| Name:  | QAbstractAnimation::event |  | Prototype:  | bool QAbstractAnimation::event(QEvent *event) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 1437-1440 |  
  |  | 1 | 1 | 
 QAbstractAnimation::direction| Name:  | QAbstractAnimation::direction |  | Prototype:  | QAbstractAnimation::Direction QAbstractAnimation::direction() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 1143-1147 |  
  |  | 2 | 1 | 
 QAbstractAnimation::currentTime| Name:  | QAbstractAnimation::currentTime |  | Prototype:  | int QAbstractAnimation::currentTime() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 1290-1294 |  
  |  | 2 | 1 | 
 QAbstractAnimation::currentLoopTime| Name:  | QAbstractAnimation::currentLoopTime |  | Prototype:  | int QAbstractAnimation::currentLoopTime() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 1271-1275 |  
  |  | 2 | 1 | 
 QAbstractAnimation::currentLoop| Name:  | QAbstractAnimation::currentLoop |  | Prototype:  | int QAbstractAnimation::currentLoop() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 1224-1228 |  
  |  | 2 | 1 |