| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QBrush::QBrush| Name: | QBrush::QBrush | | Prototype: | QBrush::QBrush(Qt::GlobalColor color, const QPixmap &pixmap) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 523-527 |
| | 2 | 1 |
QBrush::QBrush| Name: | QBrush::QBrush | | Prototype: | QBrush::QBrush(const QGradient &gradient) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 546-561 |
| | 19 | 1 |
QBrush::cleanUp| Name: | QBrush::cleanUp | | Prototype: | void QBrush::cleanUp(QBrushData *x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 571-574 |
| | 1 | 1 |
QBrush::setMatrix| Name: | QBrush::setMatrix | | Prototype: | void QBrush::setMatrix(const QMatrix &matrix) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 893-896 |
| | 1 | 1 |
QBrush::setTransform| Name: | QBrush::setTransform | | Prototype: | void QBrush::setTransform(const QTransform &matrix) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 907-911 |
| | 2 | 1 |
QBrush::texture| Name: | QBrush::texture | | Prototype: | QPixmap QBrush::texture() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 736-741 |
| | 3 | 1 |
QBrush::textureImage| Name: | QBrush::textureImage | | Prototype: | QImage QBrush::textureImage() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 777-782 |
| | 3 | 1 |
QBrushPatternImageCache::QBrushPatternImageCache| Name: | QBrushPatternImageCache::QBrushPatternImageCache | | Prototype: | QBrushPatternImageCache() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 117-121 |
| | 1 | 1 |
QBspTree::QBspTree| Name: | QBspTree::QBspTree | | Prototype: | QBspTree::QBspTree() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qbsptree.cpp | | Lines: | 38-38 |
| | 1 | 1 |
QBspTree::destroy| Name: | QBspTree::destroy | | Prototype: | void QBspTree::destroy() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qbsptree.cpp | | Lines: | 57-61 |
| | 2 | 1 |
QBspTree::insert| Name: | QBspTree::insert | | Prototype: | void QBspTree::insert(QVector<int> &leaf, const QRect &, uint, QBspTreeData data) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qbsptree.cpp | | Lines: | 125-128 |
| | 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: | 167-172 |
| | 2 | 1 |
QBuffer::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 |
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: | 383-386 |
| | 1 | 1 |
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: | 252-256 |
| | 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: | 264-268 |
| | 2 | 1 |
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: | 335-338 |
| | 1 | 1 |
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: | 279-283 |
| | 2 | 1 |
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: | 343-346 |
| | 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: | 351-355 |
| | 2 | 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: | 46-51 |
| | 1 | 1 |
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: | 71-78 |
| | 5 | 1 |
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: | 81-86 |
| | 3 | 1 |
QButtonGroup::QButtonGroup| Name: | 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: | 106-109 |
| | 2 | 1 |
QButtonGroup::button| Name: | 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: | 307-311 |
| | 2 | 1 |
QButtonGroup::buttons| Name: | 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: | 283-287 |
| | 2 | 1 |
QButtonGroup::checkedButton| Name: | 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: | 295-299 |
| | 2 | 1 |
QButtonGroup::checkedId| Name: | 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: | 350-354 |
| | 2 | 1 |
QButtonGroup::exclusive| Name: | 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: | 135-139 |
| | 2 | 1 |
QButtonGroup::id| Name: | 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: | 337-341 |
| | 2 | 1 |
QButtonGroup::setExclusive| Name: | 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: | 141-145 |
| | 2 | 1 |
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: | 2609-2612 |
| | 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: | 1628-1631 |
| | 1 | 1 |
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: | 4108-4111 |
| | 1 | 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: | 1911-1914 |
| | 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: | 1927-1930 |
| | 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: | 1940-1943 |
| | 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: | 1878-1882 |
| | 2 | 1 |
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: | 3390-3390 |
| | 1 | 1 |
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: | 3935-3940 |
| | 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: | 3947-3952 |
| | 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: | 3959-3964 |
| | 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: | 3971-3976 |
| | 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: | 4007-4012 |
| | 3 | 1 |
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: | 1692-1695 |
| | 1 | 1 |
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: | 2006-2009 |
| | 1 | 1 |
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: | 2243-2248 |
| | 3 | 1 |
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: | 3839-3848 |
| | 6 | 1 |
QByteArray::simplified| Name: | 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: | 101-104 |
| | 1 | 1 |
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: | 3278-3281 |
| | 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: | 3283-3286 |
| | 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: | 3683-3686 |
| | 1 | 1 |
QByteArray::toDouble| Name: | QByteArray::toDouble | | Prototype: | double QByteArray::toDouble(bool *ok) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 3650-3653 |
| | 1 | 1 |
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: | 3669-3672 |
| | 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: | 3499-3502 |
| | 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: | 3552-3555 |
| | 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: | 3446-3449 |
| | 1 | 1 |
QByteArray::toLower| Name: | QByteArray::toLower | | Prototype: | QByteArray QByteArray::toLower() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring_compat.cpp | | Lines: | 86-89 |
| | 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: | 2853-2856 |
| | 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: | 2858-2861 |
| | 1 | 1 |
QByteArray::toShort| Name: | QByteArray::toShort | | Prototype: | short QByteArray::toShort(bool *ok, int base) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 3603-3606 |
| | 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: | 3524-3527 |
| | 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: | 3578-3581 |
| | 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: | 3472-3475 |
| | 1 | 1 |
QByteArray::toUShort| Name: | QByteArray::toUShort | | Prototype: | ushort QByteArray::toUShort(bool *ok, int base) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 3628-3631 |
| | 1 | 1 |
QByteArray::toUpper| Name: | QByteArray::toUpper | | Prototype: | QByteArray QByteArray::toUpper() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring_compat.cpp | | Lines: | 91-94 |
| | 1 | 1 |
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: | 2875-2878 |
| | 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: | 2880-2883 |
| | 1 | 1 |
QByteArray::trimmed| Name: | QByteArray::trimmed | | Prototype: | QByteArray QByteArray::trimmed() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring_compat.cpp | | Lines: | 96-99 |
| | 1 | 1 |
QByteArray::trimmed_helper| Name: | QByteArray::trimmed_helper | | Prototype: | QByteArray QByteArray::trimmed_helper(const QByteArray &a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 3305-3308 |
| | 1 | 1 |
QByteArray::trimmed_helper| Name: | QByteArray::trimmed_helper | | Prototype: | QByteArray QByteArray::trimmed_helper(QByteArray &a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 3310-3313 |
| | 1 | 1 |
QByteArrayMatcher::QByteArrayMatcher| Name: | QByteArrayMatcher::QByteArrayMatcher | | Prototype: | QByteArrayMatcher::QByteArrayMatcher(const QByteArrayMatcher &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp | | Lines: | 148-152 |
| | 1 | 1 |
QByteArrayMatcher::QByteArrayMatcher| Name: | QByteArrayMatcher::QByteArrayMatcher | | Prototype: | QByteArrayMatcher::QByteArrayMatcher() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp | | Lines: | 112-118 |
| | 3 | 1 |
QByteArrayMatcher::QByteArrayMatcher| Name: | QByteArrayMatcher::QByteArrayMatcher | | Prototype: | QByteArrayMatcher::QByteArrayMatcher(const char *pattern, int length) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp | | Lines: | 125-131 |
| | 3 | 1 |
QByteArrayMatcher::QByteArrayMatcher| Name: | QByteArrayMatcher::QByteArrayMatcher | | Prototype: | QByteArrayMatcher::QByteArrayMatcher(const QByteArray &pattern) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp | | Lines: | 137-143 |
| | 3 | 1 |
QByteArrayMatcher::operator=| Name: | QByteArrayMatcher::operator= | | Prototype: | QByteArrayMatcher &QByteArrayMatcher::operator=(const QByteArrayMatcher &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp | | Lines: | 165-170 |
| | 3 | 1 |
QByteArrayMatcher::setPattern| Name: | QByteArrayMatcher::setPattern | | Prototype: | void QByteArrayMatcher::setPattern(const QByteArray &pattern) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp | | Lines: | 178-184 |
| | 4 | 1 |
QByteArrayMatcher::~QByteArrayMatcher| Name: | QByteArrayMatcher::~QByteArrayMatcher | | Prototype: | QByteArrayMatcher::~QByteArrayMatcher() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp | | Lines: | 157-160 |
| | 1 | 1 |
QByteDeviceWrappingIoDevice::QByteDeviceWrappingIoDevice| Name: | QByteDeviceWrappingIoDevice::QByteDeviceWrappingIoDevice | | Prototype: | QByteDeviceWrappingIoDevice::QByteDeviceWrappingIoDevice(QNonContiguousByteDevice *bd) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 402-408 |
| | 3 | 1 |
QByteDeviceWrappingIoDevice::atEnd| Name: | QByteDeviceWrappingIoDevice::atEnd | | Prototype: | bool QByteDeviceWrappingIoDevice::atEnd() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 420-423 |
| | 1 | 1 |
QByteDeviceWrappingIoDevice::isSequential| Name: | QByteDeviceWrappingIoDevice::isSequential | | Prototype: | bool QByteDeviceWrappingIoDevice::isSequential() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 415-418 |
| | 1 | 1 |
QByteDeviceWrappingIoDevice::reset| Name: | QByteDeviceWrappingIoDevice::reset | | Prototype: | bool QByteDeviceWrappingIoDevice::reset() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 425-428 |
| | 1 | 1 |
QByteDeviceWrappingIoDevice::writeData| Name: | QByteDeviceWrappingIoDevice::writeData | | Prototype: | qint64 QByteDeviceWrappingIoDevice::writeData( const char* data, qint64 maxSize) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 451-456 |
| | 3 | 1 |
QCUPSSupport::cupsOptionsList| Name: | QCUPSSupport::cupsOptionsList | | Prototype: | QStringList QCUPSSupport::cupsOptionsList(QPrinter *printer) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | | Lines: | 42-45 |
| | 1 | 1 |
QCUPSSupport::setBannerPages::[lambda]| Name: | QCUPSSupport::setBannerPages::[lambda] | | Prototype: | []() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | | Lines: | 154-154 |
| | 0 | 1 |
QCUPSSupport::setCupsOptions| Name: | QCUPSSupport::setCupsOptions | | Prototype: | void QCUPSSupport::setCupsOptions(QPrinter *printer, const QStringList &cupsOptions) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | | Lines: | 47-50 |
| | 1 | 1 |
QCUPSSupport::setJobBilling::[lambda]| Name: | QCUPSSupport::setJobBilling::[lambda] | | Prototype: | []() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | | Lines: | 122-122 |
| | 0 | 1 |
QCUPSSupport::setJobHold::[lambda]| Name: | QCUPSSupport::setJobHold::[lambda] | | Prototype: | []() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | | Lines: | 114-114 |
| | 0 | 1 |
QCUPSSupport::setJobPriority::[lambda]| Name: | QCUPSSupport::setJobPriority::[lambda] | | Prototype: | []() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | | Lines: | 129-129 |
| | 0 | 1 |
QCUPSSupport::setPageRange::[lambda]| Name: | QCUPSSupport::setPageRange::[lambda] | | Prototype: | []() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | | Lines: | 196-196 |
| | 0 | 1 |
QCUPSSupport::setPageSet::[lambda]| Name: | QCUPSSupport::setPageSet::[lambda] | | Prototype: | []() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | | Lines: | 175-175 |
| | 0 | 1 |
QCUPSSupport::setPagesPerSheetLayout::[lambda]| Name: | QCUPSSupport::setPagesPerSheetLayout::[lambda] | | Prototype: | []() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | | Lines: | 189-189 |
| | 0 | 1 |
QCacheItem::writeCompressedData| Name: | QCacheItem::writeCompressedData | | Prototype: | void QCacheItem::writeCompressedData(QFile *device) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkdiskcache.cpp | | Lines: | 687-692 |
| | 2 | 1 |
QCacheItem::writeHeader| Name: | QCacheItem::writeHeader | | Prototype: | void QCacheItem::writeHeader(QFile *device) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkdiskcache.cpp | | Lines: | 675-685 |
| | 7 | 1 |
QCalToolButton::QCalToolButton| Name: | QCalToolButton::QCalToolButton | | Prototype: | QCalToolButton(QWidget * parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 1537-1539 |
| | 1 | 1 |
QCalendarDateValidator::QCalendarDateValidator| Name: | QCalendarDateValidator::QCalendarDateValidator | | Prototype: | QCalendarDateValidator::QCalendarDateValidator() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 468-474 |
| | 2 | 1 |
QCalendarDateValidator::SectionToken::SectionToken| Name: | QCalendarDateValidator::SectionToken::SectionToken | | Prototype: | SectionToken(QCalendarDateSectionValidator *val, int rep) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 442-442 |
| | 1 | 1 |
QCalendarDateValidator::applyToDate| Name: | QCalendarDateValidator::applyToDate | | Prototype: | void QCalendarDateValidator::applyToDate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 588-593 |
| | 3 | 1 |
QCalendarDateValidator::currentDate| Name: | QCalendarDateValidator::currentDate | | Prototype: | QDate currentDate() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 433-433 |
| | 1 | 1 |
QCalendarDateValidator::setInitialDate| Name: | QCalendarDateValidator::setInitialDate | | Prototype: | void QCalendarDateValidator::setInitialDate(const QDate &date) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 499-507 |
| | 6 | 1 |