Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QJsonObject::constFindName: | 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::constFindName: | 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::compactName: | 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::toVariantName: | 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::toJsonName: | 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::toJsonName: | 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::toBinaryDataName: | 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::setObjectName: | 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::setArrayName: | 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::rawDataName: | 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::isEmptyName: | 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::fromVariantName: | 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::fromRawDataName: | 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::QJsonDocumentName: | 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::QJsonDocumentName: | 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::toVariantListName: | 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::takeAtName: | 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::replaceName: | 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::removeAtName: | 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::prependName: | 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::lastName: | 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::initializeName: | 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::fromVariantListName: | 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::fromStringListName: | 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::firstName: | 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::detachName: | 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::containsName: | 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::compactName: | 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::indexesName: | 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::QItemSelectionModelName: | 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::~QItemEditorFactoryName: | 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::valuePropertyNameName: | 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::setDefaultFactoryName: | 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::registerEditorName: | 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::defaultFactoryName: | 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::createEditorName: | 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::widgetName: | 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::valueToTextName: | 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::textLayoutBoundsName: | 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::replaceNewLineName: | 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::iconStateName: | 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::iconModeName: | 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::editorFactoryName: | 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::doTextLayoutName: | 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::QItemDelegatePrivateName: | 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::updateEditorGeometryName: | 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::textRectangleName: | 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::sizeHintName: | 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::setOptionsName: | 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::setModelDataName: | 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::setItemEditorFactoryName: | 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::setEditorDataName: | 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::setClippingName: | 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::selectedName: | 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::rectName: | 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::paintName: | 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::itemEditorFactoryName: | 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::hasClippingName: | 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::eventFilterName: | 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::editorEventName: | 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::drawFocusName: | 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::drawDisplayName: | 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::drawDecorationName: | 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::drawCheckName: | 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::drawBackgroundName: | 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::doLayoutName: | 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::doCheckName: | 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::decorationName: | 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::createEditorName: | 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::QItemDelegateName: | 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::mibEnumName: | 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::convertToUnicodeName: | 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::roundName: | 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::isValidName: | 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::isOnLineName: | 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::isAccurateName: | 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::produceIntersectionsName: | 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::linesIntersectName: | 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::hasIntersectionsName: | 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::retrieveDataName: | 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::renderDataHelperName: | 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::hasFormatHelperName: | 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::hasFormatName: | 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::formatsHelperName: | 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::formatsName: | 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::canReadDataName: | 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::QInternalMimeDataName: | 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::unregisterCallbackName: | 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::registerCallbackName: | 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::validateName: | 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::setTopName: | 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 |