| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QNonContiguousByteDeviceByteArrayImpl| Name: | QNonContiguousByteDeviceByteArrayImpl::QNonContiguousByteDeviceByteArrayImpl | | Prototype: | QNonContiguousByteDeviceByteArrayImpl::QNonContiguousByteDeviceByteArrayImpl(QByteArray *ba) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 178-181 |
| | 1 | 1 |
atEnd| Name: | QNonContiguousByteDeviceByteArrayImpl::atEnd | | Prototype: | bool QNonContiguousByteDeviceByteArrayImpl::atEnd() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 209-212 |
| | 1 | 1 |
pos| Name: | QNonContiguousByteDeviceByteArrayImpl::pos | | Prototype: | qint64 QNonContiguousByteDeviceByteArrayImpl::pos() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 225-228 |
| | 1 | 1 |
size| Name: | QNonContiguousByteDeviceByteArrayImpl::size | | Prototype: | qint64 QNonContiguousByteDeviceByteArrayImpl::size() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 220-223 |
| | 1 | 1 |
reset| Name: | QNonContiguousByteDeviceByteArrayImpl::reset | | Prototype: | bool QNonContiguousByteDeviceByteArrayImpl::reset() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 214-218 |
| | 2 | 1 |
advanceReadPointer| Name: | QNonContiguousByteDeviceByteArrayImpl::advanceReadPointer | | Prototype: | bool QNonContiguousByteDeviceByteArrayImpl::advanceReadPointer(qint64 amount) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 202-207 |
| | 3 | 1 |
readPointer| Name: | QNonContiguousByteDeviceByteArrayImpl::readPointer | | Prototype: | const char* QNonContiguousByteDeviceByteArrayImpl::readPointer(qint64 maximumLength, qint64 &len) | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 187-200 |
| | 7 | 3 |