Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QByteArray::toBase64Name: | 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::startsWithName: | 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::startsWithName: | 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::startsWithName: | 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::splitName: | 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_helperName: | 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_helperName: | 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::simplifiedName: | QByteArray::simplified | Prototype: | QByteArray QByteArray::simplified() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring_compat.cpp | Lines: | 107-110 |
| | 1 | 1 |
QByteArray::setRawDataName: | QByteArray::setRawData | Prototype: | QByteArray &QByteArray::setRawData(const char *data, uint size) | Coverage: | 70.000% (7/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 4229-4244 |
| | 9 | 3 |
QByteArray::setNumName: | 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::setNumName: | 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::setNumName: | QByteArray::setNum | Prototype: | QByteArray &QByteArray::setNum(double n, char f, int prec) | Coverage: | 33.333% (4/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 4029-4057 |
| | 15 | 6 |
QByteArray::rightJustifiedName: | 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::rightName: | QByteArray::right | Prototype: | QByteArray QByteArray::right(int len) const | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 2911-2918 |
| | 5 | 3 |
QByteArray::resizeName: | QByteArray::resize | Prototype: | void QByteArray::resize(int size) | Coverage: | 90.244% (37/41) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 1638-1677 |
| | 23 | 9 |
QByteArray::replaceName: | 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::replaceName: | 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::replaceName: | 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::replaceName: | QByteArray::replace | Prototype: | QByteArray &QByteArray::replace(const QByteArray &before, const QByteArray &after) | Coverage: | 66.667% (6/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 2190-2200 |
| | 6 | 3 |
QByteArray::replaceName: | QByteArray::replace | Prototype: | QByteArray &QByteArray::replace(const char *c, const QByteArray &after) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 2210-2217 |
| | 4 | 2 |
QByteArray::replaceName: | QByteArray::replace | Prototype: | QByteArray &QByteArray::replace(const char *before, int bsize, const char *after, int asize) | Coverage: | 70.787% (63/89) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 2228-2341 |
| | 81 | 27 |
QByteArray::replaceName: | 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::replaceName: | 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::repeatedName: | QByteArray::repeated | Prototype: | QByteArray QByteArray::repeated(int times) const | Coverage: | 87.500% (14/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 2470-2503 |
| | 23 | 6 |
QByteArray::removeName: | 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::reallocDataName: | QByteArray::reallocData | Prototype: | void QByteArray::reallocData(uint alloc, Data::AllocationOptions options) | Coverage: | 80.952% (17/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 1698-1725 |
| | 20 | 6 |
QByteArray::prependName: | QByteArray::prepend | Prototype: | QByteArray &QByteArray::prepend(const QByteArray &ba) | Coverage: | 90.909% (10/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 1773-1783 |
| | 7 | 3 |
QByteArray::prependName: | 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::prependName: | 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::prependName: | 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::numberName: | 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::numberName: | 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::numberName: | 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::numberName: | 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::numberName: | 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::nulTerminatedName: | 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::midName: | QByteArray::mid | Prototype: | QByteArray QByteArray::mid(int pos, int len) const | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 2934-2952 |
| | 9 | 5 |
QByteArray::leftJustifiedName: | 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::leftName: | QByteArray::left | Prototype: | QByteArray QByteArray::left(int len) const | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 2889-2896 |
| | 5 | 3 |
QByteArray::lastIndexOfName: | 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::lastIndexOfName: | 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::lastIndexOfName: | QByteArray::lastIndexOf | Prototype: | int QByteArray::lastIndexOf(char ch, int from) const | Coverage: | 86.667% (13/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 2709-2723 |
| | 11 | 6 |
QByteArray::isNullName: | 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::insertName: | 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::insertName: | 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::insertName: | 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::insertName: | 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::insertName: | 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::indexOfName: | QByteArray::indexOf | Prototype: | int QByteArray::indexOf(const QByteArray &ba, int from) const | Coverage: | 91.667% (11/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 2521-2534 |
| | 9 | 4 |
QByteArray::indexOfName: | QByteArray::indexOf | Prototype: | int QByteArray::indexOf(const char *c, int from) const | Coverage: | 91.667% (11/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 2561-2574 |
| | 9 | 4 |
QByteArray::indexOfName: | 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::fromRawDataName: | QByteArray::fromRawData | Prototype: | QByteArray QByteArray::fromRawData(const char *data, int size) | Coverage: | 63.636% (7/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 4200-4213 |
| | 9 | 4 |
QByteArray::fromPercentEncodingName: | 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::fromHexName: | 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::fromBase64Name: | 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::fromBase64Name: | QByteArray::fromBase64 | Prototype: | QByteArray QByteArray::fromBase64(const QByteArray &base64, Base64Options options) | Coverage: | 97.826% (45/46) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 4281-4322 |
| | 31 | 11 |
QByteArray::fillName: | QByteArray::fill | Prototype: | QByteArray &QByteArray::fill(char ch, int size) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 1690-1696 |
| | 4 | 2 |
QByteArray::expandName: | 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::endsWithName: | 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::endsWithName: | 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::endsWithName: | 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::countName: | QByteArray::count | Prototype: | int QByteArray::count(const QByteArray &ba) const | Coverage: | 46.154% (6/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 2732-2745 |
| | 9 | 4 |
QByteArray::countName: | 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::countName: | 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::clearName: | 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::chopName: | 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::appendName: | 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::appendName: | 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::appendName: | QByteArray::append | Prototype: | QByteArray &QByteArray::append(const char *str, int len) | Coverage: | 85.714% (12/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 1922-1934 |
| | 9 | 4 |
QByteArray::appendName: | 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 |
QByteArray::QByteArrayName: | QByteArray::QByteArray | Prototype: | QByteArray::QByteArray(const char *data, int size) | Coverage: | 84.615% (11/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 1573-1590 |
| | 11 | 5 |
QByteArray::QByteArrayName: | QByteArray::QByteArray | Prototype: | QByteArray::QByteArray(int size, char ch) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 1599-1610 |
| | 7 | 3 |
QByteArray::QByteArrayName: | QByteArray::QByteArray | Prototype: | QByteArray::QByteArray(int size, Qt::Initialization) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 1618-1624 |
| | 4 | 2 |
QButtonGroupPrivate::detectCheckedButtonName: | QButtonGroupPrivate::detectCheckedButton | Prototype: | void QButtonGroupPrivate::detectCheckedButton() | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qbuttongroup.cpp | Lines: | 49-61 |
| | 8 | 4 |
QButtonGroup::~QButtonGroupName: | QButtonGroup::~QButtonGroup | Prototype: | QButtonGroup::~QButtonGroup() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qbuttongroup.cpp | Lines: | 120-125 |
| | 3 | 2 |
QButtonGroup::setIdName: | QButtonGroup::setId | Prototype: | void QButtonGroup::setId(QAbstractButton *button, int id) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qbuttongroup.cpp | Lines: | 327-332 |
| | 3 | 2 |
QButtonGroup::setExclusiveName: | QButtonGroup::setExclusive | Prototype: | void QButtonGroup::setExclusive(bool exclusive) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qbuttongroup.cpp | Lines: | 147-151 |
| | 2 | 1 |
QButtonGroup::removeButtonName: | QButtonGroup::removeButton | Prototype: | void QButtonGroup::removeButton(QAbstractButton *button) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qbuttongroup.cpp | Lines: | 271-282 |
| | 7 | 3 |
QButtonGroup::idName: | QButtonGroup::id | Prototype: | int QButtonGroup::id(QAbstractButton *button) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qbuttongroup.cpp | Lines: | 343-347 |
| | 2 | 1 |
QButtonGroup::exclusiveName: | QButtonGroup::exclusive | Prototype: | bool QButtonGroup::exclusive() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qbuttongroup.cpp | Lines: | 141-145 |
| | 2 | 1 |
QButtonGroup::checkedIdName: | QButtonGroup::checkedId | Prototype: | int QButtonGroup::checkedId() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qbuttongroup.cpp | Lines: | 356-360 |
| | 2 | 1 |
QButtonGroup::checkedButtonName: | QButtonGroup::checkedButton | Prototype: | QAbstractButton *QButtonGroup::checkedButton() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qbuttongroup.cpp | Lines: | 301-305 |
| | 2 | 1 |
QButtonGroup::buttonsName: | QButtonGroup::buttons | Prototype: | QList<QAbstractButton*> QButtonGroup::buttons() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qbuttongroup.cpp | Lines: | 289-293 |
| | 2 | 1 |
QButtonGroup::buttonName: | QButtonGroup::button | Prototype: | QAbstractButton *QButtonGroup::button(int id) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qbuttongroup.cpp | Lines: | 313-317 |
| | 2 | 1 |
QButtonGroup::addButtonName: | QButtonGroup::addButton | Prototype: | void QButtonGroup::addButton(QAbstractButton *button, int id) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qbuttongroup.cpp | Lines: | 244-264 |
| | 14 | 5 |
QButtonGroup::QButtonGroupName: | QButtonGroup::QButtonGroup | Prototype: | QButtonGroup::QButtonGroup(QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qbuttongroup.cpp | Lines: | 112-115 |
| | 2 | 1 |
QBufferPrivate::peekName: | 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::peekName: | 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_emitSignalsName: | 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::QBufferPrivateName: | 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::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 |
QBuffer::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 |
QBuffer::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 |
QBuffer::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 |
QBuffer::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 |
QBuffer::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 |
QBuffer::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 |
QBuffer::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 |