| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
name| Name: | QIcuCodec::name | | Prototype: | QByteArray QIcuCodec::name() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qicucodec.cpp | | Lines: | 665-668 |
| | 1 | 1 |
mibEnum| Name: | QIcuCodec::mibEnum | | Prototype: | int QIcuCodec::mibEnum() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qicucodec.cpp | | Lines: | 690-698 |
| | 4 | 3 |
availableMibs| Name: | QIcuCodec::availableMibs | | Prototype: | QList<int> QIcuCodec::availableMibs() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qicucodec.cpp | | Lines: | 423-434 |
| | 6 | 2 |
QIcuCodec| Name: | QIcuCodec::QIcuCodec | | Prototype: | QIcuCodec::QIcuCodec(const char *name) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qicucodec.cpp | | Lines: | 558-561 |
| | 2 | 1 |
aliases| Name: | QIcuCodec::aliases | | Prototype: | QList<QByteArray> QIcuCodec::aliases() const | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qicucodec.cpp | | Lines: | 671-687 |
| | 9 | 3 |
codecForNameUnlocked| Name: | QIcuCodec::codecForNameUnlocked | | Prototype: | QTextCodec *QIcuCodec::codecForNameUnlocked(const char *name) | | Coverage: | 85.714% (66/77) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qicucodec.cpp | | Lines: | 456-541 |
| | 56 | 20 |
availableCodecs| Name: | QIcuCodec::availableCodecs | | Prototype: | QList<QByteArray> QIcuCodec::availableCodecs() | | Coverage: | 76.190% (16/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qicucodec.cpp | | Lines: | 387-420 |
| | 23 | 7 |
getConverter| Name: | QIcuCodec::getConverter | | Prototype: | UConverter *QIcuCodec::getConverter(QTextCodec::ConverterState *state) const | | Coverage: | 75.000% (12/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qicucodec.cpp | | Lines: | 567-593 |
| | 19 | 6 |
convertFromUnicode| Name: | QIcuCodec::convertFromUnicode | | Prototype: | QByteArray QIcuCodec::convertFromUnicode(const QChar *unicode, int length, QTextCodec::ConverterState *state) const | | Coverage: | 63.636% (7/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qicucodec.cpp | | Lines: | 630-662 |
| | 24 | 5 |
convertToUnicode| Name: | QIcuCodec::convertToUnicode | | Prototype: | QString QIcuCodec::convertToUnicode(const char *chars, int length, QTextCodec::ConverterState *state) const | | Coverage: | 53.846% (7/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qicucodec.cpp | | Lines: | 595-627 |
| | 23 | 5 |
codecForMibUnlocked| Name: | QIcuCodec::codecForMibUnlocked | | Prototype: | QTextCodec *QIcuCodec::codecForMibUnlocked(int mib) | | Coverage: | 50.000% (5/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qicucodec.cpp | | Lines: | 544-555 |
| | 6 | 4 |
defaultCodecUnlocked| Name: | QIcuCodec::defaultCodecUnlocked | | Prototype: | QTextCodec *QIcuCodec::defaultCodecUnlocked() | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qicucodec.cpp | | Lines: | 436-453 |
| | 10 | 3 |