| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QHostInfoCache| Name: | 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 |
clear| Name: | 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 |
get| Name: | 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 |
isEnabled| Name: | 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 |
put| Name: | 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 |
setEnabled| Name: | 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 |