Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QSettings::isWritableName: | QSettings::isWritable | Prototype: | bool QSettings::isWritable() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 3124-3128 |
| | 2 | 1 |
QSettings::groupName: | QSettings::group | Prototype: | QString QSettings::group() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 2929-2933 |
| | 2 | 1 |
QSettings::formatName: | QSettings::format | Prototype: | QSettings::Format QSettings::format() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 2749-2753 |
| | 2 | 1 |
QSettings::fileNameName: | QSettings::fileName | Prototype: | QString QSettings::fileName() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 2736-2740 |
| | 2 | 1 |
QSettings::fallbacksEnabledName: | QSettings::fallbacksEnabled | Prototype: | bool QSettings::fallbacksEnabled() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 3243-3247 |
| | 2 | 1 |
QSettings::endGroupName: | QSettings::endGroup | Prototype: | void QSettings::endGroup() | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 2907-2922 |
| | 10 | 4 |
QSettings::defaultFormatName: | QSettings::defaultFormat | Prototype: | QSettings::Format QSettings::defaultFormat() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 3320-3323 |
| | 1 | 1 |
QSettings::containsName: | QSettings::contains | Prototype: | bool QSettings::contains(const QString &key) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 3216-3221 |
| | 3 | 1 |
QSettings::clearName: | QSettings::clear | Prototype: | void QSettings::clear() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 2703-2708 |
| | 3 | 1 |
QSettings::childKeysName: | QSettings::childKeys | Prototype: | QStringList QSettings::childKeys() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 3082-3086 |
| | 2 | 1 |
QSettings::childGroupsName: | QSettings::childGroups | Prototype: | QStringList QSettings::childGroups() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 3106-3110 |
| | 2 | 1 |
QSettings::beginWriteArrayName: | QSettings::beginWriteArray | Prototype: | void QSettings::beginWriteArray(const QString &prefix, int size) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 2983-2992 |
| | 5 | 2 |
QSettings::beginReadArrayName: | QSettings::beginReadArray | Prototype: | int QSettings::beginReadArray(const QString &prefix) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 2947-2952 |
| | 3 | 1 |
QSettings::beginGroupName: | QSettings::beginGroup | Prototype: | void QSettings::beginGroup(const QString &prefix) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 2891-2895 |
| | 2 | 1 |
QSettings::applicationNameName: | QSettings::applicationName | Prototype: | QString QSettings::applicationName() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 2788-2792 |
| | 2 | 1 |
QSettings::allKeysName: | QSettings::allKeys | Prototype: | QStringList QSettings::allKeys() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 3058-3062 |
| | 2 | 1 |
QSettings::QSettingsName: | QSettings::QSettings | Prototype: | QSettings::QSettings(const QString &organization, const QString &application, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 2505-2509 |
| | 2 | 1 |
QSettings::QSettingsName: | QSettings::QSettings | Prototype: | QSettings::QSettings(Scope scope, const QString &organization, const QString &application, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 2530-2534 |
| | 2 | 1 |
QSettings::QSettingsName: | QSettings::QSettings | Prototype: | QSettings::QSettings(Format format, Scope scope, const QString &organization, const QString &application, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 2554-2558 |
| | 2 | 1 |
QSettings::QSettingsName: | QSettings::QSettings | Prototype: | QSettings::QSettings(const QString &fileName, Format format, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 2590-2593 |
| | 2 | 1 |
QSettings::QSettingsName: | QSettings::QSettings | Prototype: | QSettings::QSettings(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 2629-2643 |
| | 2 | 1 |
QSequentialIterable::sizeName: | QSequentialIterable::size | Prototype: | int QSequentialIterable::size() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 3932-3935 |
| | 1 | 1 |
QSequentialIterable::endName: | QSequentialIterable::end | Prototype: | QSequentialIterable::const_iterator QSequentialIterable::end() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 3911-3916 |
| | 3 | 1 |
QSequentialIterable::const_iterator::~const_iteratorName: | QSequentialIterable::const_iterator::~const_iterator | Prototype: | QSequentialIterable::const_iterator::~const_iterator() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 3965-3970 |
| | 3 | 2 |
QSequentialIterable::const_iterator::operator++Name: | QSequentialIterable::const_iterator::operator++ | Prototype: | QSequentialIterable::const_iterator &QSequentialIterable::const_iterator::operator++() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 4039-4043 |
| | 2 | 1 |
QSequentialIterable::const_iterator::operator++Name: | QSequentialIterable::const_iterator::operator++ | Prototype: | QSequentialIterable::const_iterator QSequentialIterable::const_iterator::operator++(int) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 4052-4058 |
| | 4 | 1 |
QSequentialIterable::const_iterator::operator+Name: | QSequentialIterable::const_iterator::operator+ | Prototype: | QSequentialIterable::const_iterator QSequentialIterable::const_iterator::operator+(int j) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 4127-4133 |
| | 4 | 1 |
QSequentialIterable::const_iterator::operator*Name: | QSequentialIterable::const_iterator::operator* | Prototype: | const QVariant QSequentialIterable::const_iterator::operator*() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 4000-4006 |
| | 4 | 2 |
QSequentialIterable::const_iterator::operator!=Name: | QSequentialIterable::const_iterator::operator!= | Prototype: | bool QSequentialIterable::const_iterator::operator!=(const const_iterator &other) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 4025-4028 |
| | 1 | 1 |
QSequentialIterable::const_iterator::endName: | QSequentialIterable::const_iterator::end | Prototype: | void QSequentialIterable::const_iterator::end() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 3886-3889 |
| | 1 | 1 |
QSequentialIterable::const_iterator::const_iteratorName: | QSequentialIterable::const_iterator::const_iterator | Prototype: | QSequentialIterable::const_iterator::const_iterator(const QSequentialIterable &iter, QAtomicInt *ref_) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 3869-3873 |
| | 1 | 1 |
QSequentialIterable::const_iterator::const_iteratorName: | QSequentialIterable::const_iterator::const_iterator | Prototype: | QSequentialIterable::const_iterator::const_iterator(const QtMetaTypePrivate::QSequentialIterableImpl &impl, QAtomicInt *ref_) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 3875-3879 |
| | 1 | 1 |
QSequentialIterable::const_iterator::beginName: | QSequentialIterable::const_iterator::begin | Prototype: | void QSequentialIterable::const_iterator::begin() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 3881-3884 |
| | 1 | 1 |
QSequentialIterable::beginName: | QSequentialIterable::begin | Prototype: | QSequentialIterable::const_iterator QSequentialIterable::begin() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 3898-3903 |
| | 3 | 1 |
QSequentialIterable::atName: | QSequentialIterable::at | Prototype: | QVariant QSequentialIterable::at(int idx) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 3921-3927 |
| | 4 | 2 |
QSequentialIterable::QSequentialIterableName: | QSequentialIterable::QSequentialIterable | Prototype: | QSequentialIterable::QSequentialIterable(QtMetaTypePrivate::QSequentialIterableImpl impl) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 3861-3867 |
| | 2 | 1 |
QSequentialAnimationGroupPrivate::setCurrentAnimationName: | QSequentialAnimationGroupPrivate::setCurrentAnimation | Prototype: | void QSequentialAnimationGroupPrivate::setCurrentAnimation(int index, bool intermediate) | Coverage: | 100.000% (12/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qsequentialanimationgroup.cpp | Lines: | 433-461 |
| | 15 | 4 |
QSequentialAnimationGroupPrivate::indexForCurrentTimeName: | QSequentialAnimationGroupPrivate::indexForCurrentTime | Prototype: | QSequentialAnimationGroupPrivate::AnimationIndex QSequentialAnimationGroupPrivate::indexForCurrentTime() const | Coverage: | 100.000% (13/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qsequentialanimationgroup.cpp | Lines: | 116-147 |
| | 13 | 3 |
QSequentialAnimationGroupPrivate::atEndName: | QSequentialAnimationGroupPrivate::atEnd | Prototype: | bool QSequentialAnimationGroupPrivate::atEnd() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qsequentialanimationgroup.cpp | Lines: | 92-105 |
| | 5 | 1 |
QSequentialAnimationGroupPrivate::animationRemovedName: | QSequentialAnimationGroupPrivate::animationRemoved | Prototype: | void QSequentialAnimationGroupPrivate::animationRemoved(int index, QAbstractAnimation *anim) | Coverage: | 100.000% (22/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qsequentialanimationgroup.cpp | Lines: | 539-580 |
| | 22 | 8 |
QSequentialAnimationGroupPrivate::animationActualTotalDurationName: | QSequentialAnimationGroupPrivate::animationActualTotalDuration | Prototype: | int QSequentialAnimationGroupPrivate::animationActualTotalDuration(int index) const | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qsequentialanimationgroup.cpp | Lines: | 107-114 |
| | 5 | 2 |
QSequentialAnimationGroupPrivate::advanceForwardsName: | QSequentialAnimationGroupPrivate::advanceForwards | Prototype: | void QSequentialAnimationGroupPrivate::advanceForwards(const AnimationIndex &newAnimationIndex) | Coverage: | 100.000% (13/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qsequentialanimationgroup.cpp | Lines: | 174-198 |
| | 12 | 5 |
QSequentialAnimationGroup::eventName: | QSequentialAnimationGroup::event | Prototype: | bool QSequentialAnimationGroup::event(QEvent *event) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qsequentialanimationgroup.cpp | Lines: | 428-431 |
| | 1 | 1 |
QSequentialAnimationGroup::durationName: | QSequentialAnimationGroup::duration | Prototype: | int QSequentialAnimationGroup::duration() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qsequentialanimationgroup.cpp | Lines: | 316-330 |
| | 8 | 3 |
QSequentialAnimationGroup::currentAnimationName: | QSequentialAnimationGroup::currentAnimation | Prototype: | QAbstractAnimation *QSequentialAnimationGroup::currentAnimation() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qsequentialanimationgroup.cpp | Lines: | 307-311 |
| | 2 | 1 |
QSequentialAnimationGroup::addPauseName: | QSequentialAnimationGroup::addPause | Prototype: | QPauseAnimation *QSequentialAnimationGroup::addPause(int msecs) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qsequentialanimationgroup.cpp | Lines: | 275-280 |
| | 3 | 1 |
QSequentialAnimationGroup::QSequentialAnimationGroupName: | QSequentialAnimationGroup::QSequentialAnimationGroup | Prototype: | QSequentialAnimationGroup::QSequentialAnimationGroup(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qsequentialanimationgroup.cpp | Lines: | 246-249 |
| | 2 | 1 |
QSemaphorePrivate::QSemaphorePrivateName: | QSemaphorePrivate::QSemaphorePrivate | Prototype: | inline QSemaphorePrivate(int n) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qsemaphore.cpp | Lines: | 102-102 |
| | 1 | 1 |
QSemaphore::~QSemaphoreName: | QSemaphore::~QSemaphore | Prototype: | QSemaphore::~QSemaphore() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qsemaphore.cpp | Lines: | 128-129 |
| | 1 | 1 |
QSemaphore::tryAcquireName: | QSemaphore::tryAcquire | Prototype: | bool QSemaphore::tryAcquire(int n) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qsemaphore.cpp | Lines: | 188-196 |
| | 6 | 2 |
QSemaphore::releaseName: | QSemaphore::release | Prototype: | void QSemaphore::release(int n) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qsemaphore.cpp | Lines: | 157-163 |
| | 4 | 1 |
QSemaphore::availableName: | QSemaphore::available | Prototype: | int QSemaphore::available() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qsemaphore.cpp | Lines: | 171-175 |
| | 2 | 1 |
QSemaphore::acquireName: | QSemaphore::acquire | Prototype: | void QSemaphore::acquire(int n) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qsemaphore.cpp | Lines: | 138-145 |
| | 5 | 2 |
QSemaphore::QSemaphoreName: | QSemaphore::QSemaphore | Prototype: | QSemaphore::QSemaphore(int n) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qsemaphore.cpp | Lines: | 116-120 |
| | 2 | 1 |
QSaveFilePrivate::QSaveFilePrivateName: | QSaveFilePrivate::QSaveFilePrivate | Prototype: | QSaveFilePrivate::QSaveFilePrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsavefile.cpp | Lines: | 58-63 |
| | 2 | 1 |
QSaveFile::~QSaveFileName: | QSaveFile::~QSaveFile | Prototype: | QSaveFile::~QSaveFile() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsavefile.cpp | Lines: | 137-146 |
| | 6 | 2 |
QSaveFile::setDirectWriteFallbackName: | QSaveFile::setDirectWriteFallback | Prototype: | void QSaveFile::setDirectWriteFallback(bool enabled) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsavefile.cpp | Lines: | 385-389 |
| | 2 | 1 |
QSaveFile::fileNameName: | QSaveFile::fileName | Prototype: | QString QSaveFile::fileName() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsavefile.cpp | Lines: | 154-157 |
| | 1 | 1 |
QSaveFile::directWriteFallbackName: | QSaveFile::directWriteFallback | Prototype: | bool QSaveFile::directWriteFallback() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsavefile.cpp | Lines: | 397-401 |
| | 2 | 1 |
QSaveFile::QSaveFileName: | QSaveFile::QSaveFile | Prototype: | QSaveFile::QSaveFile(const QString &name) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsavefile.cpp | Lines: | 117-122 |
| | 2 | 1 |
QRowsRemoval::QRowsRemovalName: | QRowsRemoval::QRowsRemoval | Prototype: | QRowsRemoval(const QModelIndex &parent_source, int start, int end) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 119-121 |
| | 2 | 1 |
QRowsRemoval::QRowsRemovalName: | QRowsRemoval::QRowsRemoval | Prototype: | QRowsRemoval() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 123-125 |
| | 2 | 1 |
QRingBuffer::readName: | QRingBuffer::read | Prototype: | QByteArray QRingBuffer::read() | Coverage: | 100.000% (8/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qringbuffer.cpp | Lines: | 268-286 |
| | 12 | 3 |
QRingBuffer::freeName: | QRingBuffer::free | Prototype: | void QRingBuffer::free(qint64 bytes) | Coverage: | 100.000% (16/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qringbuffer.cpp | Lines: | 72-104 |
| | 18 | 5 |
QRingBuffer::clearName: | QRingBuffer::clear | Prototype: | void QRingBuffer::clear() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qringbuffer.cpp | Lines: | 205-216 |
| | 7 | 2 |
QRingBuffer::chopName: | QRingBuffer::chop | Prototype: | void QRingBuffer::chop(qint64 bytes) | Coverage: | 100.000% (16/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qringbuffer.cpp | Lines: | 173-203 |
| | 17 | 5 |
QRingBuffer::appendName: | QRingBuffer::append | Prototype: | void QRingBuffer::append(const char *data, qint64 size) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qringbuffer.cpp | Lines: | 321-328 |
| | 5 | 3 |
QRingBuffer::appendName: | QRingBuffer::append | Prototype: | void QRingBuffer::append(const QByteArray &qba) | Coverage: | 100.000% (8/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qringbuffer.cpp | Lines: | 335-349 |
| | 9 | 3 |
QResourceRoot::typeName: | QResourceRoot::type | Prototype: | ResourceRootType type() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 126-126 |
| | 1 | 1 |
QResourceRoot::setSourceName: | QResourceRoot::setSource | Prototype: | inline void setSource(const uchar *t, const uchar *n, const uchar *d) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 129-133 |
| | 3 | 1 |
QResourceRoot::operator==Name: | QResourceRoot::operator== | Prototype: | inline bool operator==(const QResourceRoot &other) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 121-122 |
| | 1 | 1 |
QResourceRoot::mappingRootName: | QResourceRoot::mappingRoot | Prototype: | QString mappingRoot() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 119-119 |
| | 1 | 1 |
QResourceRoot::isContainerName: | QResourceRoot::isContainer | Prototype: | inline bool isContainer(int node) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 115-115 |
| | 1 | 1 |
QResourceRoot::isCompressedName: | QResourceRoot::isCompressed | Prototype: | inline bool isCompressed(int node) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 116-116 |
| | 1 | 1 |
QResourceRoot::findOffsetName: | QResourceRoot::findOffset | Prototype: | inline int findOffset(int node) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 104-104 |
| | 1 | 1 |
QResourceRoot::QResourceRootName: | QResourceRoot::QResourceRoot | Prototype: | inline QResourceRoot() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 111-111 |
| | 1 | 1 |
QResourceRoot::QResourceRootName: | QResourceRoot::QResourceRoot | Prototype: | inline QResourceRoot(const uchar *t, const uchar *n, const uchar *d) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 112-112 |
| | 1 | 1 |
QResourcePrivate::~QResourcePrivateName: | QResourcePrivate::~QResourcePrivate | Prototype: | inline ~QResourcePrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 218-218 |
| | 1 | 1 |
QResourcePrivate::clearName: | QResourcePrivate::clear | Prototype: | void QResourcePrivate::clear() | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 239-254 |
| | 11 | 3 |
QResourcePrivate::QResourcePrivateName: | QResourcePrivate::QResourcePrivate | Prototype: | inline QResourcePrivate(QResource *_q) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 217-217 |
| | 1 | 1 |
QResourceFileEnginePrivate::unmapName: | QResourceFileEnginePrivate::unmap | Prototype: | bool QResourceFileEnginePrivate::unmap(uchar *ptr) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 1488-1492 |
| | 2 | 1 |
QResourceFileEnginePrivate::mapName: | QResourceFileEnginePrivate::map | Prototype: | uchar *QResourceFileEnginePrivate::map(qint64 offset, qint64 size, QFile::MemoryMapFlags flags) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 1476-1486 |
| | 7 | 2 |
QResourceFileEnginePrivate::QResourceFileEnginePrivateName: | QResourceFileEnginePrivate::QResourceFileEnginePrivate | Prototype: | QResourceFileEnginePrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 1202-1202 |
| | 1 | 1 |
QResourceFileEngineIterator::hasNextName: | QResourceFileEngineIterator::hasNext | Prototype: | bool QResourceFileEngineIterator::hasNext() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource_iterator.cpp | Lines: | 65-79 |
| | 7 | 3 |
QResourceFileEngineIterator::QResourceFileEngineIteratorName: | QResourceFileEngineIterator::QResourceFileEngineIterator | Prototype: | QResourceFileEngineIterator::QResourceFileEngineIterator(QDir::Filters filters, const QStringList &filterNames) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource_iterator.cpp | Lines: | 47-51 |
| | 2 | 1 |
QResourceFileEngine::supportsExtensionName: | QResourceFileEngine::supportsExtension | Prototype: | bool QResourceFileEngine::supportsExtension(Extension extension) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 1471-1474 |
| | 1 | 1 |
QResourceFileEngine::setFileNameName: | QResourceFileEngine::setFileName | Prototype: | void QResourceFileEngine::setFileName(const QString &file) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 1241-1245 |
| | 2 | 1 |
QResourceFileEngine::renameName: | QResourceFileEngine::rename | Prototype: | bool QResourceFileEngine::rename(const QString &) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 1307-1310 |
| | 1 | 1 |
QResourceFileEngine::removeName: | QResourceFileEngine::remove | Prototype: | bool QResourceFileEngine::remove() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 1297-1300 |
| | 1 | 1 |
QResourceFileEngine::readName: | QResourceFileEngine::read | Prototype: | qint64 QResourceFileEngine::read(char *data, qint64 len) | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 1277-1290 |
| | 10 | 4 |
QResourceFileEngine::isSequentialName: | QResourceFileEngine::isSequential | Prototype: | bool QResourceFileEngine::isSequential() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 1355-1358 |
| | 1 | 1 |
QResourceFileEngine::isRelativePathName: | QResourceFileEngine::isRelativePath | Prototype: | bool QResourceFileEngine::isRelativePath() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 1417-1420 |
| | 1 | 1 |
QResourceFileEngine::flushName: | QResourceFileEngine::flush | Prototype: | bool QResourceFileEngine::flush() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 1272-1275 |
| | 1 | 1 |
QResourceFileEngine::fileTimeName: | QResourceFileEngine::fileTime | Prototype: | QDateTime QResourceFileEngine::fileTime(FileTime) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 1433-1436 |
| | 1 | 1 |
QResourceFileEngine::fileFlagsName: | QResourceFileEngine::fileFlags | Prototype: | QAbstractFileEngine::FileFlags QResourceFileEngine::fileFlags(QAbstractFileEngine::FileFlags type) const | Coverage: | 100.000% (19/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 1360-1381 |
| | 15 | 7 |
QResourceFileEngine::copyName: | QResourceFileEngine::copy | Prototype: | bool QResourceFileEngine::copy(const QString &) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 1302-1305 |
| | 1 | 1 |
QResourceFileEngine::closeName: | QResourceFileEngine::close | Prototype: | bool QResourceFileEngine::close() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 1264-1270 |
| | 4 | 1 |
QResourceFileEngine::beginEntryListName: | QResourceFileEngine::beginEntryList | Prototype: | QAbstractFileEngine::Iterator *QResourceFileEngine::beginEntryList(QDir::Filters filters, const QStringList &filterNames) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 1441-1445 |
| | 1 | 1 |
QResourceFileEngine::QResourceFileEngineName: | QResourceFileEngine::QResourceFileEngine | Prototype: | QResourceFileEngine::QResourceFileEngine(const QString &file) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 1230-1235 |
| | 2 | 1 |
QResource::sizeName: | QResource::size | Prototype: | qint64 QResource::size() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 493-498 |
| | 3 | 1 |