| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QString::expand| Name: | QString::expand | | Prototype: | void QString::expand(int i) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 1791-1794 |
| | 1 | 1 |
QString::endsWith| Name: | QString::endsWith | | Prototype: | bool QString::endsWith(const QString& s, Qt::CaseSensitivity cs) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 4487-4491 |
| | 2 | 1 |
QString::endsWith| Name: | QString::endsWith | | Prototype: | bool QString::endsWith(const QStringRef &s, Qt::CaseSensitivity cs) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 4504-4508 |
| | 2 | 1 |
QString::endsWith| Name: | QString::endsWith | | Prototype: | bool QString::endsWith(QLatin1String s, Qt::CaseSensitivity cs) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 4514-4517 |
| | 1 | 1 |
QString::endsWith| Name: | QString::endsWith | | Prototype: | bool QString::endsWith(QChar c, Qt::CaseSensitivity cs) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 4525-4531 |
| | 4 | 1 |
QString::count| Name: | QString::count | | Prototype: | int QString::count(const QString &str, Qt::CaseSensitivity cs) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 3684-3687 |
| | 1 | 1 |
QString::count| Name: | QString::count | | Prototype: | int QString::count(QChar ch, Qt::CaseSensitivity cs) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 3700-3703 |
| | 1 | 1 |
QString::count| Name: | QString::count | | Prototype: | int QString::count(const QStringRef &str, Qt::CaseSensitivity cs) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 3716-3719 |
| | 1 | 1 |
QString::count| Name: | QString::count | | Prototype: | int QString::count(const QRegExp& rx) const | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 3871-3884 |
| | 10 | 3 |
QString::count| Name: | QString::count | | Prototype: | int QString::count(const QRegularExpression &re) const | | Coverage: | 90.000% (9/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 4048-4065 |
| | 13 | 4 |
QString::contains| Name: | QString::contains | | Prototype: | bool QString::contains(const QRegularExpression &re) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 4004-4007 |
| | 1 | 1 |
QString::contains| Name: | QString::contains | | Prototype: | bool QString::contains(const QRegularExpression &re, QRegularExpressionMatch *match) const | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 4023-4034 |
| | 8 | 3 |
QString::compare_helper| Name: | QString::compare_helper | | Prototype: | int QString::compare_helper(const QChar *data1, int length1, const QChar *data2, int length2, Qt::CaseSensitivity cs) noexcept | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 5450-5458 |
| | 5 | 2 |
QString::compare_helper| Name: | QString::compare_helper | | Prototype: | int QString::compare_helper(const QChar *data1, int length1, const char *data2, int length2, Qt::CaseSensitivity cs) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 5484-5490 |
| | 2 | 1 |
QString::compare_helper| Name: | QString::compare_helper | | Prototype: | int QString::compare_helper(const QChar *data1, int length1, QLatin1String s2, Qt::CaseSensitivity cs) noexcept | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 5501-5516 |
| | 8 | 3 |
QString::compare| Name: | QString::compare | | Prototype: | int QString::compare(const QString &other, Qt::CaseSensitivity cs) const noexcept | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 5439-5444 |
| | 3 | 2 |
QString::compare| Name: | QString::compare | | Prototype: | int QString::compare(QLatin1String other, Qt::CaseSensitivity cs) const noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 5466-5469 |
| | 1 | 1 |
QString::chop| Name: | QString::chop | | Prototype: | void QString::chop(int n) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 5081-5085 |
| | 2 | 2 |
QString::asprintf| Name: | QString::asprintf | | Prototype: | QString QString::asprintf(const char *cformat, ...) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 5964-5971 |
| | 5 | 1 |
QString::arg| Name: | QString::arg | | Prototype: | QString QString::arg(const QString &a, int fieldWidth, QChar fillChar) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 7426-7436 |
| | 6 | 2 |
QString::arg| Name: | QString::arg | | Prototype: | QString QString::arg(qlonglong a, int fieldWidth, int base, QChar fillChar) const | | Coverage: | 100.000% (16/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 7630-7656 |
| | 17 | 6 |
QString::arg| Name: | QString::arg | | Prototype: | QString QString::arg(qulonglong a, int fieldWidth, int base, QChar fillChar) const | | Coverage: | 50.000% (8/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 7674-7700 |
| | 17 | 6 |
QString::arg| Name: | QString::arg | | Prototype: | QString QString::arg(QChar a, int fieldWidth, QChar fillChar) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 7742-7747 |
| | 3 | 1 |
QString::arg| Name: | QString::arg | | Prototype: | QString QString::arg(char a, int fieldWidth, QChar fillChar) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 7754-7759 |
| | 3 | 1 |
QString::arg| Name: | QString::arg | | Prototype: | QString QString::arg(double a, int fieldWidth, char fmt, int prec, QChar fillChar) const | | Coverage: | 63.333% (19/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 7786-7837 |
| | 31 | 12 |
QString::append| Name: | QString::append | | Prototype: | QString &QString::append(const QString &str) | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 2064-2078 |
| | 9 | 4 |
QString::append| Name: | QString::append | | Prototype: | QString &QString::append(const QChar *str, int len) | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 2086-2096 |
| | 7 | 3 |
QString::append| Name: | QString::append | | Prototype: | QString &QString::append(QLatin1String str) | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 2103-2116 |
| | 10 | 3 |
QString::append| Name: | QString::append | | Prototype: | QString &QString::append(QChar ch) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 2149-2156 |
| | 5 | 2 |
QString::append| Name: | QString::append | | Prototype: | QString &QString::append(const QStringRef &str) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9498-9508 |
| | 7 | 3 |
QString::QString| Name: | QString::QString | | Prototype: | QString::QString(const QChar *unicode, int size) | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 1511-1531 |
| | 13 | 6 |
QString::QString| Name: | QString::QString | | Prototype: | QString::QString(int size, QChar ch) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 1539-1554 |
| | 11 | 4 |
QString::QString| Name: | QString::QString | | Prototype: | QString::QString(int size, Qt::Initialization) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 1562-1568 |
| | 4 | 2 |
QString::QString| Name: | QString::QString | | Prototype: | QString::QString(QChar ch) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 1580-1587 |
| | 5 | 2 |
QStorageIterator::~QStorageIterator| Name: | QStorageIterator::~QStorageIterator | | Prototype: | inline QStorageIterator::~QStorageIterator() | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | | Lines: | 335-339 |
| | 2 | 2 |
QStorageIterator::rootPath| Name: | QStorageIterator::rootPath | | Prototype: | inline QString QStorageIterator::rootPath() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | | Lines: | 351-354 |
| | 1 | 1 |
QStorageIterator::next| Name: | QStorageIterator::next | | Prototype: | inline bool QStorageIterator::next() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | | Lines: | 346-349 |
| | 1 | 1 |
QStorageIterator::isValid| Name: | QStorageIterator::isValid | | Prototype: | inline bool QStorageIterator::isValid() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | | Lines: | 341-344 |
| | 1 | 1 |
QStorageIterator::fileSystemType| Name: | QStorageIterator::fileSystemType | | Prototype: | inline QByteArray QStorageIterator::fileSystemType() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | | Lines: | 356-359 |
| | 1 | 1 |
QStorageIterator::device| Name: | QStorageIterator::device | | Prototype: | inline QByteArray QStorageIterator::device() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | | Lines: | 361-364 |
| | 1 | 1 |
QStorageIterator::QStorageIterator| Name: | QStorageIterator::QStorageIterator | | Prototype: | inline QStorageIterator::QStorageIterator() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | | Lines: | 329-333 |
| | 1 | 1 |
QStorageInfoPrivate::root::[lambda]| Name: | QStorageInfoPrivate::root::[lambda] | | Prototype: | []() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | | Lines: | 588-588 |
| | 0 | 1 |
QStorageInfoPrivate::root| Name: | QStorageInfoPrivate::root | | Prototype: | QStorageInfo QStorageInfoPrivate::root() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | | Lines: | 586-589 |
| | 0 | 2 |
QStorageInfoPrivate::retrieveVolumeInfo| Name: | QStorageInfoPrivate::retrieveVolumeInfo | | Prototype: | void QStorageInfoPrivate::retrieveVolumeInfo() | | Coverage: | 55.556% (5/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | | Lines: | 535-562 |
| | 11 | 3 |
QStorageInfoPrivate::mountedVolumes| Name: | QStorageInfoPrivate::mountedVolumes | | Prototype: | QList<QStorageInfo> QStorageInfoPrivate::mountedVolumes() | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | | Lines: | 564-584 |
| | 13 | 5 |
QStorageInfoPrivate::initRootPath::[lambda]| Name: | QStorageInfoPrivate::initRootPath::[lambda] | | Prototype: | []() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | | Lines: | 469-469 |
| | 0 | 1 |
QStorageInfoPrivate::initRootPath| Name: | QStorageInfoPrivate::initRootPath | | Prototype: | void QStorageInfoPrivate::initRootPath() | | Coverage: | 68.750% (11/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | | Lines: | 460-488 |
| | 17 | 6 |
QStorageInfoPrivate::doStat| Name: | QStorageInfoPrivate::doStat | | Prototype: | void QStorageInfoPrivate::doStat() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | | Lines: | 525-533 |
| | 5 | 2 |
QStorageInfo::setPath| Name: | QStorageInfo::setPath | | Prototype: | void QStorageInfo::setPath(const QString &path) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | | Lines: | 160-167 |
| | 5 | 2 |
QStorageInfo::rootPath| Name: | QStorageInfo::rootPath | | Prototype: | QString QStorageInfo::rootPath() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | | Lines: | 183-186 |
| | 1 | 1 |
QStorageInfo::root| Name: | QStorageInfo::root | | Prototype: | QStorageInfo QStorageInfo::root() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | | Lines: | 388-391 |
| | 1 | 1 |
QStorageInfo::refresh| Name: | QStorageInfo::refresh | | Prototype: | void QStorageInfo::refresh() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | | Lines: | 351-355 |
| | 2 | 1 |
QStorageInfo::operator=| Name: | QStorageInfo::operator= | | Prototype: | QStorageInfo &QStorageInfo::operator=(const QStorageInfo &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | | Lines: | 133-137 |
| | 2 | 1 |
QStorageInfo::name| Name: | QStorageInfo::name | | Prototype: | QString QStorageInfo::name() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | | Lines: | 282-285 |
| | 1 | 1 |
QStorageInfo::mountedVolumes| Name: | QStorageInfo::mountedVolumes | | Prototype: | QList<QStorageInfo> QStorageInfo::mountedVolumes() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | | Lines: | 373-376 |
| | 1 | 1 |
QStorageInfo::isValid| Name: | QStorageInfo::isValid | | Prototype: | bool QStorageInfo::isValid() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | | Lines: | 338-341 |
| | 1 | 1 |
QStorageInfo::isReady| Name: | QStorageInfo::isReady | | Prototype: | bool QStorageInfo::isReady() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | | Lines: | 327-330 |
| | 1 | 1 |
QStorageInfo::isReadOnly| Name: | QStorageInfo::isReadOnly | | Prototype: | bool QStorageInfo::isReadOnly() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | | Lines: | 313-316 |
| | 1 | 1 |
QStorageInfo::fileSystemType| Name: | QStorageInfo::fileSystemType | | Prototype: | QByteArray QStorageInfo::fileSystemType() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | | Lines: | 251-254 |
| | 1 | 1 |
QStorageInfo::displayName| Name: | QStorageInfo::displayName | | Prototype: | QString QStorageInfo::displayName() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | | Lines: | 290-295 |
| | 3 | 2 |
QStorageInfo::device| Name: | QStorageInfo::device | | Prototype: | QByteArray QStorageInfo::device() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | | Lines: | 265-268 |
| | 1 | 1 |
QStorageInfo::bytesTotal| Name: | QStorageInfo::bytesTotal | | Prototype: | qint64 QStorageInfo::bytesTotal() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | | Lines: | 225-228 |
| | 1 | 1 |
QStorageInfo::bytesFree| Name: | QStorageInfo::bytesFree | | Prototype: | qint64 QStorageInfo::bytesFree() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | | Lines: | 213-216 |
| | 1 | 1 |
QStorageInfo::bytesAvailable| Name: | QStorageInfo::bytesAvailable | | Prototype: | qint64 QStorageInfo::bytesAvailable() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | | Lines: | 199-202 |
| | 1 | 1 |
QStorageInfo::blockSize| Name: | QStorageInfo::blockSize | | Prototype: | int QStorageInfo::blockSize() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | | Lines: | 237-240 |
| | 1 | 1 |
QStorageInfo::QStorageInfo| Name: | QStorageInfo::QStorageInfo | | Prototype: | QStorageInfo::QStorageInfo() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | | Lines: | 79-82 |
| | 2 | 1 |
QStorageInfo::QStorageInfo| Name: | QStorageInfo::QStorageInfo | | Prototype: | QStorageInfo::QStorageInfo(const QString &path) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | | Lines: | 99-103 |
| | 1 | 1 |
QStorageInfo::QStorageInfo| Name: | QStorageInfo::QStorageInfo | | Prototype: | QStorageInfo::QStorageInfo(const QDir &dir) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | | Lines: | 109-113 |
| | 1 | 1 |
QStorageInfo::QStorageInfo| Name: | QStorageInfo::QStorageInfo | | Prototype: | QStorageInfo::QStorageInfo(const QStorageInfo &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | | Lines: | 118-121 |
| | 2 | 1 |
QStatusTipEvent::QStatusTipEvent| Name: | QStatusTipEvent::QStatusTipEvent | | Prototype: | QStatusTipEvent::QStatusTipEvent(const QString &tip) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 3298-3300 |
| | 1 | 1 |
QStatusNotifierItemAdaptor::toolTip| Name: | QStatusNotifierItemAdaptor::toolTip | | Prototype: | QXdgDBusToolTipStruct QStatusNotifierItemAdaptor::toolTip() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp | | Lines: | 146-157 |
| | 7 | 2 |
QStatusNotifierItemAdaptor::title| Name: | QStatusNotifierItemAdaptor::title | | Prototype: | QString QStatusNotifierItemAdaptor::title() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp | | Lines: | 138-144 |
| | 1 | 1 |
QStatusNotifierItemAdaptor::status| Name: | QStatusNotifierItemAdaptor::status | | Prototype: | QString QStatusNotifierItemAdaptor::status() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp | | Lines: | 133-136 |
| | 1 | 1 |
QStatusNotifierItemAdaptor::overlayIconPixmap| Name: | QStatusNotifierItemAdaptor::overlayIconPixmap | | Prototype: | QXdgDBusImageVector QStatusNotifierItemAdaptor::overlayIconPixmap() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp | | Lines: | 127-131 |
| | 2 | 1 |
QStatusNotifierItemAdaptor::overlayIconName| Name: | QStatusNotifierItemAdaptor::overlayIconName | | Prototype: | QString QStatusNotifierItemAdaptor::overlayIconName() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp | | Lines: | 122-125 |
| | 1 | 1 |
QStatusNotifierItemAdaptor::menu| Name: | QStatusNotifierItemAdaptor::menu | | Prototype: | QDBusObjectPath QStatusNotifierItemAdaptor::menu() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp | | Lines: | 117-120 |
| | 1 | 1 |
QStatusNotifierItemAdaptor::itemIsMenu| Name: | QStatusNotifierItemAdaptor::itemIsMenu | | Prototype: | bool QStatusNotifierItemAdaptor::itemIsMenu() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp | | Lines: | 108-115 |
| | 1 | 1 |
QStatusNotifierItemAdaptor::id| Name: | QStatusNotifierItemAdaptor::id | | Prototype: | QString QStatusNotifierItemAdaptor::id() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp | | Lines: | 101-106 |
| | 1 | 1 |
QStatusNotifierItemAdaptor::iconPixmap| Name: | QStatusNotifierItemAdaptor::iconPixmap | | Prototype: | QXdgDBusImageVector QStatusNotifierItemAdaptor::iconPixmap() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp | | Lines: | 96-99 |
| | 1 | 1 |
QStatusNotifierItemAdaptor::iconName| Name: | QStatusNotifierItemAdaptor::iconName | | Prototype: | QString QStatusNotifierItemAdaptor::iconName() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp | | Lines: | 91-94 |
| | 1 | 1 |
QStatusNotifierItemAdaptor::category| Name: | QStatusNotifierItemAdaptor::category | | Prototype: | QString QStatusNotifierItemAdaptor::category() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp | | Lines: | 86-89 |
| | 1 | 1 |
QStatusNotifierItemAdaptor::attentionMovieName| Name: | QStatusNotifierItemAdaptor::attentionMovieName | | Prototype: | QString QStatusNotifierItemAdaptor::attentionMovieName() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp | | Lines: | 81-84 |
| | 1 | 1 |
QStatusNotifierItemAdaptor::attentionIconPixmap| Name: | QStatusNotifierItemAdaptor::attentionIconPixmap | | Prototype: | QXdgDBusImageVector QStatusNotifierItemAdaptor::attentionIconPixmap() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp | | Lines: | 76-79 |
| | 1 | 1 |
QStatusNotifierItemAdaptor::attentionIconName| Name: | QStatusNotifierItemAdaptor::attentionIconName | | Prototype: | QString QStatusNotifierItemAdaptor::attentionIconName() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp | | Lines: | 71-74 |
| | 1 | 1 |
QStatusNotifierItemAdaptor::SecondaryActivate| Name: | QStatusNotifierItemAdaptor::SecondaryActivate | | Prototype: | void QStatusNotifierItemAdaptor::SecondaryActivate(int x, int y) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp | | Lines: | 177-181 |
| | 2 | 2 |
QStatusNotifierItemAdaptor::Scroll| Name: | QStatusNotifierItemAdaptor::Scroll | | Prototype: | void QStatusNotifierItemAdaptor::Scroll(int w, const QString &s) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp | | Lines: | 171-175 |
| | 1 | 2 |
QStatusNotifierItemAdaptor::QStatusNotifierItemAdaptor| Name: | QStatusNotifierItemAdaptor::QStatusNotifierItemAdaptor | | Prototype: | QStatusNotifierItemAdaptor::QStatusNotifierItemAdaptor(QDBusTrayIcon *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp | | Lines: | 61-65 |
| | 1 | 1 |
QStatusNotifierItemAdaptor::ContextMenu| Name: | QStatusNotifierItemAdaptor::ContextMenu | | Prototype: | void QStatusNotifierItemAdaptor::ContextMenu(int x, int y) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp | | Lines: | 165-169 |
| | 2 | 2 |
QStatusNotifierItemAdaptor::Activate| Name: | QStatusNotifierItemAdaptor::Activate | | Prototype: | void QStatusNotifierItemAdaptor::Activate(int x, int y) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp | | Lines: | 159-163 |
| | 2 | 2 |
QStatusBarPrivate::tryToShowSizeGrip| Name: | QStatusBarPrivate::tryToShowSizeGrip | | Prototype: | void tryToShowSizeGrip() | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp | | Lines: | 106-116 |
| | 8 | 3 |
QStatusBarPrivate::messageRect| Name: | QStatusBarPrivate::messageRect | | Prototype: | QRect QStatusBarPrivate::messageRect() const | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp | | Lines: | 123-155 |
| | 19 | 8 |
QStatusBarPrivate::indexToLastNonPermanentWidget| Name: | QStatusBarPrivate::indexToLastNonPermanentWidget | | Prototype: | int indexToLastNonPermanentWidget() const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp | | Lines: | 94-103 |
| | 6 | 3 |
QStatusBarPrivate::SBItem::SBItem| Name: | QStatusBarPrivate::SBItem::SBItem | | Prototype: | SBItem(QWidget* widget, int stretch, bool permanent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp | | Lines: | 70-71 |
| | 1 | 1 |
QStatusBar::~QStatusBar| Name: | QStatusBar::~QStatusBar | | Prototype: | QStatusBar::~QStatusBar() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp | | Lines: | 248-253 |
| | 3 | 2 |
QStatusBar::showMessage| Name: | QStatusBar::showMessage | | Prototype: | void QStatusBar::showMessage(const QString &message, int timeout) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp | | Lines: | 548-567 |
| | 13 | 5 |
QStatusBar::showEvent| Name: | QStatusBar::showEvent | | Prototype: | void QStatusBar::showEvent(QShowEvent *) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp | | Lines: | 649-656 |
| | 3 | 2 |
QStatusBar::setSizeGripEnabled| Name: | QStatusBar::setSizeGripEnabled | | Prototype: | void QStatusBar::setSizeGripEnabled(bool enabled) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp | | Lines: | 441-463 |
| | 13 | 4 |
QStatusBar::resizeEvent| Name: | QStatusBar::resizeEvent | | Prototype: | void QStatusBar::resizeEvent(QResizeEvent * e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp | | Lines: | 697-700 |
| | 1 | 1 |
QStatusBar::removeWidget| Name: | QStatusBar::removeWidget | | Prototype: | void QStatusBar::removeWidget(QWidget *widget) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp | | Lines: | 393-420 |
| | 18 | 6 |
QStatusBar::reformat| Name: | QStatusBar::reformat | | Prototype: | void QStatusBar::reformat() | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp | | Lines: | 472-532 |
| | 43 | 8 |