| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity | 
 QAbstractProxyModel::submit| Name:  | QAbstractProxyModel::submit |  | Prototype:  | bool QAbstractProxyModel::submit() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractproxymodel.cpp |  | Lines:  | 172-176 |  
  |  | 2 | 1 | 
 QAbstractProxyModel::span| Name:  | QAbstractProxyModel::span |  | Prototype:  | QSize QAbstractProxyModel::span(const QModelIndex &index) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractproxymodel.cpp |  | Lines:  | 358-362 |  
  |  | 2 | 1 | 
 QAbstractProxyModel::sort| Name:  | QAbstractProxyModel::sort |  | Prototype:  | void QAbstractProxyModel::sort(int column, Qt::SortOrder order) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractproxymodel.cpp |  | Lines:  | 349-353 |  
  |  | 2 | 1 | 
 QAbstractProxyModel::setData| Name:  | QAbstractProxyModel::setData |  | Prototype:  | bool QAbstractProxyModel::setData(const QModelIndex &index, const QVariant &value, int role) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractproxymodel.cpp |  | Lines:  | 288-292 |  
  |  | 2 | 1 | 
 QAbstractProxyModel::revert| Name:  | QAbstractProxyModel::revert |  | Prototype:  | void QAbstractProxyModel::revert() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractproxymodel.cpp |  | Lines:  | 181-185 |  
  |  | 2 | 1 | 
 QAbstractProxyModel::resetInternalData| Name:  | QAbstractProxyModel::resetInternalData |  | Prototype:  | void QAbstractProxyModel::resetInternalData() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractproxymodel.cpp |  | Lines:  | 152-156 |  
  |  | 2 | 1 | 
 QAbstractProxyModel::mimeTypes| Name:  | QAbstractProxyModel::mimeTypes |  | Prototype:  | QStringList QAbstractProxyModel::mimeTypes() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractproxymodel.cpp |  | Lines:  | 447-451 |  
  |  | 2 | 1 | 
 QAbstractProxyModel::hasChildren| Name:  | QAbstractProxyModel::hasChildren |  | Prototype:  | bool QAbstractProxyModel::hasChildren(const QModelIndex &parent) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractproxymodel.cpp |  | Lines:  | 367-371 |  
  |  | 2 | 1 | 
 QAbstractProxyModel::flags| Name:  | QAbstractProxyModel::flags |  | Prototype:  | Qt::ItemFlags QAbstractProxyModel::flags(const QModelIndex &index) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractproxymodel.cpp |  | Lines:  | 279-283 |  
  |  | 2 | 1 | 
 QAbstractProxyModel::fetchMore| Name:  | QAbstractProxyModel::fetchMore |  | Prototype:  | void QAbstractProxyModel::fetchMore(const QModelIndex &parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractproxymodel.cpp |  | Lines:  | 340-344 |  
  |  | 2 | 1 | 
 QAbstractProxyModel::data| Name:  | QAbstractProxyModel::data |  | Prototype:  | QVariant QAbstractProxyModel::data(const QModelIndex &proxyIndex, int role) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractproxymodel.cpp |  | Lines:  | 245-249 |  
  |  | 2 | 1 | 
 QAbstractProxyModel::canFetchMore| Name:  | QAbstractProxyModel::canFetchMore |  | Prototype:  | bool QAbstractProxyModel::canFetchMore(const QModelIndex &parent) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractproxymodel.cpp |  | Lines:  | 331-335 |  
  |  | 2 | 1 | 
 QAbstractProxyModel::buddy| Name:  | QAbstractProxyModel::buddy |  | Prototype:  | QModelIndex QAbstractProxyModel::buddy(const QModelIndex &index) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractproxymodel.cpp |  | Lines:  | 322-326 |  
  |  | 2 | 1 | 
 QAbstractPrintDialog::toPage| Name:  | QAbstractPrintDialog::toPage |  | Prototype:  | int QAbstractPrintDialog::toPage() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qabstractprintdialog.cpp |  | Lines:  | 322-326 |  
  |  | 2 | 1 | 
 QAbstractPrintDialog::setPrintRange| Name:  | QAbstractPrintDialog::setPrintRange |  | Prototype:  | void QAbstractPrintDialog::setPrintRange(PrintRange range) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qabstractprintdialog.cpp |  | Lines:  | 244-248 |  
  |  | 2 | 1 | 
 QAbstractPrintDialog::setOptionTabs| Name:  | QAbstractPrintDialog::setOptionTabs |  | Prototype:  | void QAbstractPrintDialog::setOptionTabs(const QList<QWidget*> &tabs) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qabstractprintdialog.cpp |  | Lines:  | 435-439 |  
  |  | 2 | 1 | 
 QAbstractPrintDialog::setEnabledOptions| Name:  | QAbstractPrintDialog::setEnabledOptions |  | Prototype:  | void QAbstractPrintDialog::setEnabledOptions(PrintDialogOptions options) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qabstractprintdialog.cpp |  | Lines:  | 202-206 |  
  |  | 2 | 1 | 
 QAbstractPrintDialog::printer| Name:  | QAbstractPrintDialog::printer |  | Prototype:  | QPrinter *QAbstractPrintDialog::printer() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qabstractprintdialog.cpp |  | Lines:  | 333-337 |  
  |  | 2 | 1 | 
 QAbstractPrintDialog::printRange| Name:  | QAbstractPrintDialog::printRange |  | Prototype:  | QAbstractPrintDialog::PrintRange QAbstractPrintDialog::printRange() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qabstractprintdialog.cpp |  | Lines:  | 253-257 |  
  |  | 2 | 1 | 
 QAbstractPrintDialog::minPage| Name:  | QAbstractPrintDialog::minPage |  | Prototype:  | int QAbstractPrintDialog::minPage() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qabstractprintdialog.cpp |  | Lines:  | 277-281 |  
  |  | 2 | 1 | 
 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:  | 288-292 |  
  |  | 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:  | 235-239 |  
  |  | 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:  | 312-316 |  
  |  | 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:  | 224-228 |  
  |  | 2 | 1 | 
 QAbstractPrintDialog::addEnabledOption| Name:  | QAbstractPrintDialog::addEnabledOption |  | Prototype:  | void QAbstractPrintDialog::addEnabledOption(PrintDialogOption option) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qabstractprintdialog.cpp |  | Lines:  | 213-217 |  
  |  | 2 | 1 | 
 QAbstractOpenGLFunctionsPrivate::removeExternalFunctions| Name:  | QAbstractOpenGLFunctionsPrivate::removeExternalFunctions |  | Prototype:  | void QAbstractOpenGLFunctionsPrivate::removeExternalFunctions(QOpenGLContext *context, QAbstractOpenGLFunctions *f) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglversionfunctions.cpp |  | Lines:  | 131-135 |  
  |  | 2 | 1 | 
 QAbstractOpenGLFunctionsPrivate::insertExternalFunctions| Name:  | QAbstractOpenGLFunctionsPrivate::insertExternalFunctions |  | Prototype:  | void QAbstractOpenGLFunctionsPrivate::insertExternalFunctions(QOpenGLContext *context, QAbstractOpenGLFunctions *f) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglversionfunctions.cpp |  | Lines:  | 125-129 |  
  |  | 2 | 1 | 
 QAbstractOpenGLFunctions::setOwningContext| Name:  | QAbstractOpenGLFunctions::setOwningContext |  | Prototype:  | void QAbstractOpenGLFunctions::setOwningContext(const QOpenGLContext *context) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglversionfunctions.cpp |  | Lines:  | 294-298 |  
  |  | 2 | 1 | 
 QAbstractOpenGLFunctions::owningContext| Name:  | QAbstractOpenGLFunctions::owningContext |  | Prototype:  | QOpenGLContext *QAbstractOpenGLFunctions::owningContext() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglversionfunctions.cpp |  | Lines:  | 302-306 |  
  |  | 2 | 1 | 
 QAbstractOpenGLFunctions::isInitialized| Name:  | QAbstractOpenGLFunctions::isInitialized |  | Prototype:  | bool QAbstractOpenGLFunctions::isInitialized() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglversionfunctions.cpp |  | Lines:  | 286-290 |  
  |  | 2 | 1 | 
 QAbstractOpenGLFunctions::QAbstractOpenGLFunctions| Name:  | QAbstractOpenGLFunctions::QAbstractOpenGLFunctions |  | Prototype:  | QAbstractOpenGLFunctions::QAbstractOpenGLFunctions() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglversionfunctions.cpp |  | Lines:  | 247-250 |  
  |  | 2 | 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:  | 423-426 |  
  |  | 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:  | 431-434 |  
  |  | 2 | 1 | 
 QAbstractItemViewPrivate::viewOptionsV1| Name:  | QAbstractItemViewPrivate::viewOptionsV1 |  | Prototype:  | QStyleOptionViewItem QAbstractItemViewPrivate::viewOptionsV1() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 3727-3731 |  
  |  | 2 | 1 | 
 QAbstractItemViewPrivate::interruptDelayedItemsLayout| Name:  | QAbstractItemViewPrivate::interruptDelayedItemsLayout |  | Prototype:  | void QAbstractItemViewPrivate::interruptDelayedItemsLayout() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 4180-4184 |  
  |  | 2 | 1 | 
 QAbstractItemViewPrivate::addEditor| Name:  | QAbstractItemViewPrivate::addEditor |  | Prototype:  | void QAbstractItemViewPrivate::addEditor(const QModelIndex &index, QWidget *editor, bool isStatic) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 4363-4367 |  
  |  | 2 | 1 | 
 QAbstractItemViewPrivate::_q_modelDestroyed| Name:  | QAbstractItemViewPrivate::_q_modelDestroyed |  | Prototype:  | void QAbstractItemViewPrivate::_q_modelDestroyed() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 3563-3567 |  
  |  | 2 | 1 | 
 QAbstractItemView::verticalScrollMode| Name:  | QAbstractItemView::verticalScrollMode |  | Prototype:  | QAbstractItemView::ScrollMode QAbstractItemView::verticalScrollMode() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 1278-1282 |  
  |  | 2 | 1 | 
 QAbstractItemView::updateEditorData| Name:  | QAbstractItemView::updateEditorData |  | Prototype:  | void QAbstractItemView::updateEditorData() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 2690-2694 |  
  |  | 2 | 1 | 
 QAbstractItemView::tabKeyNavigation| Name:  | QAbstractItemView::tabKeyNavigation |  | Prototype:  | bool QAbstractItemView::tabKeyNavigation() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 1420-1424 |  
  |  | 2 | 1 | 
 QAbstractItemView::state| Name:  | QAbstractItemView::state |  | Prototype:  | QAbstractItemView::State QAbstractItemView::state() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 3738-3742 |  
  |  | 2 | 1 | 
 QAbstractItemView::showDropIndicator| Name:  | QAbstractItemView::showDropIndicator |  | Prototype:  | bool QAbstractItemView::showDropIndicator() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 1449-1453 |  
  |  | 2 | 1 | 
 QAbstractItemView::setTextElideMode| Name:  | QAbstractItemView::setTextElideMode |  | Prototype:  | void QAbstractItemView::setTextElideMode(Qt::TextElideMode mode) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 1610-1614 |  
  |  | 2 | 1 | 
 QAbstractItemView::setTabKeyNavigation| Name:  | QAbstractItemView::setTabKeyNavigation |  | Prototype:  | void QAbstractItemView::setTabKeyNavigation(bool enable) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 1414-1418 |  
  |  | 2 | 1 | 
 QAbstractItemView::setState| Name:  | QAbstractItemView::setState |  | Prototype:  | void QAbstractItemView::setState(State state) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 3749-3753 |  
  |  | 2 | 1 | 
 QAbstractItemView::setSelectionMode| Name:  | QAbstractItemView::setSelectionMode |  | Prototype:  | void QAbstractItemView::setSelectionMode(SelectionMode mode) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 1032-1036 |  
  |  | 2 | 1 | 
 QAbstractItemView::setSelectionBehavior| Name:  | QAbstractItemView::setSelectionBehavior |  | Prototype:  | void QAbstractItemView::setSelectionBehavior(QAbstractItemView::SelectionBehavior behavior) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 1054-1058 |  
  |  | 2 | 1 | 
 QAbstractItemView::setEditTriggers| Name:  | QAbstractItemView::setEditTriggers |  | Prototype:  | void QAbstractItemView::setEditTriggers(EditTriggers actions) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 1240-1244 |  
  |  | 2 | 1 | 
 QAbstractItemView::setDropIndicatorShown| Name:  | QAbstractItemView::setDropIndicatorShown |  | Prototype:  | void QAbstractItemView::setDropIndicatorShown(bool enable) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 1443-1447 |  
  |  | 2 | 1 | 
 QAbstractItemView::setDragEnabled| Name:  | QAbstractItemView::setDragEnabled |  | Prototype:  | void QAbstractItemView::setDragEnabled(bool enable) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 1462-1466 |  
  |  | 2 | 1 | 
 QAbstractItemView::setDragDropOverwriteMode| Name:  | QAbstractItemView::setDragDropOverwriteMode |  | Prototype:  | void QAbstractItemView::setDragDropOverwriteMode(bool overwrite) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 1350-1354 |  
  |  | 2 | 1 | 
 QAbstractItemView::setDirtyRegion| Name:  | QAbstractItemView::setDirtyRegion |  | Prototype:  | void QAbstractItemView::setDirtyRegion(const QRegion ®ion) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 3792-3796 |  
  |  | 2 | 1 | 
 QAbstractItemView::setDefaultDropAction| Name:  | QAbstractItemView::setDefaultDropAction |  | Prototype:  | void QAbstractItemView::setDefaultDropAction(Qt::DropAction dropAction) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 1542-1546 |  
  |  | 2 | 1 | 
 QAbstractItemView::setAutoScrollMargin| Name:  | QAbstractItemView::setAutoScrollMargin |  | Prototype:  | void QAbstractItemView::setAutoScrollMargin(int margin) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 1397-1401 |  
  |  | 2 | 1 | 
 QAbstractItemView::setAutoScroll| Name:  | QAbstractItemView::setAutoScroll |  | Prototype:  | void QAbstractItemView::setAutoScroll(bool enable) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 1377-1381 |  
  |  | 2 | 1 | 
 QAbstractItemView::selectionModel| Name:  | QAbstractItemView::selectionModel |  | Prototype:  | QItemSelectionModel* QAbstractItemView::selectionModel() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 820-824 |  
  |  | 2 | 1 | 
 QAbstractItemView::selectionMode| Name:  | QAbstractItemView::selectionMode |  | Prototype:  | QAbstractItemView::SelectionMode QAbstractItemView::selectionMode() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 1038-1042 |  
  |  | 2 | 1 | 
 QAbstractItemView::selectionBehavior| Name:  | QAbstractItemView::selectionBehavior |  | Prototype:  | QAbstractItemView::SelectionBehavior QAbstractItemView::selectionBehavior() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 1060-1064 |  
  |  | 2 | 1 | 
 QAbstractItemView::scrollDirtyRegion| Name:  | QAbstractItemView::scrollDirtyRegion |  | Prototype:  | void QAbstractItemView::scrollDirtyRegion(int dx, int dy) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 3808-3812 |  
  |  | 2 | 1 | 
 QAbstractItemView::scheduleDelayedItemsLayout| Name:  | QAbstractItemView::scheduleDelayedItemsLayout |  | Prototype:  | void QAbstractItemView::scheduleDelayedItemsLayout() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 3764-3768 |  
  |  | 2 | 1 | 
 QAbstractItemView::resizeEvent| Name:  | QAbstractItemView::resizeEvent |  | Prototype:  | void QAbstractItemView::resizeEvent(QResizeEvent *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 2510-2514 |  
  |  | 2 | 1 | 
 QAbstractItemView::model| Name:  | QAbstractItemView::model |  | Prototype:  | QAbstractItemModel *QAbstractItemView::model() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 754-758 |  
  |  | 2 | 1 | 
 QAbstractItemView::itemDelegateForRow| Name:  | QAbstractItemView::itemDelegateForRow |  | Prototype:  | QAbstractItemDelegate *QAbstractItemView::itemDelegateForRow(int row) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 946-950 |  
  |  | 2 | 1 | 
 QAbstractItemView::itemDelegateForColumn| Name:  | QAbstractItemView::itemDelegateForColumn |  | Prototype:  | QAbstractItemDelegate *QAbstractItemView::itemDelegateForColumn(int column) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 1006-1010 |  
  |  | 2 | 1 | 
 QAbstractItemView::itemDelegate| Name:  | QAbstractItemView::itemDelegate |  | Prototype:  | QAbstractItemDelegate *QAbstractItemView::itemDelegate(const QModelIndex &index) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 1016-1020 |  
  |  | 2 | 1 | 
 QAbstractItemView::iconSize| Name:  | QAbstractItemView::iconSize |  | Prototype:  | QSize QAbstractItemView::iconSize() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 1597-1601 |  
  |  | 2 | 1 | 
 QAbstractItemView::horizontalScrollMode| Name:  | QAbstractItemView::horizontalScrollMode |  | Prototype:  | QAbstractItemView::ScrollMode QAbstractItemView::horizontalScrollMode() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 1315-1319 |  
  |  | 2 | 1 | 
 QAbstractItemView::hasAutoScroll| Name:  | QAbstractItemView::hasAutoScroll |  | Prototype:  | bool QAbstractItemView::hasAutoScroll() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 1383-1387 |  
  |  | 2 | 1 | 
 QAbstractItemView::executeDelayedItemsLayout| Name:  | QAbstractItemView::executeDelayedItemsLayout |  | Prototype:  | void QAbstractItemView::executeDelayedItemsLayout() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 3776-3780 |  
  |  | 2 | 1 | 
 QAbstractItemView::editTriggers| Name:  | QAbstractItemView::editTriggers |  | Prototype:  | QAbstractItemView::EditTriggers QAbstractItemView::editTriggers() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 1246-1250 |  
  |  | 2 | 1 | 
 QAbstractItemView::dropIndicatorPosition| Name:  | QAbstractItemView::dropIndicatorPosition |  | Prototype:  | QAbstractItemView::DropIndicatorPosition QAbstractItemView::dropIndicatorPosition() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 2594-2598 |  
  |  | 2 | 1 | 
 QAbstractItemView::dragEnabled| Name:  | QAbstractItemView::dragEnabled |  | Prototype:  | bool QAbstractItemView::dragEnabled() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 1468-1472 |  
  |  | 2 | 1 | 
 QAbstractItemView::dragDropOverwriteMode| Name:  | QAbstractItemView::dragDropOverwriteMode |  | Prototype:  | bool QAbstractItemView::dragDropOverwriteMode() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 1356-1360 |  
  |  | 2 | 1 | 
 QAbstractItemView::dirtyRegionOffset| Name:  | QAbstractItemView::dirtyRegionOffset |  | Prototype:  | QPoint QAbstractItemView::dirtyRegionOffset() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 3823-3827 |  
  |  | 2 | 1 | 
 QAbstractItemView::defaultDropAction| Name:  | QAbstractItemView::defaultDropAction |  | Prototype:  | Qt::DropAction QAbstractItemView::defaultDropAction() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 1548-1552 |  
  |  | 2 | 1 | 
 QAbstractItemView::currentIndex| Name:  | QAbstractItemView::currentIndex |  | Prototype:  | QModelIndex QAbstractItemView::currentIndex() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 1097-1101 |  
  |  | 2 | 1 | 
 QAbstractItemView::autoScrollMargin| Name:  | QAbstractItemView::autoScrollMargin |  | Prototype:  | int QAbstractItemView::autoScrollMargin() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 1403-1407 |  
  |  | 2 | 1 | 
 QAbstractItemView::alternatingRowColors| Name:  | QAbstractItemView::alternatingRowColors |  | Prototype:  | bool QAbstractItemView::alternatingRowColors() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp |  | Lines:  | 1574-1578 |  
  |  | 2 | 1 | 
 QAbstractItemModelPrivate::QAbstractItemModelPrivate| Name:  | QAbstractItemModelPrivate::QAbstractItemModelPrivate |  | Prototype:  | QAbstractItemModelPrivate::QAbstractItemModelPrivate() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 489-494 |  
  |  | 2 | 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:  | 2224-2229 |  
  |  | 2 | 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:  | 2402-2406 |  
  |  | 2 | 1 | 
 QAbstractItemModel::mimeTypes| Name:  | QAbstractItemModel::mimeTypes |  | Prototype:  | QStringList QAbstractItemModel::mimeTypes() const |  | Coverage:  | 100.000% (2/2) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 1845-1850 |  
  |  | 2 | 2 | 
 QAbstractItemModel::doSetSupportedDragActions| Name:  | QAbstractItemModel::doSetSupportedDragActions |  | Prototype:  | void QAbstractItemModel::doSetSupportedDragActions(Qt::DropActions actions) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 2007-2011 |  
  |  | 2 | 1 | 
 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:  | 2365-2369 |  
  |  | 2 | 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:  | 1465-1468 |  
  |  | 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:  | 1473-1476 |  
  |  | 2 | 1 | 
 QAbstractItemDelegatePrivate::QAbstractItemDelegatePrivate| Name:  | QAbstractItemDelegatePrivate::QAbstractItemDelegatePrivate |  | Prototype:  | QAbstractItemDelegatePrivate::QAbstractItemDelegatePrivate() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemdelegate.cpp |  | Lines:  | 427-430 |  
  |  | 2 | 1 | 
 QAbstractItemDelegate::destroyEditor| Name:  | QAbstractItemDelegate::destroyEditor |  | Prototype:  | void QAbstractItemDelegate::destroyEditor(QWidget *editor, const QModelIndex &index) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemdelegate.cpp |  | Lines:  | 262-266 |  
  |  | 2 | 1 | 
 QAbstractGraphicsShapeItem::pen| Name:  | QAbstractGraphicsShapeItem::pen |  | Prototype:  | QPen QAbstractGraphicsShapeItem::pen() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 8223-8227 |  
  |  | 2 | 1 | 
 QAbstractGraphicsShapeItem::brush| Name:  | QAbstractGraphicsShapeItem::brush |  | Prototype:  | QBrush QAbstractGraphicsShapeItem::brush() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 8252-8256 |  
  |  | 2 | 1 | 
 QAbstractGraphicsShapeItem::QAbstractGraphicsShapeItem| Name:  | QAbstractGraphicsShapeItem::QAbstractGraphicsShapeItem |  | Prototype:  | QAbstractGraphicsShapeItem::QAbstractGraphicsShapeItem(QGraphicsItem *parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 8199-8202 |  
  |  | 2 | 1 | 
 QAbstractGraphicsShapeItem::QAbstractGraphicsShapeItem| Name:  | QAbstractGraphicsShapeItem::QAbstractGraphicsShapeItem |  | Prototype:  | QAbstractGraphicsShapeItem::QAbstractGraphicsShapeItem(QAbstractGraphicsShapeItemPrivate &dd, QGraphicsItem *parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp |  | Lines:  | 8207-8210 |  
  |  | 2 | 1 | 
 QAbstractFileEngineIterator::entryInfo| Name:  | QAbstractFileEngineIterator::entryInfo |  | Prototype:  | QVariant QAbstractFileEngineIterator::entryInfo(EntryInfoType type) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp |  | Lines:  | 1033-1037 |  
  |  | 2 | 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:  | 917-923 |  
  |  | 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:  | 115-119 |  
  |  | 2 | 1 | 
 QAbstractFileEngine::supportsExtension| Name:  | QAbstractFileEngine::supportsExtension |  | Prototype:  | bool QAbstractFileEngine::supportsExtension(Extension extension) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp |  | Lines:  | 1222-1226 |  
  |  | 2 | 1 | 
 QAbstractFileEngine::setSize| Name:  | QAbstractFileEngine::setSize |  | Prototype:  | bool QAbstractFileEngine::setSize(qint64 size) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp |  | Lines:  | 588-592 |  
  |  | 2 | 1 | 
 QAbstractFileEngine::setPermissions| Name:  | QAbstractFileEngine::setPermissions |  | Prototype:  | bool QAbstractFileEngine::setPermissions(uint perms) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp |  | Lines:  | 674-678 |  
  |  | 2 | 1 | 
 QAbstractFileEngine::seek| Name:  | QAbstractFileEngine::seek |  | Prototype:  | bool QAbstractFileEngine::seek(qint64 pos) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp |  | Lines:  | 453-457 |  
  |  | 2 | 1 | 
 QAbstractFileEngine::renameOverwrite| Name:  | QAbstractFileEngine::renameOverwrite |  | Prototype:  | bool QAbstractFileEngine::renameOverwrite(const QString &newName) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp |  | Lines:  | 521-525 |  
  |  | 2 | 1 |