| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QByteArray::toUpper_helper| Name: | QByteArray::toUpper_helper | | Prototype: | QByteArray QByteArray::toUpper_helper(const QByteArray &a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 3020-3023 |
| | 1 | 1 |
QByteArray::toUpper_helper| Name: | QByteArray::toUpper_helper | | Prototype: | QByteArray QByteArray::toUpper_helper(QByteArray &a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 3025-3028 |
| | 1 | 1 |
QByteArray::toULongLong| Name: | QByteArray::toULongLong | | Prototype: | qulonglong QByteArray::toULongLong(bool *ok, int base) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 3617-3620 |
| | 1 | 1 |
QByteArray::toULong| Name: | QByteArray::toULong | | Prototype: | ulong QByteArray::toULong(bool *ok, int base) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 3723-3726 |
| | 1 | 1 |
QByteArray::toUInt| Name: | QByteArray::toUInt | | Prototype: | uint QByteArray::toUInt(bool *ok, int base) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 3669-3672 |
| | 1 | 1 |
QByteArray::toLower_helper| Name: | QByteArray::toLower_helper | | Prototype: | QByteArray QByteArray::toLower_helper(const QByteArray &a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2998-3001 |
| | 1 | 1 |
QByteArray::toLower_helper| Name: | QByteArray::toLower_helper | | Prototype: | QByteArray QByteArray::toLower_helper(QByteArray &a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 3003-3006 |
| | 1 | 1 |
QByteArray::toLongLong| Name: | QByteArray::toLongLong | | Prototype: | qlonglong QByteArray::toLongLong(bool *ok, int base) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 3591-3594 |
| | 1 | 1 |
QByteArray::toLong| Name: | QByteArray::toLong | | Prototype: | long QByteArray::toLong(bool *ok, int base) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 3697-3700 |
| | 1 | 1 |
QByteArray::toInt| Name: | QByteArray::toInt | | Prototype: | int QByteArray::toInt(bool *ok, int base) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 3644-3647 |
| | 1 | 1 |
QByteArray::toHex| Name: | QByteArray::toHex | | Prototype: | QByteArray QByteArray::toHex() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 4366-4376 |
| | 7 | 2 |
QByteArray::toFloat| Name: | QByteArray::toFloat | | Prototype: | float QByteArray::toFloat(bool *ok) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 3820-3823 |
| | 1 | 1 |
QByteArray::toBase64| Name: | QByteArray::toBase64 | | Prototype: | QByteArray QByteArray::toBase64() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 3834-3837 |
| | 1 | 1 |
QByteArray::toBase64| Name: | QByteArray::toBase64 | | Prototype: | QByteArray QByteArray::toBase64(Base64Options options) const | | Coverage: | 100.000% (29/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 3851-3903 |
| | 37 | 9 |
QByteArray::startsWith| Name: | QByteArray::startsWith | | Prototype: | bool QByteArray::startsWith(const QByteArray &ba) const | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2795-2802 |
| | 5 | 3 |
QByteArray::startsWith| Name: | QByteArray::startsWith | | Prototype: | bool QByteArray::startsWith(const char *str) const | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2809-2817 |
| | 6 | 3 |
QByteArray::startsWith| Name: | QByteArray::startsWith | | Prototype: | bool QByteArray::startsWith(char ch) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2824-2829 |
| | 3 | 2 |
QByteArray::split| Name: | QByteArray::split | | Prototype: | QList<QByteArray> QByteArray::split(char sep) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2443-2454 |
| | 8 | 2 |
QByteArray::simplified_helper| Name: | QByteArray::simplified_helper | | Prototype: | QByteArray QByteArray::simplified_helper(const QByteArray &a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 3423-3426 |
| | 1 | 1 |
QByteArray::simplified_helper| Name: | QByteArray::simplified_helper | | Prototype: | QByteArray QByteArray::simplified_helper(QByteArray &a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 3428-3431 |
| | 1 | 1 |
QByteArray::setNum| Name: | QByteArray::setNum | | Prototype: | QByteArray &QByteArray::setNum(qlonglong n, int base) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 3966-3982 |
| | 10 | 2 |
QByteArray::setNum| Name: | QByteArray::setNum | | Prototype: | QByteArray &QByteArray::setNum(qulonglong n, int base) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 3990-3999 |
| | 6 | 1 |
QByteArray::rightJustified| Name: | QByteArray::rightJustified | | Prototype: | QByteArray QByteArray::rightJustified(int width, char fill, bool truncate) const | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 3516-3533 |
| | 12 | 4 |
QByteArray::replace| Name: | QByteArray::replace | | Prototype: | QByteArray &QByteArray::replace(int pos, int len, const QByteArray &after) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2128-2140 |
| | 7 | 2 |
QByteArray::replace| Name: | QByteArray::replace | | Prototype: | QByteArray &QByteArray::replace(int pos, int len, const char *after) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2151-2154 |
| | 1 | 1 |
QByteArray::replace| Name: | QByteArray::replace | | Prototype: | QByteArray &QByteArray::replace(int pos, int len, const char *after, int alen) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2165-2175 |
| | 6 | 2 |
QByteArray::replace| Name: | QByteArray::replace | | Prototype: | QByteArray &QByteArray::replace(char before, const QByteArray &after) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2388-2393 |
| | 3 | 1 |
QByteArray::replace| Name: | QByteArray::replace | | Prototype: | QByteArray &QByteArray::replace(char before, char after) | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2424-2434 |
| | 7 | 4 |
QByteArray::remove| Name: | QByteArray::remove | | Prototype: | QByteArray &QByteArray::remove(int pos, int len) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2104-2116 |
| | 8 | 3 |
QByteArray::prepend| Name: | QByteArray::prepend | | Prototype: | QByteArray &QByteArray::prepend(const char *str) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 1791-1794 |
| | 1 | 1 |
QByteArray::prepend| Name: | QByteArray::prepend | | Prototype: | QByteArray &QByteArray::prepend(const char *str, int len) | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 1803-1814 |
| | 8 | 3 |
QByteArray::prepend| Name: | QByteArray::prepend | | Prototype: | QByteArray &QByteArray::prepend(char ch) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 1830-1839 |
| | 7 | 2 |
QByteArray::operator=| Name: | QByteArray::operator= | | Prototype: | QByteArray &QByteArray::operator=(const QByteArray & other) noexcept | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 1140-1147 |
| | 5 | 2 |
QByteArray::operator=| Name: | QByteArray::operator= | | Prototype: | QByteArray &QByteArray::operator=(const char *str) | | Coverage: | 100.000% (20/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 1156-1178 |
| | 18 | 5 |
QByteArray::number| Name: | QByteArray::number | | Prototype: | QByteArray QByteArray::number(int n, int base) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 4086-4091 |
| | 3 | 1 |
QByteArray::number| Name: | QByteArray::number | | Prototype: | QByteArray QByteArray::number(uint n, int base) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 4098-4103 |
| | 3 | 1 |
QByteArray::number| Name: | QByteArray::number | | Prototype: | QByteArray QByteArray::number(qlonglong n, int base) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 4110-4115 |
| | 3 | 1 |
QByteArray::number| Name: | QByteArray::number | | Prototype: | QByteArray QByteArray::number(qulonglong n, int base) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 4122-4127 |
| | 3 | 1 |
QByteArray::number| Name: | QByteArray::number | | Prototype: | QByteArray QByteArray::number(double n, char f, int prec) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 4158-4163 |
| | 3 | 1 |
QByteArray::nulTerminated| Name: | QByteArray::nulTerminated | | Prototype: | QByteArray QByteArray::nulTerminated() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 1741-1750 |
| | 5 | 2 |
QByteArray::leftJustified| Name: | QByteArray::leftJustified | | Prototype: | QByteArray QByteArray::leftJustified(int width, char fill, bool truncate) const | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 3479-3496 |
| | 12 | 4 |
QByteArray::lastIndexOf| Name: | QByteArray::lastIndexOf | | Prototype: | int QByteArray::lastIndexOf(const QByteArray &ba, int from) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2651-2658 |
| | 4 | 2 |
QByteArray::lastIndexOf| Name: | QByteArray::lastIndexOf | | Prototype: | int QByteArray::lastIndexOf(const char *str, int from) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2686-2693 |
| | 4 | 2 |
QByteArray::isNull| Name: | QByteArray::isNull | | Prototype: | bool QByteArray::isNull() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 3535-3535 |
| | 1 | 1 |
QByteArray::insert| Name: | QByteArray::insert | | Prototype: | QByteArray &QByteArray::insert(int i, const QByteArray &ba) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 1996-2000 |
| | 2 | 1 |
QByteArray::insert| Name: | QByteArray::insert | | Prototype: | QByteArray &QByteArray::insert(int i, const char *str) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2029-2032 |
| | 1 | 1 |
QByteArray::insert| Name: | QByteArray::insert | | Prototype: | QByteArray &QByteArray::insert(int i, const char *str, int len) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2045-2048 |
| | 1 | 1 |
QByteArray::insert| Name: | QByteArray::insert | | Prototype: | QByteArray &QByteArray::insert(int i, char ch) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2058-2061 |
| | 1 | 1 |
QByteArray::insert| Name: | QByteArray::insert | | Prototype: | QByteArray &QByteArray::insert(int i, int count, char ch) | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2074-2088 |
| | 11 | 4 |
QByteArray::indexOf| Name: | QByteArray::indexOf | | Prototype: | int QByteArray::indexOf(char ch, int from) const | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2589-2601 |
| | 9 | 5 |
QByteArray::fromPercentEncoding| Name: | QByteArray::fromPercentEncoding | | Prototype: | QByteArray QByteArray::fromPercentEncoding(const QByteArray &input, char percent) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 4438-4448 |
| | 7 | 3 |
QByteArray::fromHex| Name: | QByteArray::fromHex | | Prototype: | QByteArray QByteArray::fromHex(const QByteArray &hexEncoded) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 4335-4358 |
| | 16 | 4 |
QByteArray::fromBase64| Name: | QByteArray::fromBase64 | | Prototype: | QByteArray QByteArray::fromBase64(const QByteArray &base64) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 4259-4262 |
| | 1 | 1 |
QByteArray::expand| Name: | QByteArray::expand | | Prototype: | void QByteArray::expand(int i) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 1727-1730 |
| | 1 | 1 |
QByteArray::endsWith| Name: | QByteArray::endsWith | | Prototype: | bool QByteArray::endsWith(const QByteArray &ba) const | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2840-2847 |
| | 5 | 3 |
QByteArray::endsWith| Name: | QByteArray::endsWith | | Prototype: | bool QByteArray::endsWith(const char *str) const | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2854-2862 |
| | 6 | 3 |
QByteArray::endsWith| Name: | QByteArray::endsWith | | Prototype: | bool QByteArray::endsWith(char ch) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2869-2874 |
| | 3 | 2 |
QByteArray::count| Name: | QByteArray::count | | Prototype: | int QByteArray::count(const char *str) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2754-2757 |
| | 1 | 1 |
QByteArray::count| Name: | QByteArray::count | | Prototype: | int QByteArray::count(char ch) const | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2768-2777 |
| | 7 | 3 |
QByteArray::clear| Name: | QByteArray::clear | | Prototype: | void QByteArray::clear() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 3037-3042 |
| | 3 | 2 |
QByteArray::chop| Name: | QByteArray::chop | | Prototype: | void QByteArray::chop(int n) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 1470-1474 |
| | 2 | 2 |
QByteArray::append| Name: | QByteArray::append | | Prototype: | QByteArray &QByteArray::append(const QByteArray &ba) | | Coverage: | 100.000% (16/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 1865-1877 |
| | 9 | 4 |
QByteArray::append| Name: | QByteArray::append | | Prototype: | QByteArray& QByteArray::append(const char *str) | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 1898-1908 |
| | 7 | 3 |
QByteArray::append| Name: | QByteArray::append | | Prototype: | QByteArray& QByteArray::append(char ch) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 1953-1960 |
| | 5 | 2 |
QBufferPrivate::peek| Name: | QBufferPrivate::peek | | Prototype: | qint64 QBufferPrivate::peek(char *data, qint64 maxSize) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | | Lines: | 87-92 |
| | 3 | 1 |
QBufferPrivate::peek| Name: | QBufferPrivate::peek | | Prototype: | QByteArray QBufferPrivate::peek(qint64 maxSize) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | | Lines: | 94-100 |
| | 4 | 2 |
QBufferPrivate::_q_emitSignals| Name: | QBufferPrivate::_q_emitSignals | | Prototype: | void QBufferPrivate::_q_emitSignals() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | | Lines: | 77-84 |
| | 5 | 1 |
QBufferPrivate::QBufferPrivate| Name: | QBufferPrivate::QBufferPrivate | | Prototype: | QBufferPrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | | Lines: | 52-57 |
| | 1 | 1 |
QBuffer::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: | 357-361 |
| | 2 | 1 |
QBuffer::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: | 409-416 |
| | 5 | 2 |
QBuffer::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: | 349-352 |
| | 1 | 1 |
QBuffer::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: | 321-336 |
| | 9 | 4 |
QBuffer::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: | 285-289 |
| | 2 | 1 |
QBuffer::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: | 451-457 |
| | 2 | 2 |
QBuffer::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: | 341-344 |
| | 1 | 1 |
QBuffer::canReadLine| Name: | 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 |
QBuffer::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: | 258-262 |
| | 2 | 1 |
QBuffer::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: | 270-274 |
| | 2 | 1 |
QBuffer::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: | 389-392 |
| | 1 | 1 |
QBuffer::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: | 173-178 |
| | 2 | 1 |
QBitArray::resize| Name: | QBitArray::resize | | Prototype: | void QBitArray::resize(int size) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbitarray.cpp | | Lines: | 220-234 |
| | 10 | 4 |
QBitArray::operator~| Name: | QBitArray::operator~ | | Prototype: | QBitArray QBitArray::operator~() const | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbitarray.cpp | | Lines: | 567-581 |
| | 10 | 3 |
QBitArray::operator|=| Name: | QBitArray::operator|= | | Prototype: | QBitArray &QBitArray::operator|=(const QBitArray &other) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbitarray.cpp | | Lines: | 520-529 |
| | 7 | 2 |
QBitArray::operator^=| Name: | QBitArray::operator^= | | Prototype: | QBitArray &QBitArray::operator^=(const QBitArray &other) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbitarray.cpp | | Lines: | 546-555 |
| | 7 | 2 |
QBitArray::operator&=| Name: | QBitArray::operator&= | | Prototype: | QBitArray &QBitArray::operator&=(const QBitArray &other) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbitarray.cpp | | Lines: | 491-503 |
| | 10 | 3 |
QBitArray::fill| Name: | QBitArray::fill | | Prototype: | void QBitArray::fill(bool value, int begin, int end) | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbitarray.cpp | | Lines: | 288-301 |
| | 11 | 4 |
QBitArray::count| Name: | QBitArray::count | | Prototype: | int QBitArray::count(bool on) const | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbitarray.cpp | | Lines: | 178-206 |
| | 18 | 5 |
QBenchmarkTimeMeasurer::stop| Name: | QBenchmarkTimeMeasurer::stop | | Prototype: | qint64 QBenchmarkTimeMeasurer::stop() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | | Lines: | 60-63 |
| | 1 | 1 |
QBenchmarkTimeMeasurer::start| Name: | QBenchmarkTimeMeasurer::start | | Prototype: | void QBenchmarkTimeMeasurer::start() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | | Lines: | 50-53 |
| | 1 | 1 |
QBenchmarkTimeMeasurer::needsWarmupIteration| Name: | QBenchmarkTimeMeasurer::needsWarmupIteration | | Prototype: | bool QBenchmarkTimeMeasurer::needsWarmupIteration() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | | Lines: | 75-78 |
| | 1 | 1 |
QBenchmarkTimeMeasurer::metricType| Name: | QBenchmarkTimeMeasurer::metricType | | Prototype: | QTest::QBenchmarkMetric QBenchmarkTimeMeasurer::metricType() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | | Lines: | 85-88 |
| | 1 | 1 |
QBenchmarkTimeMeasurer::adjustMedianCount| Name: | QBenchmarkTimeMeasurer::adjustMedianCount | | Prototype: | int QBenchmarkTimeMeasurer::adjustMedianCount(int) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | | Lines: | 80-83 |
| | 1 | 1 |
QBenchmarkTimeMeasurer::adjustIterationCount| Name: | QBenchmarkTimeMeasurer::adjustIterationCount | | Prototype: | int QBenchmarkTimeMeasurer::adjustIterationCount(int suggestion) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | | Lines: | 70-73 |
| | 1 | 1 |
QBenchmarkTestMethodData::~QBenchmarkTestMethodData| Name: | QBenchmarkTestMethodData::~QBenchmarkTestMethodData | | Prototype: | QBenchmarkTestMethodData::~QBenchmarkTestMethodData() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmark.cpp | | Lines: | 123-126 |
| | 1 | 1 |
QBenchmarkTestMethodData::beginDataRun| Name: | QBenchmarkTestMethodData::beginDataRun | | Prototype: | void QBenchmarkTestMethodData::beginDataRun() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmark.cpp | | Lines: | 128-131 |
| | 1 | 1 |
QBenchmarkTestMethodData::adjustIterationCount| Name: | QBenchmarkTestMethodData::adjustIterationCount | | Prototype: | int QBenchmarkTestMethodData::adjustIterationCount(int suggestion) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmark.cpp | | Lines: | 137-147 |
| | 4 | 2 |
QBenchmarkTestMethodData::QBenchmarkTestMethodData| Name: | QBenchmarkTestMethodData::QBenchmarkTestMethodData | | Prototype: | QBenchmarkTestMethodData::QBenchmarkTestMethodData() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmark.cpp | | Lines: | 118-121 |
| | 2 | 1 |
QBenchmarkGlobalData::~QBenchmarkGlobalData| Name: | QBenchmarkGlobalData::~QBenchmarkGlobalData | | Prototype: | QBenchmarkGlobalData::~QBenchmarkGlobalData() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmark.cpp | | Lines: | 66-70 |
| | 2 | 1 |
QBenchmarkGlobalData::setMode| Name: | QBenchmarkGlobalData::setMode | | Prototype: | void QBenchmarkGlobalData::setMode(Mode mode) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmark.cpp | | Lines: | 72-79 |
| | 4 | 2 |
QBenchmarkGlobalData::QBenchmarkGlobalData| Name: | QBenchmarkGlobalData::QBenchmarkGlobalData | | Prototype: | QBenchmarkGlobalData::QBenchmarkGlobalData() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmark.cpp | | Lines: | 53-64 |
| | 1 | 1 |