Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
appendByteName: | QUrlUtf8Traits::appendByte | Prototype: | static void appendByte(ushort *&ptr, uchar b) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlrecode.cpp | Lines: | 232-238 |
| | 3 | 1 |
peekByteName: | QUrlUtf8Traits::peekByte | Prototype: | static uchar peekByte(const ushort *ptr, int n = 0) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlrecode.cpp | Lines: | 240-248 |
| | 2 | 1 |
availableBytesName: | QUrlUtf8Traits::availableBytes | Prototype: | static qptrdiff availableBytes(const ushort *ptr, const ushort *end) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlrecode.cpp | Lines: | 250-253 |
| | 1 | 1 |
advanceByteName: | QUrlUtf8Traits::advanceByte | Prototype: | static void advanceByte(const ushort *&ptr, int n = 1) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlrecode.cpp | Lines: | 255-258 |
| | 1 | 1 |