Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QAbstractItemDelegateName: | QAbstractItemDelegate::QAbstractItemDelegate | Prototype: | QAbstractItemDelegate::QAbstractItemDelegate(QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemdelegate.cpp | Lines: | 177-181 |
| | 3 | 1 |
QAbstractItemDelegateName: | QAbstractItemDelegate::QAbstractItemDelegate | Prototype: | QAbstractItemDelegate::QAbstractItemDelegate(QObjectPrivate &dd, QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemdelegate.cpp | Lines: | 188-192 |
| | 3 | 1 |
createEditorName: | QAbstractItemDelegate::createEditor | Prototype: | QWidget *QAbstractItemDelegate::createEditor(QWidget *, const QStyleOptionViewItem &, const QModelIndex &) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemdelegate.cpp | Lines: | 239-244 |
| | 1 | 1 |
destroyEditorName: | 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: | 256-260 |
| | 2 | 1 |
editorEventName: | QAbstractItemDelegate::editorEvent | Prototype: | bool QAbstractItemDelegate::editorEvent(QEvent *, QAbstractItemModel *, const QStyleOptionViewItem &, const QModelIndex &) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemdelegate.cpp | Lines: | 324-331 |
| | 1 | 1 |
elidedTextName: | QAbstractItemDelegate::elidedText | Prototype: | QString QAbstractItemDelegate::elidedText(const QFontMetrics &fontMetrics, int width, Qt::TextElideMode mode, const QString &text) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemdelegate.cpp | Lines: | 347-351 |
| | 1 | 1 |
helpEventName: | QAbstractItemDelegate::helpEvent | Prototype: | bool QAbstractItemDelegate::helpEvent(QHelpEvent *event, QAbstractItemView *view, const QStyleOptionViewItem &option, const QModelIndex &index) | Coverage: | 0.000% (0/27) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemdelegate.cpp | Lines: | 368-409 |
| | 24 | 9 |
paintingRolesName: | QAbstractItemDelegate::paintingRoles | Prototype: | QVector<int> QAbstractItemDelegate::paintingRoles() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemdelegate.cpp | Lines: | 416-419 |
| | 1 | 1 |