| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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: | 266-272 |
| | 3 | 2 |
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: | 282-292 |
| | 7 | 4 |
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: | 294-304 |
| | 7 | 4 |
operator==| Name: | QJsonPrivate::Entry::operator== | | Prototype: | bool Entry::operator==(QLatin1String key) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | | Lines: | 274-280 |
| | 3 | 2 |