| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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 |
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 |
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 |
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 |
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 |
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| 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 |
dropMimeData| Name: | QAbstractListModel::dropMimeData | | Prototype: | bool QAbstractListModel::dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) | | Coverage: | 0.000% (0/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 3602-3650 |
| | 32 | 9 |
QAbstractListModel| Name: | QAbstractListModel::QAbstractListModel | | Prototype: | QAbstractListModel::QAbstractListModel(QAbstractItemModelPrivate &dd, QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 3465-3469 |
| | 3 | 1 |