Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QBrush::QBrushName: | 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::QBrushName: | 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::cleanUpName: | 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::setMatrixName: | 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::setTransformName: | 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::textureName: | 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::textureImageName: | 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::QBrushPatternImageCacheName: | 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::QBspTreeName: | 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::destroyName: | 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::insertName: | 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::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: | 167-172 |
| | 2 | 1 |
QBuffer::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: | 191-197 |
| | 3 | 1 |
QBuffer::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: | 383-386 |
| | 1 | 1 |
QBuffer::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: | 252-256 |
| | 2 | 1 |
QBuffer::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: | 264-268 |
| | 2 | 1 |
QBuffer::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: | 335-338 |
| | 1 | 1 |
QBuffer::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: | 279-283 |
| | 2 | 1 |
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: | 343-346 |
| | 1 | 1 |
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: | 351-355 |
| | 2 | 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: | 46-51 |
| | 1 | 1 |
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: | 71-78 |
| | 5 | 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: | 81-86 |
| | 3 | 1 |
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: | 106-109 |
| | 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: | 307-311 |
| | 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: | 283-287 |
| | 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: | 295-299 |
| | 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: | 350-354 |
| | 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: | 135-139 |
| | 2 | 1 |
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: | 337-341 |
| | 2 | 1 |
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: | 141-145 |
| | 2 | 1 |
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: | 2609-2612 |
| | 1 | 1 |
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: | 1628-1631 |
| | 1 | 1 |
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: | 4108-4111 |
| | 1 | 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: | 1911-1914 |
| | 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: | 1927-1930 |
| | 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: | 1940-1943 |
| | 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: | 1878-1882 |
| | 2 | 1 |
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: | 3390-3390 |
| | 1 | 1 |
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: | 3935-3940 |
| | 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: | 3947-3952 |
| | 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: | 3959-3964 |
| | 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: | 3971-3976 |
| | 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: | 4007-4012 |
| | 3 | 1 |
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: | 1692-1695 |
| | 1 | 1 |
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: | 2006-2009 |
| | 1 | 1 |
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: | 2243-2248 |
| | 3 | 1 |
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: | 3839-3848 |
| | 6 | 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: | 101-104 |
| | 1 | 1 |
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: | 3278-3281 |
| | 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: | 3283-3286 |
| | 1 | 1 |
QByteArray::toBase64Name: | 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::toDoubleName: | 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::toFloatName: | 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::toIntName: | 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::toLongName: | 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::toLongLongName: | 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::toLowerName: | 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_helperName: | 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_helperName: | 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::toShortName: | 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::toUIntName: | 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::toULongName: | 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::toULongLongName: | 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::toUShortName: | 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::toUpperName: | 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_helperName: | 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_helperName: | 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::trimmedName: | 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_helperName: | 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_helperName: | 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::QByteArrayMatcherName: | 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::QByteArrayMatcherName: | 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::QByteArrayMatcherName: | 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::QByteArrayMatcherName: | 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::setPatternName: | 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::~QByteArrayMatcherName: | 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::QByteDeviceWrappingIoDeviceName: | 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::atEndName: | 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::isSequentialName: | 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::resetName: | 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::writeDataName: | 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::cupsOptionsListName: | 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::setCupsOptionsName: | 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::writeCompressedDataName: | 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::writeHeaderName: | 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::QCalToolButtonName: | 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::QCalendarDateValidatorName: | 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::SectionTokenName: | 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::applyToDateName: | 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::currentDateName: | 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::setInitialDateName: | 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 |