| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
size| Name: | 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 |
isSequential| Name: | 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 |
readData| Name: | 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 |
writeData| Name: | 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 |
reset| Name: | 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 |