Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
writeDataName: | QHttpMultiPartIODevice::writeData | Prototype: | qint64 QHttpMultiPartIODevice::writeData(const char *data, qint64 maxSize) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpmultipart.cpp | Lines: | 543-548 |
| | 3 | 1 |
isSequentialName: | QHttpMultiPartIODevice::isSequential | Prototype: | bool QHttpMultiPartIODevice::isSequential() const | Coverage: | 77.778% (7/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpmultipart.cpp | Lines: | 466-476 |
| | 5 | 3 |
resetName: | QHttpMultiPartIODevice::reset | Prototype: | bool QHttpMultiPartIODevice::reset() | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpmultipart.cpp | Lines: | 478-485 |
| | 5 | 3 |
sizeName: | QHttpMultiPartIODevice::size | Prototype: | qint64 QHttpMultiPartIODevice::size() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpmultipart.cpp | Lines: | 447-464 |
| | 9 | 3 |
readDataName: | QHttpMultiPartIODevice::readData | Prototype: | qint64 QHttpMultiPartIODevice::readData(char *data, qint64 maxSize) | Coverage: | 75.676% (28/37) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpmultipart.cpp | Lines: | 486-541 |
| | 37 | 9 |