Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
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: | 270-278 |
| | 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: | 280-283 |
| | 1 | 1 |
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: | 262-268 |
| | 3 | 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: | 285-288 |
| | 1 | 1 |