| Function | Condition %▾ | Modifications | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QJsonObject::toVariantHash| Name: | QJsonObject::toVariantHash | | Prototype: | QVariantHash QJsonObject::toVariantHash() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 303-314 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines (reference): | 297-307 | | Comparison: | Different |
| | Different | 6 | 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::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 |
QJsonDocument::fromRawData| Name: | QJsonDocument::fromRawData | | Prototype: | QJsonDocument QJsonDocument::fromRawData(const char *data, int size, DataValidation validation) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 184-200 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines (reference): | 178-197 | | Comparison: | Different |
| | Different | 11 | 4 |
QItemEditorFactory::registerEditor| Name: | QItemEditorFactory::registerEditor | | Prototype: | void QItemEditorFactory::registerEditor(int userType, QItemEditorCreatorBase *creator) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | | Lines: | 205-217 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | | Lines (reference): | 198-210 | | Comparison: | Different |
| | Different | 8 | 3 |
QIntValidator::validate| Name: | QIntValidator::validate | | Prototype: | QValidator::State QIntValidator::validate(QString & input, int&) const | | Coverage: | 0.000% (0/37) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | | Lines: | 405-442 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | | Lines (reference): | 398-435 | | Comparison: | Different |
| | Different | 22 | 9 |
QIntValidator::fixup| Name: | QIntValidator::fixup | | Prototype: | void QIntValidator::fixup(QString &input) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | | Lines: | 445-456 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | | Lines (reference): | 438-449 | | Comparison: | Different |
| | Different | 8 | 3 |
QInputMethod::update| Name: | QInputMethod::update | | Prototype: | void QInputMethod::update(Qt::InputMethodQueries queries) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | | Lines: | 315-337 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | | Lines (reference): | 281-297 | | Comparison: | Different |
| | Different | 10 | 4 |
QInputMethod::setInputItemTransform| Name: | QInputMethod::setInputItemTransform | | Prototype: | void QInputMethod::setInputItemTransform(const QTransform &transform) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | | Lines: | 92-101 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | | Lines (reference): | 86-94 | | Comparison: | Different |
| | Different | 5 | 2 |
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::cursorRectangle| Name: | QInputMethod::cursorRectangle | | Prototype: | QRectF QInputMethod::cursorRectangle() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | | Lines: | 150-154 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | | Lines (reference): | 130-145 | | Comparison: | Different |
| | Different | 10 | 3 |
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 |
QInputDialog::getText| Name: | QInputDialog::getText | | Prototype: | QString QInputDialog::getText(QWidget *parent, const QString &title, const QString &label, QLineEdit::EchoMode mode, const QString &text, bool *ok, Qt::WindowFlags flags, Qt::InputMethodHints inputMethodHints) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1204-1223 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines (reference): | 1194-1213 | | Comparison: | Different |
| | Different | 12 | 3 |
QInputDialog::getMultiLineText| Name: | QInputDialog::getMultiLineText | | Prototype: | QString QInputDialog::getMultiLineText(QWidget *parent, const QString &title, const QString &label, const QString &text, bool *ok, Qt::WindowFlags flags, Qt::InputMethodHints inputMethodHints) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1256-1275 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines (reference): | 1242-1261 | | Comparison: | Different |
| | Different | 12 | 3 |
QInputDialog::getItem| Name: | QInputDialog::getItem | | Prototype: | QString QInputDialog::getItem(QWidget *parent, const QString &title, const QString &label, const QStringList &items, int current, bool editable, bool *ok, Qt::WindowFlags flags, Qt::InputMethodHints inputMethodHints) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1443-1465 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines (reference): | 1413-1435 | | Comparison: | Different |
| | Different | 14 | 3 |
QInputDialog::getInt| Name: | QInputDialog::getInt | | Prototype: | int QInputDialog::getInt(QWidget *parent, const QString &title, const QString &label, int value, int min, int max, int step, bool *ok, Qt::WindowFlags flags) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1308-1326 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines (reference): | 1290-1308 | | Comparison: | Different |
| | Different | 12 | 3 |
QInputDialog::getDouble| Name: | QInputDialog::getDouble | | Prototype: | double QInputDialog::getDouble(QWidget *parent, const QString &title, const QString &label, double value, double min, double max, int decimals, bool *ok, Qt::WindowFlags flags) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1389-1408 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines (reference): | 1363-1382 | | Comparison: | Different |
| | Different | 12 | 3 |
QImagePixmapCleanupHooks::executePlatformPixmapModificationHooks| Name: | QImagePixmapCleanupHooks::executePlatformPixmapModificationHooks | | Prototype: | void QImagePixmapCleanupHooks::executePlatformPixmapModificationHooks(QPlatformPixmap* pmd) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagepixmapcleanuphooks.cpp | | Lines: | 85-95 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagepixmapcleanuphooks.cpp | | Lines (reference): | 79-89 | | Comparison: | Different |
| | Different | 5 | 3 |
QImagePixmapCleanupHooks::executePlatformPixmapDestructionHooks| Name: | QImagePixmapCleanupHooks::executePlatformPixmapDestructionHooks | | Prototype: | void QImagePixmapCleanupHooks::executePlatformPixmapDestructionHooks(QPlatformPixmap* pmd) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagepixmapcleanuphooks.cpp | | Lines: | 97-107 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagepixmapcleanuphooks.cpp | | Lines (reference): | 91-101 | | Comparison: | Different |
| | Different | 5 | 3 |
QImagePixmapCleanupHooks::executeImageHooks| Name: | QImagePixmapCleanupHooks::executeImageHooks | | Prototype: | void QImagePixmapCleanupHooks::executeImageHooks(qint64 key) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagepixmapcleanuphooks.cpp | | Lines: | 109-119 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagepixmapcleanuphooks.cpp | | Lines (reference): | 103-113 | | Comparison: | Different |
| | Different | 5 | 3 |
QImageData::checkForAlphaPixels| Name: | QImageData::checkForAlphaPixels | | Prototype: | bool QImageData::checkForAlphaPixels() const | | Coverage: | 0.000% (0/85) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | | Lines: | 183-295 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | | Lines (reference): | 177-282 | | Comparison: | Different |
| | Different | 55 | 39 |
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::text| Name: | QImage::text | | Prototype: | QString QImage::text(const QString &key) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | | Lines: | 3776-3790 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | | Lines (reference): | 3757-3772 | | Comparison: | Different |
| | Different | 10 | 5 |
QImage::setPixelColor| Name: | QImage::setPixelColor | | Prototype: | void QImage::setPixelColor(int x, int y, const QColor &color) | | Coverage: | 0.000% (0/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | | Lines: | 2467-2509 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | | Lines (reference): | 2454-2490 | | Comparison: | Different |
| | Different | 22 | 12 |
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 |
QIdentityProxyModelPrivate::_q_sourceLayoutChanged| Name: | QIdentityProxyModelPrivate::_q_sourceLayoutChanged | | Prototype: | void QIdentityProxyModelPrivate::_q_sourceLayoutChanged(const QList<QPersistentModelIndex> &sourceParents, QAbstractItemModel::LayoutChangeHint hint) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | | Lines: | 523-547 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | | Lines (reference): | 516-540 | | Comparison: | Different |
| | Different | 15 | 4 |
QIdentityProxyModelPrivate::_q_sourceLayoutAboutToBeChanged| Name: | QIdentityProxyModelPrivate::_q_sourceLayoutAboutToBeChanged | | Prototype: | void QIdentityProxyModelPrivate::_q_sourceLayoutAboutToBeChanged(const QList<QPersistentModelIndex> &sourceParents, QAbstractItemModel::LayoutChangeHint hint) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | | Lines: | 495-521 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | | Lines (reference): | 489-514 | | Comparison: | Different |
| | Different | 17 | 4 |
QIconTheme::QIconTheme| Name: | QIconTheme::QIconTheme | | Prototype: | QIconTheme::QIconTheme(const QString &themeName) | | Coverage: | 0.000% (0/41) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | | Lines: | 294-374 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | | Lines (reference): | 158-236 | | Comparison: | Different |
| | Different | 49 | 14 |
QIconModeViewBase::filterDropEvent| Name: | QIconModeViewBase::filterDropEvent | | Prototype: | bool QIconModeViewBase::filterDropEvent(QDropEvent *e) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 2771-2811 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines (reference): | 2760-2801 | | Comparison: | Different |
| | Different | 33 | 9 |
QIconLoaderEngine::virtual_hook| Name: | QIconLoaderEngine::virtual_hook | | Prototype: | void QIconLoaderEngine::virtual_hook(int id, void *data) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | | Lines: | 721-756 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | | Lines (reference): | 561-591 | | Comparison: | Different |
| | Different | 16 | 5 |
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 |
QIconLoader::findIconHelper| Name: | QIconLoader::findIconHelper | | Prototype: | QThemeIconInfo QIconLoader::findIconHelper(const QString &themeName, const QString &iconName, QStringList &visited) const | | Coverage: | 0.000% (0/53) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | | Lines: | 376-479 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | | Lines (reference): | 238-319 | | Comparison: | Different |
| | Different | 48 | 14 |
QIconLoader::ensureInitialized| Name: | QIconLoader::ensureInitialized | | Prototype: | void QIconLoader::ensureInitialized() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | | Lines: | 99-113 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | | Lines (reference): | 95-111 | | Comparison: | Different |
| | Different | 8 | 4 |
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::isNull| Name: | QIcon::isNull | | Prototype: | bool QIcon::isNull() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 930-933 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines (reference): | 924-927 | | Comparison: | Different |
| | Different | 1 | 1 |
QIcon::fromTheme| Name: | QIcon::fromTheme | | Prototype: | QIcon QIcon::fromTheme(const QString &name, const QIcon &fallback) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 1209-1217 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines (reference): | 1169-1189 | | Comparison: | Different |
| | Different | 13 | 3 |
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::detach| Name: | QIcon::detach | | Prototype: | void QIcon::detach() | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 944-961 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines (reference): | 938-950 | | Comparison: | Different |
| | Different | 8 | 4 |
QIcon::addPixmap| Name: | QIcon::addPixmap | | Prototype: | void QIcon::addPixmap(const QPixmap &pixmap, Mode mode, State state) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 972-982 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines (reference): | 961-972 | | Comparison: | Different |
| | Different | 7 | 3 |
QIcon::addFile| Name: | QIcon::addFile | | Prototype: | void QIcon::addFile(const QString &fileName, const QSize &size, Mode mode, State state) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 1027-1050 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines (reference): | 1005-1041 | | Comparison: | Different |
| | Different | 20 | 9 |
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 |
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::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 |
QHttpSocketEngine::writeDatagram| Name: | QHttpSocketEngine::writeDatagram | | Prototype: | qint64 QHttpSocketEngine::writeDatagram(const char *, qint64, const QIpPacketHeader &) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 300-306 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines (reference): | 279-282 | | Comparison: | Different |
| | Different | 1 | 1 |
QHttpSocketEngine::setMulticastInterface| Name: | QHttpSocketEngine::setMulticastInterface | | Prototype: | bool QHttpSocketEngine::setMulticastInterface(const QNetworkInterface &) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 283-289 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines (reference): | 266-271 | | Comparison: | Different |
| | Different | 3 | 1 |
QHttpSocketEngine::readDatagram| Name: | QHttpSocketEngine::readDatagram | | Prototype: | qint64 QHttpSocketEngine::readDatagram(char *, qint64, QIpPacketHeader *, PacketHeaderOptions) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 292-298 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines (reference): | 274-277 | | Comparison: | Different |
| | Different | 1 | 1 |
QHttpSocketEngine::pendingDatagramSize| Name: | QHttpSocketEngine::pendingDatagramSize | | Prototype: | qint64 QHttpSocketEngine::pendingDatagramSize() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 314-318 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines (reference): | 289-292 | | Comparison: | Different |
| | Different | 1 | 1 |
QHttpSocketEngine::listen| Name: | QHttpSocketEngine::listen | | Prototype: | bool QHttpSocketEngine::listen() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 197-203 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines (reference): | 188-191 | | Comparison: | Different |
| | Different | 1 | 1 |
QHttpSocketEngine::leaveMulticastGroup| Name: | QHttpSocketEngine::leaveMulticastGroup | | Prototype: | bool QHttpSocketEngine::leaveMulticastGroup(const QHostAddress &, const QNetworkInterface &) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 269-276 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines (reference): | 253-259 | | Comparison: | Different |
| | Different | 3 | 1 |
QHttpSocketEngine::joinMulticastGroup| Name: | QHttpSocketEngine::joinMulticastGroup | | Prototype: | bool QHttpSocketEngine::joinMulticastGroup(const QHostAddress &, const QNetworkInterface &) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 260-267 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines (reference): | 245-251 | | Comparison: | Different |
| | Different | 3 | 1 |
QHttpSocketEngine::bind| Name: | QHttpSocketEngine::bind | | Prototype: | bool QHttpSocketEngine::bind(const QHostAddress &, quint16) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 189-195 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines (reference): | 183-186 | | Comparison: | Different |
| | Different | 1 | 1 |
QHttpSocketEngine::accept| Name: | QHttpSocketEngine::accept | | Prototype: | int QHttpSocketEngine::accept() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 205-211 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines (reference): | 193-196 | | Comparison: | Different |
| | Different | 1 | 1 |
QHighDpiScaling::updateHighDpiScaling| Name: | QHighDpiScaling::updateHighDpiScaling | | Prototype: | void QHighDpiScaling::updateHighDpiScaling() | | Coverage: | 0.000% (0/42) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qhighdpiscaling.cpp | | Lines: | 264-318 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qhighdpiscaling.cpp | | Lines (reference): | 258-309 | | Comparison: | Different |
| | Different | 35 | 13 |
QHighDpiScaling::setGlobalFactor| Name: | QHighDpiScaling::setGlobalFactor | | Prototype: | void QHighDpiScaling::setGlobalFactor(qreal factor) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qhighdpiscaling.cpp | | Lines: | 323-336 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qhighdpiscaling.cpp | | Lines (reference): | 314-326 | | Comparison: | Different |
| | Different | 9 | 4 |
QHeaderViewPrivate::write| Name: | QHeaderViewPrivate::write | | Prototype: | void QHeaderViewPrivate::write(QDataStream &out) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3752-3784 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines (reference): | 3665-3696 | | Comparison: | Different |
| | Different | 24 | 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::resizeSections| Name: | QHeaderViewPrivate::resizeSections | | Prototype: | void QHeaderViewPrivate::resizeSections(QHeaderView::ResizeMode globalMode, bool useGlobalMode) | | Coverage: | 0.000% (0/80) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3305-3430 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines (reference): | 3217-3344 | | Comparison: | Different |
| | Different | 82 | 19 |
QHeaderViewPrivate::read| Name: | QHeaderViewPrivate::read | | Prototype: | bool QHeaderViewPrivate::read(QDataStream &in) | | Coverage: | 0.000% (0/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3786-3912 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines (reference): | 3698-3812 | | Comparison: | Different |
| | Different | 88 | 10 |
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 |
QHeaderViewPrivate::clear| Name: | QHeaderViewPrivate::clear | | Prototype: | void QHeaderViewPrivate::clear() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3459-3471 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines (reference): | 3373-3384 | | Comparison: | Different |
| | Different | 8 | 2 |
QHeaderViewPrivate::_q_sectionsRemoved| Name: | QHeaderViewPrivate::_q_sectionsRemoved | | Prototype: | void QHeaderViewPrivate::_q_sectionsRemoved(const QModelIndex &parent, int logicalFirst, int logicalLast) | | Coverage: | 0.000% (0/67) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1978-2062 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines (reference): | 1932-2006 | | Comparison: | Different |
| | Different | 51 | 17 |
QHeaderView::visualRegionForSelection| Name: | QHeaderView::visualRegionForSelection | | Prototype: | QRegion QHeaderView::visualRegionForSelection(const QItemSelection &selection) const | | Coverage: | 0.000% (0/90) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3012-3104 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines (reference): | 2956-3052 | | Comparison: | Different |
| | Different | 70 | 26 |
QHeaderView::swapSections| Name: | QHeaderView::swapSections | | Prototype: | void QHeaderView::swapSections(int first, int second) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 809-857 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines (reference): | 800-842 | | Comparison: | Different |
| | Different | 29 | 5 |
QHeaderView::setStretchLastSection| Name: | QHeaderView::setStretchLastSection | | Prototype: | void QHeaderView::setStretchLastSection(bool stretch) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1499-1513 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines (reference): | 1473-1485 | | Comparison: | Different |
| | Different | 10 | 5 |
QHeaderView::setSectionHidden| Name: | QHeaderView::setSectionHidden | | Prototype: | void QHeaderView::setSectionHidden(int logicalIndex, bool hide) | | Coverage: | 0.000% (0/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1006-1042 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines (reference): | 991-1016 | | Comparison: | Different |
| | Different | 20 | 6 |
QHeaderView::sectionsInserted| Name: | QHeaderView::sectionsInserted | | Prototype: | void QHeaderView::sectionsInserted(const QModelIndex &parent, int logicalFirst, int logicalLast) | | Coverage: | 0.000% (0/66) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1850-1944 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines (reference): | 1822-1898 | | Comparison: | Different |
| | Different | 47 | 14 |
QHeaderView::resizeSection| Name: | QHeaderView::resizeSection | | Prototype: | void QHeaderView::resizeSection(int logical, int size) | | Coverage: | 0.000% (0/52) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 870-937 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines (reference): | 855-922 | | Comparison: | Different |
| | Different | 41 | 13 |
QHeaderView::moveSection| Name: | QHeaderView::moveSection | | Prototype: | void QHeaderView::moveSection(int from, int to) | | Coverage: | 0.000% (0/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 747-800 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines (reference): | 741-791 | | Comparison: | Different |
| | Different | 33 | 8 |
QHeaderView::initializeSections| Name: | QHeaderView::initializeSections | | Prototype: | void QHeaderView::initializeSections() | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 2128-2146 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines (reference): | 2072-2090 | | Comparison: | Different |
| | Different | 13 | 5 |
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 |
QGuiApplicationPrivate::reportGeometryChange| Name: | QGuiApplicationPrivate::reportGeometryChange | | Prototype: | void QGuiApplicationPrivate::reportGeometryChange(QWindowSystemInterfacePrivate::ScreenGeometryEvent *e) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 2697-2738 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines (reference): | 2648-2688 | | Comparison: | Different |
| | Different | 25 | 9 |
QGuiApplicationPrivate::processWheelEvent| Name: | QGuiApplicationPrivate::processWheelEvent | | Prototype: | void QGuiApplicationPrivate::processWheelEvent(QWindowSystemInterfacePrivate::WheelEvent *e) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 1961-1992 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines (reference): | 1935-1965 | | Comparison: | Different |
| | Different | 17 | 5 |
QGuiApplicationPrivate::processTouchEvent| Name: | QGuiApplicationPrivate::processTouchEvent | | Prototype: | void QGuiApplicationPrivate::processTouchEvent(QWindowSystemInterfacePrivate::TouchEvent *e) | | Coverage: | 0.000% (0/129) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 2402-2658 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines (reference): | 2353-2609 | | Comparison: | Different |
| | Different | 173 | 42 |
QGuiApplicationPrivate::processTabletLeaveProximityEvent| Name: | QGuiApplicationPrivate::processTabletLeaveProximityEvent | | Prototype: | void QGuiApplicationPrivate::processTabletLeaveProximityEvent(QWindowSystemInterfacePrivate::TabletLeaveProximityEvent *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 2337-2349 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines (reference): | 2288-2300 | | Comparison: | Different |
| | Different | 6 | 1 |
QGuiApplicationPrivate::processTabletEvent| Name: | QGuiApplicationPrivate::processTabletEvent | | Prototype: | void QGuiApplicationPrivate::processTabletEvent(QWindowSystemInterfacePrivate::TabletEvent *e) | | Coverage: | 0.000% (0/41) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 2256-2321 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines (reference): | 2217-2272 | | Comparison: | Different |
| | Different | 37 | 11 |
QGuiApplicationPrivate::processTabletEnterProximityEvent| Name: | QGuiApplicationPrivate::processTabletEnterProximityEvent | | Prototype: | void QGuiApplicationPrivate::processTabletEnterProximityEvent(QWindowSystemInterfacePrivate::TabletEnterProximityEvent *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 2323-2335 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines (reference): | 2274-2286 | | Comparison: | Different |
| | Different | 6 | 1 |
QGuiApplicationPrivate::processMouseEvent| Name: | QGuiApplicationPrivate::processMouseEvent | | Prototype: | void QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent *e) | | Coverage: | 0.000% (0/112) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 1802-1959 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines (reference): | 1776-1933 | | Comparison: | Different |
| | Different | 105 | 27 |
QGuiApplicationPrivate::processKeyEvent| Name: | QGuiApplicationPrivate::processKeyEvent | | Prototype: | void QGuiApplicationPrivate::processKeyEvent(QWindowSystemInterfacePrivate::KeyEvent *e) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 1996-2046 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines (reference): | 1969-2019 | | Comparison: | Same |
| | Same | 15 | 5 |
QGuiApplicationPrivate::init| Name: | QGuiApplicationPrivate::init | | Prototype: | void QGuiApplicationPrivate::init() | | Coverage: | 0.000% (0/83) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 1305-1462 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines (reference): | 1275-1436 | | Comparison: | Different |
| | Different | 80 | 26 |
QGuiApplicationPrivate::createPlatformIntegration| Name: | QGuiApplicationPrivate::createPlatformIntegration | | Prototype: | void QGuiApplicationPrivate::createPlatformIntegration() | | Coverage: | 0.000% (0/74) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 1203-1271 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines (reference): | 1167-1241 | | Comparison: | Different |
| | Different | 46 | 20 |
QGuiApplication::~QGuiApplication| Name: | QGuiApplication::~QGuiApplication | | Prototype: | QGuiApplication::~QGuiApplication() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 605-639 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines (reference): | 599-631 | | Comparison: | Different |
| | Different | 18 | 1 |
QGuiApplication::topLevelAt| Name: | QGuiApplication::topLevelAt | | Prototype: | QWindow *QGuiApplication::topLevelAt(const QPoint &pos) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 1017-1051 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines (reference): | 981-1015 | | Comparison: | Different |
| | Different | 18 | 8 |
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::platformFunction| Name: | QGuiApplication::platformFunction | | Prototype: | QFunctionPointer QGuiApplication::platformFunction(const QByteArray &function) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 1604-1613 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines (reference): | 1578-1587 | | Comparison: | Different |
| | Different | 5 | 2 |
QGuiApplication::devicePixelRatio| Name: | QGuiApplication::devicePixelRatio | | Prototype: | qreal QGuiApplication::devicePixelRatio() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 999-1012 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines (reference): | 962-976 | | Comparison: | Different |
| | Different | 6 | 3 |
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 |
QGroupBoxPrivate::_q_setChildrenEnabled| Name: | QGroupBoxPrivate::_q_setChildrenEnabled | | Prototype: | void QGroupBoxPrivate::_q_setChildrenEnabled(bool b) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qgroupbox.cpp | | Lines: | 655-672 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qgroupbox.cpp | | Lines (reference): | 653-672 | | Comparison: | Different |
| | Different | 12 | 6 |
QGroupBox::mousePressEvent| Name: | QGroupBox::mousePressEvent | | Prototype: | void QGroupBox::mousePressEvent(QMouseEvent *event) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qgroupbox.cpp | | Lines: | 695-713 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qgroupbox.cpp | | Lines (reference): | 695-711 | | Comparison: | Different |
| | Different | 11 | 3 |
QGroupBox::mouseMoveEvent| Name: | QGroupBox::mouseMoveEvent | | Prototype: | void QGroupBox::mouseMoveEvent(QMouseEvent *event) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qgroupbox.cpp | | Lines: | 716-730 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qgroupbox.cpp | | Lines (reference): | 714-726 | | Comparison: | Different |
| | Different | 10 | 2 |
QGroupBox::initStyleOption| Name: | QGroupBox::initStyleOption | | Prototype: | void QGroupBox::initStyleOption(QStyleOptionGroupBox *option) const | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qgroupbox.cpp | | Lines: | 92-125 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qgroupbox.cpp | | Lines (reference): | 86-123 | | Comparison: | Different |
| | Different | 27 | 8 |