Function | Condition % | Modificationsā¾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QLocalePrivate::codeToCountryName: | QLocalePrivate::codeToCountry | Prototype: | QLocale::Country QLocalePrivate::codeToCountry(const QChar *code, int len) noexcept | Coverage: | 72.222% (13/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 154-169 | Comparison: | New |
| | New | 10 | 4 |
QLocaleData::validateCharsName: | QLocaleData::validateChars | Prototype: | bool QLocaleData::validateChars(const QString &str, NumberMode numMode, QByteArray *buff, int decDigits, QLocale::NumberOptions number_options) const | Coverage: | 86.111% (62/72) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 3153-3252 | Comparison: | New |
| | New | 48 | 21 |
QLocaleData::stringToUnsLongLongName: | QLocaleData::stringToUnsLongLong | Prototype: | qulonglong QLocaleData::stringToUnsLongLong(const QChar *begin, int len, int base, bool *ok, QLocale::NumberOptions number_options) const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 3284-3295 | Comparison: | New |
| | New | 6 | 3 |
QLocaleData::stringToLongLongName: | QLocaleData::stringToLongLong | Prototype: | qlonglong QLocaleData::stringToLongLong(const QChar *begin, int len, int base, bool *ok, QLocale::NumberOptions number_options) const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 3271-3282 | Comparison: | New |
| | New | 6 | 3 |
QLocaleData::stringToDoubleName: | QLocaleData::stringToDouble | Prototype: | double QLocaleData::stringToDouble(const QChar *begin, int len, bool *ok, QLocale::NumberOptions number_options) const | Coverage: | 90.000% (9/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 3254-3269 | Comparison: | New |
| | New | 11 | 4 |
QLocaleData::numberToCLocaleName: | QLocaleData::numberToCLocale | Prototype: | bool QLocaleData::numberToCLocale(const QChar *str, int len, QLocale::NumberOptions number_options, CharBuff *result) const | Coverage: | 72.650% (85/117) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 3042-3151 | Comparison: | New |
| | New | 67 | 29 |
QLocale::toCurrencyStringName: | QLocale::toCurrencyString | Prototype: | QString QLocale::toCurrencyString(double value, const QString &symbol, int precision) const | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 3497-3521 | Comparison: | New |
| | New | 18 | 5 |
QListWidget::setSelectionModelName: | QListWidget::setSelectionModel | Prototype: | void QListWidget::setSelectionModel(QItemSelectionModel *selectionModel) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | Lines: | 1357-1376 | Comparison: | New |
| | New | 12 | 3 |
QListViewPrivate::removeCurrentAndDisabled::[lambda]Name: | QListViewPrivate::removeCurrentAndDisabled::[lambda] | Prototype: | [=](const QModelIndex &index) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 1848-1850 | Comparison: | New |
| | New | 1 | 1 |
QListViewPrivate::removeCurrentAndDisabledName: | QListViewPrivate::removeCurrentAndDisabled | Prototype: | void QListViewPrivate::removeCurrentAndDisabled(QVector<QModelIndex> *indexes, const QModelIndex ¤t) const | Coverage: | 0.000% (0/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 1846-1854 | Comparison: | New |
| | New | 4 | 2 |
QListView::selectedIndexes::[lambda]Name: | QListView::selectedIndexes::[lambda] | Prototype: | [this, d](const QModelIndex &index) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 1443-1445 | Comparison: | New |
| | New | 1 | 1 |
QLineEditPrivate::effectiveRightTextMarginName: | QLineEditPrivate::effectiveRightTextMargin | Prototype: | int QLineEditPrivate::effectiveRightTextMargin() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit_p.cpp | Lines: | 565-575 | Comparison: | New |
| | New | 7 | 2 |
QLineEditPrivate::effectiveLeftTextMarginName: | QLineEditPrivate::effectiveLeftTextMargin | Prototype: | int QLineEditPrivate::effectiveLeftTextMargin() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit_p.cpp | Lines: | 553-563 | Comparison: | New |
| | New | 7 | 2 |
QLineEdit::inputMethodQueryName: | QLineEdit::inputMethodQuery | Prototype: | QVariant QLineEdit::inputMethodQuery(Qt::InputMethodQuery property, QVariant argument) const | Coverage: | 0.000% (0/27) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | Lines: | 1757-1788 | Comparison: | New |
| | New | 18 | 13 |
QLibraryInfo::buildName: | QLibraryInfo::build | Prototype: | const char *QLibraryInfo::build() noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | Lines: | 351-354 | Comparison: | New |
| | New | 1 | 1 |
QKdeTheme::createPlatformMenuBarName: | QKdeTheme::createPlatformMenuBar | Prototype: | QPlatformMenuBar *QKdeTheme::createPlatformMenuBar() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | Lines: | 591-596 | Comparison: | New |
| | New | 3 | 2 |
QJsonValue::toStringName: | QJsonValue::toString | Prototype: | QString QJsonValue::toString() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | Lines: | 559-566 | Comparison: | New |
| | New | 5 | 2 |
QJsonPrivate::Object::indexOfName: | QJsonPrivate::Object::indexOf | Prototype: | int Object::indexOf(const QString &key, bool *exists) const | Coverage: | 100.000% (12/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | Lines: | 184-204 | Comparison: | New |
| | New | 14 | 4 |
QJsonPrivate::Object::indexOfName: | QJsonPrivate::Object::indexOf | Prototype: | int Object::indexOf(QLatin1String key, bool *exists) const | Coverage: | 100.000% (12/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | Lines: | 206-226 | Comparison: | New |
| | New | 14 | 4 |
QJsonPrivate::Entry::operator==Name: | QJsonPrivate::Entry::operator== | Prototype: | bool Entry::operator==(QLatin1String key) const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | Lines: | 274-280 | Comparison: | New |
| | New | 3 | 2 |
QJsonObject::valueName: | QJsonObject::value | Prototype: | QJsonValue QJsonObject::value(QLatin1String key) const | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 381-391 | Comparison: | New |
| | New | 7 | 3 |
QJsonObject::operator []Name: | QJsonObject::operator [] | Prototype: | QJsonValueRef QJsonObject::operator [](QLatin1String key) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 441-445 | Comparison: | New |
| | New | 1 | 1 |
QJsonObject::findName: | QJsonObject::find | Prototype: | QJsonObject::iterator QJsonObject::find(QLatin1String key) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 663-671 | Comparison: | New |
| | New | 6 | 2 |
QJsonObject::containsName: | QJsonObject::contains | Prototype: | bool QJsonObject::contains(QLatin1String key) const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 575-583 | Comparison: | New |
| | New | 5 | 2 |
QJsonObject::constFindName: | QJsonObject::constFind | Prototype: | QJsonObject::const_iterator QJsonObject::constFind(QLatin1String key) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 704-711 | Comparison: | New |
| | New | 5 | 2 |
QItemSelectionModel::selection::[lambda]Name: | QItemSelectionModel::selection::[lambda] | Prototype: | [](const QItemSelectionRange& range) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 1722-1724 | Comparison: | New |
| | New | 1 | 1 |
QInputMethod::inputItemClipRectangleName: | QInputMethod::inputItemClipRectangle | Prototype: | QRectF QInputMethod::inputItemClipRectangle() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | Lines: | 192-196 | Comparison: | New |
| | New | 2 | 1 |
QInputMethod::anchorRectangleName: | QInputMethod::anchorRectangle | Prototype: | QRectF QInputMethod::anchorRectangle() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | Lines: | 163-167 | Comparison: | New |
| | New | 2 | 1 |
QImage::toPixelFormatName: | QImage::toPixelFormat | Prototype: | QPixelFormat QImage::toPixelFormat(QImage::Format format) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 5188-5192 | Comparison: | New |
| | New | 2 | 1 |
QImage::toImageFormatName: | QImage::toImageFormat | Prototype: | QImage::Format QImage::toImageFormat(QPixelFormat format) noexcept | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 5197-5204 | Comparison: | New |
| | New | 4 | 3 |
QImage::pixelFormatName: | QImage::pixelFormat | Prototype: | QPixelFormat QImage::pixelFormat() const noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 5180-5183 | Comparison: | New |
| | New | 1 | 1 |
QImage::QImageName: | QImage::QImage | Prototype: | QImage::QImage() noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 766-770 | Comparison: | New |
| | New | 1 | 1 |
QIconLoader::findIconHelper::[lambda]Name: | QIconLoader::findIconHelper::[lambda] | Prototype: | [&](const QIconDirInfo &info) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | Lines: | 420-421 | Comparison: | New |
| | New | 1 | 1 |
QIconEngine::isNullName: | QIconEngine::isNull | Prototype: | bool QIconEngine::isNull() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconengine.cpp | Lines: | 302-307 | Comparison: | New |
| | New | 3 | 1 |
QIconCacheGtkReader::read32Name: | QIconCacheGtkReader::read32 | Prototype: | quint32 read32(uint offset) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | Lines: | 187-195 | Comparison: | New |
| | New | 5 | 2 |
QIconCacheGtkReader::read16Name: | QIconCacheGtkReader::read16 | Prototype: | quint16 read16(uint offset) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | Lines: | 179-186 | Comparison: | New |
| | New | 4 | 2 |
QIconCacheGtkReader::lookupName: | QIconCacheGtkReader::lookup | Prototype: | QVector<const char *> QIconCacheGtkReader::lookup(const QString &name) | Coverage: | 0.000% (0/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | Lines: | 244-292 | Comparison: | New |
| | New | 33 | 8 |
QIconCacheGtkReader::isValidName: | QIconCacheGtkReader::isValid | Prototype: | bool isValid() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | Lines: | 172-172 | Comparison: | New |
| | New | 1 | 1 |
QIconCacheGtkReader::QIconCacheGtkReaderName: | QIconCacheGtkReader::QIconCacheGtkReader | Prototype: | QIconCacheGtkReader::QIconCacheGtkReader(const QString &dirName) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | Lines: | 199-229 | Comparison: | New |
| | New | 22 | 7 |
QIcon::fromThemeName: | QIcon::fromTheme | Prototype: | QIcon QIcon::fromTheme(const QString &name) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | Lines: | 1176-1195 | Comparison: | New |
| | New | 13 | 3 |
QIcon::QIconName: | QIcon::QIcon | Prototype: | QIcon::QIcon() noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | Lines: | 615-618 | Comparison: | New |
| | New | 2 | 1 |
QIODevicePrivate::setWriteChannelCountName: | QIODevicePrivate::setWriteChannelCount | Prototype: | void QIODevicePrivate::setWriteChannelCount(int count) | Coverage: | 100.000% (8/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 733-747 | Comparison: | New |
| | New | 7 | 3 |
QIODevicePrivate::setReadChannelCountName: | QIODevicePrivate::setReadChannelCount | Prototype: | void QIODevicePrivate::setReadChannelCount(int count) | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 684-694 | Comparison: | New |
| | New | 6 | 2 |
QIODevicePrivate::seekBufferName: | QIODevicePrivate::seekBuffer | Prototype: | void QIODevicePrivate::seekBuffer(qint64 newPos) | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 883-896 | Comparison: | New |
| | New | 5 | 2 |
QIODevice::writeChannelCountName: | QIODevice::writeChannelCount | Prototype: | int QIODevice::writeChannelCount() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 637-640 | Comparison: | New |
| | New | 1 | 1 |
QIODevice::startTransactionName: | QIODevice::startTransaction | Prototype: | void QIODevice::startTransaction() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1516-1525 | Comparison: | New |
| | New | 6 | 2 |
QIODevice::setCurrentWriteChannelName: | QIODevice::setCurrentWriteChannel | Prototype: | void QIODevice::setCurrentWriteChannel(int channel) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 718-728 | Comparison: | New |
| | New | 2 | 1 |
QIODevice::setCurrentReadChannelName: | QIODevice::setCurrentReadChannel | Prototype: | void QIODevice::setCurrentReadChannel(int channel) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 664-679 | Comparison: | New |
| | New | 5 | 2 |
QIODevice::rollbackTransactionName: | QIODevice::rollbackTransaction | Prototype: | void QIODevice::rollbackTransaction() | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1561-1572 | Comparison: | New |
| | New | 8 | 3 |
QIODevice::readChannelCountName: | QIODevice::readChannelCount | Prototype: | int QIODevice::readChannelCount() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 624-627 | Comparison: | New |
| | New | 1 | 1 |
QIODevice::isTransactionStartedName: | QIODevice::isTransactionStarted | Prototype: | bool QIODevice::isTransactionStarted() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1582-1585 | Comparison: | New |
| | New | 1 | 1 |
QIODevice::currentWriteChannelName: | QIODevice::currentWriteChannel | Prototype: | int QIODevice::currentWriteChannel() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 703-706 | Comparison: | New |
| | New | 1 | 1 |
QIODevice::currentReadChannelName: | QIODevice::currentReadChannel | Prototype: | int QIODevice::currentReadChannel() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 649-652 | Comparison: | New |
| | New | 1 | 1 |
QIODevice::commitTransactionName: | QIODevice::commitTransaction | Prototype: | void QIODevice::commitTransaction() | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1537-1548 | Comparison: | New |
| | New | 8 | 3 |
QHttpNetworkHeaderPrivate::setHeaderField::[lambda]Name: | QHttpNetworkHeaderPrivate::setHeaderField::[lambda] | Prototype: | [&name](const QPair<QByteArray, QByteArray> &header) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkheader.cpp | Lines: | 108-110 | Comparison: | New |
| | New | 1 | 1 |
QHttpNetworkConnectionPrivate::predictNextRequestName: | QHttpNetworkConnectionPrivate::predictNextRequest | Prototype: | QHttpNetworkRequest QHttpNetworkConnectionPrivate::predictNextRequest() const | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | Lines: | 702-709 | Comparison: | New |
| | New | 5 | 3 |
QHttpNetworkConnectionPrivate::_q_hostLookupFinishedName: | QHttpNetworkConnectionPrivate::_q_hostLookupFinished | Prototype: | void QHttpNetworkConnectionPrivate::_q_hostLookupFinished(const QHostInfo &info) | Coverage: | 76.923% (30/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | Lines: | 1151-1206 | Comparison: | New |
| | New | 36 | 13 |
QHostInfoLookupManager::work::[lambda]Name: | QHostInfoLookupManager::work::[lambda] | Prototype: | [this](QHostInfoRunnable *lookup) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | Lines: | 606-608 | Comparison: | New |
| | New | 1 | 1 |
QHeaderViewPrivate::setNewLastSectionName: | QHeaderViewPrivate::setNewLastSection | Prototype: | void QHeaderViewPrivate::setNewLastSection(int visualIndexForLastSection) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | Lines: | 3266-3273 | Comparison: | New |
| | New | 4 | 1 |
QHeaderViewPrivate::restoreSizeOnPrevLastSectionName: | QHeaderViewPrivate::restoreSizeOnPrevLastSection | Prototype: | void QHeaderViewPrivate::restoreSizeOnPrevLastSection() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | Lines: | 3256-3264 | Comparison: | New |
| | New | 6 | 2 |
QHeaderViewPrivate::maybeRestorePrevLastSectionAndStretchLastName: | QHeaderViewPrivate::maybeRestorePrevLastSectionAndStretchLast | Prototype: | void QHeaderViewPrivate::maybeRestorePrevLastSectionAndStretchLast() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | Lines: | 3275-3289 | Comparison: | New |
| | New | 9 | 3 |
QGuiApplicationPrivate::tabletDevicePointName: | QGuiApplicationPrivate::tabletDevicePoint | Prototype: | QGuiApplicationPrivate::TabletPointData &QGuiApplicationPrivate::tabletDevicePoint(qint64 deviceId) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2244-2254 | Comparison: | New |
| | New | 6 | 3 |
QGuiApplication::setDesktopFileNameName: | QGuiApplication::setDesktopFileName | Prototype: | void QGuiApplication::setDesktopFileName(const QString &name) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 695-700 | Comparison: | New |
| | New | 3 | 2 |
QGuiApplication::desktopFileNameName: | QGuiApplication::desktopFileName | Prototype: | QString QGuiApplication::desktopFileName() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 702-705 | Comparison: | New |
| | New | 1 | 1 |
QGridLayoutItem::geometryWithinName: | QGridLayoutItem::geometryWithin | Prototype: | QRectF QGridLayoutItem::geometryWithin(qreal x, qreal y, qreal width, qreal height, qreal rowDescent, Qt::Alignment align, bool snapToPixelGrid) const | Coverage: | 0.000% (0/27) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 645-694 | Comparison: | New |
| | New | 32 | 12 |
QGridLayoutItem::boxName: | QGridLayoutItem::box | Prototype: | QGridLayoutBox QGridLayoutItem::box(Qt::Orientation orientation, bool snapToPixelGrid, qreal constraint) const | Coverage: | 0.000% (0/35) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 588-643 | Comparison: | New |
| | New | 32 | 11 |
QGraphicsWidgetPrivate::QGraphicsWidgetPrivateName: | QGraphicsWidgetPrivate::QGraphicsWidgetPrivate | Prototype: | QGraphicsWidgetPrivate::QGraphicsWidgetPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | Lines: | 95-112 | Comparison: | New |
| | New | 2 | 1 |
QGraphicsProxyWidgetPrivate::QGraphicsProxyWidgetPrivateName: | QGraphicsProxyWidgetPrivate::QGraphicsProxyWidgetPrivate | Prototype: | QGraphicsProxyWidgetPrivate::QGraphicsProxyWidgetPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | Lines: | 196-209 | Comparison: | New |
| | New | 2 | 1 |
QGraphicsItemPrivate::QGraphicsItemPrivateName: | QGraphicsItemPrivate::QGraphicsItemPrivate | Prototype: | QGraphicsItemPrivate::QGraphicsItemPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | Lines: | 822-889 | Comparison: | New |
| | New | 2 | 1 |
QGraphicsItemAnimationPrivate::linearValueForStepName: | QGraphicsItemAnimationPrivate::linearValueForStep | Prototype: | qreal QGraphicsItemAnimationPrivate::linearValueForStep(qreal step, const QVector<Pair> &source, qreal defaultValue) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | Lines: | 147-175 | Comparison: | New |
| | New | 16 | 5 |
QGraphicsAnchorLayoutPrivate::solveMinMaxName: | QGraphicsAnchorLayoutPrivate::solveMinMax | Prototype: | bool QGraphicsAnchorLayoutPrivate::solveMinMax(const QList<QSimplexConstraint *> &constraints, const GraphPath &path, qreal *min, qreal *max) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | Lines: | 2777-2815 | Comparison: | New |
| | New | 21 | 6 |
QGraphicsAnchorLayoutPrivate::getGraphParts::[lambda]Name: | QGraphicsAnchorLayoutPrivate::getGraphParts::[lambda] | Prototype: | [&result, &trunkVariables](QSimplexConstraint *c) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | Lines: | 2525-2555 | Comparison: | New |
| | New | 11 | 5 |
QGraphicsAnchorLayoutPrivate::getGraphPartsName: | QGraphicsAnchorLayoutPrivate::getGraphParts | Prototype: | QGraphicsAnchorLayoutPrivate::GraphParts QGraphicsAnchorLayoutPrivate::getGraphParts(Orientation orientation) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | Lines: | 2493-2564 | Comparison: | New |
| | New | 33 | 9 |
QGradientCache::getBufferName: | QGradientCache::getBuffer | Prototype: | inline QExplicitlySharedDataPointer<const CacheInfo> getBuffer(const QGradient &gradient, int opacity) | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 4166-4188 | Comparison: | New |
| | New | 14 | 5 |
QGradientCache::addCacheElementName: | QGradientCache::addCacheElement | Prototype: | QExplicitlySharedDataPointer<const CacheInfo> addCacheElement(quint64 hash_val, const QGradient &gradient, int opacity) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 4196-4206 | Comparison: | New |
| | New | 7 | 3 |
QGnomeTheme::createPlatformMenuBarName: | QGnomeTheme::createPlatformMenuBar | Prototype: | QPlatformMenuBar *QGnomeTheme::createPlatformMenuBar() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | Lines: | 696-701 | Comparison: | New |
| | New | 3 | 2 |
QGenericUnixTheme::createPlatformMenuBarName: | QGenericUnixTheme::createPlatformMenuBar | Prototype: | QPlatformMenuBar *QGenericUnixTheme::createPlatformMenuBar() const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | Lines: | 195-200 | Comparison: | New |
| | New | 3 | 2 |
QGLEngineSharedShaders::cleanupCustomStage::[lambda]Name: | QGLEngineSharedShaders::cleanupCustomStage::[lambda] | Prototype: | [stage](QGLEngineShaderProg *cachedProg) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qglengineshadermanager.cpp | Lines: | 477-483 | Comparison: | New |
| | New | 4 | 2 |
QFreetypeFace::isScalableBitmapName: | QFreetypeFace::isScalableBitmap | Prototype: | bool QFreetypeFace::isScalableBitmap() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | Lines: | 196-203 | Comparison: | New |
| | New | 1 | 1 |
QFreetypeFace::computeSizeName: | QFreetypeFace::computeSize | Prototype: | void QFreetypeFace::computeSize(const QFontDef &fontDef, int *xsize, int *ysize, bool *outline_drawing, QFixed *scalableBitmapScaleFactor) | Coverage: | 11.628% (5/43) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | Lines: | 337-388 | Comparison: | New |
| | New | 30 | 12 |
QFontEngineFT::scaledBitmapMetricsName: | QFontEngineFT::scaledBitmapMetrics | Prototype: | QFixed QFontEngineFT::scaledBitmapMetrics(QFixed m) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | Lines: | 1640-1643 | Comparison: | New |
| | New | 1 | 1 |
QFontEngineFT::scaledBitmapMetricsName: | QFontEngineFT::scaledBitmapMetrics | Prototype: | glyph_metrics_t QFontEngineFT::scaledBitmapMetrics(const glyph_metrics_t &m) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | Lines: | 1645-1655 | Comparison: | New |
| | New | 8 | 1 |
QFontEngineFT::bitmapForGlyphName: | QFontEngineFT::bitmapForGlyph | Prototype: | QImage QFontEngineFT::bitmapForGlyph(glyph_t g, QFixed subPixelPosition, const QTransform &t) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | Lines: | 1979-2002 | Comparison: | New |
| | New | 16 | 6 |
QFileSystemModel::siblingName: | QFileSystemModel::sibling | Prototype: | QModelIndex QFileSystemModel::sibling(int row, int column, const QModelIndex &idx) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfilesystemmodel.cpp | Lines: | 269-279 | Comparison: | New |
| | New | 3 | 2 |
QFileDialogOptions::useDefaultNameFiltersName: | QFileDialogOptions::useDefaultNameFilters | Prototype: | bool QFileDialogOptions::useDefaultNameFilters() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | Lines: | 549-552 | Comparison: | New |
| | New | 1 | 1 |
QFileDialogOptions::setUseDefaultNameFiltersName: | QFileDialogOptions::setUseDefaultNameFilters | Prototype: | void QFileDialogOptions::setUseDefaultNameFilters(bool dnf) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | Lines: | 554-557 | Comparison: | New |
| | New | 1 | 1 |
QFileDialogOptions::defaultNameFilterStringName: | QFileDialogOptions::defaultNameFilterString | Prototype: | QString QFileDialogOptions::defaultNameFilterString() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | Lines: | 579-582 | Comparison: | New |
| | New | 1 | 1 |
QFdContainer::resetName: | QFdContainer::reset | Prototype: | void QFdContainer::reset() noexcept | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp | Lines: | 62-67 | Comparison: | New |
| | New | 3 | 2 |
QEventDispatcherUNIXPrivate::setSocketNotifierPendingName: | QEventDispatcherUNIXPrivate::setSocketNotifierPending | Prototype: | void QEventDispatcherUNIXPrivate::setSocketNotifierPending(QSocketNotifier *notifier) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | Lines: | 237-245 | Comparison: | New |
| | New | 4 | 2 |
QEventDispatcherUNIXPrivate::markPendingSocketNotifiersName: | QEventDispatcherUNIXPrivate::markPendingSocketNotifiers | Prototype: | void QEventDispatcherUNIXPrivate::markPendingSocketNotifiers() | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | Lines: | 252-290 | Comparison: | New |
| | New | 17 | 7 |
QEventDispatcherUNIXPrivate::activateTimersName: | QEventDispatcherUNIXPrivate::activateTimers | Prototype: | int QEventDispatcherUNIXPrivate::activateTimers() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | Lines: | 247-250 | Comparison: | New |
| | New | 1 | 1 |
QEventDispatcherUNIXPrivate::activateSocketNotifiersName: | QEventDispatcherUNIXPrivate::activateSocketNotifiers | Prototype: | int QEventDispatcherUNIXPrivate::activateSocketNotifiers() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | Lines: | 292-309 | Comparison: | New |
| | New | 10 | 3 |
QEvent::registerEventTypeName: | QEvent::registerEventType | Prototype: | int QEvent::registerEventType(int hint) noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreevent.cpp | Lines: | 476-480 | Comparison: | New |
| | New | 2 | 1 |
QEvdevTabletManager::~QEvdevTabletManagerName: | QEvdevTabletManager::~QEvdevTabletManager | Prototype: | QEvdevTabletManager::~QEvdevTabletManager() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtablet/qevdevtabletmanager.cpp | Lines: | 97-100 | Comparison: | New |
| | New | 1 | 1 |
QEvdevTabletManager::removeDeviceName: | QEvdevTabletManager::removeDevice | Prototype: | void QEvdevTabletManager::removeDevice(const QString &deviceNode) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtablet/qevdevtabletmanager.cpp | Lines: | 116-126 | Comparison: | New |
| | New | 7 | 3 |
QEvdevTabletManager::addDeviceName: | QEvdevTabletManager::addDevice | Prototype: | void QEvdevTabletManager::addDevice(const QString &deviceNode) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtablet/qevdevtabletmanager.cpp | Lines: | 102-114 | Comparison: | New |
| | New | 8 | 3 |
QEvdevTabletManager::QEvdevTabletManagerName: | QEvdevTabletManager::QEvdevTabletManager | Prototype: | QEvdevTabletManager::QEvdevTabletManager(const QString &key, const QString &specification, QObject *parent) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtablet/qevdevtabletmanager.cpp | Lines: | 54-95 | Comparison: | New |
| | New | 24 | 10 |
QEvdevTabletHandlerThread::QEvdevTabletHandlerThreadName: | QEvdevTabletHandlerThread::QEvdevTabletHandlerThread | Prototype: | QEvdevTabletHandlerThread::QEvdevTabletHandlerThread(const QString &device, const QString &spec, QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtablet/qevdevtablethandler.cpp | Lines: | 277-281 | Comparison: | New |
| | New | 1 | 1 |
QEvdevTabletHandler::queryLimitsName: | QEvdevTabletHandler::queryLimits | Prototype: | bool QEvdevTabletHandler::queryLimits() | Coverage: | 0.000% (0/31) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtablet/qevdevtablethandler.cpp | Lines: | 204-241 | Comparison: | New |
| | New | 54 | 11 |
QEvdevTabletHandler::deviceIdName: | QEvdevTabletHandler::deviceId | Prototype: | qint64 QEvdevTabletHandler::deviceId() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtablet/qevdevtablethandler.cpp | Lines: | 199-202 | Comparison: | New |
| | New | 1 | 1 |