| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 QBuffer| Name:  | 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:  | 167-172 |  
  |  | 2 | 1 | 
 QBuffer| Name:  | 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:  | 191-197 |  
  |  | 3 | 1 | 
 atEnd| Name:  | 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:  | 383-386 |  
  |  | 1 | 1 | 
 buffer| Name:  | 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:  | 252-256 |  
  |  | 2 | 1 | 
 buffer| Name:  | 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:  | 264-268 |  
  |  | 2 | 1 | 
 canReadLine| Name:  | QBuffer::canReadLine |  | Prototype:  | bool QBuffer::canReadLine() const |  | Coverage:  |  87.500% (7/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp |  | Lines:  | 391-398 |  
  |  | 4 | 2 | 
 close| Name:  | 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:  | 335-338 |  
  |  | 1 | 1 | 
 connectNotify| Name:  | 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:  | 445-451 |  
  |  | 2 | 2 | 
 data| Name:  | 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:  | 279-283 |  
  |  | 2 | 1 | 
 disconnectNotify| Name:  | 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:  | 457-467 |  
  |  | 4 | 3 | 
 open| Name:  | 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:  | 315-330 |  
  |  | 9 | 4 | 
 pos| Name:  | 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:  | 343-346 |  
  |  | 1 | 1 | 
 readData| Name:  | 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:  | 403-410 |  
  |  | 5 | 2 | 
 seek| Name:  | 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:  | 360-378 |  
  |  | 12 | 5 | 
 setBuffer| Name:  | 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:  | 230-243 |  
  |  | 8 | 3 | 
 setData| Name:  | 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:  | 293-301 |  
  |  | 5 | 2 | 
 size| Name:  | 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:  | 351-355 |  
  |  | 2 | 1 | 
 writeData| Name:  | 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:  | 415-438 |  
  |  | 14 | 4 |