| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QItemDelegate::sizeHint| Name: | QItemDelegate::sizeHint | | Prototype: | QSize QItemDelegate::sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 445-458 |
| | 8 | 2 |
QItemDelegate::textRectangle| Name: | QItemDelegate::textRectangle | | Prototype: | QRect QItemDelegate::textRectangle(QPainter * , const QRect &rect, const QFont &font, const QString &text) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 1064-1077 |
| | 9 | 1 |
QItemDelegate::updateEditorGeometry| Name: | QItemDelegate::updateEditorGeometry | | Prototype: | void QItemDelegate::updateEditorGeometry(QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 548-564 |
| | 12 | 2 |
QItemDelegatePrivate::QItemDelegatePrivate| Name: | QItemDelegatePrivate::QItemDelegatePrivate | | Prototype: | QItemDelegatePrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 82-82 |
| | 1 | 1 |
QItemDelegatePrivate::doTextLayout| Name: | QItemDelegatePrivate::doTextLayout | | Prototype: | QSizeF QItemDelegatePrivate::doTextLayout(int lineWidth) const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 147-163 |
| | 12 | 3 |
QItemDelegatePrivate::editorFactory| Name: | QItemDelegatePrivate::editorFactory | | Prototype: | inline const QItemEditorFactory *editorFactory() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 84-85 |
| | 1 | 1 |
QItemDelegatePrivate::iconMode| Name: | QItemDelegatePrivate::iconMode | | Prototype: | inline QIcon::Mode iconMode(QStyle::State state) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 87-92 |
| | 3 | 3 |
QItemDelegatePrivate::iconState| Name: | QItemDelegatePrivate::iconState | | Prototype: | inline QIcon::State iconState(QStyle::State state) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 94-95 |
| | 1 | 1 |
QItemDelegatePrivate::replaceNewLine| Name: | QItemDelegatePrivate::replaceNewLine | | Prototype: | inline static QString replaceNewLine(QString text) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 97-104 |
| | 5 | 3 |
QItemDelegatePrivate::textLayoutBounds| Name: | QItemDelegatePrivate::textLayoutBounds | | Prototype: | QRect QItemDelegatePrivate::textLayoutBounds(const QStyleOptionViewItem &option) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 129-145 |
| | 8 | 5 |
QItemDelegatePrivate::valueToText| Name: | QItemDelegatePrivate::valueToText | | Prototype: | QString QItemDelegatePrivate::valueToText(const QVariant &value, const QStyleOptionViewItem &option) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 336-339 |
| | 1 | 1 |
QItemDelegatePrivate::widget| Name: | QItemDelegatePrivate::widget | | Prototype: | const QWidget *widget(const QStyleOptionViewItem &option) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 116-119 |
| | 1 | 1 |
QItemEditorFactory::createEditor| Name: | QItemEditorFactory::createEditor | | Prototype: | QWidget *QItemEditorFactory::createEditor(int userType, QWidget *parent) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | | Lines: | 163-171 |
| | 5 | 2 |
QItemEditorFactory::defaultFactory| Name: | QItemEditorFactory::defaultFactory | | Prototype: | const QItemEditorFactory *QItemEditorFactory::defaultFactory() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | | Lines: | 331-337 |
| | 3 | 2 |
QItemEditorFactory::registerEditor| Name: | QItemEditorFactory::registerEditor | | Prototype: | void QItemEditorFactory::registerEditor(int userType, QItemEditorCreatorBase *creator) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | | Lines: | 205-217 |
| | 8 | 3 |
QItemEditorFactory::setDefaultFactory| Name: | QItemEditorFactory::setDefaultFactory | | Prototype: | void QItemEditorFactory::setDefaultFactory(QItemEditorFactory *factory) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | | Lines: | 345-350 |
| | 2 | 1 |
QItemEditorFactory::valuePropertyName| Name: | QItemEditorFactory::valuePropertyName | | Prototype: | QByteArray QItemEditorFactory::valuePropertyName(int userType) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | | Lines: | 176-184 |
| | 5 | 2 |
QItemEditorFactory::~QItemEditorFactory| Name: | QItemEditorFactory::~QItemEditorFactory | | Prototype: | QItemEditorFactory::~QItemEditorFactory() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | | Lines: | 189-195 |
| | 2 | 1 |
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 |
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 |
QJsonArray::compact| Name: | QJsonArray::compact | | Prototype: | void QJsonArray::compact() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 1208-1216 |
| | 5 | 2 |
QJsonArray::contains| Name: | QJsonArray::contains | | Prototype: | bool QJsonArray::contains(const QJsonValue &value) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 567-574 |
| | 4 | 3 |
QJsonArray::detach| Name: | QJsonArray::detach | | Prototype: | void QJsonArray::detach(uint reserve) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 1169-1174 |
| | 3 | 1 |
QJsonArray::first| Name: | QJsonArray::first | | Prototype: | QJsonValue QJsonArray::first() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 378-381 |
| | 1 | 1 |
QJsonArray::fromStringList| Name: | QJsonArray::fromStringList | | Prototype: | QJsonArray QJsonArray::fromStringList(const QStringList &list) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 247-253 |
| | 4 | 2 |
QJsonArray::fromVariantList| Name: | QJsonArray::fromVariantList | | Prototype: | QJsonArray QJsonArray::fromVariantList(const QVariantList &list) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 262-305 |
| | 30 | 6 |
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 |
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::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::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::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 |
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::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::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::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::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::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::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::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::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::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 |
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 |
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::contains| Name: | 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::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::erase| Name: | 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::find| Name: | 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::find| Name: | 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::fromVariantHash| Name: | 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::fromVariantMap| Name: | 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::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::isEmpty| Name: | 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::keys| Name: | 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::remove| Name: | 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::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 |
QJsonObject::take| Name: | 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::toVariantHash| Name: | 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::toVariantMap| Name: | 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::errorString| Name: | 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::removeItems| Name: | 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::compact| Name: | 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::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(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::QJsonValue| Name: | 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::detach| Name: | 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::fromVariant| Name: | 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::toInt| Name: | 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::toString| Name: | 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::toVariant| Name: | 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::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::toValue| Name: | 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::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::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::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::QKdPointTree| Name: | 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::build| Name: | 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::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| Name: | 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::createPlatformMenuBar| Name: | 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::createPlatformSystemTrayIcon| Name: | 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::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 |