Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
resultName: | QCryptographicHash::result | Prototype: | QByteArray QCryptographicHash::result() const | Coverage: | 100.000% (26/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcryptographichash.cpp | Lines: | 373-455 |
| | 49 | 13 |
resetName: | QCryptographicHash::reset | Prototype: | void QCryptographicHash::reset() | Coverage: | 100.000% (23/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcryptographichash.cpp | Lines: | 239-284 |
| | 24 | 12 |
addDataName: | QCryptographicHash::addData | Prototype: | void QCryptographicHash::addData(const char *data, int length) | Coverage: | 100.000% (23/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcryptographichash.cpp | Lines: | 290-335 |
| | 24 | 12 |
addDataName: | QCryptographicHash::addData | Prototype: | bool QCryptographicHash::addData(QIODevice* device) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcryptographichash.cpp | Lines: | 350-365 |
| | 9 | 4 |
hashName: | QCryptographicHash::hash | Prototype: | QByteArray QCryptographicHash::hash(const QByteArray &data, Algorithm method) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcryptographichash.cpp | Lines: | 460-465 |
| | 3 | 1 |
QCryptographicHashName: | QCryptographicHash::QCryptographicHash | Prototype: | QCryptographicHash::QCryptographicHash(Algorithm method) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcryptographichash.cpp | Lines: | 221-226 |
| | 2 | 1 |
~QCryptographicHashName: | QCryptographicHash::~QCryptographicHash | Prototype: | QCryptographicHash::~QCryptographicHash() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcryptographichash.cpp | Lines: | 231-234 |
| | 1 | 1 |
addDataName: | QCryptographicHash::addData | Prototype: | void QCryptographicHash::addData(const QByteArray &data) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcryptographichash.cpp | Lines: | 340-343 |
| | 1 | 1 |