| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
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: | 973-977 |
| | 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: | 1171-1174 |
| | 1 | 1 |
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: | 996-999 |
| | 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: | 1031-1034 |
| | 1 | 1 |
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: | 1008-1022 |
| | 8 | 4 |