Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
indexOfName: | QJsonPrivate::Object::indexOf | Prototype: | int Object::indexOf(const QString &key, bool *exists) const | Coverage: | 100.000% (12/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | Lines: | 184-204 |
| | 14 | 4 |
indexOfName: | QJsonPrivate::Object::indexOf | Prototype: | int Object::indexOf(QLatin1String key, bool *exists) const | Coverage: | 100.000% (12/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | Lines: | 206-226 |
| | 14 | 4 |
isValidName: | 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: | 228-249 |
| | 17 | 7 |