| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
convertToUnicode| Name: | QUtf8::convertToUnicode | | Prototype: | QString QUtf8::convertToUnicode(const char *chars, int len) | | Coverage: | 100.000% (23/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qutfcodec.cpp | | Lines: | 244-293 |
| | 21 | 7 |
convertToUnicode| Name: | QUtf8::convertToUnicode | | Prototype: | QString QUtf8::convertToUnicode(const char *chars, int len, QTextCodec::ConverterState *state) | | Coverage: | 98.667% (74/75) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qutfcodec.cpp | | Lines: | 295-409 |
| | 70 | 21 |
convertFromUnicode| Name: | QUtf8::convertFromUnicode | | Prototype: | QByteArray QUtf8::convertFromUnicode(const QChar *uc, int len, QTextCodec::ConverterState *state) | | Coverage: | 91.111% (41/45) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qutfcodec.cpp | | Lines: | 175-242 |
| | 48 | 14 |
convertFromUnicode| Name: | QUtf8::convertFromUnicode | | Prototype: | QByteArray QUtf8::convertFromUnicode(const QChar *uc, int len) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qutfcodec.cpp | | Lines: | 148-173 |
| | 15 | 5 |