| Function | Condition % | Modifications | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
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::fromRgba| Name: | QColor::fromRgba | | Prototype: | QColor QColor::fromRgba(QRgb rgba) noexcept | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1911-1914 | | Comparison: | New |
| | New | 1 | 1 |
QColor::fromRgb| Name: | QColor::fromRgb | | Prototype: | QColor QColor::fromRgb(QRgb rgb) noexcept | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1895-1898 | | Comparison: | New |
| | New | 1 | 1 |
QColor::alphaF| Name: | QColor::alphaF | | Prototype: | qreal QColor::alphaF() const noexcept | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1080-1081 | | Comparison: | New |
| | New | 1 | 1 |
QColor::alpha| Name: | QColor::alpha | | Prototype: | int QColor::alpha() const noexcept | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1058-1059 | | Comparison: | New |
| | New | 1 | 1 |
QColor::QColor| Name: | QColor::QColor | | Prototype: | QColor::QColor(QRgba64 rgba64) noexcept | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 433-436 | | Comparison: | New |
| | New | 1 | 1 |
QColor::QColor| Name: | QColor::QColor | | Prototype: | QColor::QColor(Qt::GlobalColor color) noexcept | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 340-395 | | Comparison: | New |
| | New | 4 | 1 |
QColor::QColor| Name: | QColor::QColor | | Prototype: | QColor::QColor(QRgb color) noexcept | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 415-423 | | Comparison: | New |
| | New | 6 | 1 |
QChar::currentUnicodeVersion| Name: | QChar::currentUnicodeVersion | | Prototype: | QChar::UnicodeVersion QChar::currentUnicodeVersion() noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1433-1436 | | Comparison: | New |
| | New | 1 | 1 |
QCalendarDateValidator::QCalendarDateValidator| Name: | QCalendarDateValidator::QCalendarDateValidator | | Prototype: | QCalendarDateValidator::QCalendarDateValidator() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 480-486 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines (reference): | 468-474 | | Comparison: | Different |
| | Different | 2 | 1 |
QByteArray::toDouble| Name: | QByteArray::toDouble | | Prototype: | double QByteArray::toDouble(bool *ok) const | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 3795-3804 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines (reference): | 3650-3653 | | Comparison: | Different |
| | Different | 1 | 1 |
QBasicMutex::unlockInternal| Name: | QBasicMutex::unlockInternal | | Prototype: | void QBasicMutex::unlockInternal() noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex_linux.cpp | | Lines: | 191-201 | | Comparison: | New |
| | New | 7 | 1 |
QBasicMutex::lockInternal| Name: | QBasicMutex::lockInternal | | Prototype: | void QBasicMutex::lockInternal() noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex_linux.cpp | | Lines: | 177-181 | | Comparison: | New |
| | New | 2 | 1 |
QBasicMutex::lockInternal| Name: | QBasicMutex::lockInternal | | Prototype: | bool QBasicMutex::lockInternal(int timeout) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex_linux.cpp | | Lines: | 183-189 | | Comparison: | New |
| | New | 4 | 1 |
QBasicMutex::isRecursive| Name: | QBasicMutex::isRecursive | | Prototype: | bool QBasicMutex::isRecursive() noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | | Lines: | 285-288 | | Comparison: | New |
| | New | 1 | 1 |
QBasicMutex::isRecursive| Name: | QBasicMutex::isRecursive | | Prototype: | bool QBasicMutex::isRecursive() const noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | | Lines: | 296-299 | | Comparison: | New |
| | New | 1 | 1 |
QBasicAtomicBitField::allocateSpecific| Name: | QBasicAtomicBitField::allocateSpecific | | Prototype: | bool allocateSpecific(int which) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreevent.cpp | | Lines: | 411-425 | | Comparison: | New |
| | New | 5 | 1 |
QApplication::beep| Name: | QApplication::beep | | Prototype: | void QApplication::beep() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 4209-4212 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines (reference): | 4222-4225 | | Comparison: | Different |
| | Different | 1 | 1 |
QApplication::activePopupWidget| Name: | QApplication::activePopupWidget | | Prototype: | QWidget *QApplication::activePopupWidget() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 793-797 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines (reference): | 788-792 | | Comparison: | Different |
| | Different | 2 | 1 |
QAccessibleTextWidget::attributes::[lambda]| Name: | QAccessibleTextWidget::attributes::[lambda] | | Prototype: | []() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidgets.cpp | | Lines: | 910-910 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidgets.cpp | | Lines (reference): | 856-856 | | Comparison: | Same |
| | Same | 0 | 1 |
QAbstractSocketPrivate::QAbstractSocketPrivate| Name: | QAbstractSocketPrivate::QAbstractSocketPrivate | | Prototype: | QAbstractSocketPrivate::QAbstractSocketPrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 553-575 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines (reference): | 545-571 | | Comparison: | Different |
| | Different | 2 | 1 |
QAbstractSocketEnginePrivate::QAbstractSocketEnginePrivate| Name: | QAbstractSocketEnginePrivate::QAbstractSocketEnginePrivate | | Prototype: | QAbstractSocketEnginePrivate::QAbstractSocketEnginePrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocketengine.cpp | | Lines: | 77-90 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocketengine.cpp | | Lines (reference): | 71-82 | | Comparison: | Different |
| | Different | 2 | 1 |
QAbstractSocketEngine::outboundStreamCount| Name: | QAbstractSocketEngine::outboundStreamCount | | Prototype: | int QAbstractSocketEngine::outboundStreamCount() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocketengine.cpp | | Lines: | 271-274 | | Comparison: | New |
| | New | 1 | 1 |
QAbstractSocketEngine::inboundStreamCount| Name: | QAbstractSocketEngine::inboundStreamCount | | Prototype: | int QAbstractSocketEngine::inboundStreamCount() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocketengine.cpp | | Lines: | 266-269 | | Comparison: | New |
| | New | 1 | 1 |
QAbstractSocket::bytesToWrite| Name: | QAbstractSocket::bytesToWrite | | Prototype: | qint64 QAbstractSocket::bytesToWrite() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 1748-1755 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines (reference): | 1728-1735 | | Comparison: | Different |
| | Different | 2 | 1 |
QAbstractSocket::atEnd| Name: | QAbstractSocket::atEnd | | Prototype: | bool QAbstractSocket::atEnd() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 2417-2420 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines (reference): | 2379-2382 | | Comparison: | Different |
| | Different | 1 | 1 |
QAbstractSliderPrivate::QAbstractSliderPrivate| Name: | QAbstractSliderPrivate::QAbstractSliderPrivate | | Prototype: | QAbstractSliderPrivate::QAbstractSliderPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractslider.cpp | | Lines: | 212-227 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractslider.cpp | | Lines (reference): | 206-221 | | Comparison: | Different |
| | Different | 4 | 1 |
QAbstractOpenGLFunctionsPrivate::functionsBackend| Name: | QAbstractOpenGLFunctionsPrivate::functionsBackend | | Prototype: | QOpenGLVersionFunctionsBackend *QAbstractOpenGLFunctionsPrivate::functionsBackend(QOpenGLContext *context, QOpenGLVersionFunctionsBackend::Version v) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglversionfunctions.cpp | | Lines: | 118-123 | | Comparison: | New |
| | New | 3 | 1 |
QAbstractItemViewPrivate::selectedDraggableIndexes::[lambda]| Name: | QAbstractItemViewPrivate::selectedDraggableIndexes::[lambda] | | Prototype: | [this](const QModelIndex &index) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 4479-4481 | | Comparison: | New |
| | New | 1 | 1 |
QAbstractItemViewPrivate::init| Name: | QAbstractItemViewPrivate::init | | Prototype: | void QAbstractItemViewPrivate::init() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 124-147 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines (reference): | 113-133 | | Comparison: | Different |
| | Different | 14 | 1 |
QAbstractItemViewPrivate::hasEditor| Name: | QAbstractItemViewPrivate::hasEditor | | Prototype: | bool QAbstractItemViewPrivate::hasEditor(const QModelIndex &index) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 4335-4339 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines (reference): | 4285-4288 | | Comparison: | Different |
| | Different | 1 | 1 |
QAbstractItemViewPrivate::QAbstractItemViewPrivate| Name: | QAbstractItemViewPrivate::QAbstractItemViewPrivate | | Prototype: | QAbstractItemViewPrivate::QAbstractItemViewPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 75-118 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines (reference): | 66-107 | | Comparison: | Different |
| | Different | 1 | 1 |
QAbstractItemView::setHorizontalScrollMode| Name: | QAbstractItemView::setHorizontalScrollMode | | Prototype: | void QAbstractItemView::setHorizontalScrollMode(ScrollMode mode) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 1301-1313 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines (reference): | 1268-1273 | | Comparison: | Different |
| | Different | 3 | 1 |
QAbstractItemView::selectedIndexes::[lambda]| Name: | QAbstractItemView::selectedIndexes::[lambda] | | Prototype: | [this](const QModelIndex &idx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 2614-2616 | | Comparison: | New |
| | New | 1 | 1 |
QAbstractItemView::resetVerticalScrollMode| Name: | QAbstractItemView::resetVerticalScrollMode | | Prototype: | void QAbstractItemView::resetVerticalScrollMode() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 1284-1289 | | Comparison: | New |
| | New | 3 | 1 |
QAbstractItemView::resetHorizontalScrollMode| Name: | QAbstractItemView::resetHorizontalScrollMode | | Prototype: | void QAbstractItemView::resetHorizontalScrollMode() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 1321-1326 | | Comparison: | New |
| | New | 3 | 1 |
QAbstractItemModelPrivate::QAbstractItemModelPrivate| Name: | QAbstractItemModelPrivate::QAbstractItemModelPrivate | | Prototype: | QAbstractItemModelPrivate::QAbstractItemModelPrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 489-494 | | Comparison: | New |
| | New | 2 | 1 |
QAbstractItemModel::mimeTypes::[lambda]| Name: | QAbstractItemModel::mimeTypes::[lambda] | | Prototype: | []() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 1848-1848 | | Comparison: | New |
| | New | 0 | 1 |
QAbstractItemModel::mimeTypes| Name: | QAbstractItemModel::mimeTypes | | Prototype: | QStringList QAbstractItemModel::mimeTypes() const | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 1845-1850 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines (reference): | 1808-1813 | | Comparison: | Different |
| | Different | 3 | 1 |
QAbstractConcatenable::appendLatin1To| Name: | QAbstractConcatenable::appendLatin1To | | Prototype: | void QAbstractConcatenable::appendLatin1To(const char *a, int len, QChar *out) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 10743-10746 | | Comparison: | New |
| | New | 1 | 1 |
QAbstractButtonPrivate::queryButtonList::[lambda]| Name: | QAbstractButtonPrivate::queryButtonList::[lambda] | | Prototype: | [](QAbstractButton *candidate) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractbutton.cpp | | Lines: | 191-197 | | Comparison: | New |
| | New | 5 | 1 |
Part::Part| Name: | Part::Part | | Prototype: | Part(const QString &s, int pos, int len, int num = -1) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 7903-7904 | | Comparison: | New |
| | New | 1 | 1 |
MinOverlapPlacer::findNonInsiders::[lambda]| Name: | MinOverlapPlacer::findNonInsiders::[lambda] | | Prototype: | [domain](const QRect &srcRect) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 489-489 | | Comparison: | New |
| | New | 1 | 1 |
KeyChecker::KeyChecker| Name: | KeyChecker::KeyChecker | | Prototype: | KeyChecker(xcb_window_t window, xcb_keycode_t code, xcb_timestamp_t time, quint16 state) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbkeyboard.cpp | | Lines: | 1400-1408 | | Comparison: | New |
| | New | 2 | 1 |
IsInvalidName::warn| Name: | IsInvalidName::warn | | Prototype: | static bool warn(const char *what) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | | Lines: | 277-281 | | Comparison: | New |
| | New | 2 | 1 |
DeviceIntegration::DeviceIntegration::[lambda]| Name: | DeviceIntegration::DeviceIntegration::[lambda] | | Prototype: | []() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfshooks.cpp | | Lines: | 107-107 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfshooks.cpp | | Lines (reference): | 101-101 | | Comparison: | Same |
| | Same | 0 | 1 |
CreateMagicMatchRuleResult::CreateMagicMatchRuleResult| Name: | CreateMagicMatchRuleResult::CreateMagicMatchRuleResult | | Prototype: | CreateMagicMatchRuleResult(const QStringRef &type, const QStringRef &value, const QStringRef &offsets, const QStringRef &mask) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimetypeparser.cpp | | Lines: | 179-183 | | Comparison: | New |
| | New | 3 | 1 |
CapabilitiesToStateMask::setSourcePixmapMask| Name: | CapabilitiesToStateMask::setSourcePixmapMask | | Prototype: | void setSourcePixmapMask() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | | Lines: | 198-213 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | | Lines (reference): | 192-207 | | Comparison: | Different |
| | Different | 10 | 1 |
CapabilitiesToStateMask::setSourceOverScaledPixmapMask| Name: | CapabilitiesToStateMask::setSourceOverScaledPixmapMask | | Prototype: | void setSourceOverScaledPixmapMask() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | | Lines: | 219-222 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | | Lines (reference): | 213-216 | | Comparison: | Different |
| | Different | 2 | 1 |
AttributeFormatterRef::operator=| Name: | AttributeFormatterRef::operator= | | Prototype: | template <typename RHS> void operator=(RHS &&rhs) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidgets.cpp | | Lines: | 734-736 | | Comparison: | New |
| | New | 1 | 1 |
AttributeFormatterRef::AttributeFormatterRef| Name: | AttributeFormatterRef::AttributeFormatterRef | | Prototype: | AttributeFormatterRef(QString &string, const char *key) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidgets.cpp | | Lines: | 732-732 | | Comparison: | New |
| | New | 1 | 1 |
AttributeFormatter::toFormatted| Name: | AttributeFormatter::toFormatted | | Prototype: | QString toFormatted() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidgets.cpp | | Lines: | 759-759 | | Comparison: | New |
| | New | 1 | 1 |
AttributeFormatter::operator[]| Name: | AttributeFormatter::operator[] | | Prototype: | AttributeFormatterRef operator[](const char *key) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidgets.cpp | | Lines: | 756-757 | | Comparison: | New |
| | New | 1 | 1 |