Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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::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::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 |
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 |
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::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::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::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::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::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::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::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 |
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 |
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::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::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::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::~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 |
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 |
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 |
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 |
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::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::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::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::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::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::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::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::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::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::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::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::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 |
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 |
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::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::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::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::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::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::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::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::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 |
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 |
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::containsName: | QJsonObject::contains | Prototype: | bool QJsonObject::contains(const QString &key) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 561-569 |
| | 5 | 2 |
QJsonObject::detachName: | 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::eraseName: | QJsonObject::erase | Prototype: | QJsonObject::iterator QJsonObject::erase(QJsonObject::iterator it) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 625-640 |
| | 9 | 3 |
QJsonObject::findName: | QJsonObject::find | Prototype: | QJsonObject::iterator QJsonObject::find(const QString &key) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 649-657 |
| | 6 | 2 |
QJsonObject::findName: | QJsonObject::find | Prototype: | QJsonObject::iterator QJsonObject::find(QLatin1String key) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 663-671 |
| | 6 | 2 |
QJsonObject::fromVariantHashName: | QJsonObject::fromVariantHash | Prototype: | QJsonObject QJsonObject::fromVariantHash(const QVariantHash &hash) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 285-293 |
| | 4 | 2 |
QJsonObject::fromVariantMapName: | QJsonObject::fromVariantMap | Prototype: | QJsonObject QJsonObject::fromVariantMap(const QVariantMap &map) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 204-255 |
| | 35 | 6 |
QJsonObject::initializeName: | 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::isEmptyName: | QJsonObject::isEmpty | Prototype: | bool QJsonObject::isEmpty() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 350-356 |
| | 3 | 2 |
QJsonObject::keysName: | QJsonObject::keys | Prototype: | QStringList QJsonObject::keys() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 321-332 |
| | 7 | 3 |
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 [](const QString &key) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 425-435 |
| | 6 | 2 |
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::removeName: | QJsonObject::remove | Prototype: | void QJsonObject::remove(const QString &key) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 510-525 |
| | 11 | 4 |
QJsonObject::setValueAtName: | 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 |
QJsonObject::takeName: | QJsonObject::take | Prototype: | QJsonValue QJsonObject::take(const QString &key) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 536-554 |
| | 13 | 4 |
QJsonObject::toVariantHashName: | QJsonObject::toVariantHash | Prototype: | QVariantHash QJsonObject::toVariantHash() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 303-314 |
| | 7 | 3 |
QJsonObject::toVariantMapName: | QJsonObject::toVariantMap | Prototype: | QVariantMap QJsonObject::toVariantMap() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 264-274 |
| | 6 | 3 |
QJsonParseError::errorStringName: | QJsonParseError::errorString | Prototype: | QString QJsonParseError::errorString() const | Coverage: | 0.000% (0/31) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonparser.cpp | Lines: | 141-196 |
| | 33 | 16 |
QJsonPrivate::Base::removeItemsName: | QJsonPrivate::Base::removeItems | Prototype: | void Base::removeItems(int pos, int numItems) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | Lines: | 176-182 |
| | 4 | 2 |
QJsonPrivate::Data::compactName: | QJsonPrivate::Data::compact | Prototype: | void Data::compact() | Coverage: | 0.000% (0/30) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | Lines: | 58-130 |
| | 54 | 10 |
QJsonValue::QJsonValueName: | 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::QJsonValueName: | QJsonValue::QJsonValue | Prototype: | QJsonValue::QJsonValue(const QJsonArray &a) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | Lines: | 226-232 |
| | 3 | 2 |
QJsonValue::QJsonValueName: | QJsonValue::QJsonValue | Prototype: | QJsonValue::QJsonValue(const QJsonObject &o) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | Lines: | 237-243 |
| | 3 | 2 |
QJsonValue::detachName: | QJsonValue::detach | Prototype: | void QJsonValue::detach() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | Lines: | 669-680 |
| | 8 | 3 |
QJsonValue::fromVariantName: | QJsonValue::fromVariant | Prototype: | QJsonValue QJsonValue::fromVariant(const QVariant &variant) | Coverage: | 0.000% (0/33) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | Lines: | 393-434 |
| | 18 | 19 |
QJsonValue::toIntName: | QJsonValue::toInt | Prototype: | int QJsonValue::toInt(int defaultValue) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | Lines: | 519-524 |
| | 3 | 2 |
QJsonValue::toStringName: | QJsonValue::toString | Prototype: | QString QJsonValue::toString(const QString &defaultValue) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | Lines: | 543-550 |
| | 5 | 2 |
QJsonValue::toVariantName: | QJsonValue::toVariant | Prototype: | QVariant QJsonValue::toVariant() const | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | Lines: | 451-473 |
| | 12 | 8 |
QJsonValueRef::operator =Name: | QJsonValueRef::operator = | Prototype: | QJsonValueRef &QJsonValueRef::operator =(const QJsonValue &val) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | Lines: | 707-715 |
| | 4 | 2 |
QJsonValueRef::operator =Name: | QJsonValueRef::operator = | Prototype: | QJsonValueRef &QJsonValueRef::operator =(const QJsonValueRef &ref) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | Lines: | 717-725 |
| | 4 | 2 |
QJsonValueRef::toArrayName: | 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::toObjectName: | 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::toValueName: | QJsonValueRef::toValue | Prototype: | QJsonValue QJsonValueRef::toValue() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | Lines: | 742-747 |
| | 3 | 2 |
QJsonValueRef::toVariantName: | 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::QKdPointFinderName: | 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::operator()Name: | QKdPointFinder::operator() | Prototype: | inline QKdPointTree::Traversal operator()(QKdPointTree::Node &node, int depth) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 715-744 |
| | 18 | 6 |
QKdPointFinder::resultName: | 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::QKdPointTreeName: | QKdPointTree::QKdPointTree | Prototype: | QKdPointTree(const QPathSegments &segments) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 611-624 |
| | 5 | 2 |
QKdPointTree::buildName: | QKdPointTree::build | Prototype: | int QKdPointTree::build(int begin, int end, int depth) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 668-701 |
| | 18 | 5 |
QKdPointTree::nextIdName: | 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::rootNodeName: | 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::QKdeThemeName: | 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::createKdeThemeName: | QKdeTheme::createKdeTheme | Prototype: | QPlatformTheme *QKdeTheme::createKdeTheme() | Coverage: | 0.000% (0/30) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | Lines: | 535-588 |
| | 30 | 12 |
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::createPlatformMenuBarName: | QKdeTheme::createPlatformMenuBar | Prototype: | QPlatformMenuBar *QKdeTheme::createPlatformMenuBar() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | Lines: | 591-596 |
| | 3 | 2 |
QKdeTheme::createPlatformSystemTrayIconName: | QKdeTheme::createPlatformSystemTrayIcon | Prototype: | QPlatformSystemTrayIcon *QKdeTheme::createPlatformSystemTrayIcon() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | Lines: | 600-605 |
| | 3 | 2 |
QKdeTheme::fontName: | 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 |