Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
convertFromUnicodeName: | 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: | 154-179 |
| | 15 | 5 |
convertFromUnicodeName: | 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: | 181-248 |
| | 48 | 14 |
convertToUnicodeName: | QUtf8::convertToUnicode | Prototype: | QString QUtf8::convertToUnicode(const char *chars, int len) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qutfcodec.cpp | Lines: | 250-269 |
| | 5 | 1 |
convertToUnicodeName: | QUtf8::convertToUnicode | Prototype: | QChar *QUtf8::convertToUnicode(QChar *buffer, const char *chars, int len) noexcept | Coverage: | 100.000% (23/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qutfcodec.cpp | Lines: | 288-322 |
| | 19 | 7 |
convertToUnicodeName: | 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: | 324-438 |
| | 70 | 21 |