| Function | Condition % | Modificationsā¾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QLocalePrivate::codeToCountry| Name: | 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::validateChars| Name: | 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::stringToUnsLongLong| Name: | 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::stringToLongLong| Name: | 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::stringToDouble| Name: | 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::numberToCLocale| Name: | 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::toCurrencyString| Name: | 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::setSelectionModel| Name: | 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::removeCurrentAndDisabled| Name: | 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::effectiveRightTextMargin| Name: | 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::effectiveLeftTextMargin| Name: | 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::inputMethodQuery| Name: | 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::build| Name: | 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::createPlatformMenuBar| Name: | 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::toString| Name: | 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::indexOf| Name: | 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::indexOf| Name: | 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::value| Name: | 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::find| Name: | 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::contains| Name: | 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::constFind| Name: | 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::inputItemClipRectangle| Name: | 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::anchorRectangle| Name: | 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::toPixelFormat| Name: | 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::toImageFormat| Name: | 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::pixelFormat| Name: | 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::QImage| Name: | 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::isNull| Name: | 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::read32| Name: | 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::read16| Name: | 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::lookup| Name: | 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::isValid| Name: | 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::QIconCacheGtkReader| Name: | 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::fromTheme| Name: | 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::QIcon| Name: | 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::setWriteChannelCount| Name: | 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::setReadChannelCount| Name: | 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::seekBuffer| Name: | 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::writeChannelCount| Name: | 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::startTransaction| Name: | 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::setCurrentWriteChannel| Name: | 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::setCurrentReadChannel| Name: | 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::rollbackTransaction| Name: | 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::readChannelCount| Name: | 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::isTransactionStarted| Name: | 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::currentWriteChannel| Name: | 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::currentReadChannel| Name: | 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::commitTransaction| Name: | 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::predictNextRequest| Name: | 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_hostLookupFinished| Name: | 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::setNewLastSection| Name: | 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::restoreSizeOnPrevLastSection| Name: | 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::maybeRestorePrevLastSectionAndStretchLast| Name: | 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::tabletDevicePoint| Name: | 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::setDesktopFileName| Name: | 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::desktopFileName| Name: | 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::geometryWithin| Name: | 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::box| Name: | 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::QGraphicsWidgetPrivate| Name: | 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::QGraphicsProxyWidgetPrivate| Name: | 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::QGraphicsItemPrivate| Name: | 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::linearValueForStep| Name: | 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::solveMinMax| Name: | 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::getGraphParts| Name: | 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::getBuffer| Name: | 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::addCacheElement| Name: | 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::createPlatformMenuBar| Name: | 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::createPlatformMenuBar| Name: | 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::isScalableBitmap| Name: | 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::computeSize| Name: | 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::scaledBitmapMetrics| Name: | 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::scaledBitmapMetrics| Name: | 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::bitmapForGlyph| Name: | 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::sibling| Name: | 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::useDefaultNameFilters| Name: | 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::setUseDefaultNameFilters| Name: | 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::defaultNameFilterString| Name: | 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::reset| Name: | 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::setSocketNotifierPending| Name: | 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::markPendingSocketNotifiers| Name: | 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::activateTimers| Name: | 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::activateSocketNotifiers| Name: | 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::registerEventType| Name: | 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::~QEvdevTabletManager| Name: | 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::removeDevice| Name: | 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::addDevice| Name: | 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::QEvdevTabletManager| Name: | 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::QEvdevTabletHandlerThread| Name: | 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::queryLimits| Name: | 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::deviceId| Name: | 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 |