Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
toUnicodeName: | 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 |
toUnicodeName: | 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 |
toUnicodeName: | 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 |
hasFailureName: | 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 |
QTextDecoderName: | 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 |