Line | Source | Count |
1 | | - |
2 | | - |
3 | | - |
4 | | - |
5 | | - |
6 | | - |
7 | | - |
8 | | - |
9 | | - |
10 | | - |
11 | | - |
12 | | - |
13 | | - |
14 | namespace { | - |
15 | struct DefinedTypesFilter { | - |
16 | template<typename T> | - |
17 | struct Acceptor { | - |
18 | static const bool IsAccepted = QtMetaTypePrivate::TypeDefinition<T>::IsAvailable && QModulesPrivate::QTypeModuleInfo<T>::IsCore; | - |
19 | }; | - |
20 | }; | - |
21 | } | - |
22 | static const struct { const char * typeName; int typeNameLength; int type; } types[] = { | - |
23 | { "void", sizeof("void") - 1, 43 }, { "bool", sizeof("bool") - 1, 1 }, { "int", sizeof("int") - 1, 2 }, { "uint", sizeof("uint") - 1, 3 }, { "qlonglong", sizeof("qlonglong") - 1, 4 }, { "qulonglong", sizeof("qulonglong") - 1, 5 }, { "double", sizeof("double") - 1, 6 }, { "long", sizeof("long") - 1, 32 }, { "short", sizeof("short") - 1, 33 }, { "char", sizeof("char") - 1, 34 }, { "ulong", sizeof("ulong") - 1, 35 }, { "ushort", sizeof("ushort") - 1, 36 }, { "uchar", sizeof("uchar") - 1, 37 }, { "float", sizeof("float") - 1, 38 }, { "signed char", sizeof("signed char") - 1, 40 }, { "void*", sizeof("void*") - 1, 31 }, { "QChar", sizeof("QChar") - 1, 7 }, { "QString", sizeof("QString") - 1, 10 }, { "QStringList", sizeof("QStringList") - 1, 11 }, { "QByteArray", sizeof("QByteArray") - 1, 12 }, { "QBitArray", sizeof("QBitArray") - 1, 13 }, { "QDate", sizeof("QDate") - 1, 14 }, { "QTime", sizeof("QTime") - 1, 15 }, { "QDateTime", sizeof("QDateTime") - 1, 16 }, { "QUrl", sizeof("QUrl") - 1, 17 }, { "QLocale", sizeof("QLocale") - 1, 18 }, { "QRect", sizeof("QRect") - 1, 19 }, { "QRectF", sizeof("QRectF") - 1, 20 }, { "QSize", sizeof("QSize") - 1, 21 }, { "QSizeF", sizeof("QSizeF") - 1, 22 }, { "QLine", sizeof("QLine") - 1, 23 }, { "QLineF", sizeof("QLineF") - 1, 24 }, { "QPoint", sizeof("QPoint") - 1, 25 }, { "QPointF", sizeof("QPointF") - 1, 26 }, { "QRegExp", sizeof("QRegExp") - 1, 27 }, { "QEasingCurve", sizeof("QEasingCurve") - 1, 29 }, { "QUuid", sizeof("QUuid") - 1, 30 }, { "QVariant", sizeof("QVariant") - 1, 41 }, { "QModelIndex", sizeof("QModelIndex") - 1, 42 }, { "QRegularExpression", sizeof("QRegularExpression") - 1, 44 }, { "QJsonValue", sizeof("QJsonValue") - 1, 45 }, { "QJsonObject", sizeof("QJsonObject") - 1, 46 }, { "QJsonArray", sizeof("QJsonArray") - 1, 47 }, { "QJsonDocument", sizeof("QJsonDocument") - 1, 48 }, { "QPersistentModelIndex", sizeof("QPersistentModelIndex") - 1, 50 }, { "QObject*", sizeof("QObject*") - 1, 39 }, { "QVariantMap", sizeof("QVariantMap") - 1, 8 }, { "QVariantList", sizeof("QVariantList") - 1, 9 }, { "QVariantHash", sizeof("QVariantHash") - 1, 28 }, { "QByteArrayList", sizeof("QByteArrayList") - 1, 49 }, { "QFont", sizeof("QFont") - 1, 64 }, { "QPixmap", sizeof("QPixmap") - 1, 65 }, { "QBrush", sizeof("QBrush") - 1, 66 }, { "QColor", sizeof("QColor") - 1, 67 }, { "QPalette", sizeof("QPalette") - 1, 68 }, { "QIcon", sizeof("QIcon") - 1, 69 }, { "QImage", sizeof("QImage") - 1, 70 }, { "QPolygon", sizeof("QPolygon") - 1, 71 }, { "QRegion", sizeof("QRegion") - 1, 72 }, { "QBitmap", sizeof("QBitmap") - 1, 73 }, { "QCursor", sizeof("QCursor") - 1, 74 }, { "QKeySequence", sizeof("QKeySequence") - 1, 75 }, { "QPen", sizeof("QPen") - 1, 76 }, { "QTextLength", sizeof("QTextLength") - 1, 77 }, { "QTextFormat", sizeof("QTextFormat") - 1, 78 }, { "QMatrix", sizeof("QMatrix") - 1, 79 }, { "QTransform", sizeof("QTransform") - 1, 80 }, { "QMatrix4x4", sizeof("QMatrix4x4") - 1, 81 }, { "QVector2D", sizeof("QVector2D") - 1, 82 }, { "QVector3D", sizeof("QVector3D") - 1, 83 }, { "QVector4D", sizeof("QVector4D") - 1, 84 }, { "QQuaternion", sizeof("QQuaternion") - 1, 85 }, { "QPolygonF", sizeof("QPolygonF") - 1, 86 }, { "QSizePolicy", sizeof("QSizePolicy") - 1, 121 }, | - |
24 | { "unsigned long", sizeof("unsigned long") - 1, QMetaType::ULong }, { "unsigned int", sizeof("unsigned int") - 1, QMetaType::UInt }, { "unsigned short", sizeof("unsigned short") - 1, QMetaType::UShort }, { "unsigned char", sizeof("unsigned char") - 1, QMetaType::UChar }, { "long long", sizeof("long long") - 1, QMetaType::LongLong }, { "unsigned long long", sizeof("unsigned long long") - 1, QMetaType::ULongLong }, { "qint8", sizeof("qint8") - 1, QMetaType::SChar }, { "quint8", sizeof("quint8") - 1, QMetaType::UChar }, { "qint16", sizeof("qint16") - 1, QMetaType::Short }, { "quint16", sizeof("quint16") - 1, QMetaType::UShort }, { "qint32", sizeof("qint32") - 1, QMetaType::Int }, { "quint32", sizeof("quint32") - 1, QMetaType::UInt }, { "qint64", sizeof("qint64") - 1, QMetaType::LongLong }, { "quint64", sizeof("quint64") - 1, QMetaType::ULongLong }, { "QList<QVariant>", sizeof("QList<QVariant>") - 1, QMetaType::QVariantList }, { "QMap<QString,QVariant>", sizeof("QMap<QString,QVariant>") - 1, QMetaType::QVariantMap }, { "QHash<QString,QVariant>", sizeof("QHash<QString,QVariant>") - 1, QMetaType::QVariantHash }, { "QList<QByteArray>", sizeof("QList<QByteArray>") - 1, QMetaType::QByteArrayList }, | - |
25 | { "qreal", sizeof("qreal") - 1, QMetaTypeId2<qreal>::MetaType }, | - |
26 | {0, 0, QMetaType::UnknownType} | - |
27 | }; | - |
28 | | - |
29 | __attribute__((visibility("default"))) const QMetaTypeInterface *qMetaTypeGuiHelper = 0; | - |
30 | __attribute__((visibility("default"))) const QMetaTypeInterface *qMetaTypeWidgetsHelper = 0; | - |
31 | __attribute__((visibility("default"))) const QMetaObject *qMetaObjectWidgetsHelper = 0; | - |
32 | | - |
33 | class QCustomTypeInfo : public QMetaTypeInterface | - |
34 | { | - |
35 | public: | - |
36 | QCustomTypeInfo() | - |
37 | : alias(-1) | - |
38 | { | - |
39 | QMetaTypeInterface empty = { (QtMetaTypePrivate::QMetaTypeFunctionHelper<void, QtMetaTypePrivate::TypeDefinition<void>::IsAvailable>::Save), (QtMetaTypePrivate::QMetaTypeFunctionHelper<void, QtMetaTypePrivate::TypeDefinition<void>::IsAvailable>::Load), (QtMetaTypePrivate::QMetaTypeFunctionHelper<void, QtMetaTypePrivate::TypeDefinition<void>::IsAvailable>::Construct), (QtMetaTypePrivate::QMetaTypeFunctionHelper<void, QtMetaTypePrivate::TypeDefinition<void>::IsAvailable>::Destruct), (QTypeInfo<void>::sizeOf), QtPrivate::QMetaTypeTypeFlags<void>::Flags, (QtPrivate::MetaObjectForType<void>::value()) }; | - |
40 | *static_cast<QMetaTypeInterface*>(this) = empty; | - |
41 | }executed 11942 times by 316 tests: end of block Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- ...
| 11942 |
42 | QByteArray typeName; | - |
43 | int alias; | - |
44 | }; | - |
45 | | - |
46 | template<typename T, typename Key> | - |
47 | class QMetaTypeFunctionRegistry | - |
48 | { | - |
49 | public: | - |
50 | ~QMetaTypeFunctionRegistry() | - |
51 | { | - |
52 | const QWriteLocker locker(&lock); | - |
53 | map.clear(); | - |
54 | }executed 506 times by 237 tests: end of block Executed by:- tst_gestures - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qalgorithms - unknown status
- tst_qanimationgroup - unknown status
- tst_qapplication - unknown status
- tst_qbackingstore - unknown status
- tst_qboxlayout - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qcolordialog - unknown status
- tst_qcolumnview - unknown status
- ...
| 506 |
55 | | - |
56 | bool contains(Key k) const | - |
57 | { | - |
58 | const QReadLocker locker(&lock); | - |
59 | returnexecuted 5774 times by 241 tests: return map.contains(k); Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- ...
map.contains(k);executed 5774 times by 241 tests: return map.contains(k); Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- ...
| 5774 |
60 | } | - |
61 | | - |
62 | bool insertIfNotContains(Key k, const T *f) | - |
63 | { | - |
64 | const QWriteLocker locker(&lock); | - |
65 | const T* &fun = map[k]; | - |
66 | if (fun != 0TRUE | evaluated 1 time by 1 test | FALSE | evaluated 4772 times by 239 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- ...
|
) | 1-4772 |
67 | returnexecuted 1 time by 1 test: return false; false;executed 1 time by 1 test: return false; | 1 |
68 | fun = f; | - |
69 | returnexecuted 4772 times by 239 tests: return true; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- ...
true;executed 4772 times by 239 tests: return true; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- ...
| 4772 |
70 | } | - |
71 | | - |
72 | const T *function(Key k) const | - |
73 | { | - |
74 | const QReadLocker locker(&lock); | - |
75 | returnexecuted 2257 times by 33 tests: return map.value(k, 0); Executed by:- tst_QAbstractProxyModel
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusPendingCall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDBusThreading
- tst_QFtp
- tst_QGraphicsItem
- tst_QGuiApplication
- tst_QIdentityProxyModel
- tst_QMetaProperty
- tst_QMetaType
- tst_QNetworkAccessManager
- tst_QNetworkRequest
- tst_QPrinter
- tst_QProcess
- ...
map.value(k, 0);executed 2257 times by 33 tests: return map.value(k, 0); Executed by:- tst_QAbstractProxyModel
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusPendingCall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDBusThreading
- tst_QFtp
- tst_QGraphicsItem
- tst_QGuiApplication
- tst_QIdentityProxyModel
- tst_QMetaProperty
- tst_QMetaType
- tst_QNetworkAccessManager
- tst_QNetworkRequest
- tst_QPrinter
- tst_QProcess
- ...
| 2257 |
76 | } | - |
77 | | - |
78 | void remove(int from, int to) | - |
79 | { | - |
80 | const Key k(from, to); | - |
81 | const QWriteLocker locker(&lock); | - |
82 | map.remove(k); | - |
83 | }executed 4831 times by 235 tests: end of block Executed by:- tst_gestures - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qalgorithms - unknown status
- tst_qanimationgroup - unknown status
- tst_qapplication - unknown status
- tst_qbackingstore - unknown status
- tst_qboxlayout - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qcolordialog - unknown status
- tst_qcolumnview - unknown status
- ...
| 4831 |
84 | private: | - |
85 | mutable QReadWriteLock lock; | - |
86 | QHash<Key, const T *> map; | - |
87 | }; | - |
88 | | - |
89 | typedef QMetaTypeFunctionRegistry<QtPrivate::AbstractConverterFunction,QPair<int,int> > | - |
90 | QMetaTypeConverterRegistry; | - |
91 | typedef QMetaTypeFunctionRegistry<QtPrivate::AbstractComparatorFunction,int> | - |
92 | QMetaTypeComparatorRegistry; | - |
93 | typedef QMetaTypeFunctionRegistry<QtPrivate::AbstractDebugStreamFunction,int> | - |
94 | QMetaTypeDebugStreamRegistry; | - |
95 | | - |
96 | namespace | - |
97 | { | - |
98 | union CheckThatItIsPod | - |
99 | { | - |
100 | QMetaTypeInterface iface; | - |
101 | }; | - |
102 | } | - |
103 | | - |
104 | template<> class QTypeInfo<QCustomTypeInfo > { public: enum { isComplex = (((Q_MOVABLE_TYPE) & Q_PRIMITIVE_TYPE) == 0), isStatic = (((Q_MOVABLE_TYPE) & (Q_MOVABLE_TYPE | Q_PRIMITIVE_TYPE)) == 0), isRelocatable = !isStatic || ((Q_MOVABLE_TYPE) & Q_RELOCATABLE_TYPE), isLarge = (sizeof(QCustomTypeInfo)>sizeof(void*)), isPointer = false, isIntegral = QtPrivate::is_integral< QCustomTypeInfo >::value, isDummy = (((Q_MOVABLE_TYPE) & Q_DUMMY_TYPE) != 0), sizeOf = sizeof(QCustomTypeInfo) }; static inline const char *name() { return "QCustomTypeInfo"; } }; | - |
105 | namespace { namespace Q_QGS_customTypes { typedef QVector<QCustomTypeInfo> Type; QBasicAtomicInt guard = { QtGlobalStatic::Uninitialized }; __attribute__((visibility("hidden"))) inline Type *innerFunction() { struct HolderBase { ~HolderBase() noexcept { if (guard.load() == QtGlobalStatic::InitializedTRUE | evaluated 495 times by 191 testsEvaluated by:- tst_lancelot - unknown status
- tst_networkselftest - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qalgorithms - unknown status
- tst_qanimationgroup - unknown status
- tst_qarraydata - unknown status
- tst_qarraydata_strictiterators - unknown status
- tst_qasn1element - unknown status
- tst_qbackingstore - unknown status
- tst_qbrush - unknown status
- tst_qclipboard - unknown status
- tst_qcolor - unknown status
- tst_qcommandlineparser - unknown status
- tst_qcomplextext - unknown status
- tst_qcryptographichash - unknown status
- tst_qcssparser - unknown status
- tst_qdatastream - unknown status
- tst_qdate - unknown status
- tst_qdatetime - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- ...
| FALSE | never evaluated |
) guard.store(QtGlobalStatic::Destroyed);executed 495 times by 191 tests: guard.store(QtGlobalStatic::Destroyed); Executed by:- tst_lancelot - unknown status
- tst_networkselftest - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qalgorithms - unknown status
- tst_qanimationgroup - unknown status
- tst_qarraydata - unknown status
- tst_qarraydata_strictiterators - unknown status
- tst_qasn1element - unknown status
- tst_qbackingstore - unknown status
- tst_qbrush - unknown status
- tst_qclipboard - unknown status
- tst_qcolor - unknown status
- tst_qcommandlineparser - unknown status
- tst_qcomplextext - unknown status
- tst_qcryptographichash - unknown status
- tst_qcssparser - unknown status
- tst_qdatastream - unknown status
- tst_qdate - unknown status
- tst_qdatetime - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- ...
}executed 495 times by 191 tests: end of block Executed by:- tst_lancelot - unknown status
- tst_networkselftest - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qalgorithms - unknown status
- tst_qanimationgroup - unknown status
- tst_qarraydata - unknown status
- tst_qarraydata_strictiterators - unknown status
- tst_qasn1element - unknown status
- tst_qbackingstore - unknown status
- tst_qbrush - unknown status
- tst_qclipboard - unknown status
- tst_qcolor - unknown status
- tst_qcommandlineparser - unknown status
- tst_qcomplextext - unknown status
- tst_qcryptographichash - unknown status
- tst_qcssparser - unknown status
- tst_qdatastream - unknown status
- tst_qdate - unknown status
- tst_qdatetime - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- ...
}; static struct Holder : public HolderBase { Type value; Holder() noexcept(noexcept(Type ())) : value () { guard.store(QtGlobalStatic::Initialized); } } holder; returnexecuted 1227188 times by 345 tests: return &holder.value; Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- ...
&holder.value;executed 1227188 times by 345 tests: return &holder.value; Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- ...
} } } static QGlobalStatic<QVector<QCustomTypeInfo>, Q_QGS_customTypes::innerFunction, Q_QGS_customTypes::guard> customTypes; | 0-1227188 |
106 | namespace { namespace Q_QGS_customTypesLock { typedef QReadWriteLock Type; QBasicAtomicInt guard = { QtGlobalStatic::Uninitialized }; __attribute__((visibility("hidden"))) inline Type *innerFunction() { struct HolderBase { ~HolderBase() noexcept { if (guard.load() == QtGlobalStatic::InitializedTRUE | evaluated 495 times by 191 testsEvaluated by:- tst_lancelot - unknown status
- tst_networkselftest - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qalgorithms - unknown status
- tst_qanimationgroup - unknown status
- tst_qarraydata - unknown status
- tst_qarraydata_strictiterators - unknown status
- tst_qasn1element - unknown status
- tst_qbackingstore - unknown status
- tst_qbrush - unknown status
- tst_qclipboard - unknown status
- tst_qcolor - unknown status
- tst_qcommandlineparser - unknown status
- tst_qcomplextext - unknown status
- tst_qcryptographichash - unknown status
- tst_qcssparser - unknown status
- tst_qdatastream - unknown status
- tst_qdate - unknown status
- tst_qdatetime - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- ...
| FALSE | never evaluated |
) guard.store(QtGlobalStatic::Destroyed);executed 495 times by 191 tests: guard.store(QtGlobalStatic::Destroyed); Executed by:- tst_lancelot - unknown status
- tst_networkselftest - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qalgorithms - unknown status
- tst_qanimationgroup - unknown status
- tst_qarraydata - unknown status
- tst_qarraydata_strictiterators - unknown status
- tst_qasn1element - unknown status
- tst_qbackingstore - unknown status
- tst_qbrush - unknown status
- tst_qclipboard - unknown status
- tst_qcolor - unknown status
- tst_qcommandlineparser - unknown status
- tst_qcomplextext - unknown status
- tst_qcryptographichash - unknown status
- tst_qcssparser - unknown status
- tst_qdatastream - unknown status
- tst_qdate - unknown status
- tst_qdatetime - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- ...
}executed 495 times by 191 tests: end of block Executed by:- tst_lancelot - unknown status
- tst_networkselftest - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qalgorithms - unknown status
- tst_qanimationgroup - unknown status
- tst_qarraydata - unknown status
- tst_qarraydata_strictiterators - unknown status
- tst_qasn1element - unknown status
- tst_qbackingstore - unknown status
- tst_qbrush - unknown status
- tst_qclipboard - unknown status
- tst_qcolor - unknown status
- tst_qcommandlineparser - unknown status
- tst_qcomplextext - unknown status
- tst_qcryptographichash - unknown status
- tst_qcssparser - unknown status
- tst_qdatastream - unknown status
- tst_qdate - unknown status
- tst_qdatetime - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- ...
}; static struct Holder : public HolderBase { Type value; Holder() noexcept(noexcept(Type ())) : value () { guard.store(QtGlobalStatic::Initialized); } } holder; returnexecuted 1201854 times by 345 tests: return &holder.value; Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- ...
&holder.value;executed 1201854 times by 345 tests: return &holder.value; Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- ...
} } } static QGlobalStatic<QReadWriteLock, Q_QGS_customTypesLock::innerFunction, Q_QGS_customTypesLock::guard> customTypesLock; | 0-1201854 |
107 | namespace { namespace Q_QGS_customTypesConversionRegistry { typedef QMetaTypeConverterRegistry Type; QBasicAtomicInt guard = { QtGlobalStatic::Uninitialized }; __attribute__((visibility("hidden"))) inline Type *innerFunction() { struct HolderBase { ~HolderBase() noexcept { if (guard.load() == QtGlobalStatic::InitializedTRUE | evaluated 460 times by 237 testsEvaluated by:- tst_gestures - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qalgorithms - unknown status
- tst_qanimationgroup - unknown status
- tst_qapplication - unknown status
- tst_qbackingstore - unknown status
- tst_qboxlayout - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qcolordialog - unknown status
- tst_qcolumnview - unknown status
- ...
| FALSE | never evaluated |
) guard.store(QtGlobalStatic::Destroyed);executed 460 times by 237 tests: guard.store(QtGlobalStatic::Destroyed); Executed by:- tst_gestures - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qalgorithms - unknown status
- tst_qanimationgroup - unknown status
- tst_qapplication - unknown status
- tst_qbackingstore - unknown status
- tst_qboxlayout - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qcolordialog - unknown status
- tst_qcolumnview - unknown status
- ...
}executed 460 times by 237 tests: end of block Executed by:- tst_gestures - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qalgorithms - unknown status
- tst_qanimationgroup - unknown status
- tst_qapplication - unknown status
- tst_qbackingstore - unknown status
- tst_qboxlayout - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qcolordialog - unknown status
- tst_qcolumnview - unknown status
- ...
}; static struct Holder : public HolderBase { Type value; Holder() noexcept(noexcept(Type ())) : value () { guard.store(QtGlobalStatic::Initialized); } } holder; returnexecuted 17247 times by 468 tests: return &holder.value; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- ...
&holder.value;executed 17247 times by 468 tests: return &holder.value; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- ...
} } } static QGlobalStatic<QMetaTypeConverterRegistry, Q_QGS_customTypesConversionRegistry::innerFunction, Q_QGS_customTypesConversionRegistry::guard> customTypesConversionRegistry; | 0-17247 |
108 | namespace { namespace Q_QGS_customTypesComparatorRegistry { typedef QMetaTypeComparatorRegistry Type; QBasicAtomicInt guard = { QtGlobalStatic::Uninitialized }; __attribute__((visibility("hidden"))) inline Type *innerFunction() { struct HolderBase { ~HolderBase() noexcept { if (guard.load() == QtGlobalStatic::InitializedTRUE | evaluated 44 times by 21 testsEvaluated by:- tst_qabstractproxymodel - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_no_app - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbuslocalcalls - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbuspendingcall - unknown status
- tst_qdbuspendingreply - unknown status
- tst_qdbusreply - unknown status
- tst_qftp - unknown status
- tst_qidentityproxymodel - unknown status
- tst_qmetatype - unknown status
- tst_qnetworkrequest - unknown status
- tst_qprinter - unknown status
- tst_qpropertyanimation - unknown status
- tst_qstylesheetstyle - unknown status
- tst_qvariant - unknown status
- tst_selftests - unknown status
| FALSE | never evaluated |
) guard.store(QtGlobalStatic::Destroyed);executed 44 times by 21 tests: guard.store(QtGlobalStatic::Destroyed); Executed by:- tst_qabstractproxymodel - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_no_app - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbuslocalcalls - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbuspendingcall - unknown status
- tst_qdbuspendingreply - unknown status
- tst_qdbusreply - unknown status
- tst_qftp - unknown status
- tst_qidentityproxymodel - unknown status
- tst_qmetatype - unknown status
- tst_qnetworkrequest - unknown status
- tst_qprinter - unknown status
- tst_qpropertyanimation - unknown status
- tst_qstylesheetstyle - unknown status
- tst_qvariant - unknown status
- tst_selftests - unknown status
}executed 44 times by 21 tests: end of block Executed by:- tst_qabstractproxymodel - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_no_app - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbuslocalcalls - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbuspendingcall - unknown status
- tst_qdbuspendingreply - unknown status
- tst_qdbusreply - unknown status
- tst_qftp - unknown status
- tst_qidentityproxymodel - unknown status
- tst_qmetatype - unknown status
- tst_qnetworkrequest - unknown status
- tst_qprinter - unknown status
- tst_qpropertyanimation - unknown status
- tst_qstylesheetstyle - unknown status
- tst_qvariant - unknown status
- tst_selftests - unknown status
}; static struct Holder : public HolderBase { Type value; Holder() noexcept(noexcept(Type ())) : value () { guard.store(QtGlobalStatic::Initialized); } } holder; returnexecuted 381 times by 24 tests: return &holder.value; Executed by:- tst_QAbstractProxyModel
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusPendingCall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QFtp
- tst_QIdentityProxyModel
- tst_QMetaType
- tst_QNetworkRequest
- tst_QPrinter
- tst_QPropertyAnimation
- tst_QStyleSheetStyle
- tst_QVariant
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_selftests - unknown status
&holder.value;executed 381 times by 24 tests: return &holder.value; Executed by:- tst_QAbstractProxyModel
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusPendingCall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QFtp
- tst_QIdentityProxyModel
- tst_QMetaType
- tst_QNetworkRequest
- tst_QPrinter
- tst_QPropertyAnimation
- tst_QStyleSheetStyle
- tst_QVariant
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_selftests - unknown status
} } } static QGlobalStatic<QMetaTypeComparatorRegistry, Q_QGS_customTypesComparatorRegistry::innerFunction, Q_QGS_customTypesComparatorRegistry::guard> customTypesComparatorRegistry; | 0-381 |
109 | namespace { namespace Q_QGS_customTypesDebugStreamRegistry { typedef QMetaTypeDebugStreamRegistry Type; QBasicAtomicInt guard = { QtGlobalStatic::Uninitialized }; __attribute__((visibility("hidden"))) inline Type *innerFunction() { struct HolderBase { ~HolderBase() noexcept { if (guard.load() == QtGlobalStatic::InitializedTRUE | evaluated 2 times by 2 testsEvaluated by:- tst_qmetatype - unknown status
- tst_qvariant - unknown status
| FALSE | never evaluated |
) guard.store(QtGlobalStatic::Destroyed);executed 2 times by 2 tests: guard.store(QtGlobalStatic::Destroyed); Executed by:- tst_qmetatype - unknown status
- tst_qvariant - unknown status
}executed 2 times by 2 tests: end of block Executed by:- tst_qmetatype - unknown status
- tst_qvariant - unknown status
}; static struct Holder : public HolderBase { Type value; Holder() noexcept(noexcept(Type ())) : value () { guard.store(QtGlobalStatic::Initialized); } } holder; returnexecuted 7 times by 2 tests: return &holder.value; Executed by:- tst_QMetaType
- tst_QVariant
&holder.value;executed 7 times by 2 tests: return &holder.value; Executed by:- tst_QMetaType
- tst_QVariant
} } } static QGlobalStatic<QMetaTypeDebugStreamRegistry, Q_QGS_customTypesDebugStreamRegistry::innerFunction, Q_QGS_customTypesDebugStreamRegistry::guard> customTypesDebugStreamRegistry; | 0-7 |
110 | bool QMetaType::registerConverterFunction(const QtPrivate::AbstractConverterFunction *f, int from, int to) | - |
111 | { | - |
112 | if (!customTypesConversionRegistry()->insertIfNotContains(qMakePair(from, to), f)TRUE | evaluated 1 time by 1 test | FALSE | evaluated 4769 times by 239 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- ...
|
) { | 1-4769 |
113 | QMessageLogger(__FILE__, 642, __PRETTY_FUNCTION__).warning("Type conversion already registered from type %s to type %s", | - |
114 | QMetaType::typeName(from), QMetaType::typeName(to)); | - |
115 | returnexecuted 1 time by 1 test: return false; false;executed 1 time by 1 test: return false; | 1 |
116 | } | - |
117 | returnexecuted 4769 times by 239 tests: return true; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- ...
true;executed 4769 times by 239 tests: return true; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- ...
| 4769 |
118 | } | - |
119 | | - |
120 | | - |
121 | | - |
122 | | - |
123 | | - |
124 | | - |
125 | void QMetaType::unregisterConverterFunction(int from, int to) | - |
126 | { | - |
127 | if (customTypesConversionRegistry.isDestroyed()TRUE | never evaluated | FALSE | evaluated 4831 times by 235 testsEvaluated by:- tst_gestures - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qalgorithms - unknown status
- tst_qanimationgroup - unknown status
- tst_qapplication - unknown status
- tst_qbackingstore - unknown status
- tst_qboxlayout - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qcolordialog - unknown status
- tst_qcolumnview - unknown status
- ...
|
) | 0-4831 |
128 | return; never executed: return; | 0 |
129 | customTypesConversionRegistry()->remove(from, to); | - |
130 | }executed 4831 times by 235 tests: end of block Executed by:- tst_gestures - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qalgorithms - unknown status
- tst_qanimationgroup - unknown status
- tst_qapplication - unknown status
- tst_qbackingstore - unknown status
- tst_qboxlayout - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qcolordialog - unknown status
- tst_qcolumnview - unknown status
- ...
| 4831 |
131 | | - |
132 | bool QMetaType::registerComparatorFunction(const QtPrivate::AbstractComparatorFunction *f, int type) | - |
133 | { | - |
134 | if (!customTypesComparatorRegistry()->insertIfNotContains(type, f)TRUE | never evaluated | FALSE | evaluated 2 times by 1 test |
) { | 0-2 |
135 | QMessageLogger(__FILE__, 664, __PRETTY_FUNCTION__).warning("Comparators already registered for type %s", QMetaType::typeName(type)); | - |
136 | return never executed: return false; false;never executed: return false; | 0 |
137 | } | - |
138 | returnexecuted 2 times by 1 test: return true; true;executed 2 times by 1 test: return true; | 2 |
139 | } | - |
140 | bool QMetaType::hasRegisteredComparators(int typeId) | - |
141 | { | - |
142 | return never executed: return customTypesComparatorRegistry()->contains(typeId); customTypesComparatorRegistry()->contains(typeId);never executed: return customTypesComparatorRegistry()->contains(typeId); | 0 |
143 | } | - |
144 | | - |
145 | | - |
146 | bool QMetaType::registerDebugStreamOperatorFunction(const QtPrivate::AbstractDebugStreamFunction *f, | - |
147 | int type) | - |
148 | { | - |
149 | if (!customTypesDebugStreamRegistry()->insertIfNotContains(type, f)TRUE | never evaluated | FALSE | evaluated 1 time by 1 test |
) { | 0-1 |
150 | QMessageLogger(__FILE__, 690, __PRETTY_FUNCTION__).warning("Debug stream operator already registered for type %s", QMetaType::typeName(type)); | - |
151 | return never executed: return false; false;never executed: return false; | 0 |
152 | } | - |
153 | returnexecuted 1 time by 1 test: return true; true;executed 1 time by 1 test: return true; | 1 |
154 | } | - |
155 | bool QMetaType::hasRegisteredDebugStreamOperator(int typeId) | - |
156 | { | - |
157 | return never executed: return customTypesDebugStreamRegistry()->contains(typeId); customTypesDebugStreamRegistry()->contains(typeId);never executed: return customTypesDebugStreamRegistry()->contains(typeId); | 0 |
158 | } | - |
159 | | - |
160 | | - |
161 | | - |
162 | | - |
163 | | - |
164 | | - |
165 | | - |
166 | bool QMetaType::convert(const void *from, int fromTypeId, void *to, int toTypeId) | - |
167 | { | - |
168 | const QtPrivate::AbstractConverterFunction * const f = | - |
169 | customTypesConversionRegistry()->function(qMakePair(fromTypeId, toTypeId)); | - |
170 | returnexecuted 1872 times by 25 tests: return f && f->convert(f, from, to); Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusPendingCall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDBusThreading
- tst_QGraphicsItem
- tst_QGuiApplication
- tst_QMetaProperty
- tst_QMetaType
- tst_QNetworkAccessManager
- tst_QProcess
- tst_QVariant
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
fTRUE | evaluated 184 times by 3 testsEvaluated by:- tst_QMetaProperty
- tst_QMetaType
- tst_QVariant
| FALSE | evaluated 1688 times by 24 testsEvaluated by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusPendingCall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDBusThreading
- tst_QGraphicsItem
- tst_QGuiApplication
- tst_QMetaType
- tst_QNetworkAccessManager
- tst_QProcess
- tst_QVariant
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
|
&& f->convert(f, from, to)TRUE | evaluated 156 times by 3 testsEvaluated by:- tst_QMetaProperty
- tst_QMetaType
- tst_QVariant
| FALSE | evaluated 28 times by 1 test |
;executed 1872 times by 25 tests: return f && f->convert(f, from, to); Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusPendingCall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDBusThreading
- tst_QGraphicsItem
- tst_QGuiApplication
- tst_QMetaProperty
- tst_QMetaType
- tst_QNetworkAccessManager
- tst_QProcess
- tst_QVariant
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
| 28-1872 |
171 | } | - |
172 | | - |
173 | | - |
174 | | - |
175 | | - |
176 | | - |
177 | | - |
178 | | - |
179 | bool QMetaType::compare(const void *lhs, const void *rhs, int typeId, int* result) | - |
180 | { | - |
181 | const QtPrivate::AbstractComparatorFunction * const f = | - |
182 | customTypesComparatorRegistry()->function(typeId); | - |
183 | if (!fTRUE | never evaluated | FALSE | evaluated 10 times by 1 test |
) | 0-10 |
184 | return never executed: return false; false;never executed: return false; | 0 |
185 | if (f->equals(f, lhs, rhs)TRUE | evaluated 2 times by 1 test | FALSE | evaluated 8 times by 1 test |
) | 2-8 |
186 | *executed 2 times by 1 test: *result = 0; result = 0;executed 2 times by 1 test: *result = 0; | 2 |
187 | else if (f->lessThanTRUE | evaluated 5 times by 1 test | FALSE | evaluated 3 times by 1 test |
) | 3-5 |
188 | *executed 5 times by 1 test: *result = f->lessThan(f, lhs, rhs) ? -1 : 1; result = f->lessThan(f, lhs, rhs)TRUE | evaluated 1 time by 1 test | FALSE | evaluated 4 times by 1 test |
? -1 : 1;executed 5 times by 1 test: *result = f->lessThan(f, lhs, rhs) ? -1 : 1; | 1-5 |
189 | else | - |
190 | returnexecuted 3 times by 1 test: return false; false;executed 3 times by 1 test: return false; | 3 |
191 | returnexecuted 7 times by 1 test: return true; true;executed 7 times by 1 test: return true; | 7 |
192 | } | - |
193 | | - |
194 | | - |
195 | | - |
196 | | - |
197 | | - |
198 | | - |
199 | | - |
200 | bool QMetaType::equals(const void *lhs, const void *rhs, int typeId, int *result) | - |
201 | { | - |
202 | const QtPrivate::AbstractComparatorFunction * const f | - |
203 | = customTypesComparatorRegistry()->function(typeId); | - |
204 | if (!fTRUE | evaluated 346 times by 24 testsEvaluated by:- tst_QAbstractProxyModel
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusPendingCall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QFtp
- tst_QIdentityProxyModel
- tst_QMetaType
- tst_QNetworkRequest
- tst_QPrinter
- tst_QPropertyAnimation
- tst_QStyleSheetStyle
- tst_QVariant
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_selftests - unknown status
| FALSE | evaluated 23 times by 1 test |
) | 23-346 |
205 | returnexecuted 346 times by 24 tests: return false; Executed by:- tst_QAbstractProxyModel
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusPendingCall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QFtp
- tst_QIdentityProxyModel
- tst_QMetaType
- tst_QNetworkRequest
- tst_QPrinter
- tst_QPropertyAnimation
- tst_QStyleSheetStyle
- tst_QVariant
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_selftests - unknown status
false;executed 346 times by 24 tests: return false; Executed by:- tst_QAbstractProxyModel
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusPendingCall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QFtp
- tst_QIdentityProxyModel
- tst_QMetaType
- tst_QNetworkRequest
- tst_QPrinter
- tst_QPropertyAnimation
- tst_QStyleSheetStyle
- tst_QVariant
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_selftests - unknown status
| 346 |
206 | if (f->equals(f, lhs, rhs)TRUE | evaluated 10 times by 1 test | FALSE | evaluated 13 times by 1 test |
) | 10-13 |
207 | *executed 10 times by 1 test: *result = 0; result = 0;executed 10 times by 1 test: *result = 0; | 10 |
208 | else | - |
209 | *executed 13 times by 1 test: *result = -1; result = -1;executed 13 times by 1 test: *result = -1; | 13 |
210 | returnexecuted 23 times by 1 test: return true; true;executed 23 times by 1 test: return true; | 23 |
211 | } | - |
212 | | - |
213 | | - |
214 | | - |
215 | | - |
216 | | - |
217 | | - |
218 | bool QMetaType::debugStream(QDebug& dbg, const void *rhs, int typeId) | - |
219 | { | - |
220 | const QtPrivate::AbstractDebugStreamFunction * const f = customTypesDebugStreamRegistry()->function(typeId); | - |
221 | if (!fTRUE | evaluated 5 times by 2 testsEvaluated by:- tst_QMetaType
- tst_QVariant
| FALSE | evaluated 1 time by 1 test |
) | 1-5 |
222 | returnexecuted 5 times by 2 tests: return false; Executed by:- tst_QMetaType
- tst_QVariant
false;executed 5 times by 2 tests: return false; Executed by:- tst_QMetaType
- tst_QVariant
| 5 |
223 | f->stream(f, dbg, rhs); | - |
224 | returnexecuted 1 time by 1 test: return true; true;executed 1 time by 1 test: return true; | 1 |
225 | } | - |
226 | bool QMetaType::hasRegisteredConverterFunction(int fromTypeId, int toTypeId) | - |
227 | { | - |
228 | returnexecuted 5774 times by 241 tests: return customTypesConversionRegistry()->contains(qMakePair(fromTypeId, toTypeId)); Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- ...
customTypesConversionRegistry()->contains(qMakePair(fromTypeId, toTypeId));executed 5774 times by 241 tests: return customTypesConversionRegistry()->contains(qMakePair(fromTypeId, toTypeId)); Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- ...
| 5774 |
229 | } | - |
230 | | - |
231 | | - |
232 | | - |
233 | | - |
234 | | - |
235 | void QMetaType::registerStreamOperators(const char *typeName, SaveOperator saveOp, | - |
236 | LoadOperator loadOp) | - |
237 | { | - |
238 | registerStreamOperators(type(typeName), saveOp, loadOp); | - |
239 | }executed 5 times by 3 tests: end of block Executed by:- tst_QMetaType
- tst_QObject
- tst_QVariant
| 5 |
240 | | - |
241 | | - |
242 | | - |
243 | | - |
244 | void QMetaType::registerStreamOperators(int idx, SaveOperator saveOp, | - |
245 | LoadOperator loadOp) | - |
246 | { | - |
247 | if (idx < UserTRUE | evaluated 2 times by 1 test | FALSE | evaluated 4 times by 3 testsEvaluated by:- tst_QMetaType
- tst_QObject
- tst_QVariant
|
) | 2-4 |
248 | return;executed 2 times by 1 test: return; | 2 |
249 | QVector<QCustomTypeInfo> *ct = customTypes(); | - |
250 | if (!ctTRUE | never evaluated | FALSE | evaluated 4 times by 3 testsEvaluated by:- tst_QMetaType
- tst_QObject
- tst_QVariant
|
) | 0-4 |
251 | return; never executed: return; | 0 |
252 | QWriteLocker locker(customTypesLock()); | - |
253 | QCustomTypeInfo &inf = (*ct)[idx - User]; | - |
254 | inf.saveOp = saveOp; | - |
255 | inf.loadOp = loadOp; | - |
256 | }executed 4 times by 3 tests: end of block Executed by:- tst_QMetaType
- tst_QObject
- tst_QVariant
| 4 |
257 | const char *QMetaType::typeName(int typeId) | - |
258 | { | - |
259 | const uint type = typeId; | - |
260 | | - |
261 | | - |
262 | | - |
263 | switch (QMetaType::Type(type)) { | - |
264 | caseexecuted 323 times by 6 tests: case QMetaType::Void: Executed by:- tst_QDBusMetaObject
- tst_QMetaMethod
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaType
- tst_QVariant
QMetaType::Void:executed 323 times by 6 tests: case QMetaType::Void: Executed by:- tst_QDBusMetaObject
- tst_QMetaMethod
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaType
- tst_QVariant
returnexecuted 323 times by 6 tests: return "void"; Executed by:- tst_QDBusMetaObject
- tst_QMetaMethod
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaType
- tst_QVariant
"void";executed 323 times by 6 tests: return "void"; Executed by:- tst_QDBusMetaObject
- tst_QMetaMethod
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaType
- tst_QVariant
break;dead code: break; caseexecuted 2426 times by 170 tests: case QMetaType::Bool: Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
QMetaType::Bool:executed 2426 times by 170 tests: case QMetaType::Bool: Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
returnexecuted 2426 times by 170 tests: return "bool"; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
"bool";executed 2426 times by 170 tests: return "bool"; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
break;dead code: break; caseexecuted 9344 times by 210 tests: case QMetaType::Int: Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
QMetaType::Int:executed 9344 times by 210 tests: case QMetaType::Int: Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
returnexecuted 9344 times by 210 tests: return "int"; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
"int";executed 9344 times by 210 tests: return "int"; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
break;dead code: break; caseexecuted 754 times by 169 tests: case QMetaType::UInt: Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
QMetaType::UInt:executed 754 times by 169 tests: case QMetaType::UInt: Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
returnexecuted 754 times by 169 tests: return "uint"; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
"uint";executed 754 times by 169 tests: return "uint"; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
break;dead code: break; caseexecuted 1375 times by 174 tests: case QMetaType::LongLong: Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
QMetaType::LongLong:executed 1375 times by 174 tests: case QMetaType::LongLong: Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
returnexecuted 1375 times by 174 tests: return "qlonglong"; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
"qlonglong";executed 1375 times by 174 tests: return "qlonglong"; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
break;dead code: break; caseexecuted 527 times by 169 tests: case QMetaType::ULongLong: Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
QMetaType::ULongLong:executed 527 times by 169 tests: case QMetaType::ULongLong: Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
returnexecuted 527 times by 169 tests: return "qulonglong"; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
"qulonglong";executed 527 times by 169 tests: return "qulonglong"; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
break;dead code: break; caseexecuted 768 times by 172 tests: case QMetaType::Double: Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
QMetaType::Double:executed 768 times by 172 tests: case QMetaType::Double: Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
returnexecuted 768 times by 172 tests: return "double"; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
"double";executed 768 times by 172 tests: return "double"; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
break;dead code: break; caseexecuted 43 times by 4 tests: case QMetaType::Long: Executed by:- tst_QMetaMethod
- tst_QMetaType
- tst_QSignalSpy
- tst_QVariant
QMetaType::Long:executed 43 times by 4 tests: case QMetaType::Long: Executed by:- tst_QMetaMethod
- tst_QMetaType
- tst_QSignalSpy
- tst_QVariant
returnexecuted 43 times by 4 tests: return "long"; Executed by:- tst_QMetaMethod
- tst_QMetaType
- tst_QSignalSpy
- tst_QVariant
"long";executed 43 times by 4 tests: return "long"; Executed by:- tst_QMetaMethod
- tst_QMetaType
- tst_QSignalSpy
- tst_QVariant
break;dead code: break; caseexecuted 696 times by 169 tests: case QMetaType::Short: Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
QMetaType::Short:executed 696 times by 169 tests: case QMetaType::Short: Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
returnexecuted 696 times by 169 tests: return "short"; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
"short";executed 696 times by 169 tests: return "short"; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
break;dead code: break; caseexecuted 111 times by 3 tests: case QMetaType::Char: Executed by:- tst_QMetaMethod
- tst_QMetaType
- tst_QVariant
QMetaType::Char:executed 111 times by 3 tests: case QMetaType::Char: Executed by:- tst_QMetaMethod
- tst_QMetaType
- tst_QVariant
returnexecuted 111 times by 3 tests: return "char"; Executed by:- tst_QMetaMethod
- tst_QMetaType
- tst_QVariant
"char";executed 111 times by 3 tests: return "char"; Executed by:- tst_QMetaMethod
- tst_QMetaType
- tst_QVariant
break;dead code: break; caseexecuted 60 times by 3 tests: case QMetaType::ULong: Executed by:- tst_QMetaMethod
- tst_QMetaType
- tst_QVariant
QMetaType::ULong:executed 60 times by 3 tests: case QMetaType::ULong: Executed by:- tst_QMetaMethod
- tst_QMetaType
- tst_QVariant
returnexecuted 60 times by 3 tests: return "ulong"; Executed by:- tst_QMetaMethod
- tst_QMetaType
- tst_QVariant
"ulong";executed 60 times by 3 tests: return "ulong"; Executed by:- tst_QMetaMethod
- tst_QMetaType
- tst_QVariant
break;dead code: break; caseexecuted 665 times by 169 tests: case QMetaType::UShort: Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
QMetaType::UShort:executed 665 times by 169 tests: case QMetaType::UShort: Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
returnexecuted 665 times by 169 tests: return "ushort"; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
"ushort";executed 665 times by 169 tests: return "ushort"; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
break;dead code: break; caseexecuted 187 times by 7 tests: case QMetaType::UChar: Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QMetaMethod
- tst_QMetaType
- tst_QVariant
- tst_qdbusxml2cpp - unknown status
QMetaType::UChar:executed 187 times by 7 tests: case QMetaType::UChar: Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QMetaMethod
- tst_QMetaType
- tst_QVariant
- tst_qdbusxml2cpp - unknown status
returnexecuted 187 times by 7 tests: return "uchar"; Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QMetaMethod
- tst_QMetaType
- tst_QVariant
- tst_qdbusxml2cpp - unknown status
"uchar";executed 187 times by 7 tests: return "uchar"; Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QMetaMethod
- tst_QMetaType
- tst_QVariant
- tst_qdbusxml2cpp - unknown status
break;dead code: break; caseexecuted 81 times by 3 tests: case QMetaType::Float: Executed by:- tst_QMetaMethod
- tst_QMetaType
- tst_QVariant
QMetaType::Float:executed 81 times by 3 tests: case QMetaType::Float: Executed by:- tst_QMetaMethod
- tst_QMetaType
- tst_QVariant
returnexecuted 81 times by 3 tests: return "float"; Executed by:- tst_QMetaMethod
- tst_QMetaType
- tst_QVariant
"float";executed 81 times by 3 tests: return "float"; Executed by:- tst_QMetaMethod
- tst_QMetaType
- tst_QVariant
break;dead code: break; caseexecuted 43 times by 2 tests: case QMetaType::SChar: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::SChar:executed 43 times by 2 tests: case QMetaType::SChar: Executed by:- tst_QMetaType
- tst_QVariant
returnexecuted 43 times by 2 tests: return "signed char"; Executed by:- tst_QMetaType
- tst_QVariant
"signed char";executed 43 times by 2 tests: return "signed char"; Executed by:- tst_QMetaType
- tst_QVariant
break;dead code: break; caseexecuted 545 times by 163 tests: case QMetaType::VoidStar: Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
QMetaType::VoidStar:executed 545 times by 163 tests: case QMetaType::VoidStar: Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
returnexecuted 545 times by 163 tests: return "void*"; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
"void*";executed 545 times by 163 tests: return "void*"; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
break;dead code: break; caseexecuted 21 times by 3 tests: case QMetaType::QChar: Executed by:- tst_QMetaType
- tst_QSignalSpy
- tst_QVariant
QMetaType::QChar:executed 21 times by 3 tests: case QMetaType::QChar: Executed by:- tst_QMetaType
- tst_QSignalSpy
- tst_QVariant
returnexecuted 21 times by 3 tests: return "QChar"; Executed by:- tst_QMetaType
- tst_QSignalSpy
- tst_QVariant
"QChar";executed 21 times by 3 tests: return "QChar"; Executed by:- tst_QMetaType
- tst_QSignalSpy
- tst_QVariant
break;dead code: break; caseexecuted 8245 times by 183 tests: case QMetaType::QString: Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
QMetaType::QString:executed 8245 times by 183 tests: case QMetaType::QString: Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
returnexecuted 8245 times by 183 tests: return "QString"; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
"QString";executed 8245 times by 183 tests: return "QString"; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
break;dead code: break; caseexecuted 685 times by 26 tests: case QMetaType::QStringList: Executed by:- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QDBusMetaType
- tst_QDBusPendingCall
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaType
- tst_QPrinter
- tst_QSettings
- tst_QTextBrowser
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QVariant
- tst_languageChange
- ...
QMetaType::QStringList:executed 685 times by 26 tests: case QMetaType::QStringList: Executed by:- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QDBusMetaType
- tst_QDBusPendingCall
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaType
- tst_QPrinter
- tst_QSettings
- tst_QTextBrowser
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QVariant
- tst_languageChange
- ...
returnexecuted 685 times by 26 tests: return "QStringList"; Executed by:- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QDBusMetaType
- tst_QDBusPendingCall
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaType
- tst_QPrinter
- tst_QSettings
- tst_QTextBrowser
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QVariant
- tst_languageChange
- ...
"QStringList";executed 685 times by 26 tests: return "QStringList"; Executed by:- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QDBusMetaType
- tst_QDBusPendingCall
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaType
- tst_QPrinter
- tst_QSettings
- tst_QTextBrowser
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QVariant
- tst_languageChange
- ...
break;dead code: break; caseexecuted 204 times by 19 tests: case QMetaType::QByteArray: Executed by:- tst_QAbstractNetworkCache
- tst_QDBusAbstractAdaptor
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QDBusMetaType
- tst_QHttpNetworkConnection
- tst_QMetaType
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QSettings
- tst_QSocks5SocketEngine
- tst_QVariant
- tst_QXmlInputSource
- tst_QXmlStream
- tst_qdbuscpp2xml
- tst_qdbusxml2cpp - unknown status
QMetaType::QByteArray:executed 204 times by 19 tests: case QMetaType::QByteArray: Executed by:- tst_QAbstractNetworkCache
- tst_QDBusAbstractAdaptor
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QDBusMetaType
- tst_QHttpNetworkConnection
- tst_QMetaType
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QSettings
- tst_QSocks5SocketEngine
- tst_QVariant
- tst_QXmlInputSource
- tst_QXmlStream
- tst_qdbuscpp2xml
- tst_qdbusxml2cpp - unknown status
returnexecuted 204 times by 19 tests: return "QByteArray"; Executed by:- tst_QAbstractNetworkCache
- tst_QDBusAbstractAdaptor
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QDBusMetaType
- tst_QHttpNetworkConnection
- tst_QMetaType
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QSettings
- tst_QSocks5SocketEngine
- tst_QVariant
- tst_QXmlInputSource
- tst_QXmlStream
- tst_qdbuscpp2xml
- tst_qdbusxml2cpp - unknown status
"QByteArray";executed 204 times by 19 tests: return "QByteArray"; Executed by:- tst_QAbstractNetworkCache
- tst_QDBusAbstractAdaptor
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QDBusMetaType
- tst_QHttpNetworkConnection
- tst_QMetaType
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QSettings
- tst_QSocks5SocketEngine
- tst_QVariant
- tst_QXmlInputSource
- tst_QXmlStream
- tst_qdbuscpp2xml
- tst_qdbusxml2cpp - unknown status
break;dead code: break; caseexecuted 24 times by 2 tests: case QMetaType::QBitArray: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::QBitArray:executed 24 times by 2 tests: case QMetaType::QBitArray: Executed by:- tst_QMetaType
- tst_QVariant
returnexecuted 24 times by 2 tests: return "QBitArray"; Executed by:- tst_QMetaType
- tst_QVariant
"QBitArray";executed 24 times by 2 tests: return "QBitArray"; Executed by:- tst_QMetaType
- tst_QVariant
break;dead code: break; caseexecuted 262 times by 5 tests: case QMetaType::QDate: Executed by:- tst_QMetaType
- tst_QNetworkRequest
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
QMetaType::QDate:executed 262 times by 5 tests: case QMetaType::QDate: Executed by:- tst_QMetaType
- tst_QNetworkRequest
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
returnexecuted 262 times by 5 tests: return "QDate"; Executed by:- tst_QMetaType
- tst_QNetworkRequest
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
"QDate";executed 262 times by 5 tests: return "QDate"; Executed by:- tst_QMetaType
- tst_QNetworkRequest
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
break;dead code: break; caseexecuted 261 times by 5 tests: case QMetaType::QTime: Executed by:- tst_QDateTimeEdit
- tst_QMetaType
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
QMetaType::QTime:executed 261 times by 5 tests: case QMetaType::QTime: Executed by:- tst_QDateTimeEdit
- tst_QMetaType
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
returnexecuted 261 times by 5 tests: return "QTime"; Executed by:- tst_QDateTimeEdit
- tst_QMetaType
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
"QTime";executed 261 times by 5 tests: return "QTime"; Executed by:- tst_QDateTimeEdit
- tst_QMetaType
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
break;dead code: break; caseexecuted 273 times by 8 tests: case QMetaType::QDateTime: Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusMarshall
- tst_QMetaType
- tst_QNetworkRequest
- tst_QSignalSpy
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
QMetaType::QDateTime:executed 273 times by 8 tests: case QMetaType::QDateTime: Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusMarshall
- tst_QMetaType
- tst_QNetworkRequest
- tst_QSignalSpy
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
returnexecuted 273 times by 8 tests: return "QDateTime"; Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusMarshall
- tst_QMetaType
- tst_QNetworkRequest
- tst_QSignalSpy
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
"QDateTime";executed 273 times by 8 tests: return "QDateTime"; Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusMarshall
- tst_QMetaType
- tst_QNetworkRequest
- tst_QSignalSpy
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
break;dead code: break; caseexecuted 1645 times by 8 tests: case QMetaType::QUrl: Executed by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaType
- tst_QNetworkRequest
- tst_QVariant
- tst_Spdy
- tst_languageChange
QMetaType::QUrl:executed 1645 times by 8 tests: case QMetaType::QUrl: Executed by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaType
- tst_QNetworkRequest
- tst_QVariant
- tst_Spdy
- tst_languageChange
returnexecuted 1645 times by 8 tests: return "QUrl"; Executed by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaType
- tst_QNetworkRequest
- tst_QVariant
- tst_Spdy
- tst_languageChange
"QUrl";executed 1645 times by 8 tests: return "QUrl"; Executed by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaType
- tst_QNetworkRequest
- tst_QVariant
- tst_Spdy
- tst_languageChange
break;dead code: break; caseexecuted 18 times by 3 tests: case QMetaType::QLocale: Executed by:- tst_QDBusMarshall
- tst_QMetaType
- tst_QVariant
QMetaType::QLocale:executed 18 times by 3 tests: case QMetaType::QLocale: Executed by:- tst_QDBusMarshall
- tst_QMetaType
- tst_QVariant
returnexecuted 18 times by 3 tests: return "QLocale"; Executed by:- tst_QDBusMarshall
- tst_QMetaType
- tst_QVariant
"QLocale";executed 18 times by 3 tests: return "QLocale"; Executed by:- tst_QDBusMarshall
- tst_QMetaType
- tst_QVariant
break;dead code: break; caseexecuted 4506 times by 16 tests: case QMetaType::QRect: Executed by:- tst_QAbstractItemView
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QGridLayout
- tst_QLocalSocket
- tst_QMetaType
- tst_QPrinter
- tst_QRegion
- tst_QSettings
- tst_QTableView
- tst_QVariant
- tst_QWidget
- tst_languageChange
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
QMetaType::QRect:executed 4506 times by 16 tests: case QMetaType::QRect: Executed by:- tst_QAbstractItemView
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QGridLayout
- tst_QLocalSocket
- tst_QMetaType
- tst_QPrinter
- tst_QRegion
- tst_QSettings
- tst_QTableView
- tst_QVariant
- tst_QWidget
- tst_languageChange
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
returnexecuted 4506 times by 16 tests: return "QRect"; Executed by:- tst_QAbstractItemView
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QGridLayout
- tst_QLocalSocket
- tst_QMetaType
- tst_QPrinter
- tst_QRegion
- tst_QSettings
- tst_QTableView
- tst_QVariant
- tst_QWidget
- tst_languageChange
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
"QRect";executed 4506 times by 16 tests: return "QRect"; Executed by:- tst_QAbstractItemView
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QGridLayout
- tst_QLocalSocket
- tst_QMetaType
- tst_QPrinter
- tst_QRegion
- tst_QSettings
- tst_QTableView
- tst_QVariant
- tst_QWidget
- tst_languageChange
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
break;dead code: break; caseexecuted 261 times by 8 tests: case QMetaType::QRectF: Executed by:- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QMetaType
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
QMetaType::QRectF:executed 261 times by 8 tests: case QMetaType::QRectF: Executed by:- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QMetaType
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
returnexecuted 261 times by 8 tests: return "QRectF"; Executed by:- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QMetaType
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
"QRectF";executed 261 times by 8 tests: return "QRectF"; Executed by:- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QMetaType
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
break;dead code: break; caseexecuted 283 times by 6 tests: case QMetaType::QSize: Executed by:- tst_QAbstractItemView
- tst_QMetaType
- tst_QSettings
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
QMetaType::QSize:executed 283 times by 6 tests: case QMetaType::QSize: Executed by:- tst_QAbstractItemView
- tst_QMetaType
- tst_QSettings
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
returnexecuted 283 times by 6 tests: return "QSize"; Executed by:- tst_QAbstractItemView
- tst_QMetaType
- tst_QSettings
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
"QSize";executed 283 times by 6 tests: return "QSize"; Executed by:- tst_QAbstractItemView
- tst_QMetaType
- tst_QSettings
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
break;dead code: break; caseexecuted 256 times by 5 tests: case QMetaType::QSizeF: Executed by:- tst_QGraphicsGridLayout
- tst_QMetaType
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
QMetaType::QSizeF:executed 256 times by 5 tests: case QMetaType::QSizeF: Executed by:- tst_QGraphicsGridLayout
- tst_QMetaType
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
returnexecuted 256 times by 5 tests: return "QSizeF"; Executed by:- tst_QGraphicsGridLayout
- tst_QMetaType
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
"QSizeF";executed 256 times by 5 tests: return "QSizeF"; Executed by:- tst_QGraphicsGridLayout
- tst_QMetaType
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
break;dead code: break; caseexecuted 255 times by 4 tests: case QMetaType::QLine: Executed by:- tst_QMetaType
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
QMetaType::QLine:executed 255 times by 4 tests: case QMetaType::QLine: Executed by:- tst_QMetaType
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
returnexecuted 255 times by 4 tests: return "QLine"; Executed by:- tst_QMetaType
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
"QLine";executed 255 times by 4 tests: return "QLine"; Executed by:- tst_QMetaType
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
break;dead code: break; caseexecuted 256 times by 4 tests: case QMetaType::QLineF: Executed by:- tst_QMetaType
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
QMetaType::QLineF:executed 256 times by 4 tests: case QMetaType::QLineF: Executed by:- tst_QMetaType
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
returnexecuted 256 times by 4 tests: return "QLineF"; Executed by:- tst_QMetaType
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
"QLineF";executed 256 times by 4 tests: return "QLineF"; Executed by:- tst_QMetaType
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
break;dead code: break; caseexecuted 741 times by 13 tests: case QMetaType::QPoint: Executed by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QGridLayout
- tst_QMdiArea
- tst_QMetaType
- tst_QPrinter
- tst_QSettings
- tst_QTreeView
- tst_QVariant
- tst_languageChange
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
QMetaType::QPoint:executed 741 times by 13 tests: case QMetaType::QPoint: Executed by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QGridLayout
- tst_QMdiArea
- tst_QMetaType
- tst_QPrinter
- tst_QSettings
- tst_QTreeView
- tst_QVariant
- tst_languageChange
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
returnexecuted 741 times by 13 tests: return "QPoint"; Executed by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QGridLayout
- tst_QMdiArea
- tst_QMetaType
- tst_QPrinter
- tst_QSettings
- tst_QTreeView
- tst_QVariant
- tst_languageChange
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
"QPoint";executed 741 times by 13 tests: return "QPoint"; Executed by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QGridLayout
- tst_QMdiArea
- tst_QMetaType
- tst_QPrinter
- tst_QSettings
- tst_QTreeView
- tst_QVariant
- tst_languageChange
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
break;dead code: break; caseexecuted 273 times by 7 tests: case QMetaType::QPointF: Executed by:- tst_QGraphicsItem
- tst_QMetaType
- tst_QPainter
- tst_QPropertyAnimation
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
QMetaType::QPointF:executed 273 times by 7 tests: case QMetaType::QPointF: Executed by:- tst_QGraphicsItem
- tst_QMetaType
- tst_QPainter
- tst_QPropertyAnimation
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
returnexecuted 273 times by 7 tests: return "QPointF"; Executed by:- tst_QGraphicsItem
- tst_QMetaType
- tst_QPainter
- tst_QPropertyAnimation
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
"QPointF";executed 273 times by 7 tests: return "QPointF"; Executed by:- tst_QGraphicsItem
- tst_QMetaType
- tst_QPainter
- tst_QPropertyAnimation
- tst_QVariant
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
break;dead code: break; caseexecuted 20 times by 2 tests: case QMetaType::QRegExp: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::QRegExp:executed 20 times by 2 tests: case QMetaType::QRegExp: Executed by:- tst_QMetaType
- tst_QVariant
returnexecuted 20 times by 2 tests: return "QRegExp"; Executed by:- tst_QMetaType
- tst_QVariant
"QRegExp";executed 20 times by 2 tests: return "QRegExp"; Executed by:- tst_QMetaType
- tst_QVariant
break;dead code: break; caseexecuted 14 times by 3 tests: case QMetaType::QEasingCurve: Executed by:- tst_QEasingCurve
- tst_QMetaType
- tst_QVariant
QMetaType::QEasingCurve:executed 14 times by 3 tests: case QMetaType::QEasingCurve: Executed by:- tst_QEasingCurve
- tst_QMetaType
- tst_QVariant
returnexecuted 14 times by 3 tests: return "QEasingCurve"; Executed by:- tst_QEasingCurve
- tst_QMetaType
- tst_QVariant
"QEasingCurve";executed 14 times by 3 tests: return "QEasingCurve"; Executed by:- tst_QEasingCurve
- tst_QMetaType
- tst_QVariant
break;dead code: break; caseexecuted 14 times by 2 tests: case QMetaType::QUuid: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::QUuid:executed 14 times by 2 tests: case QMetaType::QUuid: Executed by:- tst_QMetaType
- tst_QVariant
returnexecuted 14 times by 2 tests: return "QUuid"; Executed by:- tst_QMetaType
- tst_QVariant
"QUuid";executed 14 times by 2 tests: return "QUuid"; Executed by:- tst_QMetaType
- tst_QVariant
break;dead code: break; caseexecuted 341 times by 94 tests: case QMetaType::QVariant: Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractProxyModel
- tst_QAccessibility
- tst_QAnimationGroup
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection_Delayed
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDirModel
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- ...
QMetaType::QVariant:executed 341 times by 94 tests: case QMetaType::QVariant: Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractProxyModel
- tst_QAccessibility
- tst_QAnimationGroup
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection_Delayed
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDirModel
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- ...
returnexecuted 341 times by 94 tests: return "QVariant"; Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractProxyModel
- tst_QAccessibility
- tst_QAnimationGroup
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection_Delayed
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDirModel
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- ...
"QVariant";executed 341 times by 94 tests: return "QVariant"; Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractProxyModel
- tst_QAccessibility
- tst_QAnimationGroup
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection_Delayed
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDirModel
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- ...
break;dead code: break; caseexecuted 3326 times by 12 tests: case QMetaType::QModelIndex: Executed by:- tst_QAbstractItemModel
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QIdentityProxyModel
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QMetaType
- tst_QSortFilterProxyModel
- tst_QStringListModel
- tst_QVariant
- tst_languageChange
QMetaType::QModelIndex:executed 3326 times by 12 tests: case QMetaType::QModelIndex: Executed by:- tst_QAbstractItemModel
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QIdentityProxyModel
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QMetaType
- tst_QSortFilterProxyModel
- tst_QStringListModel
- tst_QVariant
- tst_languageChange
returnexecuted 3326 times by 12 tests: return "QModelIndex"; Executed by:- tst_QAbstractItemModel
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QIdentityProxyModel
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QMetaType
- tst_QSortFilterProxyModel
- tst_QStringListModel
- tst_QVariant
- tst_languageChange
"QModelIndex";executed 3326 times by 12 tests: return "QModelIndex"; Executed by:- tst_QAbstractItemModel
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QIdentityProxyModel
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QMetaType
- tst_QSortFilterProxyModel
- tst_QStringListModel
- tst_QVariant
- tst_languageChange
break;dead code: break; caseexecuted 19 times by 2 tests: case QMetaType::QRegularExpression: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::QRegularExpression:executed 19 times by 2 tests: case QMetaType::QRegularExpression: Executed by:- tst_QMetaType
- tst_QVariant
returnexecuted 19 times by 2 tests: return "QRegularExpression"; Executed by:- tst_QMetaType
- tst_QVariant
"QRegularExpression";executed 19 times by 2 tests: return "QRegularExpression"; Executed by:- tst_QMetaType
- tst_QVariant
break;dead code: break; caseexecuted 13 times by 2 tests: case QMetaType::QJsonValue: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::QJsonValue:executed 13 times by 2 tests: case QMetaType::QJsonValue: Executed by:- tst_QMetaType
- tst_QVariant
returnexecuted 13 times by 2 tests: return "QJsonValue"; Executed by:- tst_QMetaType
- tst_QVariant
"QJsonValue";executed 13 times by 2 tests: return "QJsonValue"; Executed by:- tst_QMetaType
- tst_QVariant
break;dead code: break; caseexecuted 13 times by 2 tests: case QMetaType::QJsonObject: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::QJsonObject:executed 13 times by 2 tests: case QMetaType::QJsonObject: Executed by:- tst_QMetaType
- tst_QVariant
returnexecuted 13 times by 2 tests: return "QJsonObject"; Executed by:- tst_QMetaType
- tst_QVariant
"QJsonObject";executed 13 times by 2 tests: return "QJsonObject"; Executed by:- tst_QMetaType
- tst_QVariant
break;dead code: break; caseexecuted 13 times by 2 tests: case QMetaType::QJsonArray: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::QJsonArray:executed 13 times by 2 tests: case QMetaType::QJsonArray: Executed by:- tst_QMetaType
- tst_QVariant
returnexecuted 13 times by 2 tests: return "QJsonArray"; Executed by:- tst_QMetaType
- tst_QVariant
"QJsonArray";executed 13 times by 2 tests: return "QJsonArray"; Executed by:- tst_QMetaType
- tst_QVariant
break;dead code: break; caseexecuted 13 times by 2 tests: case QMetaType::QJsonDocument: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::QJsonDocument:executed 13 times by 2 tests: case QMetaType::QJsonDocument: Executed by:- tst_QMetaType
- tst_QVariant
returnexecuted 13 times by 2 tests: return "QJsonDocument"; Executed by:- tst_QMetaType
- tst_QVariant
"QJsonDocument";executed 13 times by 2 tests: return "QJsonDocument"; Executed by:- tst_QMetaType
- tst_QVariant
break;dead code: break; caseexecuted 13 times by 3 tests: case QMetaType::QPersistentModelIndex: Executed by:- tst_QItemModel
- tst_QMetaType
- tst_QVariant
QMetaType::QPersistentModelIndex:executed 13 times by 3 tests: case QMetaType::QPersistentModelIndex: Executed by:- tst_QItemModel
- tst_QMetaType
- tst_QVariant
returnexecuted 13 times by 3 tests: return "QPersistentModelIndex"; Executed by:- tst_QItemModel
- tst_QMetaType
- tst_QVariant
"QPersistentModelIndex";executed 13 times by 3 tests: return "QPersistentModelIndex"; Executed by:- tst_QItemModel
- tst_QMetaType
- tst_QVariant
break;dead code: break; caseexecuted 479 times by 20 tests: case QMetaType::QObjectStar: Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusThreading
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QGridLayout
- tst_QMdiArea
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaType
- tst_QObject
- tst_QPluginLoader
- tst_QPrinter
- tst_QSignalSpy
- tst_QState
- tst_QVariant
- tst_languageChange
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
QMetaType::QObjectStar:executed 479 times by 20 tests: case QMetaType::QObjectStar: Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusThreading
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QGridLayout
- tst_QMdiArea
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaType
- tst_QObject
- tst_QPluginLoader
- tst_QPrinter
- tst_QSignalSpy
- tst_QState
- tst_QVariant
- tst_languageChange
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
returnexecuted 479 times by 20 tests: return "QObject*"; Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusThreading
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QGridLayout
- tst_QMdiArea
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaType
- tst_QObject
- tst_QPluginLoader
- tst_QPrinter
- tst_QSignalSpy
- tst_QState
- tst_QVariant
- tst_languageChange
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
"QObject*";executed 479 times by 20 tests: return "QObject*"; Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusThreading
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QGridLayout
- tst_QMdiArea
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaType
- tst_QObject
- tst_QPluginLoader
- tst_QPrinter
- tst_QSignalSpy
- tst_QState
- tst_QVariant
- tst_languageChange
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
break;dead code: break; caseexecuted 683 times by 40 tests: case QMetaType::QVariantMap: Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDBusAbstractAdaptor
- tst_QDBusMetaObject
- tst_QFtp
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QMetaType
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QTcpServer
- tst_QUdpSocket
- tst_QVariant
- tst_QXmlInputSource
- tst_QXmlStream
- tst_networkselftest - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
- tst_qftp - unknown status
- ...
QMetaType::QVariantMap:executed 683 times by 40 tests: case QMetaType::QVariantMap: Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDBusAbstractAdaptor
- tst_QDBusMetaObject
- tst_QFtp
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QMetaType
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QTcpServer
- tst_QUdpSocket
- tst_QVariant
- tst_QXmlInputSource
- tst_QXmlStream
- tst_networkselftest - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
- tst_qftp - unknown status
- ...
returnexecuted 683 times by 40 tests: return "QVariantMap"; Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDBusAbstractAdaptor
- tst_QDBusMetaObject
- tst_QFtp
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QMetaType
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QTcpServer
- tst_QUdpSocket
- tst_QVariant
- tst_QXmlInputSource
- tst_QXmlStream
- tst_networkselftest - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
- tst_qftp - unknown status
- ...
"QVariantMap";executed 683 times by 40 tests: return "QVariantMap"; Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDBusAbstractAdaptor
- tst_QDBusMetaObject
- tst_QFtp
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QMetaType
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QTcpServer
- tst_QUdpSocket
- tst_QVariant
- tst_QXmlInputSource
- tst_QXmlStream
- tst_networkselftest - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
- tst_qftp - unknown status
- ...
break;dead code: break; caseexecuted 285 times by 13 tests: case QMetaType::QVariantList: Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QDBusThreading
- tst_QMetaObjectBuilder
- tst_QMetaType
- tst_QMimeData
- tst_QVariant
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusxml2cpp - unknown status
QMetaType::QVariantList:executed 285 times by 13 tests: case QMetaType::QVariantList: Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QDBusThreading
- tst_QMetaObjectBuilder
- tst_QMetaType
- tst_QMimeData
- tst_QVariant
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusxml2cpp - unknown status
returnexecuted 285 times by 13 tests: return "QVariantList"; Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QDBusThreading
- tst_QMetaObjectBuilder
- tst_QMetaType
- tst_QMimeData
- tst_QVariant
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusxml2cpp - unknown status
"QVariantList";executed 285 times by 13 tests: return "QVariantList"; Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QDBusThreading
- tst_QMetaObjectBuilder
- tst_QMetaType
- tst_QMimeData
- tst_QVariant
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusxml2cpp - unknown status
break;dead code: break; caseexecuted 281 times by 7 tests: case QMetaType::QVariantHash: Executed by:- tst_QDBusAbstractInterface
- tst_QMetaType
- tst_QVariant
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
- tst_selftests - unknown status
QMetaType::QVariantHash:executed 281 times by 7 tests: case QMetaType::QVariantHash: Executed by:- tst_QDBusAbstractInterface
- tst_QMetaType
- tst_QVariant
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
- tst_selftests - unknown status
returnexecuted 281 times by 7 tests: return "QVariantHash"; Executed by:- tst_QDBusAbstractInterface
- tst_QMetaType
- tst_QVariant
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
- tst_selftests - unknown status
"QVariantHash";executed 281 times by 7 tests: return "QVariantHash"; Executed by:- tst_QDBusAbstractInterface
- tst_QMetaType
- tst_QVariant
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbuscpp2xml - unknown status
- tst_selftests - unknown status
break;dead code: break; caseexecuted 12 times by 2 tests: case QMetaType::QByteArrayList: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::QByteArrayList:executed 12 times by 2 tests: case QMetaType::QByteArrayList: Executed by:- tst_QMetaType
- tst_QVariant
returnexecuted 12 times by 2 tests: return "QByteArrayList"; Executed by:- tst_QMetaType
- tst_QVariant
"QByteArrayList";executed 12 times by 2 tests: return "QByteArrayList"; Executed by:- tst_QMetaType
- tst_QVariant
break;dead code: break; caseexecuted 16 times by 4 tests: case QMetaType::QFont: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
QMetaType::QFont:executed 16 times by 4 tests: case QMetaType::QFont: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
returnexecuted 16 times by 4 tests: return "QFont"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
"QFont";executed 16 times by 4 tests: return "QFont"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
break;dead code: break; caseexecuted 14 times by 4 tests: case QMetaType::QPixmap: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
QMetaType::QPixmap:executed 14 times by 4 tests: case QMetaType::QPixmap: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
returnexecuted 14 times by 4 tests: return "QPixmap"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
"QPixmap";executed 14 times by 4 tests: return "QPixmap"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
break;dead code: break; caseexecuted 16 times by 4 tests: case QMetaType::QBrush: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
QMetaType::QBrush:executed 16 times by 4 tests: case QMetaType::QBrush: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
returnexecuted 16 times by 4 tests: return "QBrush"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
"QBrush";executed 16 times by 4 tests: return "QBrush"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
break;dead code: break; caseexecuted 16 times by 4 tests: case QMetaType::QColor: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
QMetaType::QColor:executed 16 times by 4 tests: case QMetaType::QColor: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
returnexecuted 16 times by 4 tests: return "QColor"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
"QColor";executed 16 times by 4 tests: return "QColor"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
break;dead code: break; caseexecuted 20 times by 5 tests: case QMetaType::QPalette: Executed by:- tst_QGuiApplication
- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
QMetaType::QPalette:executed 20 times by 5 tests: case QMetaType::QPalette: Executed by:- tst_QGuiApplication
- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
returnexecuted 20 times by 5 tests: return "QPalette"; Executed by:- tst_QGuiApplication
- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
"QPalette";executed 20 times by 5 tests: return "QPalette"; Executed by:- tst_QGuiApplication
- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
break;dead code: break; caseexecuted 258 times by 11 tests: case QMetaType::QIcon: Executed by:- tst_QComboBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QGridLayout
- tst_QGuiVariant
- tst_QMdiArea
- tst_QMetaType
- tst_QPrinter
- tst_QVariant
- tst_languageChange
QMetaType::QIcon:executed 258 times by 11 tests: case QMetaType::QIcon: Executed by:- tst_QComboBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QGridLayout
- tst_QGuiVariant
- tst_QMdiArea
- tst_QMetaType
- tst_QPrinter
- tst_QVariant
- tst_languageChange
returnexecuted 258 times by 11 tests: return "QIcon"; Executed by:- tst_QComboBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QGridLayout
- tst_QGuiVariant
- tst_QMdiArea
- tst_QMetaType
- tst_QPrinter
- tst_QVariant
- tst_languageChange
"QIcon";executed 258 times by 11 tests: return "QIcon"; Executed by:- tst_QComboBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QGridLayout
- tst_QGuiVariant
- tst_QMdiArea
- tst_QMetaType
- tst_QPrinter
- tst_QVariant
- tst_languageChange
break;dead code: break; caseexecuted 16 times by 5 tests: case QMetaType::QImage: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QMimeData
- tst_QVariant
QMetaType::QImage:executed 16 times by 5 tests: case QMetaType::QImage: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QMimeData
- tst_QVariant
returnexecuted 16 times by 5 tests: return "QImage"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QMimeData
- tst_QVariant
"QImage";executed 16 times by 5 tests: return "QImage"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QMimeData
- tst_QVariant
break;dead code: break; caseexecuted 18 times by 4 tests: case QMetaType::QPolygon: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
QMetaType::QPolygon:executed 18 times by 4 tests: case QMetaType::QPolygon: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
returnexecuted 18 times by 4 tests: return "QPolygon"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
"QPolygon";executed 18 times by 4 tests: return "QPolygon"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
break;dead code: break; caseexecuted 18 times by 4 tests: case QMetaType::QRegion: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
QMetaType::QRegion:executed 18 times by 4 tests: case QMetaType::QRegion: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
returnexecuted 18 times by 4 tests: return "QRegion"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
"QRegion";executed 18 times by 4 tests: return "QRegion"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
break;dead code: break; caseexecuted 14 times by 4 tests: case QMetaType::QBitmap: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
QMetaType::QBitmap:executed 14 times by 4 tests: case QMetaType::QBitmap: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
returnexecuted 14 times by 4 tests: return "QBitmap"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
"QBitmap";executed 14 times by 4 tests: return "QBitmap"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
break;dead code: break; caseexecuted 16 times by 4 tests: case QMetaType::QCursor: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
QMetaType::QCursor:executed 16 times by 4 tests: case QMetaType::QCursor: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
returnexecuted 16 times by 4 tests: return "QCursor"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
"QCursor";executed 16 times by 4 tests: return "QCursor"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
break;dead code: break; caseexecuted 17 times by 5 tests: case QMetaType::QKeySequence: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QKeySequence
- tst_QMetaType
- tst_QVariant
QMetaType::QKeySequence:executed 17 times by 5 tests: case QMetaType::QKeySequence: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QKeySequence
- tst_QMetaType
- tst_QVariant
returnexecuted 17 times by 5 tests: return "QKeySequence"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QKeySequence
- tst_QMetaType
- tst_QVariant
"QKeySequence";executed 17 times by 5 tests: return "QKeySequence"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QKeySequence
- tst_QMetaType
- tst_QVariant
break;dead code: break; caseexecuted 16 times by 4 tests: case QMetaType::QPen: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
QMetaType::QPen:executed 16 times by 4 tests: case QMetaType::QPen: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
returnexecuted 16 times by 4 tests: return "QPen"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
"QPen";executed 16 times by 4 tests: return "QPen"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
break;dead code: break; caseexecuted 14 times by 4 tests: case QMetaType::QTextLength: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
QMetaType::QTextLength:executed 14 times by 4 tests: case QMetaType::QTextLength: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
returnexecuted 14 times by 4 tests: return "QTextLength"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
"QTextLength";executed 14 times by 4 tests: return "QTextLength"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
break;dead code: break; caseexecuted 14 times by 4 tests: case QMetaType::QTextFormat: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
QMetaType::QTextFormat:executed 14 times by 4 tests: case QMetaType::QTextFormat: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
returnexecuted 14 times by 4 tests: return "QTextFormat"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
"QTextFormat";executed 14 times by 4 tests: return "QTextFormat"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
break;dead code: break; caseexecuted 16 times by 5 tests: case QMetaType::QMatrix: Executed by:- tst_QGraphicsItem
- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
QMetaType::QMatrix:executed 16 times by 5 tests: case QMetaType::QMatrix: Executed by:- tst_QGraphicsItem
- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
returnexecuted 16 times by 5 tests: return "QMatrix"; Executed by:- tst_QGraphicsItem
- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
"QMatrix";executed 16 times by 5 tests: return "QMatrix"; Executed by:- tst_QGraphicsItem
- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
break;dead code: break; caseexecuted 18 times by 5 tests: case QMetaType::QTransform: Executed by:- tst_QGraphicsItem
- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
QMetaType::QTransform:executed 18 times by 5 tests: case QMetaType::QTransform: Executed by:- tst_QGraphicsItem
- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
returnexecuted 18 times by 5 tests: return "QTransform"; Executed by:- tst_QGraphicsItem
- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
"QTransform";executed 18 times by 5 tests: return "QTransform"; Executed by:- tst_QGraphicsItem
- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
break;dead code: break; caseexecuted 15 times by 5 tests: case QMetaType::QMatrix4x4: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMatrixNxN
- tst_QMetaType
- tst_QVariant
QMetaType::QMatrix4x4:executed 15 times by 5 tests: case QMetaType::QMatrix4x4: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMatrixNxN
- tst_QMetaType
- tst_QVariant
returnexecuted 15 times by 5 tests: return "QMatrix4x4"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMatrixNxN
- tst_QMetaType
- tst_QVariant
"QMatrix4x4";executed 15 times by 5 tests: return "QMatrix4x4"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMatrixNxN
- tst_QMetaType
- tst_QVariant
break;dead code: break; caseexecuted 15 times by 5 tests: case QMetaType::QVector2D: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
- tst_QVectorND
QMetaType::QVector2D:executed 15 times by 5 tests: case QMetaType::QVector2D: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
- tst_QVectorND
returnexecuted 15 times by 5 tests: return "QVector2D"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
- tst_QVectorND
"QVector2D";executed 15 times by 5 tests: return "QVector2D"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
- tst_QVectorND
break;dead code: break; caseexecuted 15 times by 5 tests: case QMetaType::QVector3D: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
- tst_QVectorND
QMetaType::QVector3D:executed 15 times by 5 tests: case QMetaType::QVector3D: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
- tst_QVectorND
returnexecuted 15 times by 5 tests: return "QVector3D"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
- tst_QVectorND
"QVector3D";executed 15 times by 5 tests: return "QVector3D"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
- tst_QVectorND
break;dead code: break; caseexecuted 15 times by 5 tests: case QMetaType::QVector4D: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
- tst_QVectorND
QMetaType::QVector4D:executed 15 times by 5 tests: case QMetaType::QVector4D: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
- tst_QVectorND
returnexecuted 15 times by 5 tests: return "QVector4D"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
- tst_QVectorND
"QVector4D";executed 15 times by 5 tests: return "QVector4D"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
- tst_QVectorND
break;dead code: break; caseexecuted 15 times by 5 tests: case QMetaType::QQuaternion: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QQuaternion
- tst_QVariant
QMetaType::QQuaternion:executed 15 times by 5 tests: case QMetaType::QQuaternion: Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QQuaternion
- tst_QVariant
returnexecuted 15 times by 5 tests: return "QQuaternion"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QQuaternion
- tst_QVariant
"QQuaternion";executed 15 times by 5 tests: return "QQuaternion"; Executed by:- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QMetaType
- tst_QQuaternion
- tst_QVariant
break;dead code: break; caseexecuted 12 times by 3 tests: case QMetaType::QPolygonF: Executed by:- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
QMetaType::QPolygonF:executed 12 times by 3 tests: case QMetaType::QPolygonF: Executed by:- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
returnexecuted 12 times by 3 tests: return "QPolygonF"; Executed by:- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
"QPolygonF";executed 12 times by 3 tests: return "QPolygonF"; Executed by:- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
break;dead code: break; caseexecuted 6 times by 3 tests: case QMetaType::QSizePolicy: Executed by:- tst_QMetaType
- tst_QVariant
- tst_QWidgetsVariant
QMetaType::QSizePolicy:executed 6 times by 3 tests: case QMetaType::QSizePolicy: Executed by:- tst_QMetaType
- tst_QVariant
- tst_QWidgetsVariant
returnexecuted 6 times by 3 tests: return "QSizePolicy"; Executed by:- tst_QMetaType
- tst_QVariant
- tst_QWidgetsVariant
"QSizePolicy";executed 6 times by 3 tests: return "QSizePolicy"; Executed by:- tst_QMetaType
- tst_QVariant
- tst_QWidgetsVariant
break;dead code: break; | - |
265 | caseexecuted 12 times by 4 tests: case QMetaType::UnknownType: Executed by:- tst_QDBusAbstractAdaptor
- tst_QMetaObjectBuilder
- tst_QMetaType
- tst_QVariant
QMetaType::UnknownType:executed 12 times by 4 tests: case QMetaType::UnknownType: Executed by:- tst_QDBusAbstractAdaptor
- tst_QMetaObjectBuilder
- tst_QMetaType
- tst_QVariant
| 12 |
266 | caseexecuted 18 times by 8 tests: case QMetaType::User: Executed by:- tst_QDBusAbstractInterface
- tst_QDBusMetaObject
- tst_QDBusMetaType
- tst_QGlobal
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QObject
- tst_QStyleSheetStyle
QMetaType::User:executed 18 times by 8 tests: case QMetaType::User: Executed by:- tst_QDBusAbstractInterface
- tst_QDBusMetaObject
- tst_QDBusMetaType
- tst_QGlobal
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QObject
- tst_QStyleSheetStyle
| 18 |
267 | break;executed 30 times by 12 tests: break; Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusMetaObject
- tst_QDBusMetaType
- tst_QGlobal
- tst_QMetaObjectBuilder
- tst_QMetaType
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QObject
- tst_QStyleSheetStyle
- tst_QVariant
| 30 |
268 | } | - |
269 | | - |
270 | if (__builtin_expect(!!(type < QMetaType::User), false)TRUE | evaluated 962 times by 5 testsEvaluated by:- tst_QDBusAbstractAdaptor
- tst_QMetaObjectBuilder
- tst_QMetaType
- tst_QVariant
- tst_QWidgetsVariant
| FALSE | evaluated 6774 times by 195 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
|
) { | 962-6774 |
271 | returnexecuted 962 times by 5 tests: return nullptr; Executed by:- tst_QDBusAbstractAdaptor
- tst_QMetaObjectBuilder
- tst_QMetaType
- tst_QVariant
- tst_QWidgetsVariant
nullptr;executed 962 times by 5 tests: return nullptr; Executed by:- tst_QDBusAbstractAdaptor
- tst_QMetaObjectBuilder
- tst_QMetaType
- tst_QVariant
- tst_QWidgetsVariant
| 962 |
272 | } | - |
273 | | - |
274 | const QVector<QCustomTypeInfo> * const ct = customTypes(); | - |
275 | QReadLocker locker(customTypesLock()); | - |
276 | returnexecuted 6774 times by 195 tests: return ct && uint(ct->count()) > type - QMetaType::User && !ct->at(type - QMetaType::User).typeName.isEmpty() ? ct->at(type - QMetaType::User).typeName.constData() : nullptr; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
ctTRUE | evaluated 6774 times by 195 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
| FALSE | never evaluated |
&& uint(ct->count()) > type - QMetaType::UserTRUE | evaluated 6771 times by 195 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
| FALSE | evaluated 3 times by 1 test |
&& !ct->at(type - QMetaType::User).typeName.isEmpty()TRUE | evaluated 6771 times by 195 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
| FALSE | never evaluated |
executed 6774 times by 195 tests: return ct && uint(ct->count()) > type - QMetaType::User && !ct->at(type - QMetaType::User).typeName.isEmpty() ? ct->at(type - QMetaType::User).typeName.constData() : nullptr; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
| 0-6774 |
277 | ? ct->at(type - QMetaType::User).typeName.constData()executed 6774 times by 195 tests: return ct && uint(ct->count()) > type - QMetaType::User && !ct->at(type - QMetaType::User).typeName.isEmpty() ? ct->at(type - QMetaType::User).typeName.constData() : nullptr; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
| 6774 |
278 | : nullptr;executed 6774 times by 195 tests: return ct && uint(ct->count()) > type - QMetaType::User && !ct->at(type - QMetaType::User).typeName.isEmpty() ? ct->at(type - QMetaType::User).typeName.constData() : nullptr; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
| 6774 |
279 | | - |
280 | | - |
281 | } | - |
282 | | - |
283 | | - |
284 | | - |
285 | | - |
286 | | - |
287 | static inline int qMetaTypeStaticType(const char *typeName, int length) | - |
288 | { | - |
289 | int i = 0; | - |
290 | while (types[i].typeNameTRUE | evaluated 74305344 times by 365 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- ...
| FALSE | evaluated 540382 times by 337 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- ...
|
&& ((TRUE | evaluated 70241779 times by 365 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- ...
| FALSE | evaluated 4068893 times by 352 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- ...
|
length != types[i].typeNameLength)TRUE | evaluated 70241779 times by 365 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- ...
| FALSE | evaluated 4068893 times by 352 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- ...
|
| 540382-74305344 |
291 | || memcmp(typeName, types[i].typeName, length)TRUE | evaluated 2734367 times by 329 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- ...
| FALSE | evaluated 1334526 times by 275 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- ...
|
)) { | 1334526-2734367 |
292 | ++i; | - |
293 | }executed 72976146 times by 365 tests: end of block Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- ...
| 72976146 |
294 | returnexecuted 1874908 times by 365 tests: return types[i].type; Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- ...
types[i].type;executed 1874908 times by 365 tests: return types[i].type; Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- ...
| 1874908 |
295 | } | - |
296 | static int qMetaTypeCustomType_unlocked(const char *typeName, int length, int *firstInvalidIndex = 0) | - |
297 | { | - |
298 | const QVector<QCustomTypeInfo> * const ct = customTypes(); | - |
299 | if (!ctTRUE | never evaluated | FALSE | evaluated 540382 times by 337 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- ...
|
) | 0-540382 |
300 | return never executed: return QMetaType::UnknownType; QMetaType::UnknownType;never executed: return QMetaType::UnknownType; | 0 |
301 | | - |
302 | if (firstInvalidIndexTRUE | evaluated 25192 times by 316 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- ...
| FALSE | evaluated 515190 times by 235 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- ...
|
) | 25192-515190 |
303 | *executed 25192 times by 316 tests: *firstInvalidIndex = -1; Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- ...
firstInvalidIndex = -1;executed 25192 times by 316 tests: *firstInvalidIndex = -1; Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- ...
| 25192 |
304 | for (int v = 0; v < ct->count()TRUE | evaluated 20697251 times by 317 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
| FALSE | evaluated 165951 times by 319 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- ...
|
; ++v) { | 165951-20697251 |
305 | const QCustomTypeInfo &customInfo = ct->at(v); | - |
306 | if ((TRUE | evaluated 8174096 times by 251 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- ...
| FALSE | evaluated 12523155 times by 311 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
|
length == customInfo.typeName.size())TRUE | evaluated 8174096 times by 251 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- ...
| FALSE | evaluated 12523155 times by 311 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
|
| 8174096-12523155 |
307 | && !memcmp(typeName, customInfo.typeName.constData(), length)TRUE | evaluated 374431 times by 237 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- ...
| FALSE | evaluated 7799665 times by 198 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
|
) { | 374431-7799665 |
308 | if (customInfo.alias >= 0TRUE | evaluated 65 times by 6 testsEvaluated by:- tst_QHeaderView
- tst_QMetaObject
- tst_QMetaType
- tst_QNetworkConfigurationManager
- tst_QObject
- tst_QWindow
| FALSE | evaluated 374366 times by 237 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- ...
|
) | 65-374366 |
309 | returnexecuted 65 times by 6 tests: return customInfo.alias; Executed by:- tst_QHeaderView
- tst_QMetaObject
- tst_QMetaType
- tst_QNetworkConfigurationManager
- tst_QObject
- tst_QWindow
customInfo.alias;executed 65 times by 6 tests: return customInfo.alias; Executed by:- tst_QHeaderView
- tst_QMetaObject
- tst_QMetaType
- tst_QNetworkConfigurationManager
- tst_QObject
- tst_QWindow
| 65 |
310 | returnexecuted 374366 times by 237 tests: return v + QMetaType::User; Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- ...
v + QMetaType::User;executed 374366 times by 237 tests: return v + QMetaType::User; Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- ...
| 374366 |
311 | } | - |
312 | if (firstInvalidIndexTRUE | evaluated 5829228 times by 289 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
| FALSE | evaluated 14493592 times by 225 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- ...
|
&& (*TRUE | evaluated 5829225 times by 289 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
| FALSE | evaluated 3 times by 1 test |
firstInvalidIndex < 0)TRUE | evaluated 5829225 times by 289 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
| FALSE | evaluated 3 times by 1 test |
&& customInfo.typeName.isEmpty()TRUE | evaluated 3 times by 1 test | FALSE | evaluated 5829222 times by 289 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
|
) | 3-14493592 |
313 | *executed 3 times by 1 test: *firstInvalidIndex = v; firstInvalidIndex = v;executed 3 times by 1 test: *firstInvalidIndex = v; | 3 |
314 | }executed 20322820 times by 311 tests: end of block Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
| 20322820 |
315 | returnexecuted 165951 times by 319 tests: return QMetaType::UnknownType; Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- ...
QMetaType::UnknownType;executed 165951 times by 319 tests: return QMetaType::UnknownType; Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- ...
| 165951 |
316 | } | - |
317 | | - |
318 | | - |
319 | | - |
320 | | - |
321 | | - |
322 | | - |
323 | | - |
324 | int QMetaType::registerType(const char *typeName, Deleter deleter, | - |
325 | Creator creator) | - |
326 | { | - |
327 | return never executed: return registerType(typeName, deleter, creator, QtMetaTypePrivate::QMetaTypeFunctionHelper<void>::Destruct, QtMetaTypePrivate::QMetaTypeFunctionHelper<void>::Construct, 0, TypeFlags(), 0); registerType(typeName, deleter, creator,never executed: return registerType(typeName, deleter, creator, QtMetaTypePrivate::QMetaTypeFunctionHelper<void>::Destruct, QtMetaTypePrivate::QMetaTypeFunctionHelper<void>::Construct, 0, TypeFlags(), 0); | 0 |
328 | QtMetaTypePrivate::QMetaTypeFunctionHelper<void>::Destruct, never executed: return registerType(typeName, deleter, creator, QtMetaTypePrivate::QMetaTypeFunctionHelper<void>::Destruct, QtMetaTypePrivate::QMetaTypeFunctionHelper<void>::Construct, 0, TypeFlags(), 0); | 0 |
329 | QtMetaTypePrivate::QMetaTypeFunctionHelper<void>::Construct, 0, TypeFlags(), 0); never executed: return registerType(typeName, deleter, creator, QtMetaTypePrivate::QMetaTypeFunctionHelper<void>::Destruct, QtMetaTypePrivate::QMetaTypeFunctionHelper<void>::Construct, 0, TypeFlags(), 0); | 0 |
330 | } | - |
331 | bool QMetaType::unregisterType(int type) | - |
332 | { | - |
333 | QWriteLocker locker(customTypesLock()); | - |
334 | QVector<QCustomTypeInfo> *ct = customTypes(); | - |
335 | | - |
336 | | - |
337 | if ((TRUE | evaluated 1 time by 1 test | FALSE | evaluated 3 times by 1 test |
type < User)TRUE | evaluated 1 time by 1 test | FALSE | evaluated 3 times by 1 test |
|| ((TRUE | never evaluated | FALSE | evaluated 3 times by 1 test |
type - User) >= ct->size())TRUE | never evaluated | FALSE | evaluated 3 times by 1 test |
) | 0-3 |
338 | returnexecuted 1 time by 1 test: return false; false;executed 1 time by 1 test: return false; | 1 |
339 | | - |
340 | | - |
341 | if (ct->data()[type - User].flags & WasDeclaredAsMetaTypeTRUE | evaluated 1 time by 1 test | FALSE | evaluated 2 times by 1 test |
) | 1-2 |
342 | returnexecuted 1 time by 1 test: return false; false;executed 1 time by 1 test: return false; | 1 |
343 | | - |
344 | | - |
345 | for (int v = 0; v < ct->count()TRUE | evaluated 6080 times by 1 test | FALSE | evaluated 2 times by 1 test |
; ++v) { | 2-6080 |
346 | if (((TRUE | evaluated 2 times by 1 test | FALSE | evaluated 6078 times by 1 test |
v + User) == type)TRUE | evaluated 2 times by 1 test | FALSE | evaluated 6078 times by 1 test |
|| (TRUE | evaluated 1 time by 1 test | FALSE | evaluated 6077 times by 1 test |
ct->at(v).alias == type)TRUE | evaluated 1 time by 1 test | FALSE | evaluated 6077 times by 1 test |
) | 1-6078 |
347 | ct->data()[v].typeName.clear();executed 3 times by 1 test: ct->data()[v].typeName.clear(); | 3 |
348 | }executed 6080 times by 1 test: end of block | 6080 |
349 | returnexecuted 2 times by 1 test: return true; true;executed 2 times by 1 test: return true; | 2 |
350 | } | - |
351 | int QMetaType::registerType(const char *typeName, Deleter deleter, | - |
352 | Creator creator, | - |
353 | Destructor destructor, | - |
354 | Constructor constructor, | - |
355 | int size, TypeFlags flags, const QMetaObject *metaObject) | - |
356 | { | - |
357 | | - |
358 | | - |
359 | | - |
360 | ::QByteArray normalizedTypeName = QMetaObject::normalizedType(typeName); | - |
361 | | - |
362 | | - |
363 | returnexecuted 4 times by 1 test: return registerNormalizedType(normalizedTypeName, deleter, creator, destructor, constructor, size, flags, metaObject); registerNormalizedType(normalizedTypeName, deleter, creator, destructor, constructor, size, flags, metaObject);executed 4 times by 1 test: return registerNormalizedType(normalizedTypeName, deleter, creator, destructor, constructor, size, flags, metaObject); | 4 |
364 | } | - |
365 | int QMetaType::registerNormalizedType(const ::QByteArray &normalizedTypeName, Deleter deleter, | - |
366 | Creator creator, | - |
367 | Destructor destructor, | - |
368 | Constructor constructor, | - |
369 | int size, TypeFlags flags, const QMetaObject *metaObject) | - |
370 | { | - |
371 | (void)deleter;; | - |
372 | (void)creator;; | - |
373 | returnexecuted 4 times by 1 test: return registerNormalizedType(normalizedTypeName, destructor, constructor, size, flags, metaObject); registerNormalizedType(normalizedTypeName, destructor, constructor, size, flags, metaObject);executed 4 times by 1 test: return registerNormalizedType(normalizedTypeName, destructor, constructor, size, flags, metaObject); | 4 |
374 | } | - |
375 | int QMetaType::registerNormalizedType(const ::QByteArray &normalizedTypeName, | - |
376 | Destructor destructor, | - |
377 | Constructor constructor, | - |
378 | int size, TypeFlags flags, const QMetaObject *metaObject) | - |
379 | { | - |
380 | QVector<QCustomTypeInfo> *ct = customTypes(); | - |
381 | if (!ctTRUE | never evaluated | FALSE | evaluated 24362 times by 316 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- ...
|
|| normalizedTypeName.isEmpty()TRUE | never evaluated | FALSE | evaluated 24362 times by 316 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- ...
|
|| !destructorTRUE | never evaluated | FALSE | evaluated 24362 times by 316 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- ...
|
|| !constructorTRUE | never evaluated | FALSE | evaluated 24362 times by 316 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- ...
|
) | 0-24362 |
382 | return never executed: return -1; -1;never executed: return -1; | 0 |
383 | | - |
384 | int idx = qMetaTypeStaticType(normalizedTypeName.constData(), | - |
385 | normalizedTypeName.size()); | - |
386 | | - |
387 | int previousSize = 0; | - |
388 | int previousFlags = 0; | - |
389 | if (idx == UnknownTypeTRUE | evaluated 24362 times by 316 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- ...
| FALSE | never evaluated |
) { | 0-24362 |
390 | QWriteLocker locker(customTypesLock()); | - |
391 | int posInVector = -1; | - |
392 | idx = qMetaTypeCustomType_unlocked(normalizedTypeName.constData(), | - |
393 | normalizedTypeName.size(), | - |
394 | &posInVector); | - |
395 | if (idx == UnknownTypeTRUE | evaluated 11911 times by 316 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- ...
| FALSE | evaluated 12451 times by 83 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractSlider
- tst_QBoxLayout
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QDBusMetaType
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDateTimeEdit
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsGridLayout
- ...
|
) { | 11911-12451 |
396 | QCustomTypeInfo inf; | - |
397 | inf.typeName = normalizedTypeName; | - |
398 | | - |
399 | inf.loadOp = 0; | - |
400 | inf.saveOp = 0; | - |
401 | | - |
402 | inf.alias = -1; | - |
403 | inf.constructor = constructor; | - |
404 | inf.destructor = destructor; | - |
405 | inf.size = size; | - |
406 | inf.flags = flags; | - |
407 | inf.metaObject = metaObject; | - |
408 | if (posInVector == -1TRUE | evaluated 11908 times by 316 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- ...
| FALSE | evaluated 3 times by 1 test |
) { | 3-11908 |
409 | idx = ct->size() + User; | - |
410 | ct->append(inf); | - |
411 | }executed 11908 times by 316 tests: end of block Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- ...
else { | 11908 |
412 | idx = posInVector + User; | - |
413 | ct->data()[posInVector] = inf; | - |
414 | }executed 3 times by 1 test: end of block | 3 |
415 | returnexecuted 11911 times by 316 tests: return idx; Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- ...
idx;executed 11911 times by 316 tests: return idx; Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- ...
| 11911 |
416 | } | - |
417 | | - |
418 | if (idx >= UserTRUE | evaluated 12451 times by 83 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractSlider
- tst_QBoxLayout
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QDBusMetaType
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDateTimeEdit
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsGridLayout
- ...
| FALSE | never evaluated |
) { | 0-12451 |
419 | previousSize = ct->at(idx - User).size; | - |
420 | previousFlags = ct->at(idx - User).flags; | - |
421 | | - |
422 | | - |
423 | | - |
424 | | - |
425 | if (flags != previousFlagsTRUE | never evaluated | FALSE | evaluated 12451 times by 83 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractSlider
- tst_QBoxLayout
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QDBusMetaType
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDateTimeEdit
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsGridLayout
- ...
|
) { | 0-12451 |
426 | QCustomTypeInfo &inf = ct->data()[idx - User]; | - |
427 | inf.flags |= flags; | - |
428 | if (metaObjectTRUE | never evaluated | FALSE | never evaluated |
) | 0 |
429 | inf.metaObject = metaObject; never executed: inf.metaObject = metaObject; | 0 |
430 | } never executed: end of block | 0 |
431 | }executed 12451 times by 83 tests: end of block Executed by:- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractSlider
- tst_QBoxLayout
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QDBusMetaType
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDateTimeEdit
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsGridLayout
- ...
| 12451 |
432 | }executed 12451 times by 83 tests: end of block Executed by:- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractSlider
- tst_QBoxLayout
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QDBusMetaType
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDateTimeEdit
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsGridLayout
- ...
| 12451 |
433 | | - |
434 | if (idx < UserTRUE | never evaluated | FALSE | evaluated 12451 times by 83 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractSlider
- tst_QBoxLayout
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QDBusMetaType
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDateTimeEdit
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsGridLayout
- ...
|
) { | 0-12451 |
435 | previousSize = QMetaType::sizeOf(idx); | - |
436 | previousFlags = QMetaType::typeFlags(idx); | - |
437 | } never executed: end of block | 0 |
438 | | - |
439 | if (previousSize != sizeTRUE | never evaluated | FALSE | evaluated 12451 times by 83 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractSlider
- tst_QBoxLayout
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QDBusMetaType
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDateTimeEdit
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsGridLayout
- ...
|
) { | 0-12451 |
440 | QMessageLogger(__FILE__, 1067, __PRETTY_FUNCTION__).fatal("QMetaType::registerType: Binary compatibility break " | - |
441 | "-- Size mismatch for type '%s' [%i]. Previously registered " | - |
442 | "size %i, now registering size %i.", | - |
443 | normalizedTypeName.constData(), idx, previousSize, size); | - |
444 | } never executed: end of block | 0 |
445 | | - |
446 | | - |
447 | const int binaryCompatibilityFlag = PointerToQObject | IsEnumeration | SharedPointerToQObject | - |
448 | | WeakPointerToQObject | TrackingPointerToQObject; | - |
449 | if ((TRUE | never evaluated | FALSE | evaluated 12451 times by 83 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractSlider
- tst_QBoxLayout
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QDBusMetaType
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDateTimeEdit
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsGridLayout
- ...
|
previousFlags ^ flags) & binaryCompatibilityFlagTRUE | never evaluated | FALSE | evaluated 12451 times by 83 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractSlider
- tst_QBoxLayout
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QDBusMetaType
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDateTimeEdit
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsGridLayout
- ...
|
) { | 0-12451 |
450 | | - |
451 | const char *msg = "QMetaType::registerType: Binary compatibility break. " | - |
452 | "\nType flags for type '%s' [%i] don't match. Previously " | - |
453 | "registered TypeFlags(0x%x), now registering TypeFlags(0x%x). "; | - |
454 | | - |
455 | QMessageLogger(__FILE__, 1082, __PRETTY_FUNCTION__).fatal(msg, normalizedTypeName.constData(), idx, previousFlags, int(flags)); | - |
456 | } never executed: end of block | 0 |
457 | | - |
458 | returnexecuted 12451 times by 83 tests: return idx; Executed by:- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractSlider
- tst_QBoxLayout
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QDBusMetaType
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDateTimeEdit
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsGridLayout
- ...
idx;executed 12451 times by 83 tests: return idx; Executed by:- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractSlider
- tst_QBoxLayout
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QDBusMetaType
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDateTimeEdit
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsGridLayout
- ...
| 12451 |
459 | } | - |
460 | | - |
461 | | - |
462 | | - |
463 | | - |
464 | | - |
465 | | - |
466 | | - |
467 | int QMetaType::registerTypedef(const char* typeName, int aliasId) | - |
468 | { | - |
469 | | - |
470 | | - |
471 | | - |
472 | ::QByteArray normalizedTypeName = QMetaObject::normalizedType(typeName); | - |
473 | | - |
474 | | - |
475 | returnexecuted 1 time by 1 test: return registerNormalizedTypedef(normalizedTypeName, aliasId); registerNormalizedTypedef(normalizedTypeName, aliasId);executed 1 time by 1 test: return registerNormalizedTypedef(normalizedTypeName, aliasId); | 1 |
476 | } | - |
477 | int QMetaType::registerNormalizedTypedef(const ::QByteArray &normalizedTypeName, int aliasId) | - |
478 | { | - |
479 | QVector<QCustomTypeInfo> *ct = customTypes(); | - |
480 | if (!ctTRUE | never evaluated | FALSE | evaluated 836 times by 50 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QAnimationGroup
- tst_QButtonGroup
- tst_QClipboard
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleValidator
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QHostAddress
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QItemDelegate
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLocalSocket
- tst_QMdiSubWindow
- tst_QMetaObject
- tst_QMetaType
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- ...
|
|| normalizedTypeName.isEmpty()TRUE | never evaluated | FALSE | evaluated 836 times by 50 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QAnimationGroup
- tst_QButtonGroup
- tst_QClipboard
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleValidator
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QHostAddress
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QItemDelegate
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLocalSocket
- tst_QMdiSubWindow
- tst_QMetaObject
- tst_QMetaType
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- ...
|
) | 0-836 |
481 | return never executed: return -1; -1;never executed: return -1; | 0 |
482 | | - |
483 | int idx = qMetaTypeStaticType(normalizedTypeName.constData(), | - |
484 | normalizedTypeName.size()); | - |
485 | | - |
486 | if (idx == UnknownTypeTRUE | evaluated 830 times by 50 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QAnimationGroup
- tst_QButtonGroup
- tst_QClipboard
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleValidator
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QHostAddress
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QItemDelegate
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLocalSocket
- tst_QMdiSubWindow
- tst_QMetaObject
- tst_QMetaType
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- ...
| FALSE | evaluated 6 times by 1 test |
) { | 6-830 |
487 | QWriteLocker locker(customTypesLock()); | - |
488 | int posInVector = -1; | - |
489 | idx = qMetaTypeCustomType_unlocked(normalizedTypeName.constData(), | - |
490 | normalizedTypeName.size(), | - |
491 | &posInVector); | - |
492 | | - |
493 | if (idx == UnknownTypeTRUE | evaluated 31 times by 20 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QFtp
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QMetaObject
- tst_QMetaType
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QObject
- tst_QTcpServer
- tst_QUdpSocket
- tst_QWindow
- tst_QXmlInputSource
- tst_QXmlStream
| FALSE | evaluated 799 times by 36 testsEvaluated by:- tst_QAnimationGroup
- tst_QButtonGroup
- tst_QClipboard
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleValidator
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QHostAddress
- tst_QItemDelegate
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLocalSocket
- tst_QMdiSubWindow
- tst_QMetaType
- tst_QNetworkAccessManager
- tst_QNetworkConfigurationManager
- tst_QNetworkSession
- tst_QObject
- tst_QParallelAnimationGroup
- tst_QPauseAnimation
- tst_QProcess
- tst_QPropertyAnimation
- tst_QScreen
- tst_QSequentialAnimationGroup
- ...
|
) { | 31-799 |
494 | QCustomTypeInfo inf; | - |
495 | inf.typeName = normalizedTypeName; | - |
496 | inf.alias = aliasId; | - |
497 | if (posInVector == -1TRUE | evaluated 31 times by 20 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QFtp
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QMetaObject
- tst_QMetaType
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QObject
- tst_QTcpServer
- tst_QUdpSocket
- tst_QWindow
- tst_QXmlInputSource
- tst_QXmlStream
| FALSE | never evaluated |
) | 0-31 |
498 | ct->append(inf);executed 31 times by 20 tests: ct->append(inf); Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QFtp
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QMetaObject
- tst_QMetaType
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QObject
- tst_QTcpServer
- tst_QUdpSocket
- tst_QWindow
- tst_QXmlInputSource
- tst_QXmlStream
| 31 |
499 | else | - |
500 | ct->data()[posInVector] = inf; never executed: ct->data()[posInVector] = inf; | 0 |
501 | returnexecuted 31 times by 20 tests: return aliasId; Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QFtp
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QMetaObject
- tst_QMetaType
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QObject
- tst_QTcpServer
- tst_QUdpSocket
- tst_QWindow
- tst_QXmlInputSource
- tst_QXmlStream
aliasId;executed 31 times by 20 tests: return aliasId; Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QFtp
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QMetaObject
- tst_QMetaType
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QObject
- tst_QTcpServer
- tst_QUdpSocket
- tst_QWindow
- tst_QXmlInputSource
- tst_QXmlStream
| 31 |
502 | } | - |
503 | }executed 799 times by 36 tests: end of block Executed by:- tst_QAnimationGroup
- tst_QButtonGroup
- tst_QClipboard
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleValidator
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QHostAddress
- tst_QItemDelegate
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLocalSocket
- tst_QMdiSubWindow
- tst_QMetaType
- tst_QNetworkAccessManager
- tst_QNetworkConfigurationManager
- tst_QNetworkSession
- tst_QObject
- tst_QParallelAnimationGroup
- tst_QPauseAnimation
- tst_QProcess
- tst_QPropertyAnimation
- tst_QScreen
- tst_QSequentialAnimationGroup
- ...
| 799 |
504 | | - |
505 | if (idx != aliasIdTRUE | never evaluated | FALSE | evaluated 805 times by 36 testsEvaluated by:- tst_QAnimationGroup
- tst_QButtonGroup
- tst_QClipboard
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleValidator
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QHostAddress
- tst_QItemDelegate
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLocalSocket
- tst_QMdiSubWindow
- tst_QMetaType
- tst_QNetworkAccessManager
- tst_QNetworkConfigurationManager
- tst_QNetworkSession
- tst_QObject
- tst_QParallelAnimationGroup
- tst_QPauseAnimation
- tst_QProcess
- tst_QPropertyAnimation
- tst_QScreen
- tst_QSequentialAnimationGroup
- ...
|
) { | 0-805 |
506 | QMessageLogger(__FILE__, 1142, __PRETTY_FUNCTION__).warning("QMetaType::registerTypedef: " | - |
507 | "-- Type name '%s' previously registered as typedef of '%s' [%i], " | - |
508 | "now registering as typedef of '%s' [%i].", | - |
509 | normalizedTypeName.constData(), QMetaType::typeName(idx), idx, | - |
510 | QMetaType::typeName(aliasId), aliasId); | - |
511 | } never executed: end of block | 0 |
512 | returnexecuted 805 times by 36 tests: return idx; Executed by:- tst_QAnimationGroup
- tst_QButtonGroup
- tst_QClipboard
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleValidator
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QHostAddress
- tst_QItemDelegate
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLocalSocket
- tst_QMdiSubWindow
- tst_QMetaType
- tst_QNetworkAccessManager
- tst_QNetworkConfigurationManager
- tst_QNetworkSession
- tst_QObject
- tst_QParallelAnimationGroup
- tst_QPauseAnimation
- tst_QProcess
- tst_QPropertyAnimation
- tst_QScreen
- tst_QSequentialAnimationGroup
- ...
idx;executed 805 times by 36 tests: return idx; Executed by:- tst_QAnimationGroup
- tst_QButtonGroup
- tst_QClipboard
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleValidator
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QHostAddress
- tst_QItemDelegate
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLocalSocket
- tst_QMdiSubWindow
- tst_QMetaType
- tst_QNetworkAccessManager
- tst_QNetworkConfigurationManager
- tst_QNetworkSession
- tst_QObject
- tst_QParallelAnimationGroup
- tst_QPauseAnimation
- tst_QProcess
- tst_QPropertyAnimation
- tst_QScreen
- tst_QSequentialAnimationGroup
- ...
| 805 |
513 | } | - |
514 | | - |
515 | | - |
516 | | - |
517 | | - |
518 | | - |
519 | | - |
520 | | - |
521 | bool QMetaType::isRegistered(int type) | - |
522 | { | - |
523 | | - |
524 | if ((type >= FirstCoreTypeTRUE | evaluated 47929 times by 21 testsEvaluated by:- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDataStream
- tst_QEasingCurve
- tst_QGuiVariant
- tst_QListWidget
- tst_QLocalSocket
- tst_QMatrixNxN
- tst_QMetaType
- tst_QNetworkDiskCache
- tst_QNetworkReply
- tst_QObject
- tst_QQuaternion
- tst_QSettings
- tst_QStandardItem
- tst_QStandardItemModel
- tst_QTableWidget
- tst_QTreeWidget
- tst_QVariant
- tst_QVectorND
- tst_QWidgetsVariant
| FALSE | evaluated 3 times by 1 test |
&& type <= LastCoreTypeTRUE | evaluated 32618 times by 15 testsEvaluated by:- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDataStream
- tst_QEasingCurve
- tst_QListWidget
- tst_QLocalSocket
- tst_QMetaType
- tst_QNetworkDiskCache
- tst_QNetworkReply
- tst_QSettings
- tst_QStandardItem
- tst_QStandardItemModel
- tst_QTableWidget
- tst_QTreeWidget
- tst_QVariant
| FALSE | evaluated 15311 times by 10 testsEvaluated by:- tst_QGuiVariant
- tst_QMatrixNxN
- tst_QMetaType
- tst_QObject
- tst_QQuaternion
- tst_QSettings
- tst_QStandardItem
- tst_QVariant
- tst_QVectorND
- tst_QWidgetsVariant
|
) | 3-47929 |
525 | || (type >= FirstGuiTypeTRUE | evaluated 15309 times by 10 testsEvaluated by:- tst_QGuiVariant
- tst_QMatrixNxN
- tst_QMetaType
- tst_QObject
- tst_QQuaternion
- tst_QSettings
- tst_QStandardItem
- tst_QVariant
- tst_QVectorND
- tst_QWidgetsVariant
| FALSE | evaluated 5 times by 2 testsEvaluated by:- tst_QMetaType
- tst_QVariant
|
&& type <= LastGuiTypeTRUE | evaluated 277 times by 7 testsEvaluated by:- tst_QGuiVariant
- tst_QMatrixNxN
- tst_QMetaType
- tst_QQuaternion
- tst_QSettings
- tst_QStandardItem
- tst_QVectorND
| FALSE | evaluated 15032 times by 5 testsEvaluated by:- tst_QGuiVariant
- tst_QMetaType
- tst_QObject
- tst_QVariant
- tst_QWidgetsVariant
|
) | 5-15309 |
526 | || (type >= FirstWidgetsTypeTRUE | evaluated 15030 times by 5 testsEvaluated by:- tst_QGuiVariant
- tst_QMetaType
- tst_QObject
- tst_QVariant
- tst_QWidgetsVariant
| FALSE | evaluated 7 times by 4 testsEvaluated by:- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
- tst_QWidgetsVariant
|
&& type <= LastWidgetsTypeTRUE | evaluated 3 times by 2 testsEvaluated by:- tst_QMetaType
- tst_QWidgetsVariant
| FALSE | evaluated 15027 times by 5 testsEvaluated by:- tst_QGuiVariant
- tst_QMetaType
- tst_QObject
- tst_QVariant
- tst_QWidgetsVariant
|
)) { | 3-15030 |
527 | returnexecuted 32898 times by 20 tests: return true; Executed by:- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDataStream
- tst_QEasingCurve
- tst_QGuiVariant
- tst_QListWidget
- tst_QLocalSocket
- tst_QMatrixNxN
- tst_QMetaType
- tst_QNetworkDiskCache
- tst_QNetworkReply
- tst_QQuaternion
- tst_QSettings
- tst_QStandardItem
- tst_QStandardItemModel
- tst_QTableWidget
- tst_QTreeWidget
- tst_QVariant
- tst_QVectorND
- tst_QWidgetsVariant
true;executed 32898 times by 20 tests: return true; Executed by:- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDataStream
- tst_QEasingCurve
- tst_QGuiVariant
- tst_QListWidget
- tst_QLocalSocket
- tst_QMatrixNxN
- tst_QMetaType
- tst_QNetworkDiskCache
- tst_QNetworkReply
- tst_QQuaternion
- tst_QSettings
- tst_QStandardItem
- tst_QStandardItemModel
- tst_QTableWidget
- tst_QTreeWidget
- tst_QVariant
- tst_QVectorND
- tst_QWidgetsVariant
| 32898 |
528 | } | - |
529 | | - |
530 | QReadLocker locker(customTypesLock()); | - |
531 | const QVector<QCustomTypeInfo> * const ct = customTypes(); | - |
532 | returnexecuted 15034 times by 5 tests: return ((type >= User) && (ct && ct->count() > type - User) && !ct->at(type - User).typeName.isEmpty()); Executed by:- tst_QGuiVariant
- tst_QMetaType
- tst_QObject
- tst_QVariant
- tst_QWidgetsVariant
((TRUE | evaluated 15025 times by 3 testsEvaluated by:- tst_QMetaType
- tst_QObject
- tst_QVariant
| FALSE | evaluated 9 times by 4 testsEvaluated by:- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
- tst_QWidgetsVariant
|
type >= User)TRUE | evaluated 15025 times by 3 testsEvaluated by:- tst_QMetaType
- tst_QObject
- tst_QVariant
| FALSE | evaluated 9 times by 4 testsEvaluated by:- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
- tst_QWidgetsVariant
|
&& (ctTRUE | evaluated 15025 times by 3 testsEvaluated by:- tst_QMetaType
- tst_QObject
- tst_QVariant
| FALSE | never evaluated |
&& ct->count() > type - UserTRUE | evaluated 15024 times by 3 testsEvaluated by:- tst_QMetaType
- tst_QObject
- tst_QVariant
| FALSE | evaluated 1 time by 1 test |
) && !ct->at(type - User).typeName.isEmpty()TRUE | evaluated 15024 times by 3 testsEvaluated by:- tst_QMetaType
- tst_QObject
- tst_QVariant
| FALSE | never evaluated |
);executed 15034 times by 5 tests: return ((type >= User) && (ct && ct->count() > type - User) && !ct->at(type - User).typeName.isEmpty()); Executed by:- tst_QGuiVariant
- tst_QMetaType
- tst_QObject
- tst_QVariant
- tst_QWidgetsVariant
| 0-15034 |
533 | } | - |
534 | | - |
535 | template <bool tryNormalizedType> | - |
536 | static inline int qMetaTypeTypeImpl(const char *typeName, int length) | - |
537 | { | - |
538 | if (!lengthTRUE | evaluated 108 times by 4 testsEvaluated by:- tst_QMetaMethod
- tst_QMetaObjectBuilder
- tst_QMetaType
- tst_QVariant
| FALSE | evaluated 1849572 times by 285 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- ...
|
) | 108-1849572 |
539 | returnexecuted 108 times by 4 tests: return QMetaType::UnknownType; Executed by:- tst_QMetaMethod
- tst_QMetaObjectBuilder
- tst_QMetaType
- tst_QVariant
QMetaType::UnknownType;executed 108 times by 4 tests: return QMetaType::UnknownType; Executed by:- tst_QMetaMethod
- tst_QMetaObjectBuilder
- tst_QMetaType
- tst_QVariant
| 108 |
540 | int type = qMetaTypeStaticType(typeName, length); | - |
541 | if (type == QMetaType::UnknownTypeTRUE | evaluated 515054 times by 235 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- ...
| FALSE | evaluated 1334518 times by 275 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- ...
|
) { | 515054-1334518 |
542 | QReadLocker locker(customTypesLock()); | - |
543 | type = qMetaTypeCustomType_unlocked(typeName, length); | - |
544 | | - |
545 | if ((TRUE | evaluated 153877 times by 180 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- ...
| FALSE | evaluated 361177 times by 225 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- ...
|
type == QMetaType::UnknownType)TRUE | evaluated 153877 times by 180 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- ...
| FALSE | evaluated 361177 times by 225 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- ...
|
&& tryNormalizedTypeTRUE | evaluated 138 times by 21 testsEvaluated by:- tst_QAbstractItemModel
- tst_QAbstractSpinBox
- tst_QAction
- tst_QDBusLocalCalls
- tst_QDBusMetaObject
- tst_QGraphicsItem
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QMenuBar
- tst_QMetaMethod
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSequentialAnimationGroup
- tst_QSignalMapper
- tst_QSortFilterProxyModel
- tst_QStringListModel
- tst_QVariant
- tst_qdbusabstractadaptor - unknown status
| FALSE | evaluated 153739 times by 172 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- ...
|
) { | 138-361177 |
546 | const ::QByteArray normalizedTypeName = QMetaObject::normalizedType(typeName); | - |
547 | type = qMetaTypeStaticType(normalizedTypeName.constData(), | - |
548 | normalizedTypeName.size()); | - |
549 | if (type == QMetaType::UnknownTypeTRUE | evaluated 136 times by 21 testsEvaluated by:- tst_QAbstractItemModel
- tst_QAbstractSpinBox
- tst_QAction
- tst_QDBusLocalCalls
- tst_QDBusMetaObject
- tst_QGraphicsItem
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QMenuBar
- tst_QMetaMethod
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSequentialAnimationGroup
- tst_QSignalMapper
- tst_QSortFilterProxyModel
- tst_QStringListModel
- tst_QVariant
- tst_qdbusabstractadaptor - unknown status
| FALSE | evaluated 2 times by 1 test |
) { | 2-136 |
550 | type = qMetaTypeCustomType_unlocked(normalizedTypeName.constData(), | - |
551 | normalizedTypeName.size()); | - |
552 | }executed 136 times by 21 tests: end of block Executed by:- tst_QAbstractItemModel
- tst_QAbstractSpinBox
- tst_QAction
- tst_QDBusLocalCalls
- tst_QDBusMetaObject
- tst_QGraphicsItem
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QMenuBar
- tst_QMetaMethod
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSequentialAnimationGroup
- tst_QSignalMapper
- tst_QSortFilterProxyModel
- tst_QStringListModel
- tst_QVariant
- tst_qdbusabstractadaptor - unknown status
| 136 |
553 | }executed 138 times by 21 tests: end of block Executed by:- tst_QAbstractItemModel
- tst_QAbstractSpinBox
- tst_QAction
- tst_QDBusLocalCalls
- tst_QDBusMetaObject
- tst_QGraphicsItem
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QMenuBar
- tst_QMetaMethod
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSequentialAnimationGroup
- tst_QSignalMapper
- tst_QSortFilterProxyModel
- tst_QStringListModel
- tst_QVariant
- tst_qdbusabstractadaptor - unknown status
| 138 |
554 | | - |
555 | }executed 515054 times by 235 tests: end of block Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- ...
| 515054 |
556 | returnexecuted 1849572 times by 285 tests: return type; Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- ...
type;executed 1849572 times by 285 tests: return type; Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- ...
| 1849572 |
557 | } | - |
558 | | - |
559 | | - |
560 | | - |
561 | | - |
562 | | - |
563 | | - |
564 | | - |
565 | int QMetaType::type(const char *typeName) | - |
566 | { | - |
567 | returnexecuted 66751 times by 31 tests: return qMetaTypeTypeImpl< true>(typeName, qstrlen(typeName)); Executed by:- tst_QAbstractProxyModel
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QEasingCurve
- tst_QEventLoop
- tst_QGuiEventLoop
- tst_QGuiVariant
- tst_QItemDelegate
- tst_QMatrixNxN
- tst_QMetaMethod
- tst_QMetaObject
- tst_QMetaProperty
- tst_QMetaType
- tst_QNetworkReply
- tst_QObject
- tst_QPropertyAnimation
- tst_QQuaternion
- tst_QStateMachine
- tst_QSyntaxHighlighter
- tst_QTableView
- tst_QTcpSocket
- tst_QThread
- tst_QTimer
- tst_QTreeWidget
- tst_QVariant
- ...
qMetaTypeTypeImpl< true>(typeName, qstrlen(typeName));executed 66751 times by 31 tests: return qMetaTypeTypeImpl< true>(typeName, qstrlen(typeName)); Executed by:- tst_QAbstractProxyModel
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QEasingCurve
- tst_QEventLoop
- tst_QGuiEventLoop
- tst_QGuiVariant
- tst_QItemDelegate
- tst_QMatrixNxN
- tst_QMetaMethod
- tst_QMetaObject
- tst_QMetaProperty
- tst_QMetaType
- tst_QNetworkReply
- tst_QObject
- tst_QPropertyAnimation
- tst_QQuaternion
- tst_QStateMachine
- tst_QSyntaxHighlighter
- tst_QTableView
- tst_QTcpSocket
- tst_QThread
- tst_QTimer
- tst_QTreeWidget
- tst_QVariant
- ...
| 66751 |
568 | } | - |
569 | int qMetaTypeTypeInternal(const char *typeName) | - |
570 | { | - |
571 | returnexecuted 1610441 times by 272 tests: return qMetaTypeTypeImpl< false>(typeName, qstrlen(typeName)); Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- ...
qMetaTypeTypeImpl< false>(typeName, qstrlen(typeName));executed 1610441 times by 272 tests: return qMetaTypeTypeImpl< false>(typeName, qstrlen(typeName)); Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- ...
| 1610441 |
572 | } | - |
573 | int QMetaType::type(const ::QByteArray &typeName) | - |
574 | { | - |
575 | returnexecuted 172488 times by 225 tests: return qMetaTypeTypeImpl< true>(typeName.constData(), typeName.size()); Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- ...
qMetaTypeTypeImpl< true>(typeName.constData(), typeName.size());executed 172488 times by 225 tests: return qMetaTypeTypeImpl< true>(typeName.constData(), typeName.size()); Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- ...
| 172488 |
576 | } | - |
577 | bool QMetaType::save(QDataStream &stream, int type, const void *data) | - |
578 | { | - |
579 | if (!dataTRUE | evaluated 25 times by 1 test | FALSE | evaluated 16385 times by 17 testsEvaluated by:- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDataStream
- tst_QGuiVariant
- tst_QListWidget
- tst_QLocalSocket
- tst_QMetaType
- tst_QNetworkDiskCache
- tst_QNetworkReply
- tst_QObject
- tst_QSettings
- tst_QStandardItem
- tst_QStandardItemModel
- tst_QTableWidget
- tst_QTreeWidget
- tst_QVariant
- tst_QWidgetsVariant
|
|| !isRegistered(type)TRUE | never evaluated | FALSE | evaluated 16385 times by 17 testsEvaluated by:- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDataStream
- tst_QGuiVariant
- tst_QListWidget
- tst_QLocalSocket
- tst_QMetaType
- tst_QNetworkDiskCache
- tst_QNetworkReply
- tst_QObject
- tst_QSettings
- tst_QStandardItem
- tst_QStandardItemModel
- tst_QTableWidget
- tst_QTreeWidget
- tst_QVariant
- tst_QWidgetsVariant
|
) | 0-16385 |
580 | returnexecuted 25 times by 1 test: return false; false;executed 25 times by 1 test: return false; | 25 |
581 | | - |
582 | switch(type) { | - |
583 | case never executed: case QMetaType::UnknownType: QMetaType::UnknownType:never executed: case QMetaType::UnknownType: | 0 |
584 | case never executed: case QMetaType::Void: QMetaType::Void:never executed: case QMetaType::Void: | 0 |
585 | caseexecuted 1 time by 1 test: case QMetaType::VoidStar: QMetaType::VoidStar:executed 1 time by 1 test: case QMetaType::VoidStar: | 1 |
586 | caseexecuted 1 time by 1 test: case QMetaType::QObjectStar: QMetaType::QObjectStar:executed 1 time by 1 test: case QMetaType::QObjectStar: | 1 |
587 | caseexecuted 1 time by 1 test: case QMetaType::QModelIndex: QMetaType::QModelIndex:executed 1 time by 1 test: case QMetaType::QModelIndex: | 1 |
588 | caseexecuted 1 time by 1 test: case QMetaType::QPersistentModelIndex: QMetaType::QPersistentModelIndex:executed 1 time by 1 test: case QMetaType::QPersistentModelIndex: | 1 |
589 | caseexecuted 1 time by 1 test: case QMetaType::QJsonValue: QMetaType::QJsonValue:executed 1 time by 1 test: case QMetaType::QJsonValue: | 1 |
590 | caseexecuted 1 time by 1 test: case QMetaType::QJsonObject: QMetaType::QJsonObject:executed 1 time by 1 test: case QMetaType::QJsonObject: | 1 |
591 | caseexecuted 1 time by 1 test: case QMetaType::QJsonArray: QMetaType::QJsonArray:executed 1 time by 1 test: case QMetaType::QJsonArray: | 1 |
592 | caseexecuted 1 time by 1 test: case QMetaType::QJsonDocument: QMetaType::QJsonDocument:executed 1 time by 1 test: case QMetaType::QJsonDocument: | 1 |
593 | returnexecuted 8 times by 1 test: return false; false;executed 8 times by 1 test: return false; | 8 |
594 | caseexecuted 5 times by 2 tests: case QMetaType::Long: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::Long:executed 5 times by 2 tests: case QMetaType::Long: Executed by:- tst_QMetaType
- tst_QVariant
| 5 |
595 | stream << qlonglong(*static_cast<const long *>(data)); | - |
596 | break;executed 5 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 5 |
597 | caseexecuted 308 times by 8 tests: case QMetaType::Int: Executed by:- tst_QAbstractNetworkCache
- tst_QMetaType
- tst_QNetworkDiskCache
- tst_QNetworkReply
- tst_QSettings
- tst_QStandardItem
- tst_QStandardItemModel
- tst_QVariant
QMetaType::Int:executed 308 times by 8 tests: case QMetaType::Int: Executed by:- tst_QAbstractNetworkCache
- tst_QMetaType
- tst_QNetworkDiskCache
- tst_QNetworkReply
- tst_QSettings
- tst_QStandardItem
- tst_QStandardItemModel
- tst_QVariant
| 308 |
598 | stream << *static_cast<const int *>(data); | - |
599 | break;executed 308 times by 8 tests: break; Executed by:- tst_QAbstractNetworkCache
- tst_QMetaType
- tst_QNetworkDiskCache
- tst_QNetworkReply
- tst_QSettings
- tst_QStandardItem
- tst_QStandardItemModel
- tst_QVariant
| 308 |
600 | caseexecuted 5 times by 2 tests: case QMetaType::Short: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::Short:executed 5 times by 2 tests: case QMetaType::Short: Executed by:- tst_QMetaType
- tst_QVariant
| 5 |
601 | stream << *static_cast<const short *>(data); | - |
602 | break;executed 5 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 5 |
603 | caseexecuted 5 times by 2 tests: case QMetaType::Char: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::Char:executed 5 times by 2 tests: case QMetaType::Char: Executed by:- tst_QMetaType
- tst_QVariant
| 5 |
604 | | - |
605 | stream << *static_cast<const signed char *>(data); | - |
606 | break;executed 5 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 5 |
607 | caseexecuted 5 times by 2 tests: case QMetaType::ULong: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::ULong:executed 5 times by 2 tests: case QMetaType::ULong: Executed by:- tst_QMetaType
- tst_QVariant
| 5 |
608 | stream << qulonglong(*static_cast<const ulong *>(data)); | - |
609 | break;executed 5 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 5 |
610 | caseexecuted 4 times by 2 tests: case QMetaType::UInt: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::UInt:executed 4 times by 2 tests: case QMetaType::UInt: Executed by:- tst_QMetaType
- tst_QVariant
| 4 |
611 | stream << *static_cast<const uint *>(data); | - |
612 | break;executed 4 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 4 |
613 | caseexecuted 3 times by 2 tests: case QMetaType::LongLong: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::LongLong:executed 3 times by 2 tests: case QMetaType::LongLong: Executed by:- tst_QMetaType
- tst_QVariant
| 3 |
614 | stream << *static_cast<const qlonglong *>(data); | - |
615 | break;executed 3 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 3 |
616 | caseexecuted 3 times by 2 tests: case QMetaType::ULongLong: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::ULongLong:executed 3 times by 2 tests: case QMetaType::ULongLong: Executed by:- tst_QMetaType
- tst_QVariant
| 3 |
617 | stream << *static_cast<const qulonglong *>(data); | - |
618 | break;executed 3 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 3 |
619 | caseexecuted 5 times by 2 tests: case QMetaType::UShort: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::UShort:executed 5 times by 2 tests: case QMetaType::UShort: Executed by:- tst_QMetaType
- tst_QVariant
| 5 |
620 | stream << *static_cast<const ushort *>(data); | - |
621 | break;executed 5 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 5 |
622 | caseexecuted 1 time by 1 test: case QMetaType::SChar: QMetaType::SChar:executed 1 time by 1 test: case QMetaType::SChar: | 1 |
623 | stream << *static_cast<const signed char *>(data); | - |
624 | break;executed 1 time by 1 test: break; | 1 |
625 | caseexecuted 5 times by 2 tests: case QMetaType::UChar: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::UChar:executed 5 times by 2 tests: case QMetaType::UChar: Executed by:- tst_QMetaType
- tst_QVariant
| 5 |
626 | stream << *static_cast<const uchar *>(data); | - |
627 | break;executed 5 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 5 |
628 | caseexecuted 75 times by 3 tests: case QMetaType::Bool: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
QMetaType::Bool:executed 75 times by 3 tests: case QMetaType::Bool: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 75 |
629 | stream << qint8(*static_cast<const bool *>(data)); | - |
630 | break;executed 75 times by 3 tests: break; Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 75 |
631 | caseexecuted 7 times by 2 tests: case QMetaType::Float: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::Float:executed 7 times by 2 tests: case QMetaType::Float: Executed by:- tst_QMetaType
- tst_QVariant
| 7 |
632 | stream << *static_cast<const float *>(data); | - |
633 | break;executed 7 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 7 |
634 | caseexecuted 6 times by 2 tests: case QMetaType::Double: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::Double:executed 6 times by 2 tests: case QMetaType::Double: Executed by:- tst_QMetaType
- tst_QVariant
| 6 |
635 | stream << *static_cast<const double *>(data); | - |
636 | break;executed 6 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 6 |
637 | caseexecuted 5 times by 2 tests: case QMetaType::QChar: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::QChar:executed 5 times by 2 tests: case QMetaType::QChar: Executed by:- tst_QMetaType
- tst_QVariant
| 5 |
638 | stream << *static_cast<const ::QChar *>(data); | - |
639 | break;executed 5 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 5 |
640 | | - |
641 | caseexecuted 77 times by 3 tests: case QMetaType::QVariantMap: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
QMetaType::QVariantMap:executed 77 times by 3 tests: case QMetaType::QVariantMap: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 77 |
642 | stream << *static_cast<const ::QVariantMap*>(data); | - |
643 | break;executed 77 times by 3 tests: break; Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 77 |
644 | caseexecuted 3 times by 2 tests: case QMetaType::QVariantHash: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::QVariantHash:executed 3 times by 2 tests: case QMetaType::QVariantHash: Executed by:- tst_QMetaType
- tst_QVariant
| 3 |
645 | stream << *static_cast<const ::QVariantHash*>(data); | - |
646 | break;executed 3 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 3 |
647 | caseexecuted 61 times by 3 tests: case QMetaType::QVariantList: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
QMetaType::QVariantList:executed 61 times by 3 tests: case QMetaType::QVariantList: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 61 |
648 | stream << *static_cast<const ::QVariantList*>(data); | - |
649 | break;executed 61 times by 3 tests: break; Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 61 |
650 | caseexecuted 3 times by 2 tests: case QMetaType::QVariant: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::QVariant:executed 3 times by 2 tests: case QMetaType::QVariant: Executed by:- tst_QMetaType
- tst_QVariant
| 3 |
651 | stream << *static_cast<const ::QVariant*>(data); | - |
652 | break;executed 3 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 3 |
653 | caseexecuted 1 time by 1 test: case QMetaType::QByteArrayList: QMetaType::QByteArrayList:executed 1 time by 1 test: case QMetaType::QByteArrayList: | 1 |
654 | stream << *static_cast<const ::QByteArrayList*>(data); | - |
655 | break;executed 1 time by 1 test: break; | 1 |
656 | | - |
657 | caseexecuted 14 times by 4 tests: case QMetaType::QByteArray: Executed by:- tst_QDataStream
- tst_QMetaType
- tst_QSettings
- tst_QVariant
QMetaType::QByteArray:executed 14 times by 4 tests: case QMetaType::QByteArray: Executed by:- tst_QDataStream
- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 14 |
658 | stream << *static_cast<const ::QByteArray*>(data); | - |
659 | break;executed 14 times by 4 tests: break; Executed by:- tst_QDataStream
- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 14 |
660 | caseexecuted 12681 times by 12 tests: case QMetaType::QString: Executed by:- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QListWidget
- tst_QMetaType
- tst_QNetworkDiskCache
- tst_QNetworkReply
- tst_QSettings
- tst_QStandardItem
- tst_QStandardItemModel
- tst_QTableWidget
- tst_QTreeWidget
- tst_QVariant
QMetaType::QString:executed 12681 times by 12 tests: case QMetaType::QString: Executed by:- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QListWidget
- tst_QMetaType
- tst_QNetworkDiskCache
- tst_QNetworkReply
- tst_QSettings
- tst_QStandardItem
- tst_QStandardItemModel
- tst_QTableWidget
- tst_QTreeWidget
- tst_QVariant
| 12681 |
661 | stream << *static_cast<const ::QString*>(data); | - |
662 | break;executed 12681 times by 12 tests: break; Executed by:- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QListWidget
- tst_QMetaType
- tst_QNetworkDiskCache
- tst_QNetworkReply
- tst_QSettings
- tst_QStandardItem
- tst_QStandardItemModel
- tst_QTableWidget
- tst_QTreeWidget
- tst_QVariant
| 12681 |
663 | caseexecuted 25 times by 3 tests: case QMetaType::QStringList: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
QMetaType::QStringList:executed 25 times by 3 tests: case QMetaType::QStringList: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 25 |
664 | stream << *static_cast<const ::QStringList*>(data); | - |
665 | break;executed 25 times by 3 tests: break; Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 25 |
666 | | - |
667 | caseexecuted 5 times by 2 tests: case QMetaType::QBitArray: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::QBitArray:executed 5 times by 2 tests: case QMetaType::QBitArray: Executed by:- tst_QMetaType
- tst_QVariant
| 5 |
668 | stream << *static_cast<const ::QBitArray*>(data); | - |
669 | break;executed 5 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 5 |
670 | | - |
671 | caseexecuted 89 times by 3 tests: case QMetaType::QDate: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
QMetaType::QDate:executed 89 times by 3 tests: case QMetaType::QDate: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 89 |
672 | stream << *static_cast<const ::QDate*>(data); | - |
673 | break;executed 89 times by 3 tests: break; Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 89 |
674 | caseexecuted 85 times by 3 tests: case QMetaType::QTime: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
QMetaType::QTime:executed 85 times by 3 tests: case QMetaType::QTime: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 85 |
675 | stream << *static_cast<const ::QTime*>(data); | - |
676 | break;executed 85 times by 3 tests: break; Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 85 |
677 | caseexecuted 13 times by 3 tests: case QMetaType::QDateTime: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
QMetaType::QDateTime:executed 13 times by 3 tests: case QMetaType::QDateTime: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 13 |
678 | stream << *static_cast<const ::QDateTime*>(data); | - |
679 | break;executed 13 times by 3 tests: break; Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 13 |
680 | | - |
681 | caseexecuted 3 times by 2 tests: case QMetaType::QUrl: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::QUrl:executed 3 times by 2 tests: case QMetaType::QUrl: Executed by:- tst_QMetaType
- tst_QVariant
| 3 |
682 | stream << *static_cast<const ::QUrl*>(data); | - |
683 | break;executed 3 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 3 |
684 | | - |
685 | caseexecuted 3 times by 2 tests: case QMetaType::QLocale: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::QLocale:executed 3 times by 2 tests: case QMetaType::QLocale: Executed by:- tst_QMetaType
- tst_QVariant
| 3 |
686 | stream << *static_cast<const ::QLocale*>(data); | - |
687 | break;executed 3 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 3 |
688 | | - |
689 | caseexecuted 2559 times by 4 tests: case QMetaType::QRect: Executed by:- tst_QLocalSocket
- tst_QMetaType
- tst_QSettings
- tst_QVariant
QMetaType::QRect:executed 2559 times by 4 tests: case QMetaType::QRect: Executed by:- tst_QLocalSocket
- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 2559 |
690 | stream << *static_cast<const ::QRect*>(data); | - |
691 | break;executed 2559 times by 4 tests: break; Executed by:- tst_QLocalSocket
- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 2559 |
692 | caseexecuted 3 times by 2 tests: case QMetaType::QRectF: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::QRectF:executed 3 times by 2 tests: case QMetaType::QRectF: Executed by:- tst_QMetaType
- tst_QVariant
| 3 |
693 | stream << *static_cast<const ::QRectF*>(data); | - |
694 | break;executed 3 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 3 |
695 | caseexecuted 58 times by 4 tests: case QMetaType::QSize: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QStandardItem
- tst_QVariant
QMetaType::QSize:executed 58 times by 4 tests: case QMetaType::QSize: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QStandardItem
- tst_QVariant
| 58 |
696 | stream << *static_cast<const ::QSize*>(data); | - |
697 | break;executed 58 times by 4 tests: break; Executed by:- tst_QMetaType
- tst_QSettings
- tst_QStandardItem
- tst_QVariant
| 58 |
698 | caseexecuted 3 times by 2 tests: case QMetaType::QSizeF: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::QSizeF:executed 3 times by 2 tests: case QMetaType::QSizeF: Executed by:- tst_QMetaType
- tst_QVariant
| 3 |
699 | stream << *static_cast<const ::QSizeF*>(data); | - |
700 | break;executed 3 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 3 |
701 | caseexecuted 3 times by 2 tests: case QMetaType::QLine: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::QLine:executed 3 times by 2 tests: case QMetaType::QLine: Executed by:- tst_QMetaType
- tst_QVariant
| 3 |
702 | stream << *static_cast<const ::QLine*>(data); | - |
703 | break;executed 3 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 3 |
704 | caseexecuted 3 times by 2 tests: case QMetaType::QLineF: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::QLineF:executed 3 times by 2 tests: case QMetaType::QLineF: Executed by:- tst_QMetaType
- tst_QVariant
| 3 |
705 | stream << *static_cast<const ::QLineF*>(data); | - |
706 | break;executed 3 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 3 |
707 | caseexecuted 55 times by 3 tests: case QMetaType::QPoint: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
QMetaType::QPoint:executed 55 times by 3 tests: case QMetaType::QPoint: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 55 |
708 | stream << *static_cast<const ::QPoint*>(data); | - |
709 | break;executed 55 times by 3 tests: break; Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 55 |
710 | caseexecuted 3 times by 2 tests: case QMetaType::QPointF: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::QPointF:executed 3 times by 2 tests: case QMetaType::QPointF: Executed by:- tst_QMetaType
- tst_QVariant
| 3 |
711 | stream << *static_cast<const ::QPointF*>(data); | - |
712 | break;executed 3 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 3 |
713 | | - |
714 | | - |
715 | caseexecuted 47 times by 3 tests: case QMetaType::QRegExp: Executed by:- tst_QDataStream
- tst_QMetaType
- tst_QVariant
QMetaType::QRegExp:executed 47 times by 3 tests: case QMetaType::QRegExp: Executed by:- tst_QDataStream
- tst_QMetaType
- tst_QVariant
| 47 |
716 | stream << *static_cast<const ::QRegExp*>(data); | - |
717 | break;executed 47 times by 3 tests: break; Executed by:- tst_QDataStream
- tst_QMetaType
- tst_QVariant
| 47 |
718 | | - |
719 | | - |
720 | | - |
721 | caseexecuted 4 times by 2 tests: case QMetaType::QRegularExpression: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::QRegularExpression:executed 4 times by 2 tests: case QMetaType::QRegularExpression: Executed by:- tst_QMetaType
- tst_QVariant
| 4 |
722 | stream << *static_cast<const ::QRegularExpression*>(data); | - |
723 | break;executed 4 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 4 |
724 | | - |
725 | caseexecuted 1 time by 1 test: case QMetaType::QEasingCurve: QMetaType::QEasingCurve:executed 1 time by 1 test: case QMetaType::QEasingCurve: | 1 |
726 | stream << *static_cast<const ::QEasingCurve*>(data); | - |
727 | break;executed 1 time by 1 test: break; | 1 |
728 | | - |
729 | caseexecuted 2 times by 2 tests: case QMetaType::QFont: Executed by:- tst_QGuiVariant
- tst_QStandardItem
QMetaType::QFont:executed 2 times by 2 tests: case QMetaType::QFont: Executed by:- tst_QGuiVariant
- tst_QStandardItem
| 2 |
730 | caseexecuted 3 times by 2 tests: case QMetaType::QPixmap: Executed by:- tst_QGuiVariant
- tst_QSettings
QMetaType::QPixmap:executed 3 times by 2 tests: case QMetaType::QPixmap: Executed by:- tst_QGuiVariant
- tst_QSettings
| 3 |
731 | caseexecuted 3 times by 2 tests: case QMetaType::QBrush: Executed by:- tst_QGuiVariant
- tst_QStandardItem
QMetaType::QBrush:executed 3 times by 2 tests: case QMetaType::QBrush: Executed by:- tst_QGuiVariant
- tst_QStandardItem
| 3 |
732 | caseexecuted 101 times by 2 tests: case QMetaType::QColor: Executed by:- tst_QGuiVariant
- tst_QSettings
QMetaType::QColor:executed 101 times by 2 tests: case QMetaType::QColor: Executed by:- tst_QGuiVariant
- tst_QSettings
| 101 |
733 | caseexecuted 1 time by 1 test: case QMetaType::QPalette: QMetaType::QPalette:executed 1 time by 1 test: case QMetaType::QPalette: | 1 |
734 | caseexecuted 1 time by 1 test: case QMetaType::QImage: QMetaType::QImage:executed 1 time by 1 test: case QMetaType::QImage: | 1 |
735 | caseexecuted 2 times by 1 test: case QMetaType::QPolygon: QMetaType::QPolygon:executed 2 times by 1 test: case QMetaType::QPolygon: | 2 |
736 | caseexecuted 3 times by 1 test: case QMetaType::QPolygonF: QMetaType::QPolygonF:executed 3 times by 1 test: case QMetaType::QPolygonF: | 3 |
737 | caseexecuted 2 times by 1 test: case QMetaType::QRegion: QMetaType::QRegion:executed 2 times by 1 test: case QMetaType::QRegion: | 2 |
738 | caseexecuted 2 times by 1 test: case QMetaType::QBitmap: QMetaType::QBitmap:executed 2 times by 1 test: case QMetaType::QBitmap: | 2 |
739 | caseexecuted 1 time by 1 test: case QMetaType::QCursor: QMetaType::QCursor:executed 1 time by 1 test: case QMetaType::QCursor: | 1 |
740 | caseexecuted 3 times by 2 tests: case QMetaType::QKeySequence: Executed by:- tst_QGuiVariant
- tst_QSettings
QMetaType::QKeySequence:executed 3 times by 2 tests: case QMetaType::QKeySequence: Executed by:- tst_QGuiVariant
- tst_QSettings
| 3 |
741 | caseexecuted 1 time by 1 test: case QMetaType::QPen: QMetaType::QPen:executed 1 time by 1 test: case QMetaType::QPen: | 1 |
742 | case never executed: case QMetaType::QTextLength: QMetaType::QTextLength:never executed: case QMetaType::QTextLength: | 0 |
743 | case never executed: case QMetaType::QTextFormat: QMetaType::QTextFormat:never executed: case QMetaType::QTextFormat: | 0 |
744 | case never executed: case QMetaType::QMatrix: QMetaType::QMatrix:never executed: case QMetaType::QMatrix: | 0 |
745 | case never executed: case QMetaType::QTransform: QMetaType::QTransform:never executed: case QMetaType::QTransform: | 0 |
746 | case never executed: case QMetaType::QMatrix4x4: QMetaType::QMatrix4x4:never executed: case QMetaType::QMatrix4x4: | 0 |
747 | case never executed: case QMetaType::QVector2D: QMetaType::QVector2D:never executed: case QMetaType::QVector2D: | 0 |
748 | case never executed: case QMetaType::QVector3D: QMetaType::QVector3D:never executed: case QMetaType::QVector3D: | 0 |
749 | case never executed: case QMetaType::QVector4D: QMetaType::QVector4D:never executed: case QMetaType::QVector4D: | 0 |
750 | case never executed: case QMetaType::QQuaternion: QMetaType::QQuaternion:never executed: case QMetaType::QQuaternion: | 0 |
751 | case never executed: case QMetaType::QIcon: QMetaType::QIcon:never executed: case QMetaType::QIcon: | 0 |
752 | if (!qMetaTypeGuiHelperTRUE | never evaluated | FALSE | evaluated 125 times by 3 testsEvaluated by:- tst_QGuiVariant
- tst_QSettings
- tst_QStandardItem
|
) | 0-125 |
753 | return never executed: return false; false;never executed: return false; | 0 |
754 | qMetaTypeGuiHelper[type - FirstGuiType].saveOp(stream, data); | - |
755 | break;executed 125 times by 3 tests: break; Executed by:- tst_QGuiVariant
- tst_QSettings
- tst_QStandardItem
| 125 |
756 | caseexecuted 1 time by 1 test: case QMetaType::QSizePolicy: QMetaType::QSizePolicy:executed 1 time by 1 test: case QMetaType::QSizePolicy: | 1 |
757 | if (!qMetaTypeWidgetsHelperTRUE | never evaluated | FALSE | evaluated 1 time by 1 test |
) | 0-1 |
758 | return never executed: return false; false;never executed: return false; | 0 |
759 | qMetaTypeWidgetsHelper[type - FirstWidgetsType].saveOp(stream, data); | - |
760 | break;executed 1 time by 1 test: break; | 1 |
761 | caseexecuted 2 times by 2 tests: case QMetaType::QUuid: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::QUuid:executed 2 times by 2 tests: case QMetaType::QUuid: Executed by:- tst_QMetaType
- tst_QVariant
| 2 |
762 | stream << *static_cast<const ::QUuid*>(data); | - |
763 | break;executed 2 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 2 |
764 | defaultexecuted 5 times by 3 tests: default: Executed by:- tst_QMetaType
- tst_QObject
- tst_QVariant
:executed 5 times by 3 tests: default: Executed by:- tst_QMetaType
- tst_QObject
- tst_QVariant
{ | 5 |
765 | const QVector<QCustomTypeInfo> * const ct = customTypes(); | - |
766 | if (!ctTRUE | never evaluated | FALSE | evaluated 5 times by 3 testsEvaluated by:- tst_QMetaType
- tst_QObject
- tst_QVariant
|
) | 0-5 |
767 | return never executed: return false; false;never executed: return false; | 0 |
768 | | - |
769 | SaveOperator saveOp = 0; | - |
770 | { | - |
771 | QReadLocker locker(customTypesLock()); | - |
772 | saveOp = ct->at(type - User).saveOp; | - |
773 | } | - |
774 | | - |
775 | if (!saveOpTRUE | evaluated 1 time by 1 test | FALSE | evaluated 4 times by 3 testsEvaluated by:- tst_QMetaType
- tst_QObject
- tst_QVariant
|
) | 1-4 |
776 | returnexecuted 1 time by 1 test: return false; false;executed 1 time by 1 test: return false; | 1 |
777 | saveOp(stream, data); | - |
778 | break;executed 4 times by 3 tests: break; Executed by:- tst_QMetaType
- tst_QObject
- tst_QVariant
} | 4 |
779 | } | - |
780 | | - |
781 | returnexecuted 16376 times by 17 tests: return true; Executed by:- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDataStream
- tst_QGuiVariant
- tst_QListWidget
- tst_QLocalSocket
- tst_QMetaType
- tst_QNetworkDiskCache
- tst_QNetworkReply
- tst_QObject
- tst_QSettings
- tst_QStandardItem
- tst_QStandardItemModel
- tst_QTableWidget
- tst_QTreeWidget
- tst_QVariant
- tst_QWidgetsVariant
true;executed 16376 times by 17 tests: return true; Executed by:- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDataStream
- tst_QGuiVariant
- tst_QListWidget
- tst_QLocalSocket
- tst_QMetaType
- tst_QNetworkDiskCache
- tst_QNetworkReply
- tst_QObject
- tst_QSettings
- tst_QStandardItem
- tst_QStandardItemModel
- tst_QTableWidget
- tst_QTreeWidget
- tst_QVariant
- tst_QWidgetsVariant
| 16376 |
782 | } | - |
783 | bool QMetaType::load(QDataStream &stream, int type, void *data) | - |
784 | { | - |
785 | if (!dataTRUE | evaluated 25 times by 1 test | FALSE | evaluated 16446 times by 16 testsEvaluated by:- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDataStream
- tst_QGuiVariant
- tst_QListWidget
- tst_QLocalSocket
- tst_QMetaType
- tst_QNetworkReply
- tst_QObject
- tst_QSettings
- tst_QStandardItem
- tst_QStandardItemModel
- tst_QTableWidget
- tst_QTreeWidget
- tst_QVariant
- tst_QWidgetsVariant
|
|| !isRegistered(type)TRUE | never evaluated | FALSE | evaluated 16446 times by 16 testsEvaluated by:- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDataStream
- tst_QGuiVariant
- tst_QListWidget
- tst_QLocalSocket
- tst_QMetaType
- tst_QNetworkReply
- tst_QObject
- tst_QSettings
- tst_QStandardItem
- tst_QStandardItemModel
- tst_QTableWidget
- tst_QTreeWidget
- tst_QVariant
- tst_QWidgetsVariant
|
) | 0-16446 |
786 | returnexecuted 25 times by 1 test: return false; false;executed 25 times by 1 test: return false; | 25 |
787 | | - |
788 | switch(type) { | - |
789 | case never executed: case QMetaType::UnknownType: QMetaType::UnknownType:never executed: case QMetaType::UnknownType: | 0 |
790 | case never executed: case QMetaType::Void: QMetaType::Void:never executed: case QMetaType::Void: | 0 |
791 | caseexecuted 1 time by 1 test: case QMetaType::VoidStar: QMetaType::VoidStar:executed 1 time by 1 test: case QMetaType::VoidStar: | 1 |
792 | caseexecuted 1 time by 1 test: case QMetaType::QObjectStar: QMetaType::QObjectStar:executed 1 time by 1 test: case QMetaType::QObjectStar: | 1 |
793 | caseexecuted 1 time by 1 test: case QMetaType::QModelIndex: QMetaType::QModelIndex:executed 1 time by 1 test: case QMetaType::QModelIndex: | 1 |
794 | caseexecuted 1 time by 1 test: case QMetaType::QPersistentModelIndex: QMetaType::QPersistentModelIndex:executed 1 time by 1 test: case QMetaType::QPersistentModelIndex: | 1 |
795 | caseexecuted 1 time by 1 test: case QMetaType::QJsonValue: QMetaType::QJsonValue:executed 1 time by 1 test: case QMetaType::QJsonValue: | 1 |
796 | caseexecuted 1 time by 1 test: case QMetaType::QJsonObject: QMetaType::QJsonObject:executed 1 time by 1 test: case QMetaType::QJsonObject: | 1 |
797 | caseexecuted 1 time by 1 test: case QMetaType::QJsonArray: QMetaType::QJsonArray:executed 1 time by 1 test: case QMetaType::QJsonArray: | 1 |
798 | caseexecuted 1 time by 1 test: case QMetaType::QJsonDocument: QMetaType::QJsonDocument:executed 1 time by 1 test: case QMetaType::QJsonDocument: | 1 |
799 | returnexecuted 8 times by 1 test: return false; false;executed 8 times by 1 test: return false; | 8 |
800 | caseexecuted 9 times by 2 tests: case QMetaType::Long: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::Long:executed 9 times by 2 tests: case QMetaType::Long: Executed by:- tst_QMetaType
- tst_QVariant
{ | 9 |
801 | qlonglong l; | - |
802 | stream >> l; | - |
803 | *static_cast<long *>(data) = long(l); | - |
804 | break;executed 9 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
} | 9 |
805 | caseexecuted 205 times by 7 tests: case QMetaType::Int: Executed by:- tst_QAbstractNetworkCache
- tst_QMetaType
- tst_QNetworkReply
- tst_QSettings
- tst_QStandardItem
- tst_QStandardItemModel
- tst_QVariant
QMetaType::Int:executed 205 times by 7 tests: case QMetaType::Int: Executed by:- tst_QAbstractNetworkCache
- tst_QMetaType
- tst_QNetworkReply
- tst_QSettings
- tst_QStandardItem
- tst_QStandardItemModel
- tst_QVariant
| 205 |
806 | stream >> *static_cast<int *>(data); | - |
807 | break;executed 205 times by 7 tests: break; Executed by:- tst_QAbstractNetworkCache
- tst_QMetaType
- tst_QNetworkReply
- tst_QSettings
- tst_QStandardItem
- tst_QStandardItemModel
- tst_QVariant
| 205 |
808 | caseexecuted 9 times by 2 tests: case QMetaType::Short: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::Short:executed 9 times by 2 tests: case QMetaType::Short: Executed by:- tst_QMetaType
- tst_QVariant
| 9 |
809 | stream >> *static_cast<short *>(data); | - |
810 | break;executed 9 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 9 |
811 | caseexecuted 9 times by 2 tests: case QMetaType::Char: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::Char:executed 9 times by 2 tests: case QMetaType::Char: Executed by:- tst_QMetaType
- tst_QVariant
| 9 |
812 | | - |
813 | stream >> *static_cast<signed char *>(data); | - |
814 | break;executed 9 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 9 |
815 | caseexecuted 9 times by 2 tests: case QMetaType::ULong: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::ULong:executed 9 times by 2 tests: case QMetaType::ULong: Executed by:- tst_QMetaType
- tst_QVariant
{ | 9 |
816 | qulonglong ul; | - |
817 | stream >> ul; | - |
818 | *static_cast<ulong *>(data) = ulong(ul); | - |
819 | break;executed 9 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
} | 9 |
820 | caseexecuted 8 times by 2 tests: case QMetaType::UInt: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::UInt:executed 8 times by 2 tests: case QMetaType::UInt: Executed by:- tst_QMetaType
- tst_QVariant
| 8 |
821 | stream >> *static_cast<uint *>(data); | - |
822 | break;executed 8 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 8 |
823 | caseexecuted 7 times by 2 tests: case QMetaType::LongLong: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::LongLong:executed 7 times by 2 tests: case QMetaType::LongLong: Executed by:- tst_QMetaType
- tst_QVariant
| 7 |
824 | stream >> *static_cast<qlonglong *>(data); | - |
825 | break;executed 7 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 7 |
826 | caseexecuted 7 times by 2 tests: case QMetaType::ULongLong: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::ULongLong:executed 7 times by 2 tests: case QMetaType::ULongLong: Executed by:- tst_QMetaType
- tst_QVariant
| 7 |
827 | stream >> *static_cast<qulonglong *>(data); | - |
828 | break;executed 7 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 7 |
829 | caseexecuted 9 times by 2 tests: case QMetaType::UShort: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::UShort:executed 9 times by 2 tests: case QMetaType::UShort: Executed by:- tst_QMetaType
- tst_QVariant
| 9 |
830 | stream >> *static_cast<ushort *>(data); | - |
831 | break;executed 9 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 9 |
832 | caseexecuted 3 times by 1 test: case QMetaType::SChar: QMetaType::SChar:executed 3 times by 1 test: case QMetaType::SChar: | 3 |
833 | stream >> *static_cast<signed char *>(data); | - |
834 | break;executed 3 times by 1 test: break; | 3 |
835 | caseexecuted 9 times by 2 tests: case QMetaType::UChar: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::UChar:executed 9 times by 2 tests: case QMetaType::UChar: Executed by:- tst_QMetaType
- tst_QVariant
| 9 |
836 | stream >> *static_cast<uchar *>(data); | - |
837 | break;executed 9 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 9 |
838 | caseexecuted 79 times by 3 tests: case QMetaType::Bool: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
QMetaType::Bool:executed 79 times by 3 tests: case QMetaType::Bool: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
{ | 79 |
839 | qint8 b; | - |
840 | stream >> b; | - |
841 | *static_cast<bool *>(data) = b; | - |
842 | break;executed 79 times by 3 tests: break; Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
} | 79 |
843 | caseexecuted 11 times by 2 tests: case QMetaType::Float: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::Float:executed 11 times by 2 tests: case QMetaType::Float: Executed by:- tst_QMetaType
- tst_QVariant
| 11 |
844 | stream >> *static_cast<float *>(data); | - |
845 | break;executed 11 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 11 |
846 | caseexecuted 10 times by 2 tests: case QMetaType::Double: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::Double:executed 10 times by 2 tests: case QMetaType::Double: Executed by:- tst_QMetaType
- tst_QVariant
| 10 |
847 | stream >> *static_cast<double *>(data); | - |
848 | break;executed 10 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 10 |
849 | caseexecuted 9 times by 2 tests: case QMetaType::QChar: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::QChar:executed 9 times by 2 tests: case QMetaType::QChar: Executed by:- tst_QMetaType
- tst_QVariant
| 9 |
850 | stream >> *static_cast< ::QChar*>(data); | - |
851 | break;executed 9 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 9 |
852 | | - |
853 | caseexecuted 80 times by 3 tests: case QMetaType::QVariantMap: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
QMetaType::QVariantMap:executed 80 times by 3 tests: case QMetaType::QVariantMap: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 80 |
854 | stream >> *static_cast< ::QVariantMap*>(data); | - |
855 | break;executed 80 times by 3 tests: break; Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 80 |
856 | caseexecuted 7 times by 2 tests: case QMetaType::QVariantHash: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::QVariantHash:executed 7 times by 2 tests: case QMetaType::QVariantHash: Executed by:- tst_QMetaType
- tst_QVariant
| 7 |
857 | stream >> *static_cast< ::QVariantHash*>(data); | - |
858 | break;executed 7 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 7 |
859 | caseexecuted 50 times by 3 tests: case QMetaType::QVariantList: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
QMetaType::QVariantList:executed 50 times by 3 tests: case QMetaType::QVariantList: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 50 |
860 | stream >> *static_cast< ::QVariantList*>(data); | - |
861 | break;executed 50 times by 3 tests: break; Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 50 |
862 | caseexecuted 7 times by 2 tests: case QMetaType::QVariant: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::QVariant:executed 7 times by 2 tests: case QMetaType::QVariant: Executed by:- tst_QMetaType
- tst_QVariant
| 7 |
863 | stream >> *static_cast< ::QVariant*>(data); | - |
864 | break;executed 7 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 7 |
865 | caseexecuted 3 times by 1 test: case QMetaType::QByteArrayList: QMetaType::QByteArrayList:executed 3 times by 1 test: case QMetaType::QByteArrayList: | 3 |
866 | stream >> *static_cast< ::QByteArrayList*>(data); | - |
867 | break;executed 3 times by 1 test: break; | 3 |
868 | | - |
869 | caseexecuted 17 times by 3 tests: case QMetaType::QByteArray: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
QMetaType::QByteArray:executed 17 times by 3 tests: case QMetaType::QByteArray: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 17 |
870 | stream >> *static_cast< ::QByteArray*>(data); | - |
871 | break;executed 17 times by 3 tests: break; Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 17 |
872 | caseexecuted 12725 times by 11 tests: case QMetaType::QString: Executed by:- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QListWidget
- tst_QMetaType
- tst_QNetworkReply
- tst_QSettings
- tst_QStandardItem
- tst_QStandardItemModel
- tst_QTableWidget
- tst_QTreeWidget
- tst_QVariant
QMetaType::QString:executed 12725 times by 11 tests: case QMetaType::QString: Executed by:- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QListWidget
- tst_QMetaType
- tst_QNetworkReply
- tst_QSettings
- tst_QStandardItem
- tst_QStandardItemModel
- tst_QTableWidget
- tst_QTreeWidget
- tst_QVariant
| 12725 |
873 | stream >> *static_cast< ::QString*>(data); | - |
874 | break;executed 12725 times by 11 tests: break; Executed by:- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QListWidget
- tst_QMetaType
- tst_QNetworkReply
- tst_QSettings
- tst_QStandardItem
- tst_QStandardItemModel
- tst_QTableWidget
- tst_QTreeWidget
- tst_QVariant
| 12725 |
875 | caseexecuted 25 times by 3 tests: case QMetaType::QStringList: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
QMetaType::QStringList:executed 25 times by 3 tests: case QMetaType::QStringList: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 25 |
876 | stream >> *static_cast< ::QStringList*>(data); | - |
877 | break;executed 25 times by 3 tests: break; Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 25 |
878 | | - |
879 | caseexecuted 9 times by 2 tests: case QMetaType::QBitArray: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::QBitArray:executed 9 times by 2 tests: case QMetaType::QBitArray: Executed by:- tst_QMetaType
- tst_QVariant
| 9 |
880 | stream >> *static_cast< ::QBitArray*>(data); | - |
881 | break;executed 9 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 9 |
882 | | - |
883 | caseexecuted 93 times by 3 tests: case QMetaType::QDate: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
QMetaType::QDate:executed 93 times by 3 tests: case QMetaType::QDate: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 93 |
884 | stream >> *static_cast< ::QDate*>(data); | - |
885 | break;executed 93 times by 3 tests: break; Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 93 |
886 | caseexecuted 89 times by 3 tests: case QMetaType::QTime: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
QMetaType::QTime:executed 89 times by 3 tests: case QMetaType::QTime: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 89 |
887 | stream >> *static_cast< ::QTime*>(data); | - |
888 | break;executed 89 times by 3 tests: break; Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 89 |
889 | caseexecuted 17 times by 3 tests: case QMetaType::QDateTime: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
QMetaType::QDateTime:executed 17 times by 3 tests: case QMetaType::QDateTime: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 17 |
890 | stream >> *static_cast< ::QDateTime*>(data); | - |
891 | break;executed 17 times by 3 tests: break; Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 17 |
892 | | - |
893 | caseexecuted 7 times by 2 tests: case QMetaType::QUrl: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::QUrl:executed 7 times by 2 tests: case QMetaType::QUrl: Executed by:- tst_QMetaType
- tst_QVariant
| 7 |
894 | stream >> *static_cast< ::QUrl*>(data); | - |
895 | break;executed 7 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 7 |
896 | | - |
897 | caseexecuted 7 times by 2 tests: case QMetaType::QLocale: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::QLocale:executed 7 times by 2 tests: case QMetaType::QLocale: Executed by:- tst_QMetaType
- tst_QVariant
| 7 |
898 | stream >> *static_cast< ::QLocale*>(data); | - |
899 | break;executed 7 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 7 |
900 | | - |
901 | caseexecuted 2554 times by 4 tests: case QMetaType::QRect: Executed by:- tst_QLocalSocket
- tst_QMetaType
- tst_QSettings
- tst_QVariant
QMetaType::QRect:executed 2554 times by 4 tests: case QMetaType::QRect: Executed by:- tst_QLocalSocket
- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 2554 |
902 | stream >> *static_cast< ::QRect*>(data); | - |
903 | break;executed 2554 times by 4 tests: break; Executed by:- tst_QLocalSocket
- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 2554 |
904 | caseexecuted 7 times by 2 tests: case QMetaType::QRectF: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::QRectF:executed 7 times by 2 tests: case QMetaType::QRectF: Executed by:- tst_QMetaType
- tst_QVariant
| 7 |
905 | stream >> *static_cast< ::QRectF*>(data); | - |
906 | break;executed 7 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 7 |
907 | caseexecuted 62 times by 4 tests: case QMetaType::QSize: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QStandardItem
- tst_QVariant
QMetaType::QSize:executed 62 times by 4 tests: case QMetaType::QSize: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QStandardItem
- tst_QVariant
| 62 |
908 | stream >> *static_cast< ::QSize*>(data); | - |
909 | break;executed 62 times by 4 tests: break; Executed by:- tst_QMetaType
- tst_QSettings
- tst_QStandardItem
- tst_QVariant
| 62 |
910 | caseexecuted 7 times by 2 tests: case QMetaType::QSizeF: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::QSizeF:executed 7 times by 2 tests: case QMetaType::QSizeF: Executed by:- tst_QMetaType
- tst_QVariant
| 7 |
911 | stream >> *static_cast< ::QSizeF*>(data); | - |
912 | break;executed 7 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 7 |
913 | caseexecuted 7 times by 2 tests: case QMetaType::QLine: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::QLine:executed 7 times by 2 tests: case QMetaType::QLine: Executed by:- tst_QMetaType
- tst_QVariant
| 7 |
914 | stream >> *static_cast< ::QLine*>(data); | - |
915 | break;executed 7 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 7 |
916 | caseexecuted 7 times by 2 tests: case QMetaType::QLineF: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::QLineF:executed 7 times by 2 tests: case QMetaType::QLineF: Executed by:- tst_QMetaType
- tst_QVariant
| 7 |
917 | stream >> *static_cast< ::QLineF*>(data); | - |
918 | break;executed 7 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 7 |
919 | caseexecuted 59 times by 3 tests: case QMetaType::QPoint: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
QMetaType::QPoint:executed 59 times by 3 tests: case QMetaType::QPoint: Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 59 |
920 | stream >> *static_cast< ::QPoint*>(data); | - |
921 | break;executed 59 times by 3 tests: break; Executed by:- tst_QMetaType
- tst_QSettings
- tst_QVariant
| 59 |
922 | caseexecuted 7 times by 2 tests: case QMetaType::QPointF: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::QPointF:executed 7 times by 2 tests: case QMetaType::QPointF: Executed by:- tst_QMetaType
- tst_QVariant
| 7 |
923 | stream >> *static_cast< ::QPointF*>(data); | - |
924 | break;executed 7 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 7 |
925 | | - |
926 | | - |
927 | caseexecuted 51 times by 3 tests: case QMetaType::QRegExp: Executed by:- tst_QDataStream
- tst_QMetaType
- tst_QVariant
QMetaType::QRegExp:executed 51 times by 3 tests: case QMetaType::QRegExp: Executed by:- tst_QDataStream
- tst_QMetaType
- tst_QVariant
| 51 |
928 | stream >> *static_cast< ::QRegExp*>(data); | - |
929 | break;executed 51 times by 3 tests: break; Executed by:- tst_QDataStream
- tst_QMetaType
- tst_QVariant
| 51 |
930 | | - |
931 | | - |
932 | | - |
933 | caseexecuted 7 times by 2 tests: case QMetaType::QRegularExpression: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::QRegularExpression:executed 7 times by 2 tests: case QMetaType::QRegularExpression: Executed by:- tst_QMetaType
- tst_QVariant
| 7 |
934 | stream >> *static_cast< ::QRegularExpression*>(data); | - |
935 | break;executed 7 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 7 |
936 | | - |
937 | caseexecuted 3 times by 1 test: case QMetaType::QEasingCurve: QMetaType::QEasingCurve:executed 3 times by 1 test: case QMetaType::QEasingCurve: | 3 |
938 | stream >> *static_cast< ::QEasingCurve*>(data); | - |
939 | break;executed 3 times by 1 test: break; | 3 |
940 | | - |
941 | caseexecuted 2 times by 2 tests: case QMetaType::QFont: Executed by:- tst_QGuiVariant
- tst_QStandardItem
QMetaType::QFont:executed 2 times by 2 tests: case QMetaType::QFont: Executed by:- tst_QGuiVariant
- tst_QStandardItem
| 2 |
942 | caseexecuted 2 times by 1 test: case QMetaType::QPixmap: QMetaType::QPixmap:executed 2 times by 1 test: case QMetaType::QPixmap: | 2 |
943 | caseexecuted 3 times by 2 tests: case QMetaType::QBrush: Executed by:- tst_QGuiVariant
- tst_QStandardItem
QMetaType::QBrush:executed 3 times by 2 tests: case QMetaType::QBrush: Executed by:- tst_QGuiVariant
- tst_QStandardItem
| 3 |
944 | caseexecuted 101 times by 2 tests: case QMetaType::QColor: Executed by:- tst_QGuiVariant
- tst_QSettings
QMetaType::QColor:executed 101 times by 2 tests: case QMetaType::QColor: Executed by:- tst_QGuiVariant
- tst_QSettings
| 101 |
945 | caseexecuted 1 time by 1 test: case QMetaType::QPalette: QMetaType::QPalette:executed 1 time by 1 test: case QMetaType::QPalette: | 1 |
946 | caseexecuted 1 time by 1 test: case QMetaType::QImage: QMetaType::QImage:executed 1 time by 1 test: case QMetaType::QImage: | 1 |
947 | caseexecuted 2 times by 1 test: case QMetaType::QPolygon: QMetaType::QPolygon:executed 2 times by 1 test: case QMetaType::QPolygon: | 2 |
948 | caseexecuted 3 times by 1 test: case QMetaType::QPolygonF: QMetaType::QPolygonF:executed 3 times by 1 test: case QMetaType::QPolygonF: | 3 |
949 | caseexecuted 2 times by 1 test: case QMetaType::QRegion: QMetaType::QRegion:executed 2 times by 1 test: case QMetaType::QRegion: | 2 |
950 | caseexecuted 2 times by 1 test: case QMetaType::QBitmap: QMetaType::QBitmap:executed 2 times by 1 test: case QMetaType::QBitmap: | 2 |
951 | caseexecuted 1 time by 1 test: case QMetaType::QCursor: QMetaType::QCursor:executed 1 time by 1 test: case QMetaType::QCursor: | 1 |
952 | caseexecuted 3 times by 2 tests: case QMetaType::QKeySequence: Executed by:- tst_QGuiVariant
- tst_QSettings
QMetaType::QKeySequence:executed 3 times by 2 tests: case QMetaType::QKeySequence: Executed by:- tst_QGuiVariant
- tst_QSettings
| 3 |
953 | caseexecuted 1 time by 1 test: case QMetaType::QPen: QMetaType::QPen:executed 1 time by 1 test: case QMetaType::QPen: | 1 |
954 | case never executed: case QMetaType::QTextLength: QMetaType::QTextLength:never executed: case QMetaType::QTextLength: | 0 |
955 | case never executed: case QMetaType::QTextFormat: QMetaType::QTextFormat:never executed: case QMetaType::QTextFormat: | 0 |
956 | case never executed: case QMetaType::QMatrix: QMetaType::QMatrix:never executed: case QMetaType::QMatrix: | 0 |
957 | case never executed: case QMetaType::QTransform: QMetaType::QTransform:never executed: case QMetaType::QTransform: | 0 |
958 | case never executed: case QMetaType::QMatrix4x4: QMetaType::QMatrix4x4:never executed: case QMetaType::QMatrix4x4: | 0 |
959 | case never executed: case QMetaType::QVector2D: QMetaType::QVector2D:never executed: case QMetaType::QVector2D: | 0 |
960 | case never executed: case QMetaType::QVector3D: QMetaType::QVector3D:never executed: case QMetaType::QVector3D: | 0 |
961 | case never executed: case QMetaType::QVector4D: QMetaType::QVector4D:never executed: case QMetaType::QVector4D: | 0 |
962 | case never executed: case QMetaType::QQuaternion: QMetaType::QQuaternion:never executed: case QMetaType::QQuaternion: | 0 |
963 | case never executed: case QMetaType::QIcon: QMetaType::QIcon:never executed: case QMetaType::QIcon: | 0 |
964 | if (!qMetaTypeGuiHelperTRUE | never evaluated | FALSE | evaluated 124 times by 3 testsEvaluated by:- tst_QGuiVariant
- tst_QSettings
- tst_QStandardItem
|
) | 0-124 |
965 | return never executed: return false; false;never executed: return false; | 0 |
966 | qMetaTypeGuiHelper[type - FirstGuiType].loadOp(stream, data); | - |
967 | break;executed 124 times by 3 tests: break; Executed by:- tst_QGuiVariant
- tst_QSettings
- tst_QStandardItem
| 124 |
968 | caseexecuted 1 time by 1 test: case QMetaType::QSizePolicy: QMetaType::QSizePolicy:executed 1 time by 1 test: case QMetaType::QSizePolicy: | 1 |
969 | if (!qMetaTypeWidgetsHelperTRUE | never evaluated | FALSE | evaluated 1 time by 1 test |
) | 0-1 |
970 | return never executed: return false; false;never executed: return false; | 0 |
971 | qMetaTypeWidgetsHelper[type - FirstWidgetsType].loadOp(stream, data); | - |
972 | break;executed 1 time by 1 test: break; | 1 |
973 | caseexecuted 5 times by 2 tests: case QMetaType::QUuid: Executed by:- tst_QMetaType
- tst_QVariant
QMetaType::QUuid:executed 5 times by 2 tests: case QMetaType::QUuid: Executed by:- tst_QMetaType
- tst_QVariant
| 5 |
974 | stream >> *static_cast< ::QUuid*>(data); | - |
975 | break;executed 5 times by 2 tests: break; Executed by:- tst_QMetaType
- tst_QVariant
| 5 |
976 | defaultexecuted 8 times by 3 tests: default: Executed by:- tst_QMetaType
- tst_QObject
- tst_QVariant
:executed 8 times by 3 tests: default: Executed by:- tst_QMetaType
- tst_QObject
- tst_QVariant
{ | 8 |
977 | const QVector<QCustomTypeInfo> * const ct = customTypes(); | - |
978 | if (!ctTRUE | never evaluated | FALSE | evaluated 8 times by 3 testsEvaluated by:- tst_QMetaType
- tst_QObject
- tst_QVariant
|
) | 0-8 |
979 | return never executed: return false; false;never executed: return false; | 0 |
980 | | - |
981 | LoadOperator loadOp = 0; | - |
982 | { | - |
983 | QReadLocker locker(customTypesLock()); | - |
984 | loadOp = ct->at(type - User).loadOp; | - |
985 | } | - |
986 | | - |
987 | if (!loadOpTRUE | evaluated 2 times by 2 testsEvaluated by:- tst_QMetaType
- tst_QVariant
| FALSE | evaluated 6 times by 3 testsEvaluated by:- tst_QMetaType
- tst_QObject
- tst_QVariant
|
) | 2-6 |
988 | returnexecuted 2 times by 2 tests: return false; Executed by:- tst_QMetaType
- tst_QVariant
false;executed 2 times by 2 tests: return false; Executed by:- tst_QMetaType
- tst_QVariant
| 2 |
989 | loadOp(stream, data); | - |
990 | break;executed 6 times by 3 tests: break; Executed by:- tst_QMetaType
- tst_QObject
- tst_QVariant
} | 6 |
991 | } | - |
992 | returnexecuted 16436 times by 16 tests: return true; Executed by:- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDataStream
- tst_QGuiVariant
- tst_QListWidget
- tst_QLocalSocket
- tst_QMetaType
- tst_QNetworkReply
- tst_QObject
- tst_QSettings
- tst_QStandardItem
- tst_QStandardItemModel
- tst_QTableWidget
- tst_QTreeWidget
- tst_QVariant
- tst_QWidgetsVariant
true;executed 16436 times by 16 tests: return true; Executed by:- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDataStream
- tst_QGuiVariant
- tst_QListWidget
- tst_QLocalSocket
- tst_QMetaType
- tst_QNetworkReply
- tst_QObject
- tst_QSettings
- tst_QStandardItem
- tst_QStandardItemModel
- tst_QTableWidget
- tst_QTreeWidget
- tst_QVariant
- tst_QWidgetsVariant
| 16436 |
993 | } | - |
994 | void *QMetaType::create(int type, const void *copy) | - |
995 | { | - |
996 | QMetaType info(type); | - |
997 | if (int size = info.sizeOf()TRUE | evaluated 575554 times by 427 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QAtomicInt
- tst_QAtomicInteger_Gcc_char
- tst_QAtomicInteger_Gcc_char16_t
- ...
| FALSE | evaluated 123 times by 1 test |
) | 123-575554 |
998 | returnexecuted 575554 times by 427 tests: return info.construct(operator new(size), copy); Executed by:- tst_Collections
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QAtomicInt
- tst_QAtomicInteger_Gcc_char
- tst_QAtomicInteger_Gcc_char16_t
- ...
info.construct(operator new(size), copy);executed 575554 times by 427 tests: return info.construct(operator new(size), copy); Executed by:- tst_Collections
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QAtomicInt
- tst_QAtomicInteger_Gcc_char
- tst_QAtomicInteger_Gcc_char16_t
- ...
| 575554 |
999 | returnexecuted 123 times by 1 test: return 0; 0;executed 123 times by 1 test: return 0; | 123 |
1000 | } | - |
1001 | | - |
1002 | | - |
1003 | | - |
1004 | | - |
1005 | | - |
1006 | | - |
1007 | void QMetaType::destroy(int type, void *data) | - |
1008 | { | - |
1009 | QMetaType info(type); | - |
1010 | info.destruct(data); | - |
1011 | operator delete(data); | - |
1012 | }executed 573579 times by 438 tests: end of block Executed by:- tst_Collections
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QAtomicInt
- tst_QAtomicInteger_Gcc_char
- tst_QAtomicInteger_Gcc_char16_t
- ...
| 573579 |
1013 | | - |
1014 | namespace { | - |
1015 | class TypeConstructor { | - |
1016 | template<typename T, bool IsAcceptedType = DefinedTypesFilter::Acceptor<T>::IsAccepted> | - |
1017 | struct ConstructorImpl { | - |
1018 | static void *Construct(const int , void *where, const void *copy) { returnexecuted 281 times by 131 tests: return QtMetaTypePrivate::QMetaTypeFunctionHelper<T>::Construct(where, copy); Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
QtMetaTypePrivate::QMetaTypeFunctionHelper<T>::Construct(where, copy);executed 281 times by 131 tests: return QtMetaTypePrivate::QMetaTypeFunctionHelper<T>::Construct(where, copy); Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
} | 281 |
1019 | }; | - |
1020 | template<typename T> | - |
1021 | struct ConstructorImpl<T, false> { | - |
1022 | static void *Construct(const int type, void *where, const void *copy) | - |
1023 | { | - |
1024 | if (QModulesPrivate::QTypeModuleInfo<T>::IsGuiTRUE | evaluated 42 times by 1 test | FALSE | never evaluated |
) | 0-42 |
1025 | returnexecuted 42 times by 1 test: return __builtin_expect(!!(qMetaTypeGuiHelper), true) ? qMetaTypeGuiHelper[type - QMetaType::FirstGuiType].constructor(where, copy) : 0; __builtin_expect(!!(qMetaTypeGuiHelper), true)TRUE | evaluated 42 times by 1 test | FALSE | never evaluated |
? qMetaTypeGuiHelper[type - QMetaType::FirstGuiType].constructor(where, copy) : 0;executed 42 times by 1 test: return __builtin_expect(!!(qMetaTypeGuiHelper), true) ? qMetaTypeGuiHelper[type - QMetaType::FirstGuiType].constructor(where, copy) : 0; | 0-42 |
1026 | | - |
1027 | if (QModulesPrivate::QTypeModuleInfo<T>::IsWidgetTRUE | never evaluated | FALSE | never evaluated |
) | 0 |
1028 | return never executed: return __builtin_expect(!!(qMetaTypeWidgetsHelper), true) ? qMetaTypeWidgetsHelper[type - QMetaType::FirstWidgetsType].constructor(where, copy) : 0; __builtin_expect(!!(qMetaTypeWidgetsHelper), true)TRUE | never evaluated | FALSE | never evaluated |
? qMetaTypeWidgetsHelper[type - QMetaType::FirstWidgetsType].constructor(where, copy) : 0;never executed: return __builtin_expect(!!(qMetaTypeWidgetsHelper), true) ? qMetaTypeWidgetsHelper[type - QMetaType::FirstWidgetsType].constructor(where, copy) : 0; | 0 |
1029 | | - |
1030 | | - |
1031 | | - |
1032 | return never executed: return 0; 0;never executed: return 0; | 0 |
1033 | } | - |
1034 | }; | - |
1035 | public: | - |
1036 | TypeConstructor(const int type, void *where) | - |
1037 | : m_type(type) | - |
1038 | , m_where(where) | - |
1039 | {}executed 6327 times by 132 tests: end of block Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| 6327 |
1040 | | - |
1041 | template<typename T> | - |
1042 | void *delegate(const T *copy) { returnexecuted 323 times by 132 tests: return ConstructorImpl<T>::Construct(m_type, m_where, copy); Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
ConstructorImpl<T>::Construct(m_type, m_where, copy);executed 323 times by 132 tests: return ConstructorImpl<T>::Construct(m_type, m_where, copy); Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
} | 323 |
1043 | void *delegate(const void *) { return never executed: return m_where; m_where;never executed: return m_where; } | 0 |
1044 | void *delegate(const QMetaTypeSwitcher::UnknownType*) { return never executed: return m_where; m_where;never executed: return m_where; } | 0 |
1045 | void *delegate(const QMetaTypeSwitcher::NotBuiltinType *copy) { returnexecuted 6004 times by 2 tests: return customTypeConstructor(m_type, m_where, copy); Executed by:- tst_QDBusAbstractInterface
- tst_QMetaType
customTypeConstructor(m_type, m_where, copy);executed 6004 times by 2 tests: return customTypeConstructor(m_type, m_where, copy); Executed by:- tst_QDBusAbstractInterface
- tst_QMetaType
} | 6004 |
1046 | | - |
1047 | private: | - |
1048 | static void *customTypeConstructor(const int type, void *where, const void *copy) | - |
1049 | { | - |
1050 | QMetaType::Constructor ctor; | - |
1051 | const QVector<QCustomTypeInfo> * const ct = customTypes(); | - |
1052 | { | - |
1053 | QReadLocker locker(customTypesLock()); | - |
1054 | if (__builtin_expect(!!(type < QMetaType::User || !ct || ct->count() <= type - QMetaType::User), false)TRUE | never evaluated | FALSE | evaluated 6004 times by 2 testsEvaluated by:- tst_QDBusAbstractInterface
- tst_QMetaType
|
) | 0-6004 |
1055 | return never executed: return 0; 0;never executed: return 0; | 0 |
1056 | ctor = ct->at(type - QMetaType::User).constructor; | - |
1057 | } | - |
1058 | ((!(ctor)) ? qt_assert_x("void *QMetaType::construct(int type, void *where, const void *copy)", "The type was not properly registered",__FILE__,1751) : qt_noop()); | - |
1059 | returnexecuted 6004 times by 2 tests: return ctor(where, copy); Executed by:- tst_QDBusAbstractInterface
- tst_QMetaType
ctor(where, copy);executed 6004 times by 2 tests: return ctor(where, copy); Executed by:- tst_QDBusAbstractInterface
- tst_QMetaType
| 6004 |
1060 | } | - |
1061 | | - |
1062 | const int m_type; | - |
1063 | void *m_where; | - |
1064 | }; | - |
1065 | } | - |
1066 | void *QMetaType::construct(int type, void *where, const void *copy) | - |
1067 | { | - |
1068 | if (!whereTRUE | evaluated 100 times by 1 test | FALSE | evaluated 6327 times by 132 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
) | 100-6327 |
1069 | returnexecuted 100 times by 1 test: return 0; 0;executed 100 times by 1 test: return 0; | 100 |
1070 | TypeConstructor constructor(type, where); | - |
1071 | returnexecuted 6327 times by 132 tests: return QMetaTypeSwitcher::switcher<void*>(constructor, type, copy); Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
QMetaTypeSwitcher::switcher<void*>(constructor, type, copy);executed 6327 times by 132 tests: return QMetaTypeSwitcher::switcher<void*>(constructor, type, copy); Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| 6327 |
1072 | } | - |
1073 | | - |
1074 | | - |
1075 | namespace { | - |
1076 | class TypeDestructor { | - |
1077 | template<typename T, bool IsAcceptedType = DefinedTypesFilter::Acceptor<T>::IsAccepted> | - |
1078 | struct DestructorImpl { | - |
1079 | static void Destruct(const int , void *where) { QtMetaTypePrivate::QMetaTypeFunctionHelper<T>::Destruct(where); }executed 281 times by 131 tests: end of block Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| 281 |
1080 | }; | - |
1081 | template<typename T> | - |
1082 | struct DestructorImpl<T, false> { | - |
1083 | static void Destruct(const int type, void *where) | - |
1084 | { | - |
1085 | if (QModulesPrivate::QTypeModuleInfo<T>::IsGuiTRUE | evaluated 42 times by 1 test | FALSE | never evaluated |
) { | 0-42 |
1086 | if (__builtin_expect(!!(qMetaTypeGuiHelper), true)TRUE | evaluated 42 times by 1 test | FALSE | never evaluated |
) | 0-42 |
1087 | qMetaTypeGuiHelper[type - QMetaType::FirstGuiType].destructor(where);executed 42 times by 1 test: qMetaTypeGuiHelper[type - QMetaType::FirstGuiType].destructor(where); | 42 |
1088 | return;executed 42 times by 1 test: return; | 42 |
1089 | } | - |
1090 | if (QModulesPrivate::QTypeModuleInfo<T>::IsWidgetTRUE | never evaluated | FALSE | never evaluated |
) { | 0 |
1091 | if (__builtin_expect(!!(qMetaTypeWidgetsHelper), true)TRUE | never evaluated | FALSE | never evaluated |
) | 0 |
1092 | qMetaTypeWidgetsHelper[type - QMetaType::FirstWidgetsType].destructor(where); never executed: qMetaTypeWidgetsHelper[type - QMetaType::FirstWidgetsType].destructor(where); | 0 |
1093 | return; never executed: return; | 0 |
1094 | } | - |
1095 | | - |
1096 | | - |
1097 | } never executed: end of block | 0 |
1098 | }; | - |
1099 | public: | - |
1100 | TypeDestructor(const int type) | - |
1101 | : m_type(type) | - |
1102 | {}executed 153146 times by 225 tests: end of block Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- ...
| 153146 |
1103 | | - |
1104 | template<typename T> | - |
1105 | void delegate(const T *where) { DestructorImpl<T>::Destruct(m_type, const_cast<T*>(where)); }executed 323 times by 132 tests: end of block Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| 323 |
1106 | void delegate(const void *) {} | - |
1107 | void delegate(const QMetaTypeSwitcher::UnknownType*) {} | - |
1108 | void delegate(const QMetaTypeSwitcher::NotBuiltinType *where) | - |
1109 | { customTypeDestructor(m_type, const_cast<void *>(static_cast<const void *>(where))); }executed 152823 times by 144 tests: end of block Executed by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAction
- tst_QAnimationGroup
- tst_QApplication
- tst_QButtonGroup
- tst_QClipboard
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusMetaType
- tst_QDBusPendingCall
- tst_QDBusPendingReply
- tst_QDBusReply
- ...
| 152823 |
1110 | | - |
1111 | private: | - |
1112 | static void customTypeDestructor(const int type, void *where) | - |
1113 | { | - |
1114 | QMetaType::Destructor dtor; | - |
1115 | const QVector<QCustomTypeInfo> * const ct = customTypes(); | - |
1116 | { | - |
1117 | QReadLocker locker(customTypesLock()); | - |
1118 | if (__builtin_expect(!!(type < QMetaType::User || !ct || ct->count() <= type - QMetaType::User), false)TRUE | evaluated 1 time by 1 testEvaluated by:- tst_qdbusinterface - unknown status
| FALSE | evaluated 152822 times by 144 testsEvaluated by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAction
- tst_QAnimationGroup
- tst_QApplication
- tst_QButtonGroup
- tst_QClipboard
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusMetaType
- tst_QDBusPendingCall
- tst_QDBusPendingReply
- tst_QDBusReply
- ...
|
) | 1-152822 |
1119 | return;executed 1 time by 1 test: return; Executed by:- tst_qdbusinterface - unknown status
| 1 |
1120 | dtor = ct->at(type - QMetaType::User).destructor; | - |
1121 | } | - |
1122 | ((!(dtor)) ? qt_assert_x("void QMetaType::destruct(int type, void *where)", "The type was not properly registered",__FILE__,1842) : qt_noop()); | - |
1123 | dtor(where); | - |
1124 | }executed 152822 times by 144 tests: end of block Executed by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAction
- tst_QAnimationGroup
- tst_QApplication
- tst_QButtonGroup
- tst_QClipboard
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusMetaType
- tst_QDBusPendingCall
- tst_QDBusPendingReply
- tst_QDBusReply
- ...
| 152822 |
1125 | | - |
1126 | const int m_type; | - |
1127 | }; | - |
1128 | } | - |
1129 | void QMetaType::destruct(int type, void *where) | - |
1130 | { | - |
1131 | if (!whereTRUE | evaluated 51 times by 1 test | FALSE | evaluated 153146 times by 225 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- ...
|
) | 51-153146 |
1132 | return;executed 51 times by 1 test: return; | 51 |
1133 | TypeDestructor destructor(type); | - |
1134 | QMetaTypeSwitcher::switcher<void>(destructor, type, where); | - |
1135 | }executed 153146 times by 225 tests: end of block Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- ...
| 153146 |
1136 | | - |
1137 | | - |
1138 | namespace { | - |
1139 | class SizeOf { | - |
1140 | template<typename T, bool IsAcceptedType = DefinedTypesFilter::Acceptor<T>::IsAccepted> | - |
1141 | struct SizeOfImpl { | - |
1142 | static int Size(const int) { returnexecuted 99 times by 1 test: return QTypeInfo<T>::sizeOf; QTypeInfo<T>::sizeOf;executed 99 times by 1 test: return QTypeInfo<T>::sizeOf; } | 99 |
1143 | }; | - |
1144 | template<typename T> | - |
1145 | struct SizeOfImpl<T, false> { | - |
1146 | static int Size(const int type) | - |
1147 | { | - |
1148 | if (QModulesPrivate::QTypeModuleInfo<T>::IsGuiTRUE | evaluated 63 times by 1 test | FALSE | never evaluated |
) | 0-63 |
1149 | returnexecuted 63 times by 1 test: return __builtin_expect(!!(qMetaTypeGuiHelper), true) ? qMetaTypeGuiHelper[type - QMetaType::FirstGuiType].size : 0; __builtin_expect(!!(qMetaTypeGuiHelper), true)TRUE | evaluated 63 times by 1 test | FALSE | never evaluated |
? qMetaTypeGuiHelper[type - QMetaType::FirstGuiType].size : 0;executed 63 times by 1 test: return __builtin_expect(!!(qMetaTypeGuiHelper), true) ? qMetaTypeGuiHelper[type - QMetaType::FirstGuiType].size : 0; | 0-63 |
1150 | | - |
1151 | if (QModulesPrivate::QTypeModuleInfo<T>::IsWidgetTRUE | never evaluated | FALSE | never evaluated |
) | 0 |
1152 | return never executed: return __builtin_expect(!!(qMetaTypeWidgetsHelper), true) ? qMetaTypeWidgetsHelper[type - QMetaType::FirstWidgetsType].size : 0; __builtin_expect(!!(qMetaTypeWidgetsHelper), true)TRUE | never evaluated | FALSE | never evaluated |
? qMetaTypeWidgetsHelper[type - QMetaType::FirstWidgetsType].size : 0;never executed: return __builtin_expect(!!(qMetaTypeWidgetsHelper), true) ? qMetaTypeWidgetsHelper[type - QMetaType::FirstWidgetsType].size : 0; | 0 |
1153 | | - |
1154 | | - |
1155 | | - |
1156 | return never executed: return 0; 0;never executed: return 0; | 0 |
1157 | } | - |
1158 | }; | - |
1159 | | - |
1160 | public: | - |
1161 | SizeOf(int type) | - |
1162 | : m_type(type) | - |
1163 | {}executed 552 times by 23 tests: end of block Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusPendingCall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QFtp
- tst_QGuiMetaType
- tst_QIdentityProxyModel
- tst_QMetaType
- tst_QNetworkRequest
- tst_QPrinter
- tst_QPropertyAnimation
- tst_QVariant
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_selftests - unknown status
| 552 |
1164 | | - |
1165 | template<typename T> | - |
1166 | int delegate(const T*) { returnexecuted 162 times by 2 tests: return SizeOfImpl<T>::Size(m_type); Executed by:- tst_QGuiMetaType
- tst_QMetaType
SizeOfImpl<T>::Size(m_type);executed 162 times by 2 tests: return SizeOfImpl<T>::Size(m_type); Executed by:- tst_QGuiMetaType
- tst_QMetaType
} | 162 |
1167 | int delegate(const QMetaTypeSwitcher::UnknownType*) { returnexecuted 3 times by 1 test: return 0; 0;executed 3 times by 1 test: return 0; } | 3 |
1168 | int delegate(const QMetaTypeSwitcher::NotBuiltinType*) { returnexecuted 387 times by 22 tests: return customTypeSizeOf(m_type); Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusPendingCall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QFtp
- tst_QIdentityProxyModel
- tst_QMetaType
- tst_QNetworkRequest
- tst_QPrinter
- tst_QPropertyAnimation
- tst_QVariant
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_selftests - unknown status
customTypeSizeOf(m_type);executed 387 times by 22 tests: return customTypeSizeOf(m_type); Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusPendingCall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QFtp
- tst_QIdentityProxyModel
- tst_QMetaType
- tst_QNetworkRequest
- tst_QPrinter
- tst_QPropertyAnimation
- tst_QVariant
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_selftests - unknown status
} | 387 |
1169 | private: | - |
1170 | static int customTypeSizeOf(const int type) | - |
1171 | { | - |
1172 | const QVector<QCustomTypeInfo> * const ct = customTypes(); | - |
1173 | QReadLocker locker(customTypesLock()); | - |
1174 | if (__builtin_expect(!!(type < QMetaType::User || !ct || ct->count() <= type - QMetaType::User), false)TRUE | evaluated 1 time by 1 test | FALSE | evaluated 386 times by 22 testsEvaluated by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusPendingCall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QFtp
- tst_QIdentityProxyModel
- tst_QMetaType
- tst_QNetworkRequest
- tst_QPrinter
- tst_QPropertyAnimation
- tst_QVariant
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_selftests - unknown status
|
) | 1-386 |
1175 | returnexecuted 1 time by 1 test: return 0; 0;executed 1 time by 1 test: return 0; | 1 |
1176 | returnexecuted 386 times by 22 tests: return ct->at(type - QMetaType::User).size; Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusPendingCall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QFtp
- tst_QIdentityProxyModel
- tst_QMetaType
- tst_QNetworkRequest
- tst_QPrinter
- tst_QPropertyAnimation
- tst_QVariant
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_selftests - unknown status
ct->at(type - QMetaType::User).size;executed 386 times by 22 tests: return ct->at(type - QMetaType::User).size; Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusPendingCall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QFtp
- tst_QIdentityProxyModel
- tst_QMetaType
- tst_QNetworkRequest
- tst_QPrinter
- tst_QPropertyAnimation
- tst_QVariant
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_selftests - unknown status
| 386 |
1177 | } | - |
1178 | | - |
1179 | const int m_type; | - |
1180 | }; | - |
1181 | } | - |
1182 | int QMetaType::sizeOf(int type) | - |
1183 | { | - |
1184 | SizeOf sizeOf(type); | - |
1185 | returnexecuted 552 times by 23 tests: return QMetaTypeSwitcher::switcher<int>(sizeOf, type, 0); Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusPendingCall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QFtp
- tst_QGuiMetaType
- tst_QIdentityProxyModel
- tst_QMetaType
- tst_QNetworkRequest
- tst_QPrinter
- tst_QPropertyAnimation
- tst_QVariant
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_selftests - unknown status
QMetaTypeSwitcher::switcher<int>(sizeOf, type, 0);executed 552 times by 23 tests: return QMetaTypeSwitcher::switcher<int>(sizeOf, type, 0); Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusPendingCall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QFtp
- tst_QGuiMetaType
- tst_QIdentityProxyModel
- tst_QMetaType
- tst_QNetworkRequest
- tst_QPrinter
- tst_QPropertyAnimation
- tst_QVariant
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_selftests - unknown status
| 552 |
1186 | } | - |
1187 | | - |
1188 | namespace { | - |
1189 | class Flags | - |
1190 | { | - |
1191 | template<typename T, bool IsAcceptedType = DefinedTypesFilter::Acceptor<T>::IsAccepted> | - |
1192 | struct FlagsImpl | - |
1193 | { | - |
1194 | static quint32 Flags(const int ) | - |
1195 | { | - |
1196 | returnexecuted 32978 times by 54 tests: return QtPrivate::QMetaTypeTypeFlags<T>::Flags; Executed by:- tst_Gestures
- tst_QAccessibility
- tst_QComboBox
- tst_QCssParser
- tst_QDBusMarshall
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsAnchorLayout1
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsObject
- tst_QGraphicsPixmapItem
- tst_QGraphicsPolygonItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGuiVariant
- tst_QItemDelegate
- ...
QtPrivate::QMetaTypeTypeFlags<T>::Flags;executed 32978 times by 54 tests: return QtPrivate::QMetaTypeTypeFlags<T>::Flags; Executed by:- tst_Gestures
- tst_QAccessibility
- tst_QComboBox
- tst_QCssParser
- tst_QDBusMarshall
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsAnchorLayout1
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsObject
- tst_QGraphicsPixmapItem
- tst_QGraphicsPolygonItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGuiVariant
- tst_QItemDelegate
- ...
| 32978 |
1197 | } | - |
1198 | }; | - |
1199 | template<typename T> | - |
1200 | struct FlagsImpl<T, false> | - |
1201 | { | - |
1202 | static quint32 Flags(const int type) | - |
1203 | { | - |
1204 | if (QModulesPrivate::QTypeModuleInfo<T>::IsGuiTRUE | evaluated 239109 times by 63 testsEvaluated by:- tst_QAbstractItemView
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGuiApplication
- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QHeaderView
- tst_QInputDialog
- tst_QItemDelegate
- tst_QItemModel
- tst_QItemView
- ...
| FALSE | evaluated 8 times by 2 testsEvaluated by:- tst_QMetaType
- tst_QWidgetsVariant
|
) | 8-239109 |
1205 | returnexecuted 239109 times by 63 tests: return __builtin_expect(!!(qMetaTypeGuiHelper), true) ? qMetaTypeGuiHelper[type - QMetaType::FirstGuiType].flags : 0; Executed by:- tst_QAbstractItemView
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGuiApplication
- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QHeaderView
- tst_QInputDialog
- tst_QItemDelegate
- tst_QItemModel
- tst_QItemView
- ...
__builtin_expect(!!(qMetaTypeGuiHelper), true)TRUE | evaluated 239086 times by 62 testsEvaluated by:- tst_QAbstractItemView
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGuiApplication
- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QHeaderView
- tst_QInputDialog
- tst_QItemDelegate
- tst_QItemModel
- tst_QItemView
- ...
| FALSE | evaluated 23 times by 1 test |
? qMetaTypeGuiHelper[type - QMetaType::FirstGuiType].flags : 0;executed 239109 times by 63 tests: return __builtin_expect(!!(qMetaTypeGuiHelper), true) ? qMetaTypeGuiHelper[type - QMetaType::FirstGuiType].flags : 0; Executed by:- tst_QAbstractItemView
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGuiApplication
- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QHeaderView
- tst_QInputDialog
- tst_QItemDelegate
- tst_QItemModel
- tst_QItemView
- ...
| 23-239109 |
1206 | | - |
1207 | if (QModulesPrivate::QTypeModuleInfo<T>::IsWidgetTRUE | evaluated 8 times by 2 testsEvaluated by:- tst_QMetaType
- tst_QWidgetsVariant
| FALSE | never evaluated |
) | 0-8 |
1208 | returnexecuted 8 times by 2 tests: return __builtin_expect(!!(qMetaTypeWidgetsHelper), true) ? qMetaTypeWidgetsHelper[type - QMetaType::FirstWidgetsType].flags : 0; Executed by:- tst_QMetaType
- tst_QWidgetsVariant
__builtin_expect(!!(qMetaTypeWidgetsHelper), true)TRUE | evaluated 7 times by 1 test | FALSE | evaluated 1 time by 1 test |
? qMetaTypeWidgetsHelper[type - QMetaType::FirstWidgetsType].flags : 0;executed 8 times by 2 tests: return __builtin_expect(!!(qMetaTypeWidgetsHelper), true) ? qMetaTypeWidgetsHelper[type - QMetaType::FirstWidgetsType].flags : 0; Executed by:- tst_QMetaType
- tst_QWidgetsVariant
| 1-8 |
1209 | | - |
1210 | | - |
1211 | | - |
1212 | return never executed: return 0; 0;never executed: return 0; | 0 |
1213 | } | - |
1214 | }; | - |
1215 | public: | - |
1216 | Flags(const int type) | - |
1217 | : m_type(type) | - |
1218 | {}executed 308807 times by 121 tests: end of block Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractProxyModel
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusPendingCall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDBusThreading
- tst_QDataWidgetMapper
- ...
| 308807 |
1219 | template<typename T> | - |
1220 | quint32 delegate(const T*) { returnexecuted 272095 times by 96 tests: return FlagsImpl<T>::Flags(m_type); Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QCssParser
- tst_QDBusMarshall
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsAnchorLayout1
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- ...
FlagsImpl<T>::Flags(m_type);executed 272095 times by 96 tests: return FlagsImpl<T>::Flags(m_type); Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QCssParser
- tst_QDBusMarshall
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsAnchorLayout1
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- ...
} | 272095 |
1221 | quint32 delegate(const void*) { returnexecuted 1 time by 1 test: return 0; 0;executed 1 time by 1 test: return 0; } | 1 |
1222 | quint32 delegate(const QMetaTypeSwitcher::UnknownType*) { returnexecuted 15 times by 4 tests: return 0; Executed by:- tst_QMetaType
- tst_QPropertyAnimation
- tst_QStyleSheetStyle
- tst_QVariant
0;executed 15 times by 4 tests: return 0; Executed by:- tst_QMetaType
- tst_QPropertyAnimation
- tst_QStyleSheetStyle
- tst_QVariant
} | 15 |
1223 | quint32 delegate(const QMetaTypeSwitcher::NotBuiltinType*) { returnexecuted 36696 times by 55 tests: return customTypeFlags(m_type); Executed by:- tst_Gestures
- tst_QAbstractProxyModel
- tst_QApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusPendingCall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDBusThreading
- tst_QDialog
- tst_QDialogButtonBox
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- ...
customTypeFlags(m_type);executed 36696 times by 55 tests: return customTypeFlags(m_type); Executed by:- tst_Gestures
- tst_QAbstractProxyModel
- tst_QApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusPendingCall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDBusThreading
- tst_QDialog
- tst_QDialogButtonBox
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- ...
} | 36696 |
1224 | private: | - |
1225 | const int m_type; | - |
1226 | static quint32 customTypeFlags(const int type) | - |
1227 | { | - |
1228 | const QVector<QCustomTypeInfo> * const ct = customTypes(); | - |
1229 | if (__builtin_expect(!!(!ct || type < QMetaType::User), false)TRUE | never evaluated | FALSE | evaluated 36696 times by 55 testsEvaluated by:- tst_Gestures
- tst_QAbstractProxyModel
- tst_QApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusPendingCall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDBusThreading
- tst_QDialog
- tst_QDialogButtonBox
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- ...
|
) | 0-36696 |
1230 | return never executed: return 0; 0;never executed: return 0; | 0 |
1231 | QReadLocker locker(customTypesLock()); | - |
1232 | if (__builtin_expect(!!(ct->count() <= type - QMetaType::User), false)TRUE | evaluated 30 times by 2 testsEvaluated by:- tst_QMetaType
- tst_QVariant
| FALSE | evaluated 36666 times by 55 testsEvaluated by:- tst_Gestures
- tst_QAbstractProxyModel
- tst_QApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusPendingCall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDBusThreading
- tst_QDialog
- tst_QDialogButtonBox
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- ...
|
) | 30-36666 |
1233 | returnexecuted 30 times by 2 tests: return 0; Executed by:- tst_QMetaType
- tst_QVariant
0;executed 30 times by 2 tests: return 0; Executed by:- tst_QMetaType
- tst_QVariant
| 30 |
1234 | returnexecuted 36666 times by 55 tests: return ct->at(type - QMetaType::User).flags; Executed by:- tst_Gestures
- tst_QAbstractProxyModel
- tst_QApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusPendingCall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDBusThreading
- tst_QDialog
- tst_QDialogButtonBox
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- ...
ct->at(type - QMetaType::User).flags;executed 36666 times by 55 tests: return ct->at(type - QMetaType::User).flags; Executed by:- tst_Gestures
- tst_QAbstractProxyModel
- tst_QApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusPendingCall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDBusThreading
- tst_QDialog
- tst_QDialogButtonBox
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- ...
| 36666 |
1235 | } | - |
1236 | }; | - |
1237 | } | - |
1238 | QMetaType::TypeFlags QMetaType::typeFlags(int type) | - |
1239 | { | - |
1240 | Flags flags(type); | - |
1241 | returnexecuted 308807 times by 121 tests: return static_cast<QMetaType::TypeFlags>(QMetaTypeSwitcher::switcher<quint32>(flags, type, 0)); Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractProxyModel
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusPendingCall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDBusThreading
- tst_QDataWidgetMapper
- ...
static_cast<QMetaType::TypeFlags>(QMetaTypeSwitcher::switcher<quint32>(flags, type, 0));executed 308807 times by 121 tests: return static_cast<QMetaType::TypeFlags>(QMetaTypeSwitcher::switcher<quint32>(flags, type, 0)); Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractProxyModel
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusPendingCall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDBusThreading
- tst_QDataWidgetMapper
- ...
| 308807 |
1242 | } | - |
1243 | | - |
1244 | | - |
1245 | namespace { | - |
1246 | class MetaObject | - |
1247 | { | - |
1248 | public: | - |
1249 | MetaObject(const int type) | - |
1250 | : m_type(type) | - |
1251 | {}executed 32 times by 3 tests: end of block Executed by:- tst_QMetaType
- tst_QVariant
- tst_QWidgetMetaType
| 32 |
1252 | | - |
1253 | template<typename T, bool IsAcceptedType = DefinedTypesFilter::Acceptor<T>::IsAccepted> | - |
1254 | struct MetaObjectImpl | - |
1255 | { | - |
1256 | static const QMetaObject *MetaObject(int ) | - |
1257 | { returnexecuted 3 times by 1 test: return QtPrivate::MetaObjectForType<T>::value(); QtPrivate::MetaObjectForType<T>::value();executed 3 times by 1 test: return QtPrivate::MetaObjectForType<T>::value(); } | 3 |
1258 | }; | - |
1259 | template<typename T> | - |
1260 | struct MetaObjectImpl<T, false> | - |
1261 | { | - |
1262 | static const QMetaObject *MetaObject(int type) { | - |
1263 | if (QModulesPrivate::QTypeModuleInfo<T>::IsGuiTRUE | never evaluated | FALSE | evaluated 1 time by 1 test |
) | 0-1 |
1264 | return never executed: return __builtin_expect(!!(qMetaTypeGuiHelper), true) ? qMetaTypeGuiHelper[type - QMetaType::FirstGuiType].metaObject : 0; __builtin_expect(!!(qMetaTypeGuiHelper), true)TRUE | never evaluated | FALSE | never evaluated |
? qMetaTypeGuiHelper[type - QMetaType::FirstGuiType].metaObject : 0;never executed: return __builtin_expect(!!(qMetaTypeGuiHelper), true) ? qMetaTypeGuiHelper[type - QMetaType::FirstGuiType].metaObject : 0; | 0 |
1265 | if (QModulesPrivate::QTypeModuleInfo<T>::IsWidgetTRUE | evaluated 1 time by 1 test | FALSE | never evaluated |
) | 0-1 |
1266 | returnexecuted 1 time by 1 test: return __builtin_expect(!!(qMetaTypeWidgetsHelper), true) ? qMetaTypeWidgetsHelper[type - QMetaType::FirstWidgetsType].metaObject : 0; __builtin_expect(!!(qMetaTypeWidgetsHelper), true)TRUE | evaluated 1 time by 1 test | FALSE | never evaluated |
? qMetaTypeWidgetsHelper[type - QMetaType::FirstWidgetsType].metaObject : 0;executed 1 time by 1 test: return __builtin_expect(!!(qMetaTypeWidgetsHelper), true) ? qMetaTypeWidgetsHelper[type - QMetaType::FirstWidgetsType].metaObject : 0; | 0-1 |
1267 | return never executed: return 0; 0;never executed: return 0; | 0 |
1268 | } | - |
1269 | }; | - |
1270 | | - |
1271 | template <typename T> | - |
1272 | const QMetaObject *delegate(const T *) { returnexecuted 4 times by 2 tests: return MetaObjectImpl<T>::MetaObject(m_type); Executed by:- tst_QMetaType
- tst_QWidgetMetaType
MetaObjectImpl<T>::MetaObject(m_type);executed 4 times by 2 tests: return MetaObjectImpl<T>::MetaObject(m_type); Executed by:- tst_QMetaType
- tst_QWidgetMetaType
} | 4 |
1273 | const QMetaObject *delegate(const void*) { return never executed: return 0; 0;never executed: return 0; } | 0 |
1274 | const QMetaObject *delegate(const QMetaTypeSwitcher::UnknownType*) { return never executed: return 0; 0;never executed: return 0; } | 0 |
1275 | const QMetaObject *delegate(const QMetaTypeSwitcher::NotBuiltinType*) { returnexecuted 28 times by 3 tests: return customMetaObject(m_type); Executed by:- tst_QMetaType
- tst_QVariant
- tst_QWidgetMetaType
customMetaObject(m_type);executed 28 times by 3 tests: return customMetaObject(m_type); Executed by:- tst_QMetaType
- tst_QVariant
- tst_QWidgetMetaType
} | 28 |
1276 | private: | - |
1277 | const int m_type; | - |
1278 | static const QMetaObject *customMetaObject(const int type) | - |
1279 | { | - |
1280 | const QVector<QCustomTypeInfo> * const ct = customTypes(); | - |
1281 | if (__builtin_expect(!!(!ct || type < QMetaType::User), false)TRUE | never evaluated | FALSE | evaluated 28 times by 3 testsEvaluated by:- tst_QMetaType
- tst_QVariant
- tst_QWidgetMetaType
|
) | 0-28 |
1282 | return never executed: return 0; 0;never executed: return 0; | 0 |
1283 | QReadLocker locker(customTypesLock()); | - |
1284 | if (__builtin_expect(!!(ct->count() <= type - QMetaType::User), false)TRUE | never evaluated | FALSE | evaluated 28 times by 3 testsEvaluated by:- tst_QMetaType
- tst_QVariant
- tst_QWidgetMetaType
|
) | 0-28 |
1285 | return never executed: return 0; 0;never executed: return 0; | 0 |
1286 | returnexecuted 28 times by 3 tests: return ct->at(type - QMetaType::User).metaObject; Executed by:- tst_QMetaType
- tst_QVariant
- tst_QWidgetMetaType
ct->at(type - QMetaType::User).metaObject;executed 28 times by 3 tests: return ct->at(type - QMetaType::User).metaObject; Executed by:- tst_QMetaType
- tst_QVariant
- tst_QWidgetMetaType
| 28 |
1287 | } | - |
1288 | }; | - |
1289 | } | - |
1290 | const QMetaObject *QMetaType::metaObjectForType(int type) | - |
1291 | { | - |
1292 | | - |
1293 | MetaObject mo(type); | - |
1294 | returnexecuted 32 times by 3 tests: return QMetaTypeSwitcher::switcher<const QMetaObject*>(mo, type, 0); Executed by:- tst_QMetaType
- tst_QVariant
- tst_QWidgetMetaType
QMetaTypeSwitcher::switcher<const QMetaObject*>(mo, type, 0);executed 32 times by 3 tests: return QMetaTypeSwitcher::switcher<const QMetaObject*>(mo, type, 0); Executed by:- tst_QMetaType
- tst_QVariant
- tst_QWidgetMetaType
| 32 |
1295 | | - |
1296 | | - |
1297 | | - |
1298 | | - |
1299 | } | - |
1300 | namespace { | - |
1301 | class TypeInfo { | - |
1302 | template<typename T, bool IsAcceptedType = DefinedTypesFilter::Acceptor<T>::IsAccepted> | - |
1303 | struct TypeInfoImpl | - |
1304 | { | - |
1305 | TypeInfoImpl(const uint , QMetaTypeInterface &info) | - |
1306 | { | - |
1307 | QMetaTypeInterface tmp = { 0, 0, (QtMetaTypePrivate::QMetaTypeFunctionHelper<T, QtMetaTypePrivate::TypeDefinition<T>::IsAvailable>::Construct), (QtMetaTypePrivate::QMetaTypeFunctionHelper<T, QtMetaTypePrivate::TypeDefinition<T>::IsAvailable>::Destruct), (QTypeInfo<T>::sizeOf), QtPrivate::QMetaTypeTypeFlags<T>::Flags, (QtPrivate::MetaObjectForType<T>::value()) }; | - |
1308 | info = tmp; | - |
1309 | }executed 773604 times by 422 tests: end of block Executed by:- tst_Collections
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QAtomicInt
- tst_QAtomicInteger_Gcc_char
- tst_QAtomicInteger_Gcc_char16_t
- ...
| 773604 |
1310 | }; | - |
1311 | | - |
1312 | template<typename T> | - |
1313 | struct TypeInfoImpl<T, false> | - |
1314 | { | - |
1315 | TypeInfoImpl(const uint type, QMetaTypeInterface &info) | - |
1316 | { | - |
1317 | if (QModulesPrivate::QTypeModuleInfo<T>::IsGuiTRUE | evaluated 9574 times by 38 testsEvaluated by:- tst_QAccessibility
- tst_QBrush
- tst_QColor
- tst_QCssParser
- tst_QFont
- tst_QFontComboBox
- tst_QFontMetrics
- tst_QGraphicsItem
- tst_QGraphicsPixmapItem
- tst_QGraphicsPolygonItem
- tst_QGraphicsScene
- tst_QGraphicsTransform
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemDelegate
- tst_QKeySequence
- tst_QKeySequenceEdit
- tst_QMetaType
- tst_QPainter
- ...
| FALSE | evaluated 34632 times by 4 testsEvaluated by:- tst_QGraphicsAnchorLayout1
- tst_QGraphicsLayoutItem
- tst_QMetaType
- tst_QSizePolicy
|
) { | 9574-34632 |
1318 | if (__builtin_expect(!!(qMetaTypeGuiHelper), true)TRUE | evaluated 9528 times by 37 testsEvaluated by:- tst_QAccessibility
- tst_QBrush
- tst_QColor
- tst_QCssParser
- tst_QFont
- tst_QFontComboBox
- tst_QFontMetrics
- tst_QGraphicsItem
- tst_QGraphicsPixmapItem
- tst_QGraphicsPolygonItem
- tst_QGraphicsScene
- tst_QGraphicsTransform
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemDelegate
- tst_QKeySequence
- tst_QKeySequenceEdit
- tst_QPainter
- tst_QPainterPath
- ...
| FALSE | evaluated 46 times by 1 test |
) | 46-9528 |
1319 | info = qMetaTypeGuiHelper[type - QMetaType::FirstGuiType];executed 9528 times by 37 tests: info = qMetaTypeGuiHelper[type - QMetaType::FirstGuiType]; Executed by:- tst_QAccessibility
- tst_QBrush
- tst_QColor
- tst_QCssParser
- tst_QFont
- tst_QFontComboBox
- tst_QFontMetrics
- tst_QGraphicsItem
- tst_QGraphicsPixmapItem
- tst_QGraphicsPolygonItem
- tst_QGraphicsScene
- tst_QGraphicsTransform
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemDelegate
- tst_QKeySequence
- tst_QKeySequenceEdit
- tst_QPainter
- tst_QPainterPath
- ...
| 9528 |
1320 | return;executed 9574 times by 38 tests: return; Executed by:- tst_QAccessibility
- tst_QBrush
- tst_QColor
- tst_QCssParser
- tst_QFont
- tst_QFontComboBox
- tst_QFontMetrics
- tst_QGraphicsItem
- tst_QGraphicsPixmapItem
- tst_QGraphicsPolygonItem
- tst_QGraphicsScene
- tst_QGraphicsTransform
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGuiMetaType
- tst_QGuiVariant
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemDelegate
- tst_QKeySequence
- tst_QKeySequenceEdit
- tst_QMetaType
- tst_QPainter
- ...
| 9574 |
1321 | } | - |
1322 | if (QModulesPrivate::QTypeModuleInfo<T>::IsWidgetTRUE | evaluated 34632 times by 4 testsEvaluated by:- tst_QGraphicsAnchorLayout1
- tst_QGraphicsLayoutItem
- tst_QMetaType
- tst_QSizePolicy
| FALSE | never evaluated |
) { | 0-34632 |
1323 | if (__builtin_expect(!!(qMetaTypeWidgetsHelper), true)TRUE | evaluated 34630 times by 3 testsEvaluated by:- tst_QGraphicsAnchorLayout1
- tst_QGraphicsLayoutItem
- tst_QSizePolicy
| FALSE | evaluated 2 times by 1 test |
) | 2-34630 |
1324 | info = qMetaTypeWidgetsHelper[type - QMetaType::FirstWidgetsType];executed 34630 times by 3 tests: info = qMetaTypeWidgetsHelper[type - QMetaType::FirstWidgetsType]; Executed by:- tst_QGraphicsAnchorLayout1
- tst_QGraphicsLayoutItem
- tst_QSizePolicy
| 34630 |
1325 | return;executed 34632 times by 4 tests: return; Executed by:- tst_QGraphicsAnchorLayout1
- tst_QGraphicsLayoutItem
- tst_QMetaType
- tst_QSizePolicy
| 34632 |
1326 | } | - |
1327 | } never executed: end of block | 0 |
1328 | }; | - |
1329 | public: | - |
1330 | QMetaTypeInterface info; | - |
1331 | TypeInfo(const uint type) | - |
1332 | : m_type(type) | - |
1333 | { | - |
1334 | QMetaTypeInterface tmp = { 0, 0, 0, 0, 0, 0, 0 }; | - |
1335 | info = tmp; | - |
1336 | }executed 1261670 times by 449 tests: end of block Executed by:- tst_Collections
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QAtomicInt
- tst_QAtomicInteger_Gcc_char
- ...
| 1261670 |
1337 | template<typename T> | - |
1338 | void delegate(const T*) { TypeInfoImpl<T>(m_type, info); }executed 817810 times by 423 tests: end of block Executed by:- tst_Collections
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QAtomicInt
- tst_QAtomicInteger_Gcc_char
- tst_QAtomicInteger_Gcc_char16_t
- ...
| 817810 |
1339 | void delegate(const QMetaTypeSwitcher::UnknownType*) {} | - |
1340 | void delegate(const QMetaTypeSwitcher::NotBuiltinType*) { customTypeInfo(m_type); }executed 443842 times by 299 tests: end of block Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- ...
| 443842 |
1341 | private: | - |
1342 | void customTypeInfo(const uint type) | - |
1343 | { | - |
1344 | const QVector<QCustomTypeInfo> * const ct = customTypes(); | - |
1345 | if (__builtin_expect(!!(!ct), false)TRUE | never evaluated | FALSE | evaluated 443842 times by 299 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- ...
|
) | 0-443842 |
1346 | return; never executed: return; | 0 |
1347 | QReadLocker locker(customTypesLock()); | - |
1348 | if (__builtin_expect(!!(uint(ct->count()) > type - QMetaType::User), true)TRUE | evaluated 443808 times by 299 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- ...
| FALSE | evaluated 34 times by 2 testsEvaluated by:- tst_QMetaType
- tst_QVariant
|
) | 34-443808 |
1349 | info = ct->at(type - QMetaType::User);executed 443808 times by 299 tests: info = ct->at(type - QMetaType::User); Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- ...
| 443808 |
1350 | }executed 443842 times by 299 tests: end of block Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- ...
| 443842 |
1351 | | - |
1352 | const uint m_type; | - |
1353 | }; | - |
1354 | } | - |
1355 | | - |
1356 | | - |
1357 | | - |
1358 | | - |
1359 | | - |
1360 | QMetaType QMetaType::typeInfo(const int type) | - |
1361 | { | - |
1362 | TypeInfo typeInfo(type); | - |
1363 | QMetaTypeSwitcher::switcher<void>(typeInfo, type, 0); | - |
1364 | returnexecuted 1261670 times by 449 tests: return typeInfo.info.constructor ? QMetaType(static_cast<ExtensionFlag>(QMetaType::CreateEx | QMetaType::DestroyEx) , static_cast<const QMetaTypeInterface *>(0) , 0 , 0 , typeInfo.info.saveOp , typeInfo.info.loadOp , typeInfo.info.constructor , typeInfo.info.destructor , typeInfo.info.size , typeInfo.info.flags , type , typeInfo.info.metaObject) : QMetaType(UnknownType); Executed by:- tst_Collections
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QAtomicInt
- tst_QAtomicInteger_Gcc_char
- ...
typeInfo.info.constructorTRUE | evaluated 1261570 times by 449 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QAtomicInt
- tst_QAtomicInteger_Gcc_char
- ...
| FALSE | evaluated 100 times by 4 testsEvaluated by:- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
- tst_QWidgetsVariant
|
? QMetaType(static_cast<ExtensionFlag>(QMetaType::CreateEx | QMetaType::DestroyEx)executed 1261670 times by 449 tests: return typeInfo.info.constructor ? QMetaType(static_cast<ExtensionFlag>(QMetaType::CreateEx | QMetaType::DestroyEx) , static_cast<const QMetaTypeInterface *>(0) , 0 , 0 , typeInfo.info.saveOp , typeInfo.info.loadOp , typeInfo.info.constructor , typeInfo.info.destructor , typeInfo.info.size , typeInfo.info.flags , type , typeInfo.info.metaObject) : QMetaType(UnknownType); Executed by:- tst_Collections
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QAtomicInt
- tst_QAtomicInteger_Gcc_char
- ...
| 100-1261670 |
1365 | , static_cast<const QMetaTypeInterface *>(0)executed 1261670 times by 449 tests: return typeInfo.info.constructor ? QMetaType(static_cast<ExtensionFlag>(QMetaType::CreateEx | QMetaType::DestroyEx) , static_cast<const QMetaTypeInterface *>(0) , 0 , 0 , typeInfo.info.saveOp , typeInfo.info.loadOp , typeInfo.info.constructor , typeInfo.info.destructor , typeInfo.info.size , typeInfo.info.flags , type , typeInfo.info.metaObject) : QMetaType(UnknownType); Executed by:- tst_Collections
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QAtomicInt
- tst_QAtomicInteger_Gcc_char
- ...
| 1261670 |
1366 | , 0executed 1261670 times by 449 tests: return typeInfo.info.constructor ? QMetaType(static_cast<ExtensionFlag>(QMetaType::CreateEx | QMetaType::DestroyEx) , static_cast<const QMetaTypeInterface *>(0) , 0 , 0 , typeInfo.info.saveOp , typeInfo.info.loadOp , typeInfo.info.constructor , typeInfo.info.destructor , typeInfo.info.size , typeInfo.info.flags , type , typeInfo.info.metaObject) : QMetaType(UnknownType); Executed by:- tst_Collections
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QAtomicInt
- tst_QAtomicInteger_Gcc_char
- ...
| 1261670 |
1367 | , 0executed 1261670 times by 449 tests: return typeInfo.info.constructor ? QMetaType(static_cast<ExtensionFlag>(QMetaType::CreateEx | QMetaType::DestroyEx) , static_cast<const QMetaTypeInterface *>(0) , 0 , 0 , typeInfo.info.saveOp , typeInfo.info.loadOp , typeInfo.info.constructor , typeInfo.info.destructor , typeInfo.info.size , typeInfo.info.flags , type , typeInfo.info.metaObject) : QMetaType(UnknownType); Executed by:- tst_Collections
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QAtomicInt
- tst_QAtomicInteger_Gcc_char
- ...
| 1261670 |
1368 | , typeInfo.info.saveOpexecuted 1261670 times by 449 tests: return typeInfo.info.constructor ? QMetaType(static_cast<ExtensionFlag>(QMetaType::CreateEx | QMetaType::DestroyEx) , static_cast<const QMetaTypeInterface *>(0) , 0 , 0 , typeInfo.info.saveOp , typeInfo.info.loadOp , typeInfo.info.constructor , typeInfo.info.destructor , typeInfo.info.size , typeInfo.info.flags , type , typeInfo.info.metaObject) : QMetaType(UnknownType); Executed by:- tst_Collections
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QAtomicInt
- tst_QAtomicInteger_Gcc_char
- ...
| 1261670 |
1369 | , typeInfo.info.loadOpexecuted 1261670 times by 449 tests: return typeInfo.info.constructor ? QMetaType(static_cast<ExtensionFlag>(QMetaType::CreateEx | QMetaType::DestroyEx) , static_cast<const QMetaTypeInterface *>(0) , 0 , 0 , typeInfo.info.saveOp , typeInfo.info.loadOp , typeInfo.info.constructor , typeInfo.info.destructor , typeInfo.info.size , typeInfo.info.flags , type , typeInfo.info.metaObject) : QMetaType(UnknownType); Executed by:- tst_Collections
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QAtomicInt
- tst_QAtomicInteger_Gcc_char
- ...
| 1261670 |
1370 | , typeInfo.info.constructorexecuted 1261670 times by 449 tests: return typeInfo.info.constructor ? QMetaType(static_cast<ExtensionFlag>(QMetaType::CreateEx | QMetaType::DestroyEx) , static_cast<const QMetaTypeInterface *>(0) , 0 , 0 , typeInfo.info.saveOp , typeInfo.info.loadOp , typeInfo.info.constructor , typeInfo.info.destructor , typeInfo.info.size , typeInfo.info.flags , type , typeInfo.info.metaObject) : QMetaType(UnknownType); Executed by:- tst_Collections
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QAtomicInt
- tst_QAtomicInteger_Gcc_char
- ...
| 1261670 |
1371 | , typeInfo.info.destructorexecuted 1261670 times by 449 tests: return typeInfo.info.constructor ? QMetaType(static_cast<ExtensionFlag>(QMetaType::CreateEx | QMetaType::DestroyEx) , static_cast<const QMetaTypeInterface *>(0) , 0 , 0 , typeInfo.info.saveOp , typeInfo.info.loadOp , typeInfo.info.constructor , typeInfo.info.destructor , typeInfo.info.size , typeInfo.info.flags , type , typeInfo.info.metaObject) : QMetaType(UnknownType); Executed by:- tst_Collections
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QAtomicInt
- tst_QAtomicInteger_Gcc_char
- ...
| 1261670 |
1372 | , typeInfo.info.sizeexecuted 1261670 times by 449 tests: return typeInfo.info.constructor ? QMetaType(static_cast<ExtensionFlag>(QMetaType::CreateEx | QMetaType::DestroyEx) , static_cast<const QMetaTypeInterface *>(0) , 0 , 0 , typeInfo.info.saveOp , typeInfo.info.loadOp , typeInfo.info.constructor , typeInfo.info.destructor , typeInfo.info.size , typeInfo.info.flags , type , typeInfo.info.metaObject) : QMetaType(UnknownType); Executed by:- tst_Collections
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QAtomicInt
- tst_QAtomicInteger_Gcc_char
- ...
| 1261670 |
1373 | , typeInfo.info.flagsexecuted 1261670 times by 449 tests: return typeInfo.info.constructor ? QMetaType(static_cast<ExtensionFlag>(QMetaType::CreateEx | QMetaType::DestroyEx) , static_cast<const QMetaTypeInterface *>(0) , 0 , 0 , typeInfo.info.saveOp , typeInfo.info.loadOp , typeInfo.info.constructor , typeInfo.info.destructor , typeInfo.info.size , typeInfo.info.flags , type , typeInfo.info.metaObject) : QMetaType(UnknownType); Executed by:- tst_Collections
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QAtomicInt
- tst_QAtomicInteger_Gcc_char
- ...
| 1261670 |
1374 | , typeexecuted 1261670 times by 449 tests: return typeInfo.info.constructor ? QMetaType(static_cast<ExtensionFlag>(QMetaType::CreateEx | QMetaType::DestroyEx) , static_cast<const QMetaTypeInterface *>(0) , 0 , 0 , typeInfo.info.saveOp , typeInfo.info.loadOp , typeInfo.info.constructor , typeInfo.info.destructor , typeInfo.info.size , typeInfo.info.flags , type , typeInfo.info.metaObject) : QMetaType(UnknownType); Executed by:- tst_Collections
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QAtomicInt
- tst_QAtomicInteger_Gcc_char
- ...
| 1261670 |
1375 | , typeInfo.info.metaObject)executed 1261670 times by 449 tests: return typeInfo.info.constructor ? QMetaType(static_cast<ExtensionFlag>(QMetaType::CreateEx | QMetaType::DestroyEx) , static_cast<const QMetaTypeInterface *>(0) , 0 , 0 , typeInfo.info.saveOp , typeInfo.info.loadOp , typeInfo.info.constructor , typeInfo.info.destructor , typeInfo.info.size , typeInfo.info.flags , type , typeInfo.info.metaObject) : QMetaType(UnknownType); Executed by:- tst_Collections
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QAtomicInt
- tst_QAtomicInteger_Gcc_char
- ...
| 1261670 |
1376 | : QMetaType(UnknownType);executed 1261670 times by 449 tests: return typeInfo.info.constructor ? QMetaType(static_cast<ExtensionFlag>(QMetaType::CreateEx | QMetaType::DestroyEx) , static_cast<const QMetaTypeInterface *>(0) , 0 , 0 , typeInfo.info.saveOp , typeInfo.info.loadOp , typeInfo.info.constructor , typeInfo.info.destructor , typeInfo.info.size , typeInfo.info.flags , type , typeInfo.info.metaObject) : QMetaType(UnknownType); Executed by:- tst_Collections
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QAtomicInt
- tst_QAtomicInteger_Gcc_char
- ...
| 1261670 |
1377 | } | - |
1378 | | - |
1379 | | - |
1380 | | - |
1381 | | - |
1382 | | - |
1383 | | - |
1384 | | - |
1385 | QMetaType::QMetaType(const int typeId) | - |
1386 | : m_typeId(typeId) | - |
1387 | { | - |
1388 | if (__builtin_expect(!!(typeId == UnknownType), false)TRUE | evaluated 21416 times by 56 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractInterface
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDialog
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QGraphicsAnchorLayout1
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGuiVariant
- tst_QHeaderView
- tst_QHttpSocketEngine
- tst_QInputDialog
- tst_QItemDelegate
- tst_QItemModel
- tst_QItemView
- ...
| FALSE | evaluated 1261670 times by 449 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QAtomicInt
- tst_QAtomicInteger_Gcc_char
- ...
|
) { | 21416-1261670 |
1389 | | - |
1390 | m_extensionFlags = 0xffffffff; | - |
1391 | ((!(!isValid())) ? qt_assert("!isValid()",__FILE__,2282) : qt_noop()); | - |
1392 | }executed 21416 times by 56 tests: end of block Executed by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractInterface
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDialog
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QGraphicsAnchorLayout1
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGuiVariant
- tst_QHeaderView
- tst_QHttpSocketEngine
- tst_QInputDialog
- tst_QItemDelegate
- tst_QItemModel
- tst_QItemView
- ...
else { | 21416 |
1393 | | - |
1394 | *this = QMetaType::typeInfo(typeId); | - |
1395 | if (m_typeId == UnknownTypeTRUE | evaluated 100 times by 4 testsEvaluated by:- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
- tst_QWidgetsVariant
| FALSE | evaluated 1261570 times by 449 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QAtomicInt
- tst_QAtomicInteger_Gcc_char
- ...
|
) | 100-1261570 |
1396 | m_extensionFlags = 0xffffffff;executed 100 times by 4 tests: m_extensionFlags = 0xffffffff; Executed by:- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
- tst_QWidgetsVariant
| 100 |
1397 | else if (m_typeId == QMetaType::VoidTRUE | evaluated 8 times by 1 test | FALSE | evaluated 1261562 times by 449 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QAtomicInt
- tst_QAtomicInteger_Gcc_char
- ...
|
) | 8-1261562 |
1398 | m_extensionFlags = CreateEx | DestroyEx | ConstructEx | DestructEx;executed 8 times by 1 test: m_extensionFlags = CreateEx | DestroyEx | ConstructEx | DestructEx; | 8 |
1399 | }executed 1261670 times by 449 tests: end of block Executed by:- tst_Collections
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QAtomicInt
- tst_QAtomicInteger_Gcc_char
- ...
| 1261670 |
1400 | } | - |
1401 | | - |
1402 | | - |
1403 | | - |
1404 | | - |
1405 | | - |
1406 | | - |
1407 | | - |
1408 | QMetaType::QMetaType(const QMetaType &other) | - |
1409 | : m_creator_unused(other.m_creator_unused) | - |
1410 | , m_deleter_unused(other.m_deleter_unused) | - |
1411 | , m_saveOp(other.m_saveOp) | - |
1412 | , m_loadOp(other.m_loadOp) | - |
1413 | , m_constructor(other.m_constructor) | - |
1414 | , m_destructor(other.m_destructor) | - |
1415 | , m_extension(other.m_extension) | - |
1416 | , m_size(other.m_size) | - |
1417 | , m_typeFlags(other.m_typeFlags) | - |
1418 | , m_extensionFlags(other.m_extensionFlags) | - |
1419 | , m_typeId(other.m_typeId) | - |
1420 | , m_metaObject(other.m_metaObject) | - |
1421 | {} never executed: end of block | 0 |
1422 | | - |
1423 | QMetaType &QMetaType::operator =(const QMetaType &other) | - |
1424 | { | - |
1425 | m_creator_unused = other.m_creator_unused; | - |
1426 | m_deleter_unused = other.m_deleter_unused; | - |
1427 | m_saveOp = other.m_saveOp; | - |
1428 | m_loadOp = other.m_loadOp; | - |
1429 | m_constructor = other.m_constructor; | - |
1430 | m_destructor = other.m_destructor; | - |
1431 | m_size = other.m_size; | - |
1432 | m_typeFlags = other.m_typeFlags; | - |
1433 | m_extensionFlags = other.m_extensionFlags; | - |
1434 | m_extension = other.m_extension; | - |
1435 | m_typeId = other.m_typeId; | - |
1436 | m_metaObject = other.m_metaObject; | - |
1437 | returnexecuted 1261670 times by 449 tests: return *this; Executed by:- tst_Collections
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QAtomicInt
- tst_QAtomicInteger_Gcc_char
- ...
*this;executed 1261670 times by 449 tests: return *this; Executed by:- tst_Collections
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QAtomicInt
- tst_QAtomicInteger_Gcc_char
- ...
| 1261670 |
1438 | } | - |
1439 | void QMetaType::ctor(const QMetaTypeInterface *info) | - |
1440 | { | - |
1441 | | - |
1442 | | - |
1443 | | - |
1444 | ((!(m_typeId == QMetaType::Void)) ? qt_assert("m_typeId == QMetaType::Void",__FILE__,2344) : qt_noop()); | - |
1445 | (void)info;; | - |
1446 | m_extensionFlags = CreateEx | DestroyEx | ConstructEx | DestructEx; | - |
1447 | }executed 8 times by 1 test: end of block | 8 |
1448 | void QMetaType::dtor() | - |
1449 | {} | - |
1450 | void *QMetaType::createExtended(const void *copy) const | - |
1451 | { | - |
1452 | if (m_typeId == QMetaType::UnknownTypeTRUE | never evaluated | FALSE | evaluated 4140 times by 174 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- ...
|
) | 0-4140 |
1453 | return never executed: return 0; 0;never executed: return 0; | 0 |
1454 | returnexecuted 4140 times by 174 tests: return m_constructor(operator new(m_size), copy); Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- ...
m_constructor(operator new(m_size), copy);executed 4140 times by 174 tests: return m_constructor(operator new(m_size), copy); Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- ...
| 4140 |
1455 | } | - |
1456 | void QMetaType::destroyExtended(void *data) const | - |
1457 | { | - |
1458 | m_destructor(data); | - |
1459 | operator delete(data); | - |
1460 | }executed 6096 times by 1 test: end of block | 6096 |
1461 | void *QMetaType::constructExtended(void *where, const void *copy) const | - |
1462 | { | - |
1463 | (void)where;; | - |
1464 | (void)copy;; | - |
1465 | return never executed: return 0; 0;never executed: return 0; | 0 |
1466 | } | - |
1467 | void QMetaType::destructExtended(void *data) const | - |
1468 | { | - |
1469 | (void)data;; | - |
1470 | }executed 27 times by 1 test: end of block | 27 |
1471 | uint QMetaType::sizeExtended() const | - |
1472 | { | - |
1473 | returnexecuted 142 times by 4 tests: return 0; Executed by:- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
- tst_QWidgetsVariant
0;executed 142 times by 4 tests: return 0; Executed by:- tst_QGuiVariant
- tst_QMetaType
- tst_QVariant
- tst_QWidgetsVariant
| 142 |
1474 | } | - |
1475 | QMetaType::TypeFlags QMetaType::flagsExtended() const | - |
1476 | { | - |
1477 | returnexecuted 21221 times by 54 tests: return 0; Executed by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractInterface
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDialog
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QGraphicsAnchorLayout1
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QHeaderView
- tst_QHttpSocketEngine
- tst_QInputDialog
- tst_QItemDelegate
- tst_QItemModel
- tst_QItemView
- tst_QListView
- ...
0;executed 21221 times by 54 tests: return 0; Executed by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractInterface
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDialog
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QGraphicsAnchorLayout1
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QHeaderView
- tst_QHttpSocketEngine
- tst_QInputDialog
- tst_QItemDelegate
- tst_QItemModel
- tst_QItemView
- tst_QListView
- ...
| 21221 |
1478 | } | - |
1479 | const QMetaObject *QMetaType::metaObjectExtended() const | - |
1480 | { | - |
1481 | return never executed: return 0; 0;never executed: return 0; | 0 |
1482 | } | - |
1483 | | - |
1484 | | - |
1485 | namespace QtPrivate | - |
1486 | { | - |
1487 | const QMetaObject *metaObjectForQWidget() | - |
1488 | { | - |
1489 | if (!qMetaTypeWidgetsHelperTRUE | never evaluated | FALSE | never evaluated |
) | 0 |
1490 | return never executed: return 0; 0;never executed: return 0; | 0 |
1491 | return never executed: return qMetaObjectWidgetsHelper; qMetaObjectWidgetsHelper;never executed: return qMetaObjectWidgetsHelper; | 0 |
1492 | } | - |
1493 | } | - |
1494 | | - |
1495 | namespace QtMetaTypePrivate { | - |
1496 | const bool VectorBoolElements::true_element = true; | - |
1497 | const bool VectorBoolElements::false_element = false; | - |
1498 | } | - |
1499 | | - |
1500 | | - |
| | |