| 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:  | 238-244 |  
  |  | 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:  | 246-256 |  
  |  | 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:  | 258-268 |  
  |  | 7 | 4 |