| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QJsonObject::detach2| Name: | QJsonObject::detach2 | | Prototype: | bool QJsonObject::detach2(uint reserve) | | Coverage: | 55.556% (10/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 1113-1137 |
| | 19 | 6 |
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: | 571-586 |
| | 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: | 595-603 |
| | 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: | 279-287 |
| | 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: | 198-249 |
| | 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: | 144-148 |
| | 2 | 1 |
QJsonObject::insert| Name: | QJsonObject::insert | | Prototype: | QJsonObject::iterator QJsonObject::insert(const QString &key, const QJsonValue &value) | | Coverage: | 50.000% (12/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 420-463 |
| | 31 | 8 |
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: | 343-349 |
| | 3 | 2 |
QJsonObject::keyAt| Name: | QJsonObject::keyAt | | Prototype: | QString QJsonObject::keyAt(int i) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 1155-1161 |
| | 3 | 1 |
QJsonObject::keys| Name: | QJsonObject::keys | | Prototype: | QStringList QJsonObject::keys() const | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 314-325 |
| | 7 | 3 |
QJsonObject::operator =| Name: | QJsonObject::operator = | | Prototype: | QJsonObject &QJsonObject::operator =(const QJsonObject &other) | | Coverage: | 58.333% (7/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 176-188 |
| | 8 | 4 |
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: | 379-382 |
| | 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: | 395-405 |
| | 6 | 2 |
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: | 559-562 |
| | 1 | 1 |
QJsonObject::operator==| Name: | QJsonObject::operator== | | Prototype: | bool QJsonObject::operator==(const QJsonObject &other) const | | Coverage: | 10.526% (2/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 534-554 |
| | 14 | 7 |
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: | 470-485 |
| | 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: | 1178-1184 |
| | 3 | 1 |
QJsonObject::size| Name: | QJsonObject::size | | Prototype: | int QJsonObject::size() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 330-336 |
| | 3 | 2 |
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: | 496-514 |
| | 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: | 297-307 |
| | 6 | 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: | 258-268 |
| | 6 | 3 |
QJsonObject::value| Name: | QJsonObject::value | | Prototype: | QJsonValue QJsonObject::value(const QString &key) const | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 358-368 |
| | 7 | 3 |
QJsonObject::valueAt| Name: | QJsonObject::valueAt | | Prototype: | QJsonValue QJsonObject::valueAt(int i) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 1166-1173 |
| | 4 | 2 |
QJsonObject::~QJsonObject| Name: | QJsonObject::~QJsonObject | | Prototype: | QJsonObject::~QJsonObject() | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 153-157 |
| | 2 | 2 |
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: | 135-190 |
| | 33 | 16 |
QJsonPrivate::Array::isValid| Name: | QJsonPrivate::Array::isValid | | Prototype: | bool Array::isValid(int maxSize) const | | Coverage: | 58.333% (7/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | | Lines: | 225-235 |
| | 6 | 4 |
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: | 170-176 |
| | 4 | 2 |
QJsonPrivate::Base::reserveSpace| Name: | QJsonPrivate::Base::reserveSpace | | Prototype: | int Base::reserveSpace(uint dataSize, int posInTable, uint numItems, bool replace) | | Coverage: | 64.286% (9/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | | Lines: | 143-168 |
| | 17 | 5 |
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: | 52-124 |
| | 54 | 10 |
QJsonPrivate::Data::valid| Name: | QJsonPrivate::Data::valid | | Prototype: | bool Data::valid() const | | Coverage: | 50.000% (5/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | | Lines: | 126-140 |
| | 9 | 3 |
QJsonPrivate::Entry::operator ==| Name: | QJsonPrivate::Entry::operator == | | Prototype: | bool Entry::operator ==(const QString &key) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | | Lines: | 238-244 |
| | 3 | 2 |
QJsonPrivate::Entry::operator ==| Name: | QJsonPrivate::Entry::operator == | | Prototype: | bool Entry::operator ==(const Entry &other) const | | Coverage: | 30.000% (3/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | | Lines: | 246-256 |
| | 7 | 4 |
QJsonPrivate::Entry::operator >=| Name: | QJsonPrivate::Entry::operator >= | | Prototype: | bool Entry::operator >=(const Entry &other) const | | Coverage: | 30.000% (3/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | | Lines: | 258-268 |
| | 7 | 4 |
QJsonPrivate::Object::indexOf| Name: | QJsonPrivate::Object::indexOf | | Prototype: | int Object::indexOf(const QString &key, bool *exists) | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | | Lines: | 178-198 |
| | 14 | 4 |
QJsonPrivate::Object::isValid| Name: | QJsonPrivate::Object::isValid | | Prototype: | bool Object::isValid(int maxSize) const | | Coverage: | 47.619% (10/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | | Lines: | 200-221 |
| | 17 | 7 |
QJsonPrivate::Value::copyData| Name: | QJsonPrivate::Value::copyData | | Prototype: | void Value::copyData(const QJsonValue &v, char *dest, bool compressed) | | Coverage: | 11.765% (2/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | | Lines: | 393-417 |
| | 13 | 8 |
QJsonPrivate::Value::isValid| Name: | QJsonPrivate::Value::isValid | | Prototype: | bool Value::isValid(const Base *b) const | | Coverage: | 55.172% (16/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | | Lines: | 306-329 |
| | 13 | 10 |
QJsonPrivate::Value::requiredStorage| Name: | QJsonPrivate::Value::requiredStorage | | Prototype: | int Value::requiredStorage(QJsonValue &v, bool *compressed) | | Coverage: | 40.909% (9/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | | Lines: | 334-363 |
| | 16 | 10 |
QJsonPrivate::Value::usedStorage| Name: | QJsonPrivate::Value::usedStorage | | Prototype: | int Value::usedStorage(const Base *b) const | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | | Lines: | 271-298 |
| | 15 | 10 |
QJsonPrivate::Value::valueToStore| Name: | QJsonPrivate::Value::valueToStore | | Prototype: | uint Value::valueToStore(const QJsonValue &v, uint offset) | | Coverage: | 66.667% (10/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | | Lines: | 368-388 |
| | 8 | 9 |
QJsonPrivate::isValidValueOffset| Name: | QJsonPrivate::isValidValueOffset | | Prototype: | inline bool isValidValueOffset(uint offset, uint tableOffset) | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | | Lines: | 300-304 |
| | 2 | 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: | 100-103 |
| | 2 | 1 |
QJsonValue::QJsonValue| Name: | QJsonValue::QJsonValue | | Prototype: | QJsonValue::QJsonValue(QJsonPrivate::Data *data, QJsonPrivate::Base *base, const QJsonPrivate::Value &v) | | Coverage: | 93.750% (15/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 108-137 |
| | 17 | 9 |
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: | 142-146 |
| | 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: | 151-155 |
| | 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: | 161-165 |
| | 1 | 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: | 173-177 |
| | 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: | 182-186 |
| | 1 | 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: | 209-215 |
| | 2 | 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: | 220-226 |
| | 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: | 231-237 |
| | 3 | 2 |
QJsonValue::QJsonValue| Name: | QJsonValue::QJsonValue | | Prototype: | QJsonValue::QJsonValue(const QJsonValue &other) | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 255-265 |
| | 7 | 3 |
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: | 647-658 |
| | 8 | 3 |
QJsonValue::fromVariant| Name: | QJsonValue::fromVariant | | Prototype: | QJsonValue QJsonValue::fromVariant(const QVariant &variant) | | Coverage: | 0.000% (0/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 387-428 |
| | 18 | 19 |
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: | 270-278 |
| | 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: | 639-642 |
| | 1 | 1 |
QJsonValue::operator==| Name: | QJsonValue::operator== | | Prototype: | bool QJsonValue::operator==(const QJsonValue &other) const | | Coverage: | 22.857% (8/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 599-634 |
| | 24 | 15 |
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: | 200-204 |
| | 2 | 1 |
QJsonValue::toArray| Name: | QJsonValue::toArray | | Prototype: | QJsonArray QJsonValue::toArray(const QJsonArray &defaultValue) const | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 551-557 |
| | 3 | 2 |
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: | 566-569 |
| | 1 | 1 |
QJsonValue::toBool| Name: | QJsonValue::toBool | | Prototype: | bool QJsonValue::toBool(bool defaultValue) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 500-505 |
| | 3 | 2 |
QJsonValue::toDouble| Name: | QJsonValue::toDouble | | Prototype: | double QJsonValue::toDouble(double defaultValue) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 525-530 |
| | 3 | 2 |
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: | 513-518 |
| | 3 | 2 |
QJsonValue::toObject| Name: | QJsonValue::toObject | | Prototype: | QJsonObject QJsonValue::toObject(const QJsonObject &defaultValue) const | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 576-582 |
| | 3 | 2 |
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: | 591-594 |
| | 1 | 1 |
QJsonValue::toString| Name: | QJsonValue::toString | | Prototype: | QString QJsonValue::toString(const QString &defaultValue) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 537-544 |
| | 5 | 2 |
QJsonValue::toVariant| Name: | QJsonValue::toVariant | | Prototype: | QVariant QJsonValue::toVariant() const | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 445-467 |
| | 12 | 8 |
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: | 490-493 |
| | 1 | 1 |
QJsonValue::~QJsonValue| Name: | QJsonValue::~QJsonValue | | Prototype: | QJsonValue::~QJsonValue() | | Coverage: | 76.923% (10/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 243-250 |
| | 4 | 3 |
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: | 685-693 |
| | 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: | 695-703 |
| | 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: | 710-713 |
| | 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: | 715-718 |
| | 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: | 720-725 |
| | 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: | 705-708 |
| | 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: | 700-707 |
| | 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: | 709-738 |
| | 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: | 740-743 |
| | 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: | 605-618 |
| | 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: | 662-695 |
| | 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: | 627-630 |
| | 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: | 622-625 |
| | 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: | 409-413 |
| | 1 | 1 |
QKdeTheme::createKdeTheme| Name: | QKdeTheme::createKdeTheme | | Prototype: | QPlatformTheme *QKdeTheme::createKdeTheme() | | Coverage: | 0.000% (0/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 501-554 |
| | 26 | 17 |
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: | 543-543 |
| | 0 | 1 |
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: | 557-562 |
| | 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: | 495-499 |
| | 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: | 489-493 |
| | 2 | 1 |
QKdeTheme::themeHint| Name: | QKdeTheme::themeHint | | Prototype: | QVariant QKdeTheme::themeHint(QPlatformTheme::ThemeHint hint) const | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 455-487 |
| | 16 | 14 |
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: | 204-211 |
| | 1 | 1 |
QKdeThemePrivate::kdeFont| Name: | QKdeThemePrivate::kdeFont | | Prototype: | QFont *QKdeThemePrivate::kdeFont(const QVariant &fontValue) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 415-440 |
| | 14 | 6 |
QKdeThemePrivate::kdeGlobals| Name: | QKdeThemePrivate::kdeGlobals | | Prototype: | static QString kdeGlobals(const QString &kdeDir, int kdeVersion) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 213-218 |
| | 1 | 4 |
QKdeThemePrivate::kdeGlobals::[lambda]| Name: | QKdeThemePrivate::kdeGlobals::[lambda] | | Prototype: | []() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 217-217 |
| | 0 | 1 |
QKdeThemePrivate::kdeIconThemeSearchPaths| Name: | QKdeThemePrivate::kdeIconThemeSearchPaths | | Prototype: | QStringList QKdeThemePrivate::kdeIconThemeSearchPaths(const QStringList &kdeDirs) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 443-453 |
| | 6 | 4 |
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: | 446-446 |
| | 0 | 1 |
QKdeThemePrivate::readKdeSetting| Name: | QKdeThemePrivate::readKdeSetting | | Prototype: | QVariant QKdeThemePrivate::readKdeSetting(const QString &key, const QStringList &kdeDirs, int kdeVersion, QHash<QString, QSettings*> &kdeSettings) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 312-330 |
| | 12 | 6 |
QKdeThemePrivate::readKdeSystemPalette| Name: | QKdeThemePrivate::readKdeSystemPalette | | Prototype: | void QKdeThemePrivate::readKdeSystemPalette(const QStringList &kdeDirs, int kdeVersion, QHash<QString, QSettings*> &kdeSettings, QPalette *pal) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 345-397 |
| | 26 | 15 |
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: | 366-366 |
| | 0 | 1 |
QKdeThemePrivate::refresh| Name: | QKdeThemePrivate::refresh | | Prototype: | void QKdeThemePrivate::refresh() | | Coverage: | 0.000% (0/60) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 239-310 |
| | 37 | 27 |
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: | 301-301 |
| | 0 | 1 |