| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QIsciiCodec::convertToUnicode| Name: | QIsciiCodec::convertToUnicode | | Prototype: | QString QIsciiCodec::convertToUnicode(const char* chars, int len, ConverterState *state) const | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qisciicodec.cpp | | Lines: | 254-291 |
| | 21 | 7 |
QIsciiCodec::create| Name: | QIsciiCodec::create | | Prototype: | QTextCodec *QIsciiCodec::create(const char *name) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qisciicodec.cpp | | Lines: | 73-80 |
| | 4 | 3 |
QIsciiCodec::mibEnum| Name: | QIsciiCodec::mibEnum | | Prototype: | int QIsciiCodec::mibEnum() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qisciicodec.cpp | | Lines: | 91-95 |
| | 1 | 1 |
QIsciiCodec::name| Name: | QIsciiCodec::name | | Prototype: | QByteArray QIsciiCodec::name() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qisciicodec.cpp | | Lines: | 86-89 |
| | 1 | 1 |
QItemDelegate::QItemDelegate| Name: | QItemDelegate::QItemDelegate | | Prototype: | QItemDelegate::QItemDelegate(QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 300-304 |
| | 3 | 1 |
QItemDelegate::createEditor| Name: | QItemDelegate::createEditor | | Prototype: | QWidget *QItemDelegate::createEditor(QWidget *parent, const QStyleOptionViewItem &, const QModelIndex &index) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 468-482 |
| | 10 | 4 |
QItemDelegate::decoration| Name: | QItemDelegate::decoration | | Prototype: | QPixmap QItemDelegate::decoration(const QStyleOptionViewItem &option, const QVariant &variant) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 935-952 |
| | 9 | 4 |
QItemDelegate::doCheck| Name: | QItemDelegate::doCheck | | Prototype: | QRect QItemDelegate::doCheck(const QStyleOptionViewItem &option, const QRect &bounding, const QVariant &value) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 1046-1059 |
| | 9 | 2 |
QItemDelegate::doLayout| Name: | QItemDelegate::doLayout | | Prototype: | void QItemDelegate::doLayout(const QStyleOptionViewItem &option, QRect *checkRect, QRect *pixmapRect, QRect *textRect, bool hint) const | | Coverage: | 0.000% (0/79) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 800-925 |
| | 84 | 21 |
QItemDelegate::drawBackground| Name: | QItemDelegate::drawBackground | | Prototype: | void QItemDelegate::drawBackground(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 771-791 |
| | 12 | 4 |
QItemDelegate::drawCheck| Name: | QItemDelegate::drawCheck | | Prototype: | void QItemDelegate::drawCheck(QPainter *painter, const QStyleOptionViewItem &option, const QRect &rect, Qt::CheckState state) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 735-762 |
| | 16 | 5 |
QItemDelegate::drawDecoration| Name: | QItemDelegate::drawDecoration | | Prototype: | void QItemDelegate::drawDecoration(QPainter *painter, const QStyleOptionViewItem &option, const QRect &rect, const QPixmap &pixmap) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 680-701 |
| | 13 | 4 |
QItemDelegate::drawDisplay| Name: | QItemDelegate::drawDisplay | | Prototype: | void QItemDelegate::drawDisplay(QPainter *painter, const QStyleOptionViewItem &option, const QRect &rect, const QString &text) const | | Coverage: | 0.000% (0/39) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 596-674 |
| | 56 | 9 |
QItemDelegate::drawFocus| Name: | QItemDelegate::drawFocus | | Prototype: | void QItemDelegate::drawFocus(QPainter *painter, const QStyleOptionViewItem &option, const QRect &rect) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 708-727 |
| | 15 | 2 |
QItemDelegate::editorEvent| Name: | QItemDelegate::editorEvent | | Prototype: | bool QItemDelegate::editorEvent(QEvent *event, QAbstractItemModel *model, const QStyleOptionViewItem &option, const QModelIndex &index) | | Coverage: | 0.000% (0/43) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 1117-1166 |
| | 31 | 9 |
QItemDelegate::eventFilter| Name: | QItemDelegate::eventFilter | | Prototype: | bool QItemDelegate::eventFilter(QObject *object, QEvent *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 1107-1111 |
| | 2 | 1 |
QItemDelegate::hasClipping| Name: | QItemDelegate::hasClipping | | Prototype: | bool QItemDelegate::hasClipping() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 324-328 |
| | 2 | 1 |
QItemDelegate::itemEditorFactory| Name: | QItemDelegate::itemEditorFactory | | Prototype: | QItemEditorFactory *QItemDelegate::itemEditorFactory() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 572-576 |
| | 2 | 1 |
QItemDelegate::paint| Name: | QItemDelegate::paint | | Prototype: | void QItemDelegate::paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 363-433 |
| | 42 | 6 |
QItemDelegate::rect| Name: | QItemDelegate::rect | | Prototype: | QRect QItemDelegate::rect(const QStyleOptionViewItem &option, const QModelIndex &index, int role) const | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 1007-1041 |
| | 22 | 10 |
QItemDelegate::selected| Name: | QItemDelegate::selected | | Prototype: | QPixmap *QItemDelegate::selected(const QPixmap &pixmap, const QPalette &palette, bool enabled) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 976-1001 |
| | 18 | 3 |
QItemDelegate::setClipping| Name: | QItemDelegate::setClipping | | Prototype: | void QItemDelegate::setClipping(bool clip) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 330-334 |
| | 2 | 1 |
QItemDelegate::setEditorData| Name: | QItemDelegate::setEditorData | | Prototype: | void QItemDelegate::setEditorData(QWidget *editor, const QModelIndex &index) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 494-509 |
| | 6 | 3 |
QItemDelegate::setItemEditorFactory| Name: | QItemDelegate::setItemEditorFactory | | Prototype: | void QItemDelegate::setItemEditorFactory(QItemEditorFactory *factory) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 585-589 |
| | 2 | 1 |
QItemDelegate::setModelData| Name: | QItemDelegate::setModelData | | Prototype: | void QItemDelegate::setModelData(QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 522-541 |
| | 9 | 3 |
QItemDelegate::setOptions| Name: | QItemDelegate::setOptions | | Prototype: | QStyleOptionViewItem QItemDelegate::setOptions(const QModelIndex &index, const QStyleOptionViewItem &option) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 1172-1198 |
| | 13 | 4 |
QItemDelegate::sizeHint| Name: | QItemDelegate::sizeHint | | Prototype: | QSize QItemDelegate::sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 445-458 |
| | 8 | 2 |
QItemDelegate::textRectangle| Name: | QItemDelegate::textRectangle | | Prototype: | QRect QItemDelegate::textRectangle(QPainter * , const QRect &rect, const QFont &font, const QString &text) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 1064-1077 |
| | 9 | 1 |
QItemDelegate::updateEditorGeometry| Name: | QItemDelegate::updateEditorGeometry | | Prototype: | void QItemDelegate::updateEditorGeometry(QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 548-564 |
| | 12 | 2 |
QItemDelegatePrivate::QItemDelegatePrivate| Name: | QItemDelegatePrivate::QItemDelegatePrivate | | Prototype: | QItemDelegatePrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 82-82 |
| | 1 | 1 |
QItemDelegatePrivate::doTextLayout| Name: | QItemDelegatePrivate::doTextLayout | | Prototype: | QSizeF QItemDelegatePrivate::doTextLayout(int lineWidth) const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 147-163 |
| | 12 | 3 |
QItemDelegatePrivate::editorFactory| Name: | QItemDelegatePrivate::editorFactory | | Prototype: | inline const QItemEditorFactory *editorFactory() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 84-85 |
| | 1 | 1 |
QItemDelegatePrivate::iconMode| Name: | QItemDelegatePrivate::iconMode | | Prototype: | inline QIcon::Mode iconMode(QStyle::State state) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 87-92 |
| | 3 | 3 |
QItemDelegatePrivate::iconState| Name: | QItemDelegatePrivate::iconState | | Prototype: | inline QIcon::State iconState(QStyle::State state) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 94-95 |
| | 1 | 1 |
QItemDelegatePrivate::replaceNewLine| Name: | QItemDelegatePrivate::replaceNewLine | | Prototype: | inline static QString replaceNewLine(QString text) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 97-104 |
| | 5 | 3 |
QItemDelegatePrivate::textLayoutBounds| Name: | QItemDelegatePrivate::textLayoutBounds | | Prototype: | QRect QItemDelegatePrivate::textLayoutBounds(const QStyleOptionViewItem &option) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 129-145 |
| | 8 | 5 |
QItemDelegatePrivate::valueToText| Name: | QItemDelegatePrivate::valueToText | | Prototype: | QString QItemDelegatePrivate::valueToText(const QVariant &value, const QStyleOptionViewItem &option) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 336-339 |
| | 1 | 1 |
QItemDelegatePrivate::widget| Name: | QItemDelegatePrivate::widget | | Prototype: | const QWidget *widget(const QStyleOptionViewItem &option) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 116-119 |
| | 1 | 1 |
QItemEditorFactory::createEditor| Name: | QItemEditorFactory::createEditor | | Prototype: | QWidget *QItemEditorFactory::createEditor(int userType, QWidget *parent) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | | Lines: | 163-171 |
| | 5 | 2 |
QItemEditorFactory::defaultFactory| Name: | QItemEditorFactory::defaultFactory | | Prototype: | const QItemEditorFactory *QItemEditorFactory::defaultFactory() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | | Lines: | 331-337 |
| | 3 | 2 |
QItemEditorFactory::registerEditor| Name: | QItemEditorFactory::registerEditor | | Prototype: | void QItemEditorFactory::registerEditor(int userType, QItemEditorCreatorBase *creator) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | | Lines: | 205-217 |
| | 8 | 3 |
QItemEditorFactory::setDefaultFactory| Name: | QItemEditorFactory::setDefaultFactory | | Prototype: | void QItemEditorFactory::setDefaultFactory(QItemEditorFactory *factory) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | | Lines: | 345-350 |
| | 2 | 1 |
QItemEditorFactory::valuePropertyName| Name: | QItemEditorFactory::valuePropertyName | | Prototype: | QByteArray QItemEditorFactory::valuePropertyName(int userType) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | | Lines: | 176-184 |
| | 5 | 2 |
QItemEditorFactory::~QItemEditorFactory| Name: | QItemEditorFactory::~QItemEditorFactory | | Prototype: | QItemEditorFactory::~QItemEditorFactory() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | | Lines: | 189-195 |
| | 2 | 1 |
QItemSelection::QItemSelection| Name: | QItemSelection::QItemSelection | | Prototype: | QItemSelection::QItemSelection(const QModelIndex &topLeft, const QModelIndex &bottomRight) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 424-427 |
| | 1 | 1 |
QItemSelection::contains| Name: | QItemSelection::contains | | Prototype: | bool QItemSelection::contains(const QModelIndex &index) const | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 464-473 |
| | 6 | 4 |
QItemSelection::indexes| Name: | QItemSelection::indexes | | Prototype: | QModelIndexList QItemSelection::indexes() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 479-482 |
| | 1 | 1 |
QItemSelection::merge| Name: | QItemSelection::merge | | Prototype: | void QItemSelection::merge(const QItemSelection &other, QItemSelectionModel::SelectionFlags command) | | Coverage: | 100.000% (34/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 502-549 |
| | 29 | 12 |
QItemSelection::select| Name: | QItemSelection::select | | Prototype: | void QItemSelection::select(const QModelIndex &topLeft, const QModelIndex &bottomRight) | | Coverage: | 75.000% (12/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 436-457 |
| | 16 | 4 |
QItemSelection::split| Name: | QItemSelection::split | | Prototype: | void QItemSelection::split(const QItemSelectionRange &range, const QItemSelectionRange &other, QItemSelection *result) | | Coverage: | 94.444% (17/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 558-599 |
| | 33 | 6 |
QItemSelectionModel::QItemSelectionModel| Name: | QItemSelectionModel::QItemSelectionModel | | Prototype: | QItemSelectionModel::QItemSelectionModel(QAbstractItemModel *model) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1119-1123 |
| | 1 | 1 |
QItemSelectionModel::QItemSelectionModel| Name: | QItemSelectionModel::QItemSelectionModel | | Prototype: | QItemSelectionModel::QItemSelectionModel(QAbstractItemModel *model, QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1128-1132 |
| | 1 | 1 |
QItemSelectionModel::QItemSelectionModel| Name: | QItemSelectionModel::QItemSelectionModel | | Prototype: | QItemSelectionModel::QItemSelectionModel(QItemSelectionModelPrivate &dd, QAbstractItemModel *model) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1137-1141 |
| | 1 | 1 |
QItemSelectionModel::clear| Name: | QItemSelectionModel::clear | | Prototype: | void QItemSelectionModel::clear() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1304-1308 |
| | 2 | 1 |
QItemSelectionModel::clearCurrentIndex| Name: | QItemSelectionModel::clearCurrentIndex | | Prototype: | void QItemSelectionModel::clearCurrentIndex() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1313-1323 |
| | 7 | 2 |
QItemSelectionModel::clearSelection| Name: | QItemSelectionModel::clearSelection | | Prototype: | void QItemSelectionModel::clearSelection() | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1338-1345 |
| | 4 | 2 |
QItemSelectionModel::columnIntersectsSelection| Name: | QItemSelectionModel::columnIntersectsSelection | | Prototype: | bool QItemSelectionModel::columnIntersectsSelection(int column, const QModelIndex &parent) const | | Coverage: | 71.429% (15/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1591-1616 |
| | 18 | 7 |
QItemSelectionModel::currentIndex| Name: | QItemSelectionModel::currentIndex | | Prototype: | QModelIndex QItemSelectionModel::currentIndex() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1387-1390 |
| | 1 | 1 |
QItemSelectionModel::emitSelectionChanged| Name: | QItemSelectionModel::emitSelectionChanged | | Prototype: | void QItemSelectionModel::emitSelectionChanged(const QItemSelection &newSelection, const QItemSelection &oldSelection) | | Coverage: | 100.000% (56/56) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1801-1868 |
| | 37 | 16 |
QItemSelectionModel::hasSelection| Name: | QItemSelectionModel::hasSelection | | Prototype: | bool QItemSelectionModel::hasSelection() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1624-1634 |
| | 6 | 2 |
QItemSelectionModel::isColumnSelected| Name: | QItemSelectionModel::isColumnSelected | | Prototype: | bool QItemSelectionModel::isColumnSelected(int column, const QModelIndex &parent) const | | Coverage: | 71.186% (42/59) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1499-1551 |
| | 34 | 17 |
QItemSelectionModel::isRowSelected| Name: | QItemSelectionModel::isRowSelected | | Prototype: | bool QItemSelectionModel::isRowSelected(int row, const QModelIndex &parent) const | | Coverage: | 76.190% (48/63) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1437-1489 |
| | 37 | 18 |
QItemSelectionModel::isSelected| Name: | QItemSelectionModel::isSelected | | Prototype: | bool QItemSelectionModel::isSelected(const QModelIndex &index) const | | Coverage: | 93.103% (27/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1395-1427 |
| | 20 | 9 |
QItemSelectionModel::model| Name: | QItemSelectionModel::model | | Prototype: | QAbstractItemModel *QItemSelectionModel::model() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1767-1770 |
| | 1 | 1 |
QItemSelectionModel::model| Name: | QItemSelectionModel::model | | Prototype: | const QAbstractItemModel *QItemSelectionModel::model() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1775-1778 |
| | 1 | 1 |
QItemSelectionModel::reset| Name: | QItemSelectionModel::reset | | Prototype: | void QItemSelectionModel::reset() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1328-1332 |
| | 2 | 1 |
QItemSelectionModel::rowIntersectsSelection| Name: | QItemSelectionModel::rowIntersectsSelection | | Prototype: | bool QItemSelectionModel::rowIntersectsSelection(int row, const QModelIndex &parent) const | | Coverage: | 83.333% (20/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1557-1585 |
| | 21 | 8 |
QItemSelectionModel::select| Name: | QItemSelectionModel::select | | Prototype: | void QItemSelectionModel::select(const QModelIndex &index, QItemSelectionModel::SelectionFlags command) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1156-1160 |
| | 2 | 1 |
QItemSelectionModel::select| Name: | QItemSelectionModel::select | | Prototype: | void QItemSelectionModel::select(const QItemSelection &selection, QItemSelectionModel::SelectionFlags command) | | Coverage: | 90.476% (19/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1247-1299 |
| | 27 | 9 |
QItemSelectionModel::selectedColumns| Name: | QItemSelectionModel::selectedColumns | | Prototype: | QModelIndexList QItemSelectionModel::selectedColumns(int row) const | | Coverage: | 92.308% (12/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1687-1710 |
| | 13 | 5 |
QItemSelectionModel::selectedIndexes| Name: | QItemSelectionModel::selectedIndexes | | Prototype: | QModelIndexList QItemSelectionModel::selectedIndexes() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1640-1646 |
| | 4 | 1 |
QItemSelectionModel::selectedRows| Name: | QItemSelectionModel::selectedRows | | Prototype: | QModelIndexList QItemSelectionModel::selectedRows(int column) const | | Coverage: | 92.308% (12/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1655-1678 |
| | 13 | 5 |
QItemSelectionModel::selection| Name: | QItemSelectionModel::selection | | Prototype: | const QItemSelection QItemSelectionModel::selection() const | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1715-1730 |
| | 8 | 2 |
QItemSelectionModel::selection::[lambda]| Name: | QItemSelectionModel::selection::[lambda] | | Prototype: | [](const QItemSelectionRange& range) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1722-1724 |
| | 1 | 1 |
QItemSelectionModel::setCurrentIndex| Name: | QItemSelectionModel::setCurrentIndex | | Prototype: | void QItemSelectionModel::setCurrentIndex(const QModelIndex &index, QItemSelectionModel::SelectionFlags command) | | Coverage: | 91.304% (21/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1358-1381 |
| | 19 | 7 |
QItemSelectionModel::setModel| Name: | QItemSelectionModel::setModel | | Prototype: | void QItemSelectionModel::setModel(QAbstractItemModel *model) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1787-1795 |
| | 5 | 2 |
QItemSelectionModelPrivate::_q_columnsAboutToBeInserted| Name: | QItemSelectionModelPrivate::_q_columnsAboutToBeInserted | | Prototype: | void QItemSelectionModelPrivate::_q_columnsAboutToBeInserted(const QModelIndex &parent, int start, int end) | | Coverage: | 61.538% (8/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 796-818 |
| | 16 | 3 |
QItemSelectionModelPrivate::_q_columnsAboutToBeRemoved| Name: | QItemSelectionModelPrivate::_q_columnsAboutToBeRemoved | | Prototype: | void QItemSelectionModelPrivate::_q_columnsAboutToBeRemoved(const QModelIndex &parent, int start, int end) | | Coverage: | 95.000% (19/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 763-789 |
| | 17 | 5 |
QItemSelectionModelPrivate::_q_layoutAboutToBeChanged| Name: | QItemSelectionModelPrivate::_q_layoutAboutToBeChanged | | Prototype: | void QItemSelectionModelPrivate::_q_layoutAboutToBeChanged(const QList<QPersistentModelIndex> &, QAbstractItemModel::LayoutChangeHint hint) | | Coverage: | 50.000% (10/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 856-894 |
| | 23 | 4 |
QItemSelectionModelPrivate::_q_layoutChanged| Name: | QItemSelectionModelPrivate::_q_layoutChanged | | Prototype: | void QItemSelectionModelPrivate::_q_layoutChanged(const QList<QPersistentModelIndex> &, QAbstractItemModel::LayoutChangeHint hint) | | Coverage: | 75.000% (18/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1020-1075 |
| | 32 | 4 |
QItemSelectionModelPrivate::_q_rowsAboutToBeInserted| Name: | QItemSelectionModelPrivate::_q_rowsAboutToBeInserted | | Prototype: | void QItemSelectionModelPrivate::_q_rowsAboutToBeInserted(const QModelIndex &parent, int start, int end) | | Coverage: | 92.308% (12/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 825-847 |
| | 16 | 3 |
QItemSelectionModelPrivate::_q_rowsAboutToBeRemoved| Name: | QItemSelectionModelPrivate::_q_rowsAboutToBeRemoved | | Prototype: | void QItemSelectionModelPrivate::_q_rowsAboutToBeRemoved(const QModelIndex &parent, int start, int end) | | Coverage: | 92.308% (60/65) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 692-758 |
| | 48 | 14 |
QItemSelectionModelPrivate::expandSelection| Name: | QItemSelectionModelPrivate::expandSelection | | Prototype: | QItemSelection QItemSelectionModelPrivate::expandSelection(const QItemSelection &selection, QItemSelectionModel::SelectionFlags command) const | | Coverage: | 83.333% (15/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 658-687 |
| | 19 | 6 |
QItemSelectionModelPrivate::initModel| Name: | QItemSelectionModelPrivate::initModel | | Prototype: | void QItemSelectionModelPrivate::initModel(QAbstractItemModel *m) | | Coverage: | 100.000% (16/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 602-648 |
| | 11 | 6 |
QItemSelectionRange::indexes| Name: | QItemSelectionRange::indexes | | Prototype: | QModelIndexList QItemSelectionRange::indexes() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 364-369 |
| | 3 | 1 |
QItemSelectionRange::intersected| Name: | QItemSelectionRange::intersected | | Prototype: | QItemSelectionRange QItemSelectionRange::intersected(const QItemSelectionRange &other) const | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 246-258 |
| | 9 | 2 |
QItemSelectionRange::intersects| Name: | QItemSelectionRange::intersects | | Prototype: | bool QItemSelectionRange::intersects(const QItemSelectionRange &other) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 220-229 |
| | 7 | 1 |
QItemSelectionRange::isEmpty| Name: | QItemSelectionRange::isEmpty | | Prototype: | bool QItemSelectionRange::isEmpty() const | | Coverage: | 38.462% (5/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 344-358 |
| | 9 | 5 |
QJsonArray::QJsonArray| Name: | QJsonArray::QJsonArray | | Prototype: | QJsonArray::QJsonArray() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 134-137 |
| | 2 | 1 |
QJsonArray::QJsonArray| Name: | QJsonArray::QJsonArray | | Prototype: | QJsonArray::QJsonArray(QJsonPrivate::Data *data, QJsonPrivate::Array *array) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 154-160 |
| | 3 | 1 |
QJsonArray::QJsonArray| Name: | QJsonArray::QJsonArray | | Prototype: | QJsonArray::QJsonArray(const QJsonArray &other) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 190-196 |
| | 4 | 2 |
QJsonArray::append| Name: | QJsonArray::append | | Prototype: | void QJsonArray::append(const QJsonValue &value) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 412-415 |
| | 1 | 1 |
QJsonArray::at| Name: | QJsonArray::at | | Prototype: | QJsonValue QJsonArray::at(int i) const | | Coverage: | 75.000% (6/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 363-369 |
| | 3 | 2 |
QJsonArray::compact| Name: | QJsonArray::compact | | Prototype: | void QJsonArray::compact() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 1208-1216 |
| | 5 | 2 |
QJsonArray::contains| Name: | QJsonArray::contains | | Prototype: | bool QJsonArray::contains(const QJsonValue &value) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 567-574 |
| | 4 | 3 |
QJsonArray::detach| Name: | QJsonArray::detach | | Prototype: | void QJsonArray::detach(uint reserve) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 1169-1174 |
| | 3 | 1 |
QJsonArray::detach2| Name: | QJsonArray::detach2 | | Prototype: | bool QJsonArray::detach2(uint reserve) | | Coverage: | 55.556% (10/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 1179-1203 |
| | 19 | 6 |
QJsonArray::first| Name: | QJsonArray::first | | Prototype: | QJsonValue QJsonArray::first() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 378-381 |
| | 1 | 1 |
QJsonArray::fromStringList| Name: | QJsonArray::fromStringList | | Prototype: | QJsonArray QJsonArray::fromStringList(const QStringList &list) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 247-253 |
| | 4 | 2 |
QJsonArray::fromVariantList| Name: | QJsonArray::fromVariantList | | Prototype: | QJsonArray QJsonArray::fromVariantList(const QVariantList &list) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 262-305 |
| | 30 | 6 |