| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
size| Name: | QNonContiguousByteDeviceRingBufferImpl::size | | Prototype: | qint64 QNonContiguousByteDeviceRingBufferImpl::size() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 272-275 |
| | 1 | 1 |
reset| Name: | QNonContiguousByteDeviceRingBufferImpl::reset | | Prototype: | bool QNonContiguousByteDeviceRingBufferImpl::reset() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 266-270 |
| | 2 | 1 |
pos| Name: | QNonContiguousByteDeviceRingBufferImpl::pos | | Prototype: | qint64 QNonContiguousByteDeviceRingBufferImpl::pos() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 261-264 |
| | 1 | 1 |
atEnd| Name: | QNonContiguousByteDeviceRingBufferImpl::atEnd | | Prototype: | bool QNonContiguousByteDeviceRingBufferImpl::atEnd() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 256-259 |
| | 1 | 1 |
advanceReadPointer| Name: | QNonContiguousByteDeviceRingBufferImpl::advanceReadPointer | | Prototype: | bool QNonContiguousByteDeviceRingBufferImpl::advanceReadPointer(qint64 amount) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 249-254 |
| | 3 | 1 |
QNonContiguousByteDeviceRingBufferImpl| Name: | QNonContiguousByteDeviceRingBufferImpl::QNonContiguousByteDeviceRingBufferImpl | | Prototype: | QNonContiguousByteDeviceRingBufferImpl::QNonContiguousByteDeviceRingBufferImpl(QSharedPointer<QRingBuffer> rb) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 224-228 |
| | 1 | 1 |
readPointer| Name: | QNonContiguousByteDeviceRingBufferImpl::readPointer | | Prototype: | const char* QNonContiguousByteDeviceRingBufferImpl::readPointer(qint64 maximumLength, qint64 &len) | | Coverage: | 57.143% (4/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 234-247 |
| | 7 | 3 |