Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
checkedToAsciiName: | QIPAddressUtils::checkedToAscii | Prototype: | static const QChar *checkedToAscii(Buffer &buffer, const QChar *begin, const QChar *end) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qipaddress.cpp | Lines: | 55-71 |
| | 11 | 3 |
numberName: | QIPAddressUtils::number | Prototype: | static QString number(quint8 val, int base = 10) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qipaddress.cpp | Lines: | 48-52 |
| | 2 | 1 |
parseIp4Name: | QIPAddressUtils::parseIp4 | Prototype: | bool parseIp4(IPv4Address &address, const QChar *begin, const QChar *end) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qipaddress.cpp | Lines: | 74-83 |
| | 6 | 2 |
parseIp4InternalName: | QIPAddressUtils::parseIp4Internal | Prototype: | static bool parseIp4Internal(IPv4Address &address, const char *ptr, bool acceptLeadingZero) | Coverage: | 94.340% (50/53) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qipaddress.cpp | Lines: | 85-127 |
| | 34 | 13 |
parseIp6Name: | QIPAddressUtils::parseIp6 | Prototype: | const QChar *parseIp6(IPv6Address &address, const QChar *begin, const QChar *end) | Coverage: | 97.500% (78/80) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qipaddress.cpp | Lines: | 152-249 |
| | 67 | 21 |
toHexName: | QIPAddressUtils::toHex | Prototype: | static inline QChar toHex(uchar c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qipaddress.cpp | Lines: | 251-254 |
| | 1 | 1 |
toStringName: | QIPAddressUtils::toString | Prototype: | void toString(QString &appendTo, IPv4Address address) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qipaddress.cpp | Lines: | 129-140 |
| | 7 | 1 |
toStringName: | QIPAddressUtils::toString | Prototype: | void toString(QString &appendTo, IPv6Address address) | Coverage: | 92.105% (70/76) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qipaddress.cpp | Lines: | 256-355 |
| | 58 | 21 |