Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QHostInfoCacheName: | QHostInfoCache::QHostInfoCache | Prototype: | QHostInfoCache::QHostInfoCache() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | Lines: | 752-757 |
| | 5 | 1 |
clearName: | QHostInfoCache::clear | Prototype: | void QHostInfoCache::clear() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | Lines: | 805-809 |
| | 2 | 1 |
getName: | QHostInfoCache::get | Prototype: | QHostInfo QHostInfoCache::get(const QString &name, bool *valid) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | Lines: | 772-788 |
| | 7 | 3 |
isEnabledName: | QHostInfoCache::isEnabled | Prototype: | bool QHostInfoCache::isEnabled() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | Lines: | 759-762 |
| | 1 | 1 |
putName: | QHostInfoCache::put | Prototype: | void QHostInfoCache::put(const QString &name, const QHostInfo &info) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | Lines: | 790-803 |
| | 8 | 2 |
setEnabledName: | QHostInfoCache::setEnabled | Prototype: | void QHostInfoCache::setEnabled(bool e) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | Lines: | 766-769 |
| | 1 | 1 |