| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
toUnicode| Name: | QTextDecoder::toUnicode | | Prototype: | void QTextDecoder::toUnicode(QString *target, const char *chars, int len) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | | Lines: | 1002-1016 |
| | 8 | 4 |
toUnicode| Name: | QTextDecoder::toUnicode | | Prototype: | QString QTextDecoder::toUnicode(const char *chars, int len) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | | Lines: | 990-993 |
| | 1 | 1 |
toUnicode| Name: | QTextDecoder::toUnicode | | Prototype: | QString QTextDecoder::toUnicode(const QByteArray &ba) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | | Lines: | 1025-1028 |
| | 1 | 1 |
hasFailure| Name: | QTextDecoder::hasFailure | | Prototype: | bool QTextDecoder::hasFailure() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | | Lines: | 1165-1168 |
| | 1 | 1 |
QTextDecoder| Name: | QTextDecoder::QTextDecoder | | Prototype: | QTextDecoder::QTextDecoder(const QTextCodec *codec, QTextCodec::ConversionFlags flags) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | | Lines: | 967-971 |
| | 1 | 1 |