Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QBufferName: | QBuffer::QBuffer | Prototype: | QBuffer::QBuffer(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | Lines: | 173-178 |
| | 2 | 1 |
QBufferName: | QBuffer::QBuffer | Prototype: | QBuffer::QBuffer(QByteArray *byteArray, QObject *parent) | Coverage: | 66.667% (2/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | Lines: | 197-203 |
| | 3 | 1 |
atEndName: | QBuffer::atEnd | Prototype: | bool QBuffer::atEnd() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | Lines: | 389-392 |
| | 1 | 1 |
bufferName: | QBuffer::buffer | Prototype: | QByteArray &QBuffer::buffer() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | Lines: | 258-262 |
| | 2 | 1 |
bufferName: | QBuffer::buffer | Prototype: | const QByteArray &QBuffer::buffer() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | Lines: | 270-274 |
| | 2 | 1 |
canReadLineName: | QBuffer::canReadLine | Prototype: | bool QBuffer::canReadLine() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | Lines: | 397-404 |
| | 4 | 2 |
closeName: | QBuffer::close | Prototype: | void QBuffer::close() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | Lines: | 341-344 |
| | 1 | 1 |
connectNotifyName: | QBuffer::connectNotify | Prototype: | void QBuffer::connectNotify(const QMetaMethod &signal) | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | Lines: | 451-457 |
| | 2 | 2 |
dataName: | QBuffer::data | Prototype: | const QByteArray &QBuffer::data() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | Lines: | 285-289 |
| | 2 | 1 |
disconnectNotifyName: | QBuffer::disconnectNotify | Prototype: | void QBuffer::disconnectNotify(const QMetaMethod &signal) | Coverage: | 66.667% (6/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | Lines: | 463-473 |
| | 4 | 3 |
openName: | QBuffer::open | Prototype: | bool QBuffer::open(OpenMode flags) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | Lines: | 321-336 |
| | 9 | 4 |
posName: | QBuffer::pos | Prototype: | qint64 QBuffer::pos() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | Lines: | 349-352 |
| | 1 | 1 |
readDataName: | QBuffer::readData | Prototype: | qint64 QBuffer::readData(char *data, qint64 len) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | Lines: | 409-416 |
| | 5 | 2 |
seekName: | QBuffer::seek | Prototype: | bool QBuffer::seek(qint64 pos) | Coverage: | 64.706% (11/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | Lines: | 366-384 |
| | 12 | 5 |
setBufferName: | QBuffer::setBuffer | Prototype: | void QBuffer::setBuffer(QByteArray *byteArray) | Coverage: | 50.000% (4/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | Lines: | 236-249 |
| | 8 | 3 |
setDataName: | QBuffer::setData | Prototype: | void QBuffer::setData(const QByteArray &data) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | Lines: | 299-307 |
| | 5 | 2 |
sizeName: | QBuffer::size | Prototype: | qint64 QBuffer::size() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | Lines: | 357-361 |
| | 2 | 1 |
writeDataName: | QBuffer::writeData | Prototype: | qint64 QBuffer::writeData(const char *data, qint64 len) | Coverage: | 78.571% (11/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | Lines: | 421-444 |
| | 14 | 4 |