| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
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::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::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::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::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 |
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::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::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::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::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::~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::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 |
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::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::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::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::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::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::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::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 |
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::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 |
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::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::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::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::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::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::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::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: | 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::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 |
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 |
QJsonDocument::QJsonDocument| Name: | QJsonDocument::QJsonDocument | | Prototype: | QJsonDocument::QJsonDocument() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 85-88 |
| | 2 | 1 |
QJsonDocument::QJsonDocument| Name: | QJsonDocument::QJsonDocument | | Prototype: | QJsonDocument::QJsonDocument(QJsonPrivate::Data *data) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 111-116 |
| | 2 | 1 |
QJsonDocument::fromJson| Name: | QJsonDocument::fromJson | | Prototype: | QJsonDocument QJsonDocument::fromJson(const QByteArray &json, QJsonParseError *error) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 368-372 |
| | 2 | 1 |
QJsonDocument::isNull| Name: | QJsonDocument::isNull | | Prototype: | bool QJsonDocument::isNull() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 560-563 |
| | 1 | 1 |
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 |
QJsonObject::QJsonObject| Name: | QJsonObject::QJsonObject | | Prototype: | QJsonObject::QJsonObject() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 112-115 |
| | 2 | 1 |
QJsonObject::QJsonObject| Name: | QJsonObject::QJsonObject | | Prototype: | QJsonObject::QJsonObject(QJsonPrivate::Data *data, QJsonPrivate::Object *object) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 134-140 |
| | 3 | 1 |
QJsonObject::detach| Name: | QJsonObject::detach | | Prototype: | void QJsonObject::detach(uint reserve) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 1193-1198 |
| | 3 | 1 |
QJsonObject::initialize| Name: | QJsonObject::initialize | | Prototype: | void QJsonObject::initialize() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 150-154 |
| | 2 | 1 |
QJsonObject::keyAt| Name: | QJsonObject::keyAt | | Prototype: | QString QJsonObject::keyAt(int i) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 1242-1248 |
| | 3 | 1 |
QJsonObject::operator []| Name: | QJsonObject::operator [] | | Prototype: | QJsonValue QJsonObject::operator [](const QString &key) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 402-405 |
| | 1 | 1 |
QJsonObject::operator []| Name: | QJsonObject::operator [] | | Prototype: | QJsonValueRef QJsonObject::operator [](QLatin1String key) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 441-445 |
| | 1 | 1 |
QJsonObject::operator!=| Name: | QJsonObject::operator!= | | Prototype: | bool QJsonObject::operator!=(const QJsonObject &other) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 613-616 |
| | 1 | 1 |
QJsonObject::setValueAt| Name: | QJsonObject::setValueAt | | Prototype: | void QJsonObject::setValueAt(int i, const QJsonValue &val) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 1265-1271 |
| | 3 | 1 |
QJsonValue::QJsonValue| Name: | QJsonValue::QJsonValue | | Prototype: | QJsonValue::QJsonValue(qint64 n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 179-183 |
| | 1 | 1 |
QJsonValue::QJsonValue| Name: | QJsonValue::QJsonValue | | Prototype: | QJsonValue::QJsonValue(bool b) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 148-152 |
| | 1 | 1 |
QJsonValue::QJsonValue| Name: | QJsonValue::QJsonValue | | Prototype: | QJsonValue::QJsonValue(double n) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 157-161 |
| | 1 | 1 |
QJsonValue::QJsonValue| Name: | QJsonValue::QJsonValue | | Prototype: | QJsonValue::QJsonValue(int n) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 167-171 |
| | 1 | 1 |
QJsonValue::QJsonValue| Name: | QJsonValue::QJsonValue | | Prototype: | QJsonValue::QJsonValue(const QString &s) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 188-192 |
| | 1 | 1 |
QJsonValue::QJsonValue| Name: | QJsonValue::QJsonValue | | Prototype: | QJsonValue::QJsonValue(Type type) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 106-109 |
| | 2 | 1 |
QJsonValue::QJsonValue| Name: | QJsonValue::QJsonValue | | Prototype: | QJsonValue::QJsonValue(QLatin1String s) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 215-221 |
| | 2 | 1 |
QJsonValue::operator =| Name: | QJsonValue::operator = | | Prototype: | QJsonValue &QJsonValue::operator =(const QJsonValue &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 276-284 |
| | 5 | 1 |
QJsonValue::operator!=| Name: | QJsonValue::operator!= | | Prototype: | bool QJsonValue::operator!=(const QJsonValue &other) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 661-664 |
| | 1 | 1 |
QJsonValue::stringDataFromQStringHelper| Name: | QJsonValue::stringDataFromQStringHelper | | Prototype: | void QJsonValue::stringDataFromQStringHelper(const QString &string) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 206-210 |
| | 2 | 1 |
QJsonValue::toArray| Name: | QJsonValue::toArray | | Prototype: | QJsonArray QJsonValue::toArray() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 588-591 |
| | 1 | 1 |
QJsonValue::toObject| Name: | QJsonValue::toObject | | Prototype: | QJsonObject QJsonValue::toObject() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 613-616 |
| | 1 | 1 |
QJsonValue::type| Name: | QJsonValue::type | | Prototype: | QJsonValue::Type QJsonValue::type() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 496-499 |
| | 1 | 1 |
QJsonValueRef::toArray| Name: | QJsonValueRef::toArray | | Prototype: | QJsonArray QJsonValueRef::toArray() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 732-735 |
| | 1 | 1 |
QJsonValueRef::toObject| Name: | QJsonValueRef::toObject | | Prototype: | QJsonObject QJsonValueRef::toObject() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 737-740 |
| | 1 | 1 |
QJsonValueRef::toVariant| Name: | QJsonValueRef::toVariant | | Prototype: | QVariant QJsonValueRef::toVariant() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 727-730 |
| | 1 | 1 |
QKdPointFinder::QKdPointFinder| Name: | QKdPointFinder::QKdPointFinder | | Prototype: | QKdPointFinder(int point, const QPathSegments &segments, QKdPointTree &tree) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 706-713 |
| | 2 | 1 |
QKdPointFinder::result| Name: | QKdPointFinder::result | | Prototype: | int result() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 746-749 |
| | 1 | 1 |
QKdPointTree::nextId| Name: | QKdPointTree::nextId | | Prototype: | inline int nextId() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 633-636 |
| | 1 | 1 |
QKdPointTree::rootNode| Name: | QKdPointTree::rootNode | | Prototype: | Node *rootNode() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 628-631 |
| | 1 | 1 |
QKdeTheme::QKdeTheme| Name: | QKdeTheme::QKdeTheme | | Prototype: | QKdeTheme::QKdeTheme(const QStringList& kdeDirs, int kdeVersion) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 443-447 |
| | 1 | 1 |
QKdeTheme::createKdeTheme::[lambda]| Name: | QKdeTheme::createKdeTheme::[lambda] | | Prototype: | []() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 574-574 |
| | 0 | 1 |
QKdeTheme::font| Name: | QKdeTheme::font | | Prototype: | const QFont *QKdeTheme::font(Font type) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 529-533 |
| | 2 | 1 |
QKdeTheme::palette| Name: | QKdeTheme::palette | | Prototype: | const QPalette *QKdeTheme::palette(Palette type) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 523-527 |
| | 2 | 1 |
QKdeThemePrivate::QKdeThemePrivate| Name: | QKdeThemePrivate::QKdeThemePrivate | | Prototype: | QKdeThemePrivate(const QStringList &kdeDirs, int kdeVersion) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 238-245 |
| | 1 | 1 |
QKdeThemePrivate::kdeIconThemeSearchPaths::[lambda]| Name: | QKdeThemePrivate::kdeIconThemeSearchPaths::[lambda] | | Prototype: | []() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 480-480 |
| | 0 | 1 |
QKdeThemePrivate::readKdeSystemPalette::[lambda]| Name: | QKdeThemePrivate::readKdeSystemPalette::[lambda] | | Prototype: | []() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 400-400 |
| | 0 | 1 |
QKdeThemePrivate::refresh::[lambda]| Name: | QKdeThemePrivate::refresh::[lambda] | | Prototype: | []() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 335-335 |
| | 0 | 1 |
QKeyEvent::matches| Name: | QKeyEvent::matches | | Prototype: | bool QKeyEvent::matches(QKeySequence::StandardKey matchKey) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 1300-1307 |
| | 3 | 1 |
QKeyEventTransition::QKeyEventTransition| Name: | QKeyEventTransition::QKeyEventTransition | | Prototype: | QKeyEventTransition::QKeyEventTransition(QState *sourceState) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qkeyeventtransition.cpp | | Lines: | 88-93 |
| | 2 | 1 |
QKeyEventTransition::QKeyEventTransition| Name: | QKeyEventTransition::QKeyEventTransition | | Prototype: | QKeyEventTransition::QKeyEventTransition(QObject *object, QEvent::Type type, int key, QState *sourceState) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qkeyeventtransition.cpp | | Lines: | 99-105 |
| | 2 | 1 |
QKeyEventTransition::key| Name: | QKeyEventTransition::key | | Prototype: | int QKeyEventTransition::key() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qkeyeventtransition.cpp | | Lines: | 119-123 |
| | 2 | 1 |
QKeyEventTransition::modifierMask| Name: | QKeyEventTransition::modifierMask | | Prototype: | Qt::KeyboardModifiers QKeyEventTransition::modifierMask() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qkeyeventtransition.cpp | | Lines: | 138-142 |
| | 2 | 1 |
QKeyEventTransition::onTransition| Name: | QKeyEventTransition::onTransition | | Prototype: | void QKeyEventTransition::onTransition(QEvent *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qkeyeventtransition.cpp | | Lines: | 170-173 |
| | 1 | 1 |
QKeyEventTransition::setKey| Name: | QKeyEventTransition::setKey | | Prototype: | void QKeyEventTransition::setKey(int key) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qkeyeventtransition.cpp | | Lines: | 128-132 |
| | 2 | 1 |
QKeyEventTransition::setModifierMask| Name: | QKeyEventTransition::setModifierMask | | Prototype: | void QKeyEventTransition::setModifierMask(Qt::KeyboardModifiers modifierMask) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qkeyeventtransition.cpp | | Lines: | 148-152 |
| | 2 | 1 |
QKeyEventTransition::~QKeyEventTransition| Name: | QKeyEventTransition::~QKeyEventTransition | | Prototype: | QKeyEventTransition::~QKeyEventTransition() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qkeyeventtransition.cpp | | Lines: | 110-114 |
| | 2 | 1 |
QKeyMapper::QKeyMapper| Name: | QKeyMapper::QKeyMapper | | Prototype: | QKeyMapper::QKeyMapper() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qkeymapper.cpp | | Lines: | 62-65 |
| | 2 | 1 |
QKeyMapper::changeKeyboard| Name: | QKeyMapper::changeKeyboard | | Prototype: | void QKeyMapper::changeKeyboard() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qkeymapper.cpp | | Lines: | 90-104 |
| | 1 | 1 |
QKeyMapper::instance| Name: | QKeyMapper::instance | | Prototype: | QKeyMapper *QKeyMapper::instance() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qkeymapper.cpp | | Lines: | 111-114 |
| | 1 | 1 |
QKeyMapperPrivate::QKeyMapperPrivate| Name: | QKeyMapperPrivate::QKeyMapperPrivate | | Prototype: | QKeyMapperPrivate::QKeyMapperPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qkeymapper.cpp | | Lines: | 121-125 |
| | 2 | 1 |
QKeySequence::QKeySequence| Name: | QKeySequence::QKeySequence | | Prototype: | QKeySequence::QKeySequence(const QKeySequence& keysequence) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qkeysequence.cpp | | Lines: | 868-872 |
| | 1 | 1 |
QKeySequence::QKeySequence| Name: | QKeySequence::QKeySequence | | Prototype: | QKeySequence::QKeySequence() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qkeysequence.cpp | | Lines: | 815-820 |
| | 2 | 1 |
QKeySequence::QKeySequence| Name: | QKeySequence::QKeySequence | | Prototype: | QKeySequence::QKeySequence(const QString &key, QKeySequence::SequenceFormat format) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qkeysequence.cpp | | Lines: | 841-845 |
| | 2 | 1 |