Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QNonContiguousByteDeviceIoDeviceImplName: | QNonContiguousByteDeviceIoDeviceImpl::QNonContiguousByteDeviceIoDeviceImpl | Prototype: | QNonContiguousByteDeviceIoDeviceImpl::QNonContiguousByteDeviceIoDeviceImpl(QIODevice *d) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | Lines: | 283-293 |
| | 4 | 1 |
atEndName: | QNonContiguousByteDeviceIoDeviceImpl::atEnd | Prototype: | bool QNonContiguousByteDeviceIoDeviceImpl::atEnd() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | Lines: | 367-370 |
| | 1 | 1 |
~QNonContiguousByteDeviceIoDeviceImplName: | QNonContiguousByteDeviceIoDeviceImpl::~QNonContiguousByteDeviceIoDeviceImpl | Prototype: | QNonContiguousByteDeviceIoDeviceImpl::~QNonContiguousByteDeviceIoDeviceImpl() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | Lines: | 295-298 |
| | 1 | 1 |
posName: | QNonContiguousByteDeviceIoDeviceImpl::pos | Prototype: | qint64 QNonContiguousByteDeviceIoDeviceImpl::pos() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | Lines: | 400-406 |
| | 3 | 2 |
sizeName: | QNonContiguousByteDeviceIoDeviceImpl::size | Prototype: | qint64 QNonContiguousByteDeviceIoDeviceImpl::size() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | Lines: | 390-398 |
| | 3 | 2 |
resetName: | QNonContiguousByteDeviceIoDeviceImpl::reset | Prototype: | bool QNonContiguousByteDeviceIoDeviceImpl::reset() | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | Lines: | 372-388 |
| | 11 | 3 |
advanceReadPointerName: | QNonContiguousByteDeviceIoDeviceImpl::advanceReadPointer | Prototype: | bool QNonContiguousByteDeviceIoDeviceImpl::advanceReadPointer(qint64 amount) | Coverage: | 42.857% (6/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | Lines: | 336-365 |
| | 15 | 5 |
readPointerName: | QNonContiguousByteDeviceIoDeviceImpl::readPointer | Prototype: | const char* QNonContiguousByteDeviceIoDeviceImpl::readPointer(qint64 maximumLength, qint64 &len) | Coverage: | 84.000% (21/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | Lines: | 300-334 |
| | 21 | 7 |