Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
clearCacheName: | QNetworkAccessAuthenticationManager::clearCache | Prototype: | void QNetworkAccessAuthenticationManager::clearCache() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessauthenticationmanager.cpp | Lines: | 301-304 |
| | 1 | 1 |
cacheCredentialsName: | QNetworkAccessAuthenticationManager::cacheCredentials | Prototype: | void QNetworkAccessAuthenticationManager::cacheCredentials(const QUrl &url, const QAuthenticator *authenticator) | Coverage: | 100.000% (12/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessauthenticationmanager.cpp | Lines: | 228-261 |
| | 20 | 5 |
fetchCachedCredentialsName: | QNetworkAccessAuthenticationManager::fetchCachedCredentials | Prototype: | QNetworkAuthenticationCredential QNetworkAccessAuthenticationManager::fetchCachedCredentials(const QUrl &url, const QAuthenticator *authentication) | Coverage: | 92.308% (12/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessauthenticationmanager.cpp | Lines: | 274-299 |
| | 17 | 5 |
fetchCachedProxyCredentialsName: | QNetworkAccessAuthenticationManager::fetchCachedProxyCredentials | Prototype: | QNetworkAuthenticationCredential QNetworkAccessAuthenticationManager::fetchCachedProxyCredentials(const QNetworkProxy &p, const QAuthenticator *authenticator) | Coverage: | 62.500% (10/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessauthenticationmanager.cpp | Lines: | 193-224 |
| | 27 | 6 |
cacheProxyCredentialsName: | QNetworkAccessAuthenticationManager::cacheProxyCredentials | Prototype: | void QNetworkAccessAuthenticationManager::cacheProxyCredentials(const QNetworkProxy &p, const QAuthenticator *authenticator) | Coverage: | 86.667% (13/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessauthenticationmanager.cpp | Lines: | 150-191 |
| | 21 | 7 |