Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
unSealName: | QSocks5Authenticator::unSeal | Prototype: | bool QSocks5Authenticator::unSeal(const QByteArray &sealedBuf, QByteArray *buf) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 435-439 |
| | 2 | 1 |
unSealName: | QSocks5Authenticator::unSeal | Prototype: | bool QSocks5Authenticator::unSeal(QTcpSocket *sealedSocket, QByteArray *buf) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 441-444 |
| | 1 | 1 |
sealName: | QSocks5Authenticator::seal | Prototype: | bool QSocks5Authenticator::seal(const QByteArray &buf, QByteArray *sealedBuf) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 429-433 |
| | 2 | 1 |
methodIdName: | QSocks5Authenticator::methodId | Prototype: | char QSocks5Authenticator::methodId() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 410-413 |
| | 1 | 1 |
continueAuthenticateName: | QSocks5Authenticator::continueAuthenticate | Prototype: | bool QSocks5Authenticator::continueAuthenticate(QTcpSocket *socket, bool *completed) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 422-427 |
| | 3 | 1 |
beginAuthenticateName: | QSocks5Authenticator::beginAuthenticate | Prototype: | bool QSocks5Authenticator::beginAuthenticate(QTcpSocket *socket, bool *completed) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 415-420 |
| | 3 | 1 |