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: | 990-993 |
| | 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: | 1002-1016 |
| | 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: | 1025-1028 |
| | 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: | 1165-1168 |
| | 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: | 967-971 |
| | 1 | 1 |