Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
aliasesName: | QUtf32Codec::aliases | Prototype: | QList<QByteArray> QUtf32Codec::aliases() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qutfcodec.cpp | Lines: | 799-803 |
| | 2 | 1 |
nameName: | QUtf32Codec::name | Prototype: | QByteArray QUtf32Codec::name() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qutfcodec.cpp | Lines: | 794-797 |
| | 1 | 1 |
mibEnumName: | QUtf32Codec::mibEnum | Prototype: | int QUtf32Codec::mibEnum() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qutfcodec.cpp | Lines: | 789-792 |
| | 1 | 1 |
convertToUnicodeName: | QUtf32Codec::convertToUnicode | Prototype: | QString QUtf32Codec::convertToUnicode(const char *chars, int len, ConverterState *state) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qutfcodec.cpp | Lines: | 784-787 |
| | 1 | 1 |
convertFromUnicodeName: | QUtf32Codec::convertFromUnicode | Prototype: | QByteArray QUtf32Codec::convertFromUnicode(const QChar *uc, int len, ConverterState *state) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qutfcodec.cpp | Lines: | 779-782 |
| | 1 | 1 |