Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
putByteArrayName: | QDebug::putByteArray | Prototype: | void QDebug::putByteArray(const char *begin, size_t length, Latin1Content content) | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | Lines: | 323-337 |
| | 7 | 2 |
putStringName: | QDebug::putString | Prototype: | void QDebug::putString(const QChar *begin, size_t length) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | Lines: | 305-317 |
| | 5 | 2 |
resetFormatName: | QDebug::resetFormat | Prototype: | QDebug &QDebug::resetFormat() | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | Lines: | 353-361 |
| | 6 | 2 |
putUcs4Name: | QDebug::putUcs4 | Prototype: | void QDebug::putUcs4(uint ucs4) | Coverage: | 83.333% (10/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | Lines: | 165-180 |
| | 10 | 4 |
~QDebugName: | QDebug::~QDebug | Prototype: | QDebug::~QDebug() | Coverage: | 100.000% (12/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | Lines: | 148-160 |
| | 8 | 4 |