Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QHostAddressName: | QHostAddress::QHostAddress | Prototype: | QHostAddress::QHostAddress() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 386-389 |
| | 2 | 1 |
QHostAddressName: | QHostAddress::QHostAddress | Prototype: | QHostAddress::QHostAddress(quint32 ip4Addr) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 394-398 |
| | 1 | 1 |
QHostAddressName: | QHostAddress::QHostAddress | Prototype: | QHostAddress::QHostAddress(quint8 *ip6Addr) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 406-410 |
| | 1 | 1 |
QHostAddressName: | QHostAddress::QHostAddress | Prototype: | QHostAddress::QHostAddress(const quint8 *ip6Addr) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 419-423 |
| | 1 | 1 |
QHostAddressName: | QHostAddress::QHostAddress | Prototype: | QHostAddress::QHostAddress(const Q_IPV6ADDR &ip6Addr) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 428-432 |
| | 1 | 1 |
QHostAddressName: | QHostAddress::QHostAddress | Prototype: | QHostAddress::QHostAddress(const QString &address) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 440-445 |
| | 2 | 1 |
QHostAddressName: | QHostAddress::QHostAddress | Prototype: | QHostAddress::QHostAddress(const struct sockaddr *sockaddr) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 455-466 |
| | 4 | 3 |
QHostAddressName: | QHostAddress::QHostAddress | Prototype: | QHostAddress::QHostAddress(const QHostAddress &address) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 471-474 |
| | 2 | 1 |
QHostAddressName: | QHostAddress::QHostAddress | Prototype: | QHostAddress::QHostAddress(SpecialAddress address) | Coverage: | 100.000% (15/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 479-513 |
| | 16 | 8 |
clearName: | QHostAddress::clear | Prototype: | void QHostAddress::clear() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 562-565 |
| | 1 | 1 |
isInSubnetName: | QHostAddress::isInSubnet | Prototype: | bool QHostAddress::isInSubnet(const QHostAddress &subnet, int netmask) const | Coverage: | 86.667% (26/30) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 901-939 |
| | 26 | 9 |
isInSubnetName: | QHostAddress::isInSubnet | Prototype: | bool QHostAddress::isInSubnet(const QPair<QHostAddress, int> &subnet) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 950-953 |
| | 1 | 1 |
isLoopbackName: | QHostAddress::isLoopback | Prototype: | bool QHostAddress::isLoopback() const | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 1084-1102 |
| | 9 | 4 |
isMulticastName: | QHostAddress::isMulticast | Prototype: | bool QHostAddress::isMulticast() const | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 1110-1118 |
| | 6 | 4 |
isNullName: | QHostAddress::isNull | Prototype: | bool QHostAddress::isNull() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 876-880 |
| | 2 | 2 |
operator ==Name: | QHostAddress::operator == | Prototype: | bool QHostAddress::operator ==(SpecialAddress other) const | Coverage: | 100.000% (28/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 836-869 |
| | 15 | 10 |
operator=Name: | QHostAddress::operator= | Prototype: | QHostAddress &QHostAddress::operator=(const QHostAddress &address) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 526-530 |
| | 2 | 1 |
operator=Name: | QHostAddress::operator= | Prototype: | QHostAddress &QHostAddress::operator=(const QString &address) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 538-542 |
| | 2 | 1 |
operator==Name: | QHostAddress::operator== | Prototype: | bool QHostAddress::operator==(const QHostAddress &other) const | Coverage: | 90.476% (19/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 818-830 |
| | 8 | 5 |
parseSubnetName: | QHostAddress::parseSubnet | Prototype: | QPair<QHostAddress, int> QHostAddress::parseSubnet(const QString &subnet) | Coverage: | 96.721% (59/61) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 980-1076 |
| | 53 | 19 |
protocolName: | QHostAddress::protocol | Prototype: | QAbstractSocket::NetworkLayerProtocol QHostAddress::protocol() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 694-698 |
| | 2 | 2 |
scopeIdName: | QHostAddress::scopeId | Prototype: | QString QHostAddress::scopeId() const | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 789-793 |
| | 2 | 2 |
setAddressName: | QHostAddress::setAddress | Prototype: | void QHostAddress::setAddress(quint32 ip4Addr) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 570-573 |
| | 1 | 1 |
setAddressName: | QHostAddress::setAddress | Prototype: | void QHostAddress::setAddress(quint8 *ip6Addr) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 583-586 |
| | 1 | 1 |
setAddressName: | QHostAddress::setAddress | Prototype: | void QHostAddress::setAddress(const quint8 *ip6Addr) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 597-600 |
| | 1 | 1 |
setAddressName: | QHostAddress::setAddress | Prototype: | void QHostAddress::setAddress(const Q_IPV6ADDR &ip6Addr) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 607-610 |
| | 1 | 1 |
setAddressName: | QHostAddress::setAddress | Prototype: | bool QHostAddress::setAddress(const QString &address) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 620-624 |
| | 2 | 1 |
setAddressName: | QHostAddress::setAddress | Prototype: | void QHostAddress::setAddress(const struct sockaddr *sockaddr) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 634-645 |
| | 5 | 3 |
setScopeIdName: | QHostAddress::setScopeId | Prototype: | void QHostAddress::setScopeId(const QString &id) | Coverage: | 57.143% (4/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 807-812 |
| | 3 | 3 |
toIPv4AddressName: | QHostAddress::toIPv4Address | Prototype: | quint32 QHostAddress::toIPv4Address() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 661-664 |
| | 1 | 1 |
toIPv4AddressName: | QHostAddress::toIPv4Address | Prototype: | quint32 QHostAddress::toIPv4Address(bool *ok) const | Coverage: | 86.667% (13/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 681-689 |
| | 6 | 3 |
toIPv6AddressName: | QHostAddress::toIPv6Address | Prototype: | Q_IPV6ADDR QHostAddress::toIPv6Address() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 714-718 |
| | 2 | 2 |
toStringName: | QHostAddress::toString | Prototype: | QString QHostAddress::toString() const | Coverage: | 100.000% (15/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 730-751 |
| | 14 | 5 |