| Function | Condition % | Modifications | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QChar::mirroredChar| Name: | QChar::mirroredChar | | Prototype: | uint QChar::mirroredChar(uint ucs4) noexcept | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1274-1279 | | Comparison: | New |
| | New | 3 | 2 |
QChar::script| Name: | QChar::script | | Prototype: | QChar::Script QChar::script(uint ucs4) noexcept | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1405-1410 | | Comparison: | New |
| | New | 3 | 2 |
QChar::toCaseFolded| Name: | QChar::toCaseFolded | | Prototype: | uint QChar::toCaseFolded(uint ucs4) noexcept | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1547-1552 | | Comparison: | New |
| | New | 3 | 2 |
QChar::toLower| Name: | QChar::toLower | | Prototype: | uint QChar::toLower(uint ucs4) noexcept | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1466-1471 | | Comparison: | New |
| | New | 3 | 2 |
QChar::toTitleCase| Name: | QChar::toTitleCase | | Prototype: | uint QChar::toTitleCase(uint ucs4) noexcept | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1506-1511 | | Comparison: | New |
| | New | 3 | 2 |
QChar::toUpper| Name: | QChar::toUpper | | Prototype: | uint QChar::toUpper(uint ucs4) noexcept | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1486-1491 | | Comparison: | New |
| | New | 3 | 2 |
QChar::unicodeVersion| Name: | QChar::unicodeVersion | | Prototype: | QChar::UnicodeVersion QChar::unicodeVersion(uint ucs4) noexcept | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1423-1428 | | Comparison: | New |
| | New | 3 | 2 |
QColor::black| Name: | QColor::black | | Prototype: | int QColor::black() const noexcept | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1515-1520 | | Comparison: | New |
| | New | 3 | 2 |
QColor::blackF| Name: | QColor::blackF | | Prototype: | qreal QColor::blackF() const noexcept | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1563-1568 | | Comparison: | New |
| | New | 3 | 2 |
QColor::blue| Name: | QColor::blue | | Prototype: | int QColor::blue() const noexcept | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1158-1163 | | Comparison: | New |
| | New | 3 | 2 |
QColor::blueF| Name: | QColor::blueF | | Prototype: | qreal QColor::blueF() const noexcept | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1242-1247 | | Comparison: | New |
| | New | 3 | 2 |
QColor::cyan| Name: | QColor::cyan | | Prototype: | int QColor::cyan() const noexcept | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1478-1483 | | Comparison: | New |
| | New | 3 | 2 |
QColor::cyanF| Name: | QColor::cyanF | | Prototype: | qreal QColor::cyanF() const noexcept | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1527-1532 | | Comparison: | New |
| | New | 3 | 2 |
QColor::fromRgba64| Name: | QColor::fromRgba64 | | Prototype: | QColor QColor::fromRgba64(ushort r, ushort g, ushort b, ushort a) noexcept | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1984-1989 | | Comparison: | New |
| | New | 3 | 1 |
QColor::fromRgba64| Name: | QColor::fromRgba64 | | Prototype: | QColor QColor::fromRgba64(QRgba64 rgba64) noexcept | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1999-2004 | | Comparison: | New |
| | New | 3 | 1 |
QColor::green| Name: | QColor::green | | Prototype: | int QColor::green() const noexcept | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1130-1135 | | Comparison: | New |
| | New | 3 | 2 |
QColor::greenF| Name: | QColor::greenF | | Prototype: | qreal QColor::greenF() const noexcept | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1214-1219 | | Comparison: | New |
| | New | 3 | 2 |
QColor::hslHue| Name: | QColor::hslHue | | Prototype: | int QColor::hslHue() const noexcept | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1396-1401 | | Comparison: | New |
| | New | 3 | 2 |
QColor::hslHueF| Name: | QColor::hslHueF | | Prototype: | qreal QColor::hslHueF() const noexcept | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1438-1443 | | Comparison: | New |
| | New | 3 | 2 |
QColor::hslSaturation| Name: | QColor::hslSaturation | | Prototype: | int QColor::hslSaturation() const noexcept | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1410-1415 | | Comparison: | New |
| | New | 3 | 2 |
QColor::hslSaturationF| Name: | QColor::hslSaturationF | | Prototype: | qreal QColor::hslSaturationF() const noexcept | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1452-1457 | | Comparison: | New |
| | New | 3 | 2 |
QColor::hsvHue| Name: | QColor::hsvHue | | Prototype: | int QColor::hsvHue() const noexcept | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1282-1287 | | Comparison: | New |
| | New | 3 | 2 |
QColor::hsvHueF| Name: | QColor::hsvHueF | | Prototype: | qreal QColor::hsvHueF() const noexcept | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1345-1350 | | Comparison: | New |
| | New | 3 | 2 |
QColor::hsvSaturation| Name: | QColor::hsvSaturation | | Prototype: | int QColor::hsvSaturation() const noexcept | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1308-1313 | | Comparison: | New |
| | New | 3 | 2 |
QColor::hsvSaturationF| Name: | QColor::hsvSaturationF | | Prototype: | qreal QColor::hsvSaturationF() const noexcept | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1370-1375 | | Comparison: | New |
| | New | 3 | 2 |
QColor::lightness| Name: | QColor::lightness | | Prototype: | int QColor::lightness() const noexcept | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1424-1429 | | Comparison: | New |
| | New | 3 | 2 |
QColor::lightnessF| Name: | QColor::lightnessF | | Prototype: | qreal QColor::lightnessF() const noexcept | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1466-1471 | | Comparison: | New |
| | New | 3 | 2 |
QColor::magenta| Name: | QColor::magenta | | Prototype: | int QColor::magenta() const noexcept | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1490-1495 | | Comparison: | New |
| | New | 3 | 2 |
QColor::magentaF| Name: | QColor::magentaF | | Prototype: | qreal QColor::magentaF() const noexcept | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1539-1544 | | Comparison: | New |
| | New | 3 | 2 |
QColor::operator=| Name: | QColor::operator= | | Prototype: | QColor &QColor::operator=(const QColor &color) noexcept | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 2401-2406 | | Comparison: | New |
| | New | 3 | 1 |
QColor::red| Name: | QColor::red | | Prototype: | int QColor::red() const noexcept | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1103-1108 | | Comparison: | New |
| | New | 3 | 2 |
QColor::redF| Name: | QColor::redF | | Prototype: | qreal QColor::redF() const noexcept | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1186-1191 | | Comparison: | New |
| | New | 3 | 2 |
QColor::rgb| Name: | QColor::rgb | | Prototype: | QRgb QColor::rgb() const noexcept | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1031-1036 | | Comparison: | New |
| | New | 3 | 2 |
QColor::rgba| Name: | QColor::rgba | | Prototype: | QRgb QColor::rgba() const noexcept | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 968-973 | | Comparison: | New |
| | New | 3 | 2 |
QColor::rgba64| Name: | QColor::rgba64 | | Prototype: | QRgba64 QColor::rgba64() const noexcept | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1000-1005 | | Comparison: | New |
| | New | 3 | 2 |
QColor::value| Name: | QColor::value | | Prototype: | int QColor::value() const noexcept | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1320-1325 | | Comparison: | New |
| | New | 3 | 2 |
QColor::valueF| Name: | QColor::valueF | | Prototype: | qreal QColor::valueF() const noexcept | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1382-1387 | | Comparison: | New |
| | New | 3 | 2 |
QColor::yellow| Name: | QColor::yellow | | Prototype: | int QColor::yellow() const noexcept | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1502-1507 | | Comparison: | New |
| | New | 3 | 2 |
QColor::yellowF| Name: | QColor::yellowF | | Prototype: | qreal QColor::yellowF() const noexcept | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1551-1556 | | Comparison: | New |
| | New | 3 | 2 |
QColorDialogStaticData::readSettings| Name: | QColorDialogStaticData::readSettings | | Prototype: | void QColorDialogStaticData::readSettings() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 256-266 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines (reference): | 249-259 | | Comparison: | Different |
| | Different | 3 | 5 |
QDBusMenuBar::removeMenu| Name: | QDBusMenuBar::removeMenu | | Prototype: | void QDBusMenuBar::removeMenu(QPlatformMenu *menu) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbusmenu/qdbusmenubar.cpp | | Lines: | 106-111 | | Comparison: | New |
| | New | 3 | 1 |
QDateTime::currentMSecsSinceEpoch| Name: | QDateTime::currentMSecsSinceEpoch | | Prototype: | qint64 QDateTime::currentMSecsSinceEpoch() noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 4181-4188 | | Comparison: | New |
| | New | 3 | 1 |
QEGLDeviceIntegration::fbDeviceName| Name: | QEGLDeviceIntegration::fbDeviceName | | Prototype: | QByteArray QEGLDeviceIntegration::fbDeviceName() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 121-132 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines (reference): | 131-138 | | Comparison: | Different indentation |
| | Different indentation | 3 | 3 |
QEglFSIntegration::platformFunction| Name: | QEglFSIntegration::platformFunction | | Prototype: | QFunctionPointer QEglFSIntegration::platformFunction(const QByteArray &function) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsintegration.cpp | | Lines: | 387-397 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsintegration.cpp | | Lines (reference): | 375-385 | | Comparison: | Same |
| | Same | 3 | 2 |
QEglFSKmsIntegration::hasCapability| Name: | QEglFSKmsIntegration::hasCapability | | Prototype: | bool QEglFSKmsIntegration::hasCapability(QPlatformIntegration::Capability cap) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_support/qeglfskmsintegration.cpp | | Lines: | 117-127 | | Comparison: | New |
| | New | 3 | 5 |
QEglFSKmsIntegration::platformDestroy| Name: | QEglFSKmsIntegration::platformDestroy | | Prototype: | void QEglFSKmsIntegration::platformDestroy() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_support/qeglfskmsintegration.cpp | | Lines: | 83-88 | | Comparison: | New |
| | New | 3 | 1 |
QEglFSKmsIntegration::waitForVSync| Name: | QEglFSKmsIntegration::waitForVSync | | Prototype: | void QEglFSKmsIntegration::waitForVSync(QPlatformSurface *surface) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_support/qeglfskmsintegration.cpp | | Lines: | 129-135 | | Comparison: | New |
| | New | 3 | 1 |
QEglFSKmsInterruptHandler::QEglFSKmsInterruptHandler| Name: | QEglFSKmsInterruptHandler::QEglFSKmsInterruptHandler | | Prototype: | QEglFSKmsInterruptHandler(QEglFSKmsScreen *screen) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_support/qeglfskmsscreen.cpp | | Lines: | 58-62 | | Comparison: | New |
| | New | 3 | 1 |
QElapsedTimer::msecsTo| Name: | QElapsedTimer::msecsTo | | Prototype: | qint64 QElapsedTimer::msecsTo(const QElapsedTimer &other) const noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer_unix.cpp | | Lines: | 234-239 | | Comparison: | New |
| | New | 3 | 1 |
QEvdevTabletData::QEvdevTabletData| Name: | QEvdevTabletData::QEvdevTabletData | | Prototype: | QEvdevTabletData::QEvdevTabletData(QEvdevTabletHandler *q_ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtablet/qevdevtablethandler.cpp | | Lines: | 76-82 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtablet/qevdevtablet.cpp | | Lines (reference): | 75-81 | | Comparison: | Different |
| | Different | 3 | 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 |
QFileDialogPrivate::getEnvironmentVariable| Name: | QFileDialogPrivate::getEnvironmentVariable | | Prototype: | QString QFileDialogPrivate::getEnvironmentVariable(const QString &string) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 3828-3840 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines (reference): | 3830-3842 | | Comparison: | Different |
| | Different | 3 | 2 |
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 |
QFont::operator=| Name: | QFont::operator= | | Prototype: | QFont &QFont::operator=(const QFont &font) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 676-681 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines (reference): | 673-678 | | Comparison: | Different |
| | Different | 3 | 1 |
QFontFamilyDelegate::QFontFamilyDelegate| Name: | QFontFamilyDelegate::QFontFamilyDelegate | | Prototype: | QFontFamilyDelegate::QFontFamilyDelegate(QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qfontcombobox.cpp | | Lines: | 203-209 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qfontcombobox.cpp | | Lines (reference): | 197-203 | | Comparison: | Different |
| | Different | 3 | 1 |
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 |
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 |
QGraphicsItemAnimation::posAt| Name: | QGraphicsItemAnimation::posAt | | Prototype: | QPointF QGraphicsItemAnimation::posAt(qreal step) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines: | 263-268 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | | Lines (reference): | 257-262 | | Comparison: | Different |
| | Different | 3 | 1 |
QGraphicsScene::advance| Name: | QGraphicsScene::advance | | Prototype: | void QGraphicsScene::advance() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 3297-3304 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines (reference): | 3279-3285 | | Comparison: | Different |
| | Different | 3 | 3 |
QGraphicsScene::invalidate| Name: | QGraphicsScene::invalidate | | Prototype: | void QGraphicsScene::invalidate(const QRectF &rect, SceneLayers layers) | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 3256-3262 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines (reference): | 3239-3244 | | Comparison: | Different |
| | Different | 3 | 2 |
QGraphicsScene::itemAt| Name: | QGraphicsScene::itemAt | | Prototype: | QGraphicsItem *QGraphicsScene::itemAt(const QPointF &position, const QTransform &deviceTransform) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 2169-2174 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines (reference): | 2156-2161 | | Comparison: | Different |
| | Different | 3 | 1 |
QGraphicsScenePrivate::addView| Name: | QGraphicsScenePrivate::addView | | Prototype: | void QGraphicsScenePrivate::addView(QGraphicsView *view) | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 5844-5852 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines (reference): | 5821-5828 | | Comparison: | Different |
| | Different | 3 | 2 |
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 |
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::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::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 |
QHttpSocketEnginePrivate::QHttpSocketEnginePrivate| Name: | QHttpSocketEnginePrivate::QHttpSocketEnginePrivate | | Prototype: | QHttpSocketEnginePrivate::QHttpSocketEnginePrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 828-841 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines (reference): | 803-818 | | Comparison: | Different |
| | Different | 3 | 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 |
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 |
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 |
QLoggingRegistry::updateRules| Name: | QLoggingRegistry::updateRules | | Prototype: | void QLoggingRegistry::updateRules() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingregistry.cpp | | Lines: | 366-372 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingregistry.cpp | | Lines (reference): | 366-372 | | Comparison: | Different |
| | Different | 3 | 2 |
QMdiSubWindowPrivate::setSizeGripVisible| Name: | QMdiSubWindowPrivate::setSizeGripVisible | | Prototype: | void QMdiSubWindowPrivate::setSizeGripVisible(bool visible) const | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 2209-2215 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines (reference): | 2204-2210 | | Comparison: | Different |
| | Different | 3 | 2 |
QMessageBoxDetailsText::TextEdit::contextMenuEvent| Name: | QMessageBoxDetailsText::TextEdit::contextMenuEvent | | Prototype: | void contextMenuEvent(QContextMenuEvent * e) override | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qmessagebox.cpp | | Lines: | 99-104 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qmessagebox.cpp | | Lines (reference): | 92-101 | | Comparison: | Different indentation |
| | Different indentation | 3 | 1 |
QMetaEnumBuilder::d_func| Name: | QMetaEnumBuilder::d_func | | Prototype: | QMetaEnumBuilderPrivate *QMetaEnumBuilder::d_func() const | | Coverage: | 75.000% (6/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 2577-2583 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines (reference): | 2589-2595 | | Comparison: | Different |
| | Different | 3 | 2 |
QMetaObjectBuilder::addEnumerator| Name: | QMetaObjectBuilder::addEnumerator | | Prototype: | QMetaEnumBuilder QMetaObjectBuilder::addEnumerator(const QByteArray& name) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 620-625 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines (reference): | 616-621 | | Comparison: | Different |
| | Different | 3 | 1 |
QMetaObjectBuilder::addMethod| Name: | QMetaObjectBuilder::addMethod | | Prototype: | QMetaMethodBuilder QMetaObjectBuilder::addMethod(const QByteArray& signature) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 432-437 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines (reference): | 428-433 | | Comparison: | Different |
| | Different | 3 | 1 |
QMetaObjectBuilder::addProperty| Name: | QMetaObjectBuilder::addProperty | | Prototype: | QMetaPropertyBuilder QMetaObjectBuilder::addProperty (const QByteArray& name, const QByteArray& type, int notifierId) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 568-574 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines (reference): | 564-570 | | Comparison: | Different |
| | Different | 3 | 1 |
QMetaObjectBuilder::addSlot| Name: | QMetaObjectBuilder::addSlot | | Prototype: | QMetaMethodBuilder QMetaObjectBuilder::addSlot(const QByteArray& signature) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 496-501 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines (reference): | 492-497 | | Comparison: | Different |
| | Different | 3 | 1 |
QMetaObjectBuilder::constructor| Name: | QMetaObjectBuilder::constructor | | Prototype: | QMetaMethodBuilder QMetaObjectBuilder::constructor(int index) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 780-786 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines (reference): | 776-782 | | Comparison: | Different |
| | Different | 3 | 2 |
QMetaObjectBuilder::enumerator| Name: | QMetaObjectBuilder::enumerator | | Prototype: | QMetaEnumBuilder QMetaObjectBuilder::enumerator(int index) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 807-813 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines (reference): | 803-809 | | Comparison: | Different |
| | Different | 3 | 2 |
QMetaObjectBuilder::method| Name: | QMetaObjectBuilder::method | | Prototype: | QMetaMethodBuilder QMetaObjectBuilder::method(int index) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 767-773 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines (reference): | 763-769 | | Comparison: | Different |
| | Different | 3 | 2 |
QMetaObjectBuilder::property| Name: | QMetaObjectBuilder::property | | Prototype: | QMetaPropertyBuilder QMetaObjectBuilder::property(int index) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 793-799 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines (reference): | 789-795 | | Comparison: | Different |
| | Different | 3 | 2 |
QMetaPropertyBuilder::d_func| Name: | QMetaPropertyBuilder::d_func | | Prototype: | QMetaPropertyBuilderPrivate *QMetaPropertyBuilder::d_func() const | | Coverage: | 75.000% (6/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 2105-2111 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines (reference): | 2117-2123 | | Comparison: | Different |
| | Different | 3 | 2 |
QMimeData::html| Name: | QMimeData::html | | Prototype: | QString QMimeData::html() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | | Lines: | 433-438 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | | Lines (reference): | 421-426 | | Comparison: | Different |
| | Different | 3 | 1 |
QMimeData::text| Name: | QMimeData::text | | Prototype: | QString QMimeData::text() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | | Lines: | 397-402 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | | Lines (reference): | 385-390 | | Comparison: | Different |
| | Different | 3 | 1 |
QNetworkInterface::interfaceNameFromIndex| Name: | QNetworkInterface::interfaceNameFromIndex | | Prototype: | QString QNetworkInterface::interfaceNameFromIndex(int index) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkinterface.cpp | | Lines: | 601-606 | | Comparison: | New |
| | New | 3 | 2 |
QNetworkReplyImplPrivate::nextDownstreamBlockSize| Name: | QNetworkReplyImplPrivate::nextDownstreamBlockSize | | Prototype: | qint64 QNetworkReplyImplPrivate::nextDownstreamBlockSize() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 575-582 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines (reference): | 573-580 | | Comparison: | Different |
| | Different | 3 | 2 |
QNonContiguousByteDeviceIoDeviceImpl::pos| Name: | QNonContiguousByteDeviceIoDeviceImpl::pos | | Prototype: | qint64 QNonContiguousByteDeviceIoDeviceImpl::pos() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 400-406 | | Comparison: | New |
| | New | 3 | 2 |
QNonContiguousByteDeviceIoDeviceImpl::size| Name: | QNonContiguousByteDeviceIoDeviceImpl::size | | Prototype: | qint64 QNonContiguousByteDeviceIoDeviceImpl::size() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 390-398 | | Comparison: | New |
| | New | 3 | 2 |
QOpenGLExtensionsPrivate::QOpenGLExtensionsPrivate| Name: | QOpenGLExtensionsPrivate::QOpenGLExtensionsPrivate | | Prototype: | QOpenGLExtensionsPrivate::QOpenGLExtensionsPrivate(QOpenGLContext *ctx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 4512-4521 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines (reference): | 7603-7610 | | Comparison: | Different |
| | Different | 3 | 1 |
QOpenGLFunctions::QOpenGLFunctions| Name: | QOpenGLFunctions::QOpenGLFunctions | | Prototype: | QOpenGLFunctions::QOpenGLFunctions(QOpenGLContext *context) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 274-281 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines (reference): | 251-258 | | Comparison: | Different |
| | Different | 3 | 2 |
QOpenGLTexturePrivate::isBound| Name: | QOpenGLTexturePrivate::isBound | | Prototype: | bool QOpenGLTexturePrivate::isBound() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 271-276 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines (reference): | 262-267 | | Comparison: | Different |
| | Different | 3 | 1 |
QPainterPath::currentPosition| Name: | QPainterPath::currentPosition | | Prototype: | QPointF QPainterPath::currentPosition() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 983-988 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines (reference): | 977-982 | | Comparison: | Different |
| | Different | 3 | 1 |
QPen::QPen| Name: | QPen::QPen | | Prototype: | QPen::QPen(const QPen &p) noexcept | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | | Lines: | 325-330 | | Comparison: | New |
| | New | 3 | 2 |
QPlatformNativeInterface::nativeResourceForCursor| Name: | QPlatformNativeInterface::nativeResourceForCursor | | Prototype: | void *QPlatformNativeInterface::nativeResourceForCursor(const QByteArray &resource, const QCursor &cursor) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformnativeinterface.cpp | | Lines: | 90-95 | | Comparison: | New |
| | New | 3 | 1 |
QProcess::bytesToWrite| Name: | QProcess::bytesToWrite | | Prototype: | qint64 QProcess::bytesToWrite() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1726-1733 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines (reference): | 1673-1681 | | Comparison: | Different |
| | Different | 3 | 1 |
QReadWriteLockPrivate::release| Name: | QReadWriteLockPrivate::release | | Prototype: | void QReadWriteLockPrivate::release() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | | Lines: | 630-635 | | Comparison: | New |
| | New | 3 | 1 |
QRegExpCharClass::clear| Name: | QRegExpCharClass::clear | | Prototype: | void QRegExpCharClass::clear() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 2335-2340 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines (reference): | 2329-2334 | | Comparison: | Different |
| | Different | 3 | 1 |
QSqlCachedResult::cleanup| Name: | QSqlCachedResult::cleanup | | Prototype: | void QSqlCachedResult::cleanup() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlcachedresult.cpp | | Lines: | 247-253 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlcachedresult.cpp | | Lines (reference): | 254-259 | | Comparison: | Different |
| | Different | 3 | 1 |
QSqlCachedResult::clearValues| Name: | QSqlCachedResult::clearValues | | Prototype: | void QSqlCachedResult::clearValues() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlcachedresult.cpp | | Lines: | 255-261 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlcachedresult.cpp | | Lines (reference): | 261-266 | | Comparison: | Different |
| | Different | 3 | 1 |