| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
dispose| Name: | QNetworkAuthenticationCache::dispose | | Prototype: | void dispose() override | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessauthenticationmanager.cpp | | Lines: | 98-98 |
| | 1 | 1 |
QNetworkAuthenticationCache| Name: | QNetworkAuthenticationCache::QNetworkAuthenticationCache | | Prototype: | QNetworkAuthenticationCache() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessauthenticationmanager.cpp | | Lines: | 61-66 |
| | 3 | 1 |
findClosestMatch| Name: | QNetworkAuthenticationCache::findClosestMatch | | Prototype: | QNetworkAuthenticationCredential *findClosestMatch(const QString &domain) | | Coverage: | 90.909% (10/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessauthenticationmanager.cpp | | Lines: | 68-76 |
| | 6 | 3 |
insert| Name: | QNetworkAuthenticationCache::insert | | Prototype: | void insert(const QString &domain, const QString &user, const QString &password) | | Coverage: | 66.667% (6/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessauthenticationmanager.cpp | | Lines: | 78-96 |
| | 11 | 3 |