| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QJsonObject::constFind| Name: | QJsonObject::constFind | | Prototype: | QJsonObject::const_iterator QJsonObject::constFind(const QString &key) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 691-698 |
| | 5 | 2 |
QJsonObject::constFind| Name: | QJsonObject::constFind | | Prototype: | QJsonObject::const_iterator QJsonObject::constFind(QLatin1String key) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 704-711 |
| | 5 | 2 |
QJsonObject::compact| Name: | QJsonObject::compact | | Prototype: | void QJsonObject::compact() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 1229-1237 |
| | 5 | 2 |
QJsonDocument::toVariant| Name: | QJsonDocument::toVariant | | Prototype: | QVariant QJsonDocument::toVariant() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 288-297 |
| | 5 | 3 |
QJsonDocument::toJson| Name: | QJsonDocument::toJson | | Prototype: | QByteArray QJsonDocument::toJson() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 305-308 |
| | 1 | 1 |
QJsonDocument::toJson| Name: | QJsonDocument::toJson | | Prototype: | QByteArray QJsonDocument::toJson(JsonFormat format) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 342-355 |
| | 7 | 3 |
QJsonDocument::toBinaryData| Name: | QJsonDocument::toBinaryData | | Prototype: | QByteArray QJsonDocument::toBinaryData() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 397-403 |
| | 3 | 2 |
QJsonDocument::setObject| Name: | QJsonDocument::setObject | | Prototype: | void QJsonDocument::setObject(const QJsonObject &object) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 474-494 |
| | 14 | 5 |
QJsonDocument::setArray| Name: | QJsonDocument::setArray | | Prototype: | void QJsonDocument::setArray(const QJsonArray &array) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 501-521 |
| | 14 | 5 |
QJsonDocument::rawData| Name: | QJsonDocument::rawData | | Prototype: | const char *QJsonDocument::rawData(int *size) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 209-217 |
| | 5 | 2 |
QJsonDocument::isEmpty| Name: | QJsonDocument::isEmpty | | Prototype: | bool QJsonDocument::isEmpty() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 377-383 |
| | 3 | 2 |
QJsonDocument::fromVariant| Name: | QJsonDocument::fromVariant | | Prototype: | QJsonDocument QJsonDocument::fromVariant(const QVariant &variant) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 267-278 |
| | 8 | 4 |
QJsonDocument::fromRawData| Name: | QJsonDocument::fromRawData | | Prototype: | QJsonDocument QJsonDocument::fromRawData(const char *data, int size, DataValidation validation) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 184-200 |
| | 9 | 3 |
QJsonDocument::QJsonDocument| Name: | QJsonDocument::QJsonDocument | | Prototype: | QJsonDocument::QJsonDocument(const QJsonObject &object) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 93-97 |
| | 1 | 1 |
QJsonDocument::QJsonDocument| Name: | QJsonDocument::QJsonDocument | | Prototype: | QJsonDocument::QJsonDocument(const QJsonArray &array) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 102-106 |
| | 1 | 1 |
QJsonArray::toVariantList| Name: | QJsonArray::toVariantList | | Prototype: | QVariantList QJsonArray::toVariantList() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 312-322 |
| | 6 | 3 |
QJsonArray::takeAt| Name: | QJsonArray::takeAt | | Prototype: | QJsonValue QJsonArray::takeAt(int i) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 463-471 |
| | 5 | 2 |
QJsonArray::replace| Name: | QJsonArray::replace | | Prototype: | void QJsonArray::replace(int i, const QJsonValue &value) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 531-560 |
| | 21 | 6 |
QJsonArray::removeAt| Name: | QJsonArray::removeAt | | Prototype: | void QJsonArray::removeAt(int i) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 423-433 |
| | 7 | 3 |
QJsonArray::prepend| Name: | QJsonArray::prepend | | Prototype: | void QJsonArray::prepend(const QJsonValue &value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 402-405 |
| | 1 | 1 |
QJsonArray::operator[]| Name: | QJsonArray::operator[] | | Prototype: | QJsonValue QJsonArray::operator[](int i) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 600-603 |
| | 1 | 1 |
QJsonArray::operator!=| Name: | QJsonArray::operator!= | | Prototype: | bool QJsonArray::operator!=(const QJsonArray &other) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 630-633 |
| | 1 | 1 |
QJsonArray::operator []| Name: | QJsonArray::operator [] | | Prototype: | QJsonValueRef QJsonArray::operator [](int i) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 589-593 |
| | 2 | 1 |
QJsonArray::last| Name: | QJsonArray::last | | Prototype: | QJsonValue QJsonArray::last() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 390-393 |
| | 1 | 1 |
QJsonArray::initialize| Name: | QJsonArray::initialize | | Prototype: | void QJsonArray::initialize() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 169-173 |
| | 2 | 1 |
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 |
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::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::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::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::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 |
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 |
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 |
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 |
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::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::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::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::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 |
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 |
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::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::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::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::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::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::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::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 |
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 |
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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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 |
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::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 |
QIntersectionPoint::round| Name: | QIntersectionPoint::round | | Prototype: | QPodPoint QIntersectionPoint::round() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 315-323 |
| | 6 | 3 |
QIntersectionPoint::operator >=| Name: | QIntersectionPoint::operator >= | | Prototype: | inline bool operator >= (const QIntersectionPoint &other) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 234-234 |
| | 1 | 1 |
QIntersectionPoint::operator >| Name: | QIntersectionPoint::operator > | | Prototype: | inline bool operator > (const QIntersectionPoint &other) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 233-233 |
| | 1 | 1 |
QIntersectionPoint::operator ==| Name: | QIntersectionPoint::operator == | | Prototype: | bool QIntersectionPoint::operator == (const QIntersectionPoint &other) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 336-339 |
| | 1 | 1 |
QIntersectionPoint::operator <=| Name: | QIntersectionPoint::operator <= | | Prototype: | inline bool operator <= (const QIntersectionPoint &other) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 235-235 |
| | 1 | 1 |
QIntersectionPoint::operator <| Name: | QIntersectionPoint::operator < | | Prototype: | bool QIntersectionPoint::operator < (const QIntersectionPoint &other) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 325-334 |
| | 7 | 4 |
QIntersectionPoint::operator !=| Name: | QIntersectionPoint::operator != | | Prototype: | inline bool operator != (const QIntersectionPoint &other) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 232-232 |
| | 1 | 1 |
QIntersectionPoint::isValid| Name: | QIntersectionPoint::isValid | | Prototype: | inline bool isValid() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 227-227 |
| | 1 | 1 |
QIntersectionPoint::isOnLine| Name: | QIntersectionPoint::isOnLine | | Prototype: | bool QIntersectionPoint::isOnLine(const QPodPoint &u, const QPodPoint &v) const | | Coverage: | 0.000% (0/37) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 342-377 |
| | 24 | 9 |
QIntersectionPoint::isAccurate| Name: | QIntersectionPoint::isAccurate | | Prototype: | inline bool isAccurate() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 229-229 |
| | 1 | 1 |
QIntersectionFinder::produceIntersections| Name: | QIntersectionFinder::produceIntersections | | Prototype: | void QIntersectionFinder::produceIntersections(QPathSegments &segments) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 585-591 |
| | 3 | 2 |
QIntersectionFinder::linesIntersect| Name: | QIntersectionFinder::linesIntersect | | Prototype: | bool QIntersectionFinder::linesIntersect(const QLineF &a, const QLineF &b) const | | Coverage: | 0.000% (0/45) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 113-178 |
| | 39 | 9 |
QIntersectionFinder::hasIntersections| Name: | QIntersectionFinder::hasIntersections | | Prototype: | bool QIntersectionFinder::hasIntersections(const QPathSegments &a, const QPathSegments &b) const | | Coverage: | 0.000% (0/38) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 180-224 |
| | 29 | 10 |
QInternalMimeData::retrieveData| Name: | QInternalMimeData::retrieveData | | Prototype: | QVariant QInternalMimeData::retrieveData(const QString &mimeType, QVariant::Type type) const | | Coverage: | 0.000% (0/43) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | | Lines: | 230-270 |
| | 29 | 9 |
QInternalMimeData::renderDataHelper| Name: | QInternalMimeData::renderDataHelper | | Prototype: | QByteArray QInternalMimeData::renderDataHelper(const QString &mimeType, const QMimeData *data) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | | Lines: | 311-351 |
| | 22 | 5 |
QInternalMimeData::hasFormatHelper| Name: | QInternalMimeData::hasFormatHelper | | Prototype: | bool QInternalMimeData::hasFormatHelper(const QString &mimeType, const QMimeData *data) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | | Lines: | 292-309 |
| | 10 | 6 |
QInternalMimeData::hasFormat| Name: | QInternalMimeData::hasFormat | | Prototype: | bool QInternalMimeData::hasFormat(const QString &mimeType) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | | Lines: | 202-213 |
| | 7 | 4 |
QInternalMimeData::formatsHelper| Name: | QInternalMimeData::formatsHelper | | Prototype: | QStringList QInternalMimeData::formatsHelper(const QMimeData *data) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | | Lines: | 278-290 |
| | 7 | 4 |
QInternalMimeData::formats| Name: | QInternalMimeData::formats | | Prototype: | QStringList QInternalMimeData::formats() const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | | Lines: | 215-228 |
| | 8 | 4 |
QInternalMimeData::canReadData| Name: | QInternalMimeData::canReadData | | Prototype: | bool QInternalMimeData::canReadData(const QString &mimeType) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | | Lines: | 272-275 |
| | 1 | 1 |
QInternalMimeData::QInternalMimeData| Name: | QInternalMimeData::QInternalMimeData | | Prototype: | QInternalMimeData::QInternalMimeData() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | | Lines: | 193-196 |
| | 2 | 1 |
QInternal::unregisterCallback| Name: | QInternal::unregisterCallback | | Prototype: | bool QInternal::unregisterCallback(Callback cb, qInternalCallback callback) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 4021-4028 |
| | 4 | 2 |
QInternal::registerCallback| Name: | QInternal::registerCallback | | Prototype: | bool QInternal::registerCallback(Callback cb, qInternalCallback callback) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 4010-4019 |
| | 6 | 2 |
QIntValidator::validate| Name: | QIntValidator::validate | | Prototype: | QValidator::State QIntValidator::validate(QString & input, int&) const | | Coverage: | 0.000% (0/37) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | | Lines: | 405-442 |
| | 22 | 9 |
QIntValidator::setTop| Name: | QIntValidator::setTop | | Prototype: | void QIntValidator::setTop(int top) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | | Lines: | 508-511 |
| | 1 | 1 |