QtBase - 2016-12-13 07:58:44 +0000

Functions

Page:<>1
Condition %:  0.000% (0/10)
...100
Condition %:  0.000% (0/1)
...200
Condition %:  0.000% (0/16)
...210
Condition %:  37.500% (12/32)
...220
Condition %:  50.000% (2/4)
...230
Condition %:  75.000% (3/4)
...240
Condition %:  86.486% (32/37)
...245
Condition %: 100.000% (13/13)
246
Condition %: 100.000% (2/2)
247
Condition %: 100.000% (1/1)
248
Condition %: 100.000% (1/1)
249250
Condition %: 100.000% (3/3)
251
Condition %: 100.000% (1/1)
252
Condition %: 100.000% (1/1)
253
Condition %: 100.000% (1/1)
...260
Condition %: 100.000% (4/4)
...270
Condition %: 100.000% (1/1)
...300
Condition %: 100.000% (1/1)
...306
Condition %: 100.000% (1/1)
FunctionCondition %▴eLOC - Effective Lines of CodeMcCabe - Cyclomatic Complexity
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
100.000% (7/7)
73
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
100.000% (12/12)
95
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
100.000% (1/1)
21
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
100.000% (1/1)
11
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
100.000% (1/1)
11
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
100.000% (1/1)
11
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
100.000% (12/12)
114
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
100.000% (1/1)
11
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
100.000% (4/4)
42
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
100.000% (4/4)
42
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
100.000% (11/11)
124
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
100.000% (4/4)
52
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
100.000% (1/1)
31
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
100.000% (1/1)
31
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
100.000% (1/1)
31
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
100.000% (1/1)
31
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
100.000% (1/1)
31
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
100.000% (4/4)
52
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
100.000% (20/20)
185
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
100.000% (1/1)
11
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
100.000% (9/9)
83
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
100.000% (6/6)
72
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
100.000% (10/10)
83
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
100.000% (6/6)
72
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
100.000% (1/1)
11
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
100.000% (6/6)
62
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
100.000% (1/1)
31
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
100.000% (9/9)
74
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
100.000% (11/11)
124
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
100.000% (7/7)
102
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
100.000% (1/1)
61
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
100.000% (1/1)
11
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
100.000% (1/1)
11
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
100.000% (4/4)
82
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
100.000% (9/9)
53
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
100.000% (9/9)
63
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
100.000% (4/4)
32
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
100.000% (1/1)
11
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
100.000% (29/29)
379
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
100.000% (1/1)
11
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
100.000% (4/4)
72
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
100.000% (1/1)
11
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
100.000% (1/1)
11
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
100.000% (1/1)
11
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
100.000% (1/1)
11
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
100.000% (1/1)
11
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
100.000% (1/1)
11
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
100.000% (1/1)
11
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
100.000% (1/1)
11
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
100.000% (1/1)
11
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
100.000% (1/1)
11
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: 3450-3453
100.000% (1/1)
11
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: 3455-3458
100.000% (1/1)
11
QByteArray::truncate
Name: QByteArray::truncate
Prototype: void QByteArray::truncate(int pos)
Coverage: 100.000% (4/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp
Lines: 1451-1455
100.000% (4/4)
22
QByteArrayList_joinedSize
Name: QByteArrayList_joinedSize
Prototype: static int QByteArrayList_joinedSize(const QByteArrayList *that, int seplen)
Coverage: 100.000% (7/7)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraylist.cpp
Lines: 125-137
100.000% (7/7)
73
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: 118-124
100.000% (1/1)
31
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: 131-137
100.000% (1/1)
31
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: 143-149
100.000% (1/1)
31
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: 154-158
100.000% (1/1)
11
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: 171-176
100.000% (1/1)
31
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: 184-190
100.000% (1/1)
41
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: 163-166
100.000% (1/1)
11
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: 408-414
100.000% (1/1)
31
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: 421-424
100.000% (1/1)
11
QByteDeviceWrappingIoDevice::readData
Name: QByteDeviceWrappingIoDevice::readData
Prototype: qint64 QByteDeviceWrappingIoDevice::readData( char * data, qint64 maxSize)
Coverage: 100.000% (4/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp
Lines: 445-455
100.000% (4/4)
72
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: 686-691
100.000% (1/1)
21
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: 674-684
100.000% (1/1)
71
QChar::category
Name: QChar::category
Prototype: QChar::Category QChar::category(uint ucs4) noexcept
Coverage: 100.000% (4/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp
Lines: 1093-1098
100.000% (4/4)
32
QChar::currentUnicodeVersion
Name: QChar::currentUnicodeVersion
Prototype: QChar::UnicodeVersion QChar::currentUnicodeVersion() noexcept
Coverage: 100.000% (1/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp
Lines: 1433-1436
100.000% (1/1)
11
QChar::decomposition
Name: QChar::decomposition
Prototype: QString QChar::decomposition(uint ucs4)
Coverage: 100.000% (1/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp
Lines: 1337-1344
100.000% (1/1)
51
QChar::digitValue
Name: QChar::digitValue
Prototype: int QChar::digitValue(uint ucs4) noexcept
Coverage: 100.000% (4/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp
Lines: 1076-1081
100.000% (4/4)
32
QChar::unicodeVersion
Name: QChar::unicodeVersion
Prototype: QChar::UnicodeVersion QChar::unicodeVersion(uint ucs4) noexcept
Coverage: 100.000% (4/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp
Lines: 1423-1428
100.000% (4/4)
32
QChildEvent::QChildEvent
Name: QChildEvent::QChildEvent
Prototype: QChildEvent::QChildEvent(Type type, QObject *child)
Coverage: 100.000% (1/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreevent.cpp
Lines: 554-556
100.000% (1/1)
11
QCollator::QCollator
Name: QCollator::QCollator
Prototype: QCollator::QCollator(const QLocale &locale)
Coverage: 100.000% (1/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp
Lines: 79-84
100.000% (1/1)
21
QCollator::QCollator
Name: QCollator::QCollator
Prototype: QCollator::QCollator(const QCollator &other)
Coverage: 100.000% (1/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp
Lines: 89-93
100.000% (1/1)
11
QCollator::caseSensitivity
Name: QCollator::caseSensitivity
Prototype: Qt::CaseSensitivity QCollator::caseSensitivity() const
Coverage: 100.000% (1/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp
Lines: 207-210
100.000% (1/1)
11
QCollator::ignorePunctuation
Name: QCollator::ignorePunctuation
Prototype: bool QCollator::ignorePunctuation() const
Coverage: 100.000% (1/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp
Lines: 278-281
100.000% (1/1)
11
QCollator::locale
Name: QCollator::locale
Prototype: QLocale QCollator::locale() const
Coverage: 100.000% (1/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp
Lines: 178-181
100.000% (1/1)
11
QCollator::numericMode
Name: QCollator::numericMode
Prototype: bool QCollator::numericMode() const
Coverage: 100.000% (1/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp
Lines: 245-248
100.000% (1/1)
11
QCollator::~QCollator
Name: QCollator::~QCollator
Prototype: QCollator::~QCollator()
Coverage: 100.000% (6/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp
Lines: 98-102
100.000% (6/6)
22
QCollatorPrivate::cleanup
Name: QCollatorPrivate::cleanup
Prototype: void QCollatorPrivate::cleanup()
Coverage: 100.000% (4/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator_icu.cpp
Lines: 98-103
100.000% (4/4)
32
QCommandLineOption::QCommandLineOption
Name: QCommandLineOption::QCommandLineOption
Prototype: QCommandLineOption::QCommandLineOption(const QString &name)
Coverage: 100.000% (1/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp
Lines: 118-121
100.000% (1/1)
21
QCommandLineOption::QCommandLineOption
Name: QCommandLineOption::QCommandLineOption
Prototype: QCommandLineOption::QCommandLineOption(const QString &name, const QString &description, const QString &valueName, const QString &defaultValue)
Coverage: 100.000% (1/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp
Lines: 164-172
100.000% (1/1)
31
QCommandLineOption::QCommandLineOption
Name: QCommandLineOption::QCommandLineOption
Prototype: QCommandLineOption::QCommandLineOption(const QStringList &names, const QString &description, const QString &valueName, const QString &defaultValue)
Coverage: 100.000% (1/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp
Lines: 200-208
100.000% (1/1)
31
QCommandLineOption::QCommandLineOption
Name: QCommandLineOption::QCommandLineOption
Prototype: QCommandLineOption::QCommandLineOption(const QCommandLineOption &other)
Coverage: 100.000% (1/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp
Lines: 216-219
100.000% (1/1)
21
QCommandLineOption::defaultValues
Name: QCommandLineOption::defaultValues
Prototype: QStringList QCommandLineOption::defaultValues() const
Coverage: 100.000% (1/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp
Lines: 392-395
100.000% (1/1)
11
QCommandLineOption::description
Name: QCommandLineOption::description
Prototype: QString QCommandLineOption::description() const
Coverage: 100.000% (1/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp
Lines: 348-351
100.000% (1/1)
11
QCommandLineOption::isHidden
Name: QCommandLineOption::isHidden
Prototype: bool QCommandLineOption::isHidden() const
Coverage: 100.000% (1/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp
Lines: 418-421
100.000% (1/1)
11
QCommandLineOption::names
Name: QCommandLineOption::names
Prototype: QStringList QCommandLineOption::names() const
Coverage: 100.000% (1/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp
Lines: 248-251
100.000% (1/1)
11
QCommandLineOption::setDefaultValue
Name: QCommandLineOption::setDefaultValue
Prototype: void QCommandLineOption::setDefaultValue(const QString &defaultValue)
Coverage: 100.000% (4/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp
Lines: 363-372
100.000% (4/4)
52
QCommandLineOption::setDefaultValues
Name: QCommandLineOption::setDefaultValues
Prototype: void QCommandLineOption::setDefaultValues(const QStringList &defaultValues)
Coverage: 100.000% (1/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp
Lines: 382-385
100.000% (1/1)
11
QCommandLineOption::setDescription
Name: QCommandLineOption::setDescription
Prototype: void QCommandLineOption::setDescription(const QString &description)
Coverage: 100.000% (1/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp
Lines: 338-341
100.000% (1/1)
11
QCommandLineOption::setValueName
Name: QCommandLineOption::setValueName
Prototype: void QCommandLineOption::setValueName(const QString &valueName)
Coverage: 100.000% (1/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp
Lines: 312-315
100.000% (1/1)
11
QCommandLineOption::valueName
Name: QCommandLineOption::valueName
Prototype: QString QCommandLineOption::valueName() const
Coverage: 100.000% (1/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp
Lines: 324-327
100.000% (1/1)
11
QCommandLineOptionPrivate::QCommandLineOptionPrivate
Name: QCommandLineOptionPrivate::QCommandLineOptionPrivate
Prototype: explicit QCommandLineOptionPrivate(const QString &name)
Coverage: 100.000% (1/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp
Lines: 51-54
100.000% (1/1)
11
QCommandLineOptionPrivate::QCommandLineOptionPrivate
Name: QCommandLineOptionPrivate::QCommandLineOptionPrivate
Prototype: explicit QCommandLineOptionPrivate(const QStringList &names)
Coverage: 100.000% (1/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp
Lines: 57-60
100.000% (1/1)
11
QCommandLineParser::QCommandLineParser
Name: QCommandLineParser::QCommandLineParser
Prototype: QCommandLineParser::QCommandLineParser()
Coverage: 100.000% (1/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp
Lines: 268-271
100.000% (1/1)
21
QCommandLineParser::addHelpOption
Name: QCommandLineParser::addHelpOption
Prototype: QCommandLineOption QCommandLineParser::addHelpOption()
Coverage: 100.000% (3/3)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp
Lines: 428-439
100.000% (3/3)
73
QCommandLineParser::addHelpOption::[lambda]
Name: QCommandLineParser::addHelpOption::[lambda]
Prototype: []()
Coverage: 100.000% (1/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp
Lines: 435-435
100.000% (1/1)
01
QCommandLineParser::addOptions
Name: QCommandLineParser::addOptions
Prototype: bool QCommandLineParser::addOptions(const QList<QCommandLineOption> &options)
Coverage: 100.000% (4/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp
Lines: 390-397
100.000% (4/4)
42
Page:<>1
Condition %:  0.000% (0/10)
...100
Condition %:  0.000% (0/1)
...200
Condition %:  0.000% (0/16)
...210
Condition %:  37.500% (12/32)
...220
Condition %:  50.000% (2/4)
...230
Condition %:  75.000% (3/4)
...240
Condition %:  86.486% (32/37)
...245
Condition %: 100.000% (13/13)
246
Condition %: 100.000% (2/2)
247
Condition %: 100.000% (1/1)
248
Condition %: 100.000% (1/1)
249250
Condition %: 100.000% (3/3)
251
Condition %: 100.000% (1/1)
252
Condition %: 100.000% (1/1)
253
Condition %: 100.000% (1/1)
...260
Condition %: 100.000% (4/4)
...270
Condition %: 100.000% (1/1)
...300
Condition %: 100.000% (1/1)
...306
Condition %: 100.000% (1/1)

Generated by Squish Coco Non-Commercial 4.3.0-BETA-master-30-08-2018-4cb69e9