| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
setPrefixLength| Name: | QNetworkAddressEntry::setPrefixLength | | Prototype: | void QNetworkAddressEntry::setPrefixLength(int length) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkinterface.cpp | | Lines: | 303-306 |
| | 1 | 1 |
setNetmask| Name: | QNetworkAddressEntry::setNetmask | | Prototype: | void QNetworkAddressEntry::setNetmask(const QHostAddress &newNetmask) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkinterface.cpp | | Lines: | 263-271 |
| | 4 | 2 |
setIp| Name: | QNetworkAddressEntry::setIp | | Prototype: | void QNetworkAddressEntry::setIp(const QHostAddress &newIp) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkinterface.cpp | | Lines: | 233-236 |
| | 1 | 1 |
setBroadcast| Name: | QNetworkAddressEntry::setBroadcast | | Prototype: | void QNetworkAddressEntry::setBroadcast(const QHostAddress &newBroadcast) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkinterface.cpp | | Lines: | 330-333 |
| | 1 | 1 |
prefixLength| Name: | QNetworkAddressEntry::prefixLength | | Prototype: | int QNetworkAddressEntry::prefixLength() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkinterface.cpp | | Lines: | 286-289 |
| | 1 | 1 |
operator=| Name: | QNetworkAddressEntry::operator= | | Prototype: | QNetworkAddressEntry &QNetworkAddressEntry::operator=(const QNetworkAddressEntry &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkinterface.cpp | | Lines: | 179-183 |
| | 2 | 1 |
netmask| Name: | QNetworkAddressEntry::netmask | | Prototype: | QHostAddress QNetworkAddressEntry::netmask() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkinterface.cpp | | Lines: | 251-254 |
| | 1 | 1 |
ip| Name: | QNetworkAddressEntry::ip | | Prototype: | QHostAddress QNetworkAddressEntry::ip() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkinterface.cpp | | Lines: | 224-227 |
| | 1 | 1 |
broadcast| Name: | QNetworkAddressEntry::broadcast | | Prototype: | QHostAddress QNetworkAddressEntry::broadcast() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkinterface.cpp | | Lines: | 321-324 |
| | 1 | 1 |
QNetworkAddressEntry| Name: | QNetworkAddressEntry::QNetworkAddressEntry | | Prototype: | QNetworkAddressEntry::QNetworkAddressEntry() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkinterface.cpp | | Lines: | 162-165 |
| | 2 | 1 |
QNetworkAddressEntry| Name: | QNetworkAddressEntry::QNetworkAddressEntry | | Prototype: | QNetworkAddressEntry::QNetworkAddressEntry(const QNetworkAddressEntry &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkinterface.cpp | | Lines: | 171-174 |
| | 2 | 1 |
operator==| Name: | QNetworkAddressEntry::operator== | | Prototype: | bool QNetworkAddressEntry::operator==(const QNetworkAddressEntry &other) const | | Coverage: | 66.667% (10/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkinterface.cpp | | Lines: | 204-211 |
| | 5 | 3 |