Line | Source | Count |
1 | | - |
2 | | - |
3 | | - |
4 | | - |
5 | | - |
6 | | - |
7 | | - |
8 | | - |
9 | static inline const QMetaObjectPrivate *priv(const uint* data) | - |
10 | { returnexecuted 179832581 times by 1080 tests: return reinterpret_cast<const QMetaObjectPrivate*>(data); Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
reinterpret_cast<const QMetaObjectPrivate*>(data);executed 179832581 times by 1080 tests: return reinterpret_cast<const QMetaObjectPrivate*>(data); Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
} | 179832581 |
11 | | - |
12 | static inline const QByteArray stringData(const QMetaObject *mo, int index) | - |
13 | { | - |
14 | ((!(priv(mo->d.data)->revision >= 7)) ? qt_assert("priv(mo->d.data)->revision >= 7",__FILE__,144) : qt_noop()); | - |
15 | const QByteArrayDataPtr data = { const_cast<QByteArrayData*>(&mo->d.stringdata[index]) }; | - |
16 | ((!(data.ptr->ref.isStatic())) ? qt_assert("data.ptr->ref.isStatic()",__FILE__,146) : qt_noop()); | - |
17 | ((!(data.ptr->alloc == 0)) ? qt_assert("data.ptr->alloc == 0",__FILE__,147) : qt_noop()); | - |
18 | ((!(data.ptr->capacityReserved == 0)) ? qt_assert("data.ptr->capacityReserved == 0",__FILE__,148) : qt_noop()); | - |
19 | ((!(data.ptr->size >= 0)) ? qt_assert("data.ptr->size >= 0",__FILE__,149) : qt_noop()); | - |
20 | returnexecuted 27356636 times by 573 tests: return data; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
data;executed 27356636 times by 573 tests: return data; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| 27356636 |
21 | } | - |
22 | | - |
23 | static inline const char *rawStringData(const QMetaObject *mo, int index) | - |
24 | { | - |
25 | returnexecuted 5267157 times by 550 tests: return stringData(mo, index).data(); Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
stringData(mo, index).data();executed 5267157 times by 550 tests: return stringData(mo, index).data(); Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| 5267157 |
26 | } | - |
27 | | - |
28 | static inline QByteArray typeNameFromTypeInfo(const QMetaObject *mo, uint typeInfo) | - |
29 | { | - |
30 | if (typeInfo & IsUnresolvedTypeTRUE | evaluated 149985 times by 218 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| FALSE | evaluated 28538 times by 202 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_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- ...
|
) { | 28538-149985 |
31 | returnexecuted 149985 times by 218 tests: return stringData(mo, typeInfo & TypeNameIndexMask); 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
stringData(mo, typeInfo & TypeNameIndexMask);executed 149985 times by 218 tests: return stringData(mo, typeInfo & TypeNameIndexMask); 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| 149985 |
32 | } else { | - |
33 | | - |
34 | const char *t = QMetaType::typeName(typeInfo); | - |
35 | returnexecuted 28538 times by 202 tests: return QByteArray::fromRawData(t, qstrlen(t)); 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_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- ...
QByteArray::fromRawData(t, qstrlen(t));executed 28538 times by 202 tests: return QByteArray::fromRawData(t, qstrlen(t)); 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_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- ...
| 28538 |
36 | } | - |
37 | } | - |
38 | | - |
39 | static inline const char *rawTypeNameFromTypeInfo(const QMetaObject *mo, uint typeInfo) | - |
40 | { | - |
41 | returnexecuted 1126 times by 23 tests: return typeNameFromTypeInfo(mo, typeInfo).constData(); Executed by:- tst_QAbstractItemView
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QItemDelegate
- tst_QItemView
- tst_QListWidget
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSyntaxHighlighter
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
typeNameFromTypeInfo(mo, typeInfo).constData();executed 1126 times by 23 tests: return typeNameFromTypeInfo(mo, typeInfo).constData(); Executed by:- tst_QAbstractItemView
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QItemDelegate
- tst_QItemView
- tst_QListWidget
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSyntaxHighlighter
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
| 1126 |
42 | } | - |
43 | | - |
44 | static inline int typeFromTypeInfo(const QMetaObject *mo, uint typeInfo) | - |
45 | { | - |
46 | if (!(typeInfo & IsUnresolvedType)TRUE | evaluated 1335861 times by 561 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| FALSE | evaluated 157274 times by 219 testsEvaluated 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
- ...
|
) | 157274-1335861 |
47 | returnexecuted 1335861 times by 561 tests: return typeInfo; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
typeInfo;executed 1335861 times by 561 tests: return typeInfo; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| 1335861 |
48 | returnexecuted 157274 times by 219 tests: return QMetaType::type(stringData(mo, typeInfo & TypeNameIndexMask)); 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
- ...
QMetaType::type(stringData(mo, typeInfo & TypeNameIndexMask));executed 157274 times by 219 tests: return QMetaType::type(stringData(mo, typeInfo & TypeNameIndexMask)); 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
- ...
| 157274 |
49 | } | - |
50 | | - |
51 | class QMetaMethodPrivate : public QMetaMethod | - |
52 | { | - |
53 | public: | - |
54 | static const QMetaMethodPrivate *get(const QMetaMethod *q) | - |
55 | { returnexecuted 924818 times by 785 tests: return static_cast<const QMetaMethodPrivate *>(q); Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
static_cast<const QMetaMethodPrivate *>(q);executed 924818 times by 785 tests: return static_cast<const QMetaMethodPrivate *>(q); Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
} | 924818 |
56 | | - |
57 | inline QByteArray signature() const; | - |
58 | inline QByteArray name() const; | - |
59 | inline int typesDataIndex() const; | - |
60 | inline const char *rawReturnTypeName() const; | - |
61 | inline int returnType() const; | - |
62 | inline int parameterCount() const; | - |
63 | inline int parametersDataIndex() const; | - |
64 | inline uint parameterTypeInfo(int index) const; | - |
65 | inline int parameterType(int index) const; | - |
66 | inline void getParameterTypes(int *types) const; | - |
67 | inline QList<QByteArray> parameterTypes() const; | - |
68 | inline QList<QByteArray> parameterNames() const; | - |
69 | inline QByteArray tag() const; | - |
70 | inline int ownMethodIndex() const; | - |
71 | | - |
72 | private: | - |
73 | QMetaMethodPrivate(); | - |
74 | }; | - |
75 | QObject *QMetaObject::newInstance(QGenericArgument val0, | - |
76 | QGenericArgument val1, | - |
77 | QGenericArgument val2, | - |
78 | QGenericArgument val3, | - |
79 | QGenericArgument val4, | - |
80 | QGenericArgument val5, | - |
81 | QGenericArgument val6, | - |
82 | QGenericArgument val7, | - |
83 | QGenericArgument val8, | - |
84 | QGenericArgument val9) const | - |
85 | { | - |
86 | QByteArray constructorName = className(); | - |
87 | { | - |
88 | int idx = constructorName.lastIndexOf(':'); | - |
89 | if (idx != -1TRUE | evaluated 1 time by 1 test | FALSE | evaluated 4 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QMetaObjectBuilder
|
) | 1-4 |
90 | constructorName.remove(0, idx+1);executed 1 time by 1 test: constructorName.remove(0, idx+1); | 1 |
91 | } | - |
92 | QVarLengthArray<char, 512> sig; | - |
93 | sig.append(constructorName.constData(), constructorName.length()); | - |
94 | sig.append('('); | - |
95 | | - |
96 | enum { MaximumParamCount = 10 }; | - |
97 | const char *typeNames[] = {val0.name(), val1.name(), val2.name(), val3.name(), val4.name(), | - |
98 | val5.name(), val6.name(), val7.name(), val8.name(), val9.name()}; | - |
99 | | - |
100 | int paramCount; | - |
101 | for (paramCount = 0; paramCount < MaximumParamCountTRUE | evaluated 8 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QMetaObjectBuilder
| FALSE | never evaluated |
; ++paramCount) { | 0-8 |
102 | int len = qstrlen(typeNames[paramCount]); | - |
103 | if (len <= 0TRUE | evaluated 5 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QMetaObjectBuilder
| FALSE | evaluated 3 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QMetaObjectBuilder
|
) | 3-5 |
104 | break;executed 5 times by 2 tests: break; Executed by:- tst_QMetaObject
- tst_QMetaObjectBuilder
| 5 |
105 | sig.append(typeNames[paramCount], len); | - |
106 | sig.append(','); | - |
107 | }executed 3 times by 2 tests: end of block Executed by:- tst_QMetaObject
- tst_QMetaObjectBuilder
| 3 |
108 | if (paramCount == 0TRUE | evaluated 2 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QMetaObjectBuilder
| FALSE | evaluated 3 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QMetaObjectBuilder
|
) | 2-3 |
109 | sig.append(')');executed 2 times by 2 tests: sig.append(')'); Executed by:- tst_QMetaObject
- tst_QMetaObjectBuilder
| 2 |
110 | else | - |
111 | sig[sig.size() - 1] = ')';executed 3 times by 2 tests: sig[sig.size() - 1] = ')'; Executed by:- tst_QMetaObject
- tst_QMetaObjectBuilder
| 3 |
112 | sig.append('\0'); | - |
113 | | - |
114 | int idx = indexOfConstructor(sig.constData()); | - |
115 | if (idx < 0TRUE | evaluated 1 time by 1 test | FALSE | evaluated 4 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QMetaObjectBuilder
|
) { | 1-4 |
116 | QByteArray norm = QMetaObject::normalizedSignature(sig.constData()); | - |
117 | idx = indexOfConstructor(norm.constData()); | - |
118 | }executed 1 time by 1 test: end of block | 1 |
119 | if (idx < 0TRUE | evaluated 1 time by 1 test | FALSE | evaluated 4 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QMetaObjectBuilder
|
) | 1-4 |
120 | returnexecuted 1 time by 1 test: return 0; 0;executed 1 time by 1 test: return 0; | 1 |
121 | | - |
122 | QObject *returnValue = 0; | - |
123 | void *param[] = {&returnValue, val0.data(), val1.data(), val2.data(), val3.data(), val4.data(), | - |
124 | val5.data(), val6.data(), val7.data(), val8.data(), val9.data()}; | - |
125 | | - |
126 | if (static_metacall(CreateInstance, idx, param) >= 0TRUE | never evaluated | FALSE | evaluated 4 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QMetaObjectBuilder
|
) | 0-4 |
127 | return never executed: return 0; 0;never executed: return 0; | 0 |
128 | returnexecuted 4 times by 2 tests: return returnValue; Executed by:- tst_QMetaObject
- tst_QMetaObjectBuilder
returnValue;executed 4 times by 2 tests: return returnValue; Executed by:- tst_QMetaObject
- tst_QMetaObjectBuilder
| 4 |
129 | } | - |
130 | | - |
131 | | - |
132 | | - |
133 | | - |
134 | int QMetaObject::static_metacall(Call cl, int idx, void **argv) const | - |
135 | { | - |
136 | ((!(priv(d.data)->revision >= 6)) ? qt_assert("priv(d.data)->revision >= 6",__FILE__,280) : qt_noop()); | - |
137 | if (!d.static_metacallTRUE | evaluated 3 times by 1 test | FALSE | evaluated 221269 times by 204 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_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
) | 3-221269 |
138 | returnexecuted 3 times by 1 test: return 0; 0;executed 3 times by 1 test: return 0; | 3 |
139 | d.static_metacall(0, cl, idx, argv); | - |
140 | returnexecuted 221269 times by 204 tests: return -1; 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_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
-1;executed 221269 times by 204 tests: return -1; 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_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| 221269 |
141 | } | - |
142 | | - |
143 | | - |
144 | | - |
145 | | - |
146 | int QMetaObject::metacall(QObject *object, Call cl, int idx, void **argv) | - |
147 | { | - |
148 | if (object->d_ptr->metaObjectTRUE | never evaluated | FALSE | evaluated 42141 times by 202 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- 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
- tst_QCommandLinkButton
- ...
|
) | 0-42141 |
149 | return never executed: return object->d_ptr->metaObject->metaCall(object, cl, idx, argv); object->d_ptr->metaObject->metaCall(object, cl, idx, argv);never executed: return object->d_ptr->metaObject->metaCall(object, cl, idx, argv); | 0 |
150 | else | - |
151 | returnexecuted 42141 times by 202 tests: return object->qt_metacall(cl, idx, argv); Executed by:- tst_Gestures
- tst_ModelTest
- 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
- tst_QCommandLinkButton
- ...
object->qt_metacall(cl, idx, argv);executed 42141 times by 202 tests: return object->qt_metacall(cl, idx, argv); Executed by:- tst_Gestures
- tst_ModelTest
- 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
- tst_QCommandLinkButton
- ...
| 42141 |
152 | } | - |
153 | | - |
154 | static inline const char *objectClassName(const QMetaObject *m) | - |
155 | { | - |
156 | returnexecuted 885959 times by 548 tests: return rawStringData(m, priv(m->d.data)->className); Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
rawStringData(m, priv(m->d.data)->className);executed 885959 times by 548 tests: return rawStringData(m, priv(m->d.data)->className); Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| 885959 |
157 | } | - |
158 | | - |
159 | | - |
160 | | - |
161 | | - |
162 | | - |
163 | | - |
164 | const char *QMetaObject::className() const | - |
165 | { | - |
166 | return objectClassName(this); | - |
167 | } | - |
168 | QObject *QMetaObject::cast(QObject *obj) const | - |
169 | { | - |
170 | if (objTRUE | evaluated 11884777 times by 710 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| FALSE | evaluated 280544 times by 295 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
) { | 280544-11884777 |
171 | const QMetaObject *m = obj->metaObject(); | - |
172 | do { | - |
173 | if (m == thisTRUE | evaluated 11057149 times by 709 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| FALSE | evaluated 10706005 times by 266 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- 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_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- ...
|
) | 10706005-11057149 |
174 | returnexecuted 11057149 times by 709 tests: return obj; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
obj;executed 11057149 times by 709 tests: return obj; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| 11057149 |
175 | }executed 10706005 times by 266 tests: end of block Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- 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_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- ...
while ((TRUE | evaluated 9878377 times by 266 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- 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_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- ...
| FALSE | evaluated 827628 times by 213 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
m = m->d.superdata)TRUE | evaluated 9878377 times by 266 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- 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_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- ...
| FALSE | evaluated 827628 times by 213 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
); | 827628-10706005 |
176 | }executed 827628 times by 213 tests: end of block Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| 827628 |
177 | returnexecuted 1108172 times by 339 tests: return 0; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- ...
0;executed 1108172 times by 339 tests: return 0; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- ...
| 1108172 |
178 | } | - |
179 | | - |
180 | | - |
181 | | - |
182 | | - |
183 | | - |
184 | | - |
185 | | - |
186 | const QObject *QMetaObject::cast(const QObject *obj) const | - |
187 | { | - |
188 | if (objTRUE | evaluated 263086 times by 115 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractItemView
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDirModel
- tst_QDockWidget
- tst_QErrorMessage
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- ...
| FALSE | evaluated 23734 times by 44 testsEvaluated by:- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QApplication
- tst_QComboBox
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QErrorMessage
- tst_QFontDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsItem
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QInputDialog
- tst_QItemDelegate
- tst_QLabel
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMessageBox
- tst_QPlainTextEdit
- tst_QPushButton
- ...
|
) { | 23734-263086 |
189 | const QMetaObject *m = obj->metaObject(); | - |
190 | do { | - |
191 | if (m == thisTRUE | evaluated 43935 times by 87 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDirModel
- tst_QDockWidget
- tst_QErrorMessage
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- ...
| FALSE | evaluated 859818 times by 83 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QFormLayout
- tst_QGraphicsItem
- tst_QGraphicsLinearLayout
- ...
|
) | 43935-859818 |
192 | returnexecuted 43935 times by 87 tests: return obj; Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDirModel
- tst_QDockWidget
- tst_QErrorMessage
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- ...
obj;executed 43935 times by 87 tests: return obj; Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDirModel
- tst_QDockWidget
- tst_QErrorMessage
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- ...
| 43935 |
193 | }executed 859818 times by 83 tests: end of block Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QFormLayout
- tst_QGraphicsItem
- tst_QGraphicsLinearLayout
- ...
while ((TRUE | evaluated 640667 times by 83 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QFormLayout
- tst_QGraphicsItem
- tst_QGraphicsLinearLayout
- ...
| FALSE | evaluated 219151 times by 77 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QFormLayout
- tst_QGraphicsItem
- tst_QGraphicsLinearLayout
- ...
|
m = m->d.superdata)TRUE | evaluated 640667 times by 83 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QFormLayout
- tst_QGraphicsItem
- tst_QGraphicsLinearLayout
- ...
| FALSE | evaluated 219151 times by 77 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QFormLayout
- tst_QGraphicsItem
- tst_QGraphicsLinearLayout
- ...
|
); | 219151-859818 |
194 | }executed 219151 times by 77 tests: end of block Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QFormLayout
- tst_QGraphicsItem
- tst_QGraphicsLinearLayout
- ...
| 219151 |
195 | returnexecuted 242885 times by 94 tests: return 0; Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- ...
0;executed 242885 times by 94 tests: return 0; Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- ...
| 242885 |
196 | } | - |
197 | | - |
198 | | - |
199 | | - |
200 | | - |
201 | | - |
202 | QString QMetaObject::tr(const char *s, const char *c, int n) const | - |
203 | { | - |
204 | return QCoreApplication::translate(objectClassName(this), s, c, n); | - |
205 | } | - |
206 | int QMetaObject::methodOffset() const | - |
207 | { | - |
208 | int offset = 0; | - |
209 | const QMetaObject *m = d.superdata; | - |
210 | while (mTRUE | evaluated 31730026 times by 711 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| FALSE | evaluated 12164975 times by 711 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
|
) { | 12164975-31730026 |
211 | offset += priv(m->d.data)->methodCount; | - |
212 | m = m->d.superdata; | - |
213 | }executed 31730026 times by 711 tests: end of block Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| 31730026 |
214 | returnexecuted 12164975 times by 711 tests: return offset; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
offset;executed 12164975 times by 711 tests: return offset; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| 12164975 |
215 | } | - |
216 | int QMetaObject::enumeratorOffset() const | - |
217 | { | - |
218 | int offset = 0; | - |
219 | const QMetaObject *m = d.superdata; | - |
220 | while (mTRUE | evaluated 44117 times by 82 testsEvaluated by:- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QAction
- tst_QAnimationGroup
- tst_QApplication
- tst_QCalendarWidget
- tst_QComboBox
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDoubleValidator
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFormLayout
- tst_QFrame
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QHeaderView
- ...
| FALSE | evaluated 139492 times by 139 testsEvaluated by:- tst_Gestures
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QAnimationGroup
- tst_QApplication
- tst_QBrush
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QCollator
- tst_QComboBox
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataStream
- tst_QDataWidgetMapper
- ...
|
) { | 44117-139492 |
221 | offset += priv(m->d.data)->enumeratorCount; | - |
222 | m = m->d.superdata; | - |
223 | }executed 44117 times by 82 tests: end of block Executed by:- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QAction
- tst_QAnimationGroup
- tst_QApplication
- tst_QCalendarWidget
- tst_QComboBox
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDoubleValidator
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFormLayout
- tst_QFrame
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QHeaderView
- ...
| 44117 |
224 | returnexecuted 139492 times by 139 tests: return offset; Executed by:- tst_Gestures
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QAnimationGroup
- tst_QApplication
- tst_QBrush
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QCollator
- tst_QComboBox
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataStream
- tst_QDataWidgetMapper
- ...
offset;executed 139492 times by 139 tests: return offset; Executed by:- tst_Gestures
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QAnimationGroup
- tst_QApplication
- tst_QBrush
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QCollator
- tst_QComboBox
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataStream
- tst_QDataWidgetMapper
- ...
| 139492 |
225 | } | - |
226 | int QMetaObject::propertyOffset() const | - |
227 | { | - |
228 | int offset = 0; | - |
229 | const QMetaObject *m = d.superdata; | - |
230 | while (mTRUE | evaluated 191732 times by 156 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
| FALSE | evaluated 106237 times by 156 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
|
) { | 106237-191732 |
231 | offset += priv(m->d.data)->propertyCount; | - |
232 | m = m->d.superdata; | - |
233 | }executed 191732 times by 156 tests: end of block Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
| 191732 |
234 | returnexecuted 106237 times by 156 tests: return offset; Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
offset;executed 106237 times by 156 tests: return offset; Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
| 106237 |
235 | } | - |
236 | int QMetaObject::classInfoOffset() const | - |
237 | { | - |
238 | int offset = 0; | - |
239 | const QMetaObject *m = d.superdata; | - |
240 | while (mTRUE | evaluated 9796 times by 16 testsEvaluated by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
| FALSE | evaluated 7001 times by 16 testsEvaluated by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
|
) { | 7001-9796 |
241 | offset += priv(m->d.data)->classInfoCount; | - |
242 | m = m->d.superdata; | - |
243 | }executed 9796 times by 16 tests: end of block Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
| 9796 |
244 | returnexecuted 7001 times by 16 tests: return offset; Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
offset;executed 7001 times by 16 tests: return offset; Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
| 7001 |
245 | } | - |
246 | int QMetaObject::constructorCount() const | - |
247 | { | - |
248 | ((!(priv(d.data)->revision >= 2)) ? qt_assert("priv(d.data)->revision >= 2",__FILE__,462) : qt_noop()); | - |
249 | returnexecuted 40 times by 2 tests: return priv(d.data)->constructorCount; Executed by:- tst_QMetaMethod
- tst_QMetaObjectBuilder
priv(d.data)->constructorCount;executed 40 times by 2 tests: return priv(d.data)->constructorCount; Executed by:- tst_QMetaMethod
- tst_QMetaObjectBuilder
| 40 |
250 | } | - |
251 | int QMetaObject::methodCount() const | - |
252 | { | - |
253 | int n = priv(d.data)->methodCount; | - |
254 | const QMetaObject *m = d.superdata; | - |
255 | while (mTRUE | evaluated 414357 times by 548 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
| FALSE | evaluated 504274 times by 551 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
|
) { | 414357-504274 |
256 | n += priv(m->d.data)->methodCount; | - |
257 | m = m->d.superdata; | - |
258 | }executed 414357 times by 548 tests: end of block Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
| 414357 |
259 | returnexecuted 504274 times by 551 tests: return n; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
n;executed 504274 times by 551 tests: return n; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
| 504274 |
260 | } | - |
261 | | - |
262 | | - |
263 | | - |
264 | | - |
265 | | - |
266 | | - |
267 | int QMetaObject::enumeratorCount() const | - |
268 | { | - |
269 | int n = priv(d.data)->enumeratorCount; | - |
270 | const QMetaObject *m = d.superdata; | - |
271 | while (mTRUE | evaluated 140 times by 2 testsEvaluated by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
| FALSE | evaluated 87 times by 2 testsEvaluated by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
|
) { | 87-140 |
272 | n += priv(m->d.data)->enumeratorCount; | - |
273 | m = m->d.superdata; | - |
274 | }executed 140 times by 2 tests: end of block Executed by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
| 140 |
275 | returnexecuted 87 times by 2 tests: return n; Executed by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
n;executed 87 times by 2 tests: return n; Executed by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
| 87 |
276 | } | - |
277 | int QMetaObject::propertyCount() const | - |
278 | { | - |
279 | int n = priv(d.data)->propertyCount; | - |
280 | const QMetaObject *m = d.superdata; | - |
281 | while (mTRUE | evaluated 1944 times by 22 testsEvaluated by:- tst_QAbstractItemView
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QDataWidgetMapper
- tst_QItemDelegate
- tst_QItemEditorFactory
- tst_QItemView
- tst_QListWidget
- tst_QMetaObjectBuilder
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
- tst_qdbusabstractadaptor - unknown status
- tst_qdbuscpp2xml
| FALSE | evaluated 1188 times by 23 testsEvaluated by:- tst_QAbstractItemView
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QDataWidgetMapper
- tst_QItemDelegate
- tst_QItemEditorFactory
- tst_QItemView
- tst_QListWidget
- tst_QMetaObjectBuilder
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
- tst_qdbusabstractadaptor - unknown status
- tst_qdbuscpp2xml
|
) { | 1188-1944 |
282 | n += priv(m->d.data)->propertyCount; | - |
283 | m = m->d.superdata; | - |
284 | }executed 1944 times by 22 tests: end of block Executed by:- tst_QAbstractItemView
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QDataWidgetMapper
- tst_QItemDelegate
- tst_QItemEditorFactory
- tst_QItemView
- tst_QListWidget
- tst_QMetaObjectBuilder
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
- tst_qdbusabstractadaptor - unknown status
- tst_qdbuscpp2xml
| 1944 |
285 | returnexecuted 1188 times by 23 tests: return n; Executed by:- tst_QAbstractItemView
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QDataWidgetMapper
- tst_QItemDelegate
- tst_QItemEditorFactory
- tst_QItemView
- tst_QListWidget
- tst_QMetaObjectBuilder
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
- tst_qdbusabstractadaptor - unknown status
- tst_qdbuscpp2xml
n;executed 1188 times by 23 tests: return n; Executed by:- tst_QAbstractItemView
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QDataWidgetMapper
- tst_QItemDelegate
- tst_QItemEditorFactory
- tst_QItemView
- tst_QListWidget
- tst_QMetaObjectBuilder
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
- tst_qdbusabstractadaptor - unknown status
- tst_qdbuscpp2xml
| 1188 |
286 | } | - |
287 | | - |
288 | | - |
289 | | - |
290 | | - |
291 | | - |
292 | | - |
293 | int QMetaObject::classInfoCount() const | - |
294 | { | - |
295 | int n = priv(d.data)->classInfoCount; | - |
296 | const QMetaObject *m = d.superdata; | - |
297 | while (mTRUE | evaluated 140 times by 2 testsEvaluated by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
| FALSE | evaluated 87 times by 2 testsEvaluated by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
|
) { | 87-140 |
298 | n += priv(m->d.data)->classInfoCount; | - |
299 | m = m->d.superdata; | - |
300 | }executed 140 times by 2 tests: end of block Executed by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
| 140 |
301 | returnexecuted 87 times by 2 tests: return n; Executed by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
n;executed 87 times by 2 tests: return n; Executed by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
| 87 |
302 | } | - |
303 | | - |
304 | | - |
305 | | - |
306 | | - |
307 | static bool methodMatch(const QMetaObject *m, int handle, | - |
308 | const QByteArray &name, int argc, | - |
309 | const QArgumentType *types) | - |
310 | { | - |
311 | ((!(priv(m->d.data)->revision >= 7)) ? qt_assert("priv(m->d.data)->revision >= 7",__FILE__,550) : qt_noop()); | - |
312 | if (int(m->d.data[handle + 1]) != argcTRUE | evaluated 13239455 times by 569 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| FALSE | evaluated 21692073 times by 571 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
|
) | 13239455-21692073 |
313 | returnexecuted 13239455 times by 569 tests: return false; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
false;executed 13239455 times by 569 tests: return false; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| 13239455 |
314 | | - |
315 | if (stringData(m, m->d.data[handle]) != nameTRUE | evaluated 20096891 times by 570 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| FALSE | evaluated 1595182 times by 570 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
|
) | 1595182-20096891 |
316 | returnexecuted 20096891 times by 570 tests: return false; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
false;executed 20096891 times by 570 tests: return false; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| 20096891 |
317 | | - |
318 | int paramsIndex = m->d.data[handle + 2] + 1; | - |
319 | for (int i = 0; i < argcTRUE | evaluated 1604236 times by 272 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
- ...
| FALSE | evaluated 1591671 times by 570 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
|
; ++i) { | 1591671-1604236 |
320 | uint typeInfo = m->d.data[paramsIndex + i]; | - |
321 | if (types[i].type()TRUE | evaluated 1458460 times by 271 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
- ...
| FALSE | evaluated 145776 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
- ...
|
) { | 145776-1458460 |
322 | if (types[i].type() != typeFromTypeInfo(m, typeInfo)TRUE | evaluated 1367 times by 28 testsEvaluated by:- tst_QAbstractItemView
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QComboBox
- tst_QCompleter
- tst_QDBusInterface
- tst_QDateTimeEdit
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsProxyWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QItemEditorFactory
- tst_QLineEdit
- tst_QListWidget
- tst_QMetaMethod
- tst_QObject
- tst_QPrinter
- tst_QSignalMapper
- tst_QSpinBox
- ...
| FALSE | evaluated 1457093 times by 271 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
- ...
|
) | 1367-1457093 |
323 | returnexecuted 1367 times by 28 tests: return false; Executed by:- tst_QAbstractItemView
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QComboBox
- tst_QCompleter
- tst_QDBusInterface
- tst_QDateTimeEdit
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsProxyWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QItemEditorFactory
- tst_QLineEdit
- tst_QListWidget
- tst_QMetaMethod
- tst_QObject
- tst_QPrinter
- tst_QSignalMapper
- tst_QSpinBox
- ...
false;executed 1367 times by 28 tests: return false; Executed by:- tst_QAbstractItemView
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QComboBox
- tst_QCompleter
- tst_QDBusInterface
- tst_QDateTimeEdit
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsProxyWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QItemEditorFactory
- tst_QLineEdit
- tst_QListWidget
- tst_QMetaMethod
- tst_QObject
- tst_QPrinter
- tst_QSignalMapper
- tst_QSpinBox
- ...
| 1367 |
324 | }executed 1456709 times by 271 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_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- ...
else { | 1456709 |
325 | if (types[i].name() != typeNameFromTypeInfo(m, typeInfo)TRUE | evaluated 2144 times by 21 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QFtp
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QMetaObject
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QObject
- tst_QTcpServer
- tst_QTextDocument
- tst_QUdpSocket
- tst_QXmlInputSource
- tst_QXmlStream
- tst_Spdy
| FALSE | evaluated 143632 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
- ...
|
) | 2144-143632 |
326 | returnexecuted 2144 times by 21 tests: return false; Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QFtp
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QMetaObject
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QObject
- tst_QTcpServer
- tst_QTextDocument
- tst_QUdpSocket
- tst_QXmlInputSource
- tst_QXmlStream
- tst_Spdy
false;executed 2144 times by 21 tests: return false; Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QFtp
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QMetaObject
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QObject
- tst_QTcpServer
- tst_QTextDocument
- tst_QUdpSocket
- tst_QXmlInputSource
- tst_QXmlStream
- tst_Spdy
| 2144 |
327 | }executed 143632 times by 172 tests: end of block 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_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- ...
| 143632 |
328 | } | - |
329 | | - |
330 | returnexecuted 1591671 times by 570 tests: return true; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
true;executed 1591671 times by 570 tests: return true; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| 1591671 |
331 | } | - |
332 | | - |
333 | | - |
334 | | - |
335 | | - |
336 | | - |
337 | | - |
338 | | - |
339 | template<int MethodType> | - |
340 | static inline int indexOfMethodRelative(const QMetaObject **baseObject, | - |
341 | const QByteArray &name, int argc, | - |
342 | const QArgumentType *types) | - |
343 | { | - |
344 | for (const QMetaObject *m = *baseObject; mTRUE | evaluated 3626702 times by 571 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| FALSE | evaluated 782175 times by 550 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
|
; m = m->d.superdata) { | 782175-3626702 |
345 | ((!(priv(m->d.data)->revision >= 7)) ? qt_assert("priv(m->d.data)->revision >= 7",__FILE__,584) : qt_noop()); | - |
346 | int i = (TRUE | evaluated 1282032 times by 268 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- 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
- ...
| FALSE | evaluated 2344670 times by 571 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
|
MethodType == MethodSignal)TRUE | evaluated 1282032 times by 268 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- 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
- ...
| FALSE | evaluated 2344670 times by 571 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
|
| 1282032-2344670 |
347 | ? (priv(m->d.data)->signalCount - 1) : (priv(m->d.data)->methodCount - 1); | - |
348 | const int end = (MethodType == MethodSlot) | - |
349 | ? (priv(m->d.data)->signalCount) : 0; | - |
350 | | - |
351 | for (; i >= endTRUE | evaluated 34931477 times by 571 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| FALSE | evaluated 2035045 times by 552 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
|
; --i) { | 2035045-34931477 |
352 | int handle = priv(m->d.data)->methodData + 5*i; | - |
353 | if (methodMatch(m, handle, name, argc, types)TRUE | evaluated 1591657 times by 570 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| FALSE | evaluated 33339820 times by 570 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
|
) { | 1591657-33339820 |
354 | *baseObject = m; | - |
355 | returnexecuted 1591657 times by 570 tests: return i; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
i;executed 1591657 times by 570 tests: return i; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| 1591657 |
356 | } | - |
357 | }executed 33339820 times by 570 tests: end of block Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| 33339820 |
358 | }executed 2035045 times by 552 tests: end of block Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| 2035045 |
359 | returnexecuted 782175 times by 550 tests: return -1; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
-1;executed 782175 times by 550 tests: return -1; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| 782175 |
360 | } | - |
361 | int QMetaObject::indexOfConstructor(const char *constructor) const | - |
362 | { | - |
363 | ((!(priv(d.data)->revision >= 7)) ? qt_assert("priv(d.data)->revision >= 7",__FILE__,614) : qt_noop()); | - |
364 | QArgumentTypeArray types; | - |
365 | QByteArray name = QMetaObjectPrivate::decodeMethodSignature(constructor, types); | - |
366 | returnexecuted 16 times by 4 tests: return QMetaObjectPrivate::indexOfConstructor(this, name, types.size(), types.constData()); Executed by:- tst_QMetaMethod
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QObject
QMetaObjectPrivate::indexOfConstructor(this, name, types.size(), types.constData());executed 16 times by 4 tests: return QMetaObjectPrivate::indexOfConstructor(this, name, types.size(), types.constData()); Executed by:- tst_QMetaMethod
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QObject
| 16 |
367 | } | - |
368 | int QMetaObject::indexOfMethod(const char *method) const | - |
369 | { | - |
370 | const QMetaObject *m = this; | - |
371 | int i; | - |
372 | ((!(priv(m->d.data)->revision >= 7)) ? qt_assert("priv(m->d.data)->revision >= 7",__FILE__,632) : qt_noop()); | - |
373 | QArgumentTypeArray types; | - |
374 | QByteArray name = QMetaObjectPrivate::decodeMethodSignature(method, types); | - |
375 | i = indexOfMethodRelative<0>(&m, name, types.size(), types.constData()); | - |
376 | if (i >= 0TRUE | evaluated 375093 times by 567 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| FALSE | evaluated 166608 times by 540 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
|
) | 166608-375093 |
377 | i += m->methodOffset();executed 375093 times by 567 tests: i += m->methodOffset(); Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| 375093 |
378 | returnexecuted 541701 times by 568 tests: return i; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
i;executed 541701 times by 568 tests: return i; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| 541701 |
379 | } | - |
380 | | - |
381 | | - |
382 | | - |
383 | static void argumentTypesFromString(const char *str, const char *end, | - |
384 | QArgumentTypeArray &types) | - |
385 | { | - |
386 | ((!(str <= end)) ? qt_assert("str <= end",__FILE__,646) : qt_noop()); | - |
387 | while (str != endTRUE | evaluated 1610441 times by 272 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
- ...
| FALSE | evaluated 1760142 times by 571 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
|
) { | 1610441-1760142 |
388 | if (!types.isEmpty()TRUE | evaluated 753590 times by 187 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 856467 times by 272 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
- ...
|
) | 753590-856467 |
389 | ++executed 753590 times by 187 tests: ++str; 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
- ...
str;executed 753590 times by 187 tests: ++str; 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
- ...
| 753590 |
390 | const char *begin = str; | - |
391 | int level = 0; | - |
392 | while (str != endTRUE | evaluated 13902482 times by 272 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
- ...
| FALSE | evaluated 856851 times by 272 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
- ...
|
&& (level > 0TRUE | evaluated 764572 times by 102 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFontDialog
- tst_QFtp
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- ...
| FALSE | evaluated 13137910 times by 272 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
- ...
|
|| *TRUE | evaluated 12384320 times by 272 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
- ...
| FALSE | evaluated 753590 times by 187 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
- ...
|
str != ','TRUE | evaluated 12384320 times by 272 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
- ...
| FALSE | evaluated 753590 times by 187 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
- ...
|
)) { | 753590-13902482 |
393 | if (*TRUE | evaluated 54700 times by 102 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFontDialog
- tst_QFtp
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- ...
| FALSE | evaluated 13094192 times by 272 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
- ...
|
str == '<'TRUE | evaluated 54700 times by 102 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFontDialog
- tst_QFtp
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- ...
| FALSE | evaluated 13094192 times by 272 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
- ...
|
) | 54700-13094192 |
394 | ++executed 54700 times by 102 tests: ++level; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFontDialog
- tst_QFtp
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- ...
level;executed 54700 times by 102 tests: ++level; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFontDialog
- tst_QFtp
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- ...
| 54700 |
395 | else if (*TRUE | evaluated 54700 times by 102 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFontDialog
- tst_QFtp
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- ...
| FALSE | evaluated 13039492 times by 272 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
- ...
|
str == '>'TRUE | evaluated 54700 times by 102 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFontDialog
- tst_QFtp
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- ...
| FALSE | evaluated 13039492 times by 272 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
- ...
|
) | 54700-13039492 |
396 | --executed 54700 times by 102 tests: --level; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFontDialog
- tst_QFtp
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- ...
level;executed 54700 times by 102 tests: --level; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFontDialog
- tst_QFtp
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- ...
| 54700 |
397 | ++str; | - |
398 | }executed 13148892 times by 272 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_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- ...
| 13148892 |
399 | types += QArgumentType(QByteArray(begin, str - begin)); | - |
400 | }executed 1610441 times by 272 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_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- ...
| 1610441 |
401 | }executed 1760142 times by 571 tests: end of block Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| 1760142 |
402 | | - |
403 | | - |
404 | | - |
405 | QByteArray QMetaObjectPrivate::decodeMethodSignature( | - |
406 | const char *signature, QArgumentTypeArray &types) | - |
407 | { | - |
408 | ((!(signature != 0)) ? qt_assert("signature != 0",__FILE__,668) : qt_noop()); | - |
409 | const char *lparens = strchr(signature, '('); | - |
410 | if (!lparensTRUE | never evaluated | FALSE | evaluated 1760142 times by 571 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
|
) | 0-1760142 |
411 | return never executed: return QByteArray(); QByteArray();never executed: return QByteArray(); | 0 |
412 | const char *rparens = strrchr(lparens + 1, ')'); | - |
413 | if (!rparensTRUE | never evaluated | FALSE | evaluated 1760142 times by 571 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
|
|| *(TRUE | never evaluated | FALSE | evaluated 1760142 times by 571 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
|
rparens+1)TRUE | never evaluated | FALSE | evaluated 1760142 times by 571 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
|
) | 0-1760142 |
414 | return never executed: return QByteArray(); QByteArray();never executed: return QByteArray(); | 0 |
415 | int nameLength = lparens - signature; | - |
416 | argumentTypesFromString(lparens + 1, rparens, types); | - |
417 | returnexecuted 1760142 times by 571 tests: return QByteArray::fromRawData(signature, nameLength); Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
QByteArray::fromRawData(signature, nameLength);executed 1760142 times by 571 tests: return QByteArray::fromRawData(signature, nameLength); Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| 1760142 |
418 | } | - |
419 | int QMetaObject::indexOfSignal(const char *signal) const | - |
420 | { | - |
421 | const QMetaObject *m = this; | - |
422 | int i; | - |
423 | ((!(priv(m->d.data)->revision >= 7)) ? qt_assert("priv(m->d.data)->revision >= 7",__FILE__,695) : qt_noop()); | - |
424 | QArgumentTypeArray types; | - |
425 | QByteArray name = QMetaObjectPrivate::decodeMethodSignature(signal, types); | - |
426 | i = QMetaObjectPrivate::indexOfSignalRelative(&m, name, types.size(), types.constData()); | - |
427 | if (i >= 0TRUE | evaluated 109934 times by 106 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDial
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleSpinBox
- ...
| FALSE | evaluated 276 times by 5 testsEvaluated by:- tst_QDBusAbstractAdaptor
- tst_QMetaMethod
- tst_QMetaObject
- tst_QStateMachine
- tst_qdbusabstractadaptor - unknown status
|
) | 276-109934 |
428 | i += m->methodOffset();executed 109934 times by 106 tests: i += m->methodOffset(); Executed by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDial
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleSpinBox
- ...
| 109934 |
429 | returnexecuted 110210 times by 108 tests: return i; Executed by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDial
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- ...
i;executed 110210 times by 108 tests: return i; Executed by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDial
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- ...
| 110210 |
430 | } | - |
431 | | - |
432 | | - |
433 | | - |
434 | | - |
435 | | - |
436 | | - |
437 | | - |
438 | int QMetaObjectPrivate::indexOfSignalRelative(const QMetaObject **baseObject, | - |
439 | const QByteArray &name, int argc, | - |
440 | const QArgumentType *types) | - |
441 | { | - |
442 | int i = indexOfMethodRelative<MethodSignal>(baseObject, name, argc, types); | - |
443 | | - |
444 | const QMetaObject *m = *baseObject; | - |
445 | if (i >= 0TRUE | evaluated 687373 times by 268 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- 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
- ...
| FALSE | evaluated 27062 times by 112 testsEvaluated by:- tst_ModelTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDirModel
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- ...
|
&& mTRUE | evaluated 687373 times by 268 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- 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
- ...
| FALSE | never evaluated |
&& m->d.superdataTRUE | evaluated 560824 times by 260 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- 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
- ...
| FALSE | evaluated 126549 times by 200 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- 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_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- ...
|
) { | 0-687373 |
446 | int conflict = indexOfMethod(m->d.superdata, name, argc, types); | - |
447 | if (conflict >= 0TRUE | evaluated 4 times by 1 test | FALSE | evaluated 560820 times by 260 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- 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
- ...
|
) { | 4-560820 |
448 | QMetaMethod conflictMethod = m->d.superdata->method(conflict); | - |
449 | QMessageLogger(__FILE__, 721, __PRETTY_FUNCTION__).warning("QMetaObject::indexOfSignal: signal %s from %s redefined in %s", | - |
450 | conflictMethod.methodSignature().constData(), | - |
451 | objectClassName(m->d.superdata), objectClassName(m)); | - |
452 | }executed 4 times by 1 test: end of block | 4 |
453 | }executed 560824 times by 260 tests: end of block Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- 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
- ...
| 560824 |
454 | | - |
455 | returnexecuted 714435 times by 268 tests: return i; Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- 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
- ...
i;executed 714435 times by 268 tests: return i; Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- 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
- ...
| 714435 |
456 | } | - |
457 | int QMetaObject::indexOfSlot(const char *slot) const | - |
458 | { | - |
459 | const QMetaObject *m = this; | - |
460 | int i; | - |
461 | ((!(priv(m->d.data)->revision >= 7)) ? qt_assert("priv(m->d.data)->revision >= 7",__FILE__,742) : qt_noop()); | - |
462 | QArgumentTypeArray types; | - |
463 | QByteArray name = QMetaObjectPrivate::decodeMethodSignature(slot, types); | - |
464 | i = QMetaObjectPrivate::indexOfSlotRelative(&m, name, types.size(), types.constData()); | - |
465 | if (i >= 0TRUE | evaluated 5136 times by 161 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_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
| FALSE | evaluated 4 times by 1 test |
) | 4-5136 |
466 | i += m->methodOffset();executed 5136 times by 161 tests: i += m->methodOffset(); 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
- ...
| 5136 |
467 | returnexecuted 5140 times by 161 tests: return i; 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
- ...
i;executed 5140 times by 161 tests: return i; 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
- ...
| 5140 |
468 | } | - |
469 | | - |
470 | | - |
471 | int QMetaObjectPrivate::indexOfSlotRelative(const QMetaObject **m, | - |
472 | const QByteArray &name, int argc, | - |
473 | const QArgumentType *types) | - |
474 | { | - |
475 | returnexecuted 502928 times by 261 tests: return indexOfMethodRelative<MethodSlot>(m, name, argc, types); Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- 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_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- ...
indexOfMethodRelative<MethodSlot>(m, name, argc, types);executed 502928 times by 261 tests: return indexOfMethodRelative<MethodSlot>(m, name, argc, types); Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- 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_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- ...
| 502928 |
476 | } | - |
477 | | - |
478 | int QMetaObjectPrivate::indexOfSignal(const QMetaObject *m, const QByteArray &name, | - |
479 | int argc, const QArgumentType *types) | - |
480 | { | - |
481 | int i = indexOfSignalRelative(&m, name, argc, types); | - |
482 | if (i >= 0TRUE | never evaluated | FALSE | never evaluated |
) | 0 |
483 | i += m->methodOffset(); never executed: i += m->methodOffset(); | 0 |
484 | return never executed: return i; i;never executed: return i; | 0 |
485 | } | - |
486 | | - |
487 | int QMetaObjectPrivate::indexOfSlot(const QMetaObject *m, const QByteArray &name, | - |
488 | int argc, const QArgumentType *types) | - |
489 | { | - |
490 | int i = indexOfSlotRelative(&m, name, argc, types); | - |
491 | if (i >= 0TRUE | never evaluated | FALSE | never evaluated |
) | 0 |
492 | i += m->methodOffset(); never executed: i += m->methodOffset(); | 0 |
493 | return never executed: return i; i;never executed: return i; | 0 |
494 | } | - |
495 | | - |
496 | int QMetaObjectPrivate::indexOfMethod(const QMetaObject *m, const QByteArray &name, | - |
497 | int argc, const QArgumentType *types) | - |
498 | { | - |
499 | int i = indexOfMethodRelative<0>(&m, name, argc, types); | - |
500 | if (i >= 0TRUE | evaluated 27258 times by 110 testsEvaluated by:- tst_ModelTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractProxyModel
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractInterface
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDirModel
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- ...
| FALSE | evaluated 587510 times by 260 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- 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
- ...
|
) | 27258-587510 |
501 | i += m->methodOffset();executed 27258 times by 110 tests: i += m->methodOffset(); Executed by:- tst_ModelTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractProxyModel
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractInterface
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDirModel
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- ...
| 27258 |
502 | returnexecuted 614768 times by 260 tests: return i; Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- 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
- ...
i;executed 614768 times by 260 tests: return i; Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- 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
- ...
| 614768 |
503 | } | - |
504 | | - |
505 | int QMetaObjectPrivate::indexOfConstructor(const QMetaObject *m, const QByteArray &name, | - |
506 | int argc, const QArgumentType *types) | - |
507 | { | - |
508 | for (int i = priv(m->d.data)->constructorCount-1; i >= 0TRUE | evaluated 51 times by 4 testsEvaluated by:- tst_QMetaMethod
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QObject
| FALSE | evaluated 2 times by 1 test |
; --i) { | 2-51 |
509 | int handle = priv(m->d.data)->constructorData + 5*i; | - |
510 | if (methodMatch(m, handle, name, argc, types)TRUE | evaluated 14 times by 4 testsEvaluated by:- tst_QMetaMethod
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QObject
| FALSE | evaluated 37 times by 3 testsEvaluated by:- tst_QMetaMethod
- tst_QMetaObject
- tst_QMetaObjectBuilder
|
) | 14-37 |
511 | returnexecuted 14 times by 4 tests: return i; Executed by:- tst_QMetaMethod
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QObject
i;executed 14 times by 4 tests: return i; Executed by:- tst_QMetaMethod
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QObject
| 14 |
512 | }executed 37 times by 3 tests: end of block Executed by:- tst_QMetaMethod
- tst_QMetaObject
- tst_QMetaObjectBuilder
| 37 |
513 | returnexecuted 2 times by 1 test: return -1; -1;executed 2 times by 1 test: return -1; | 2 |
514 | } | - |
515 | int QMetaObjectPrivate::signalOffset(const QMetaObject *m) | - |
516 | { | - |
517 | ((!(m != 0)) ? qt_assert("m != 0",__FILE__,809) : qt_noop()); | - |
518 | int offset = 0; | - |
519 | for (m = m->d.superdata; mTRUE | evaluated 32531552 times by 1079 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| FALSE | evaluated 24186326 times by 1079 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
|
; m = m->d.superdata) | 24186326-32531552 |
520 | offset += priv(m->d.data)->signalCount;executed 32531552 times by 1079 tests: offset += priv(m->d.data)->signalCount; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| 32531552 |
521 | returnexecuted 24186326 times by 1079 tests: return offset; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
offset;executed 24186326 times by 1079 tests: return offset; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| 24186326 |
522 | } | - |
523 | int QMetaObjectPrivate::absoluteSignalCount(const QMetaObject *m) | - |
524 | { | - |
525 | ((!(m != 0)) ? qt_assert("m != 0",__FILE__,828) : qt_noop()); | - |
526 | int n = priv(m->d.data)->signalCount; | - |
527 | for (m = m->d.superdata; mTRUE | evaluated 3 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QObject
| FALSE | evaluated 4 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QObject
|
; m = m->d.superdata) | 3-4 |
528 | n += priv(m->d.data)->signalCount;executed 3 times by 2 tests: n += priv(m->d.data)->signalCount; Executed by:- tst_QMetaObject
- tst_QObject
| 3 |
529 | returnexecuted 4 times by 2 tests: return n; Executed by:- tst_QMetaObject
- tst_QObject
n;executed 4 times by 2 tests: return n; Executed by:- tst_QMetaObject
- tst_QObject
| 4 |
530 | } | - |
531 | int QMetaObjectPrivate::signalIndex(const QMetaMethod &m) | - |
532 | { | - |
533 | if (!m.mobjTRUE | never evaluated | FALSE | evaluated 14 times by 1 test |
) | 0-14 |
534 | return never executed: return -1; -1;never executed: return -1; | 0 |
535 | returnexecuted 14 times by 1 test: return QMetaMethodPrivate::get(&m)->ownMethodIndex() + signalOffset(m.mobj); QMetaMethodPrivate::get(&m)->ownMethodIndex() + signalOffset(m.mobj);executed 14 times by 1 test: return QMetaMethodPrivate::get(&m)->ownMethodIndex() + signalOffset(m.mobj); | 14 |
536 | } | - |
537 | QMetaMethod QMetaObjectPrivate::signal(const QMetaObject *m, int signal_index) | - |
538 | { | - |
539 | QMetaMethod result; | - |
540 | if (signal_index < 0TRUE | evaluated 3792 times by 228 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QActionGroup
- tst_QApplication
- tst_QButtonGroup
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusMarshall
- tst_QDBusPendingCall
- tst_QDBusServiceWatcher
- tst_QDBusThreading
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QFutureWatcher
- ...
| FALSE | evaluated 1832610 times by 516 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- 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
- ...
|
) | 3792-1832610 |
541 | returnexecuted 3792 times by 228 tests: return result; Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QActionGroup
- tst_QApplication
- tst_QButtonGroup
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusMarshall
- tst_QDBusPendingCall
- tst_QDBusServiceWatcher
- tst_QDBusThreading
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QFutureWatcher
- ...
result;executed 3792 times by 228 tests: return result; Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QActionGroup
- tst_QApplication
- tst_QButtonGroup
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusMarshall
- tst_QDBusPendingCall
- tst_QDBusServiceWatcher
- tst_QDBusThreading
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QFutureWatcher
- ...
| 3792 |
542 | ((!(m != 0)) ? qt_assert("m != 0",__FILE__,865) : qt_noop()); | - |
543 | int i = signal_index; | - |
544 | i -= signalOffset(m); | - |
545 | if (i < 0TRUE | evaluated 147126 times by 415 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
| FALSE | evaluated 1685484 times by 516 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- 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
- ...
|
&& m->d.superdataTRUE | evaluated 147126 times by 415 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
| FALSE | never evaluated |
) | 0-1685484 |
546 | returnexecuted 147126 times by 415 tests: return signal(m->d.superdata, signal_index); Executed by:- tst_Gestures
- tst_ModelTest
- 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
signal(m->d.superdata, signal_index);executed 147126 times by 415 tests: return signal(m->d.superdata, signal_index); Executed by:- tst_Gestures
- tst_ModelTest
- 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
| 147126 |
547 | | - |
548 | if (i >= 0TRUE | evaluated 1685484 times by 516 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- 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
- ...
| FALSE | never evaluated |
&& i < priv(m->d.data)->signalCountTRUE | evaluated 1685018 times by 516 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- 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
- ...
| FALSE | evaluated 466 times by 13 testsEvaluated by:- tst_QDBusAbstractAdaptor
- tst_QMainWindow
- tst_QMenu
- tst_QNetworkReply
- tst_QObject
- tst_QPrinter
- tst_QStyle
- tst_QToolBar
- tst_QWidget
- tst_QWidgetAction
- tst_QWidget_window
- tst_Spdy
- tst_qdbusabstractadaptor - unknown status
|
) { | 0-1685484 |
549 | result.mobj = m; | - |
550 | result.handle = priv(m->d.data)->methodData + 5*i; | - |
551 | }executed 1685018 times by 516 tests: end of block Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- 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
- ...
| 1685018 |
552 | returnexecuted 1685484 times by 516 tests: return result; Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- 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
- ...
result;executed 1685484 times by 516 tests: return result; Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- 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
- ...
| 1685484 |
553 | } | - |
554 | | - |
555 | | - |
556 | | - |
557 | | - |
558 | | - |
559 | | - |
560 | | - |
561 | bool QMetaObjectPrivate::checkConnectArgs(int signalArgc, const QArgumentType *signalTypes, | - |
562 | int methodArgc, const QArgumentType *methodTypes) | - |
563 | { | - |
564 | if (signalArgc < methodArgcTRUE | never evaluated | FALSE | evaluated 521946 times by 264 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- 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_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- ...
|
) | 0-521946 |
565 | return never executed: return false; false;never executed: return false; | 0 |
566 | for (int i = 0; i < methodArgcTRUE | evaluated 549937 times by 209 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_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- ...
| FALSE | evaluated 521945 times by 264 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- 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_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- ...
|
; ++i) { | 521945-549937 |
567 | if (signalTypes[i] != methodTypes[i]TRUE | evaluated 1 time by 1 test | FALSE | evaluated 549936 times by 209 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_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- ...
|
) | 1-549936 |
568 | returnexecuted 1 time by 1 test: return false; false;executed 1 time by 1 test: return false; | 1 |
569 | }executed 549936 times by 209 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_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- ...
| 549936 |
570 | returnexecuted 521945 times by 264 tests: return true; Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- 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_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- ...
true;executed 521945 times by 264 tests: return true; Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- 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_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- ...
| 521945 |
571 | } | - |
572 | | - |
573 | | - |
574 | | - |
575 | | - |
576 | | - |
577 | | - |
578 | | - |
579 | bool QMetaObjectPrivate::checkConnectArgs(const QMetaMethodPrivate *signal, | - |
580 | const QMetaMethodPrivate *method) | - |
581 | { | - |
582 | if (signal->methodType() != QMetaMethod::SignalTRUE | never evaluated | FALSE | never evaluated |
) | 0 |
583 | return never executed: return false; false;never executed: return false; | 0 |
584 | if (signal->parameterCount() < method->parameterCount()TRUE | never evaluated | FALSE | never evaluated |
) | 0 |
585 | return never executed: return false; false;never executed: return false; | 0 |
586 | const QMetaObject *smeta = signal->enclosingMetaObject(); | - |
587 | const QMetaObject *rmeta = method->enclosingMetaObject(); | - |
588 | for (int i = 0; i < method->parameterCount()TRUE | never evaluated | FALSE | never evaluated |
; ++i) { | 0 |
589 | uint sourceTypeInfo = signal->parameterTypeInfo(i); | - |
590 | uint targetTypeInfo = method->parameterTypeInfo(i); | - |
591 | if ((TRUE | never evaluated | FALSE | never evaluated |
sourceTypeInfo & IsUnresolvedType)TRUE | never evaluated | FALSE | never evaluated |
| 0 |
592 | || (TRUE | never evaluated | FALSE | never evaluated |
targetTypeInfo & IsUnresolvedType)TRUE | never evaluated | FALSE | never evaluated |
) { | 0 |
593 | QByteArray sourceName = typeNameFromTypeInfo(smeta, sourceTypeInfo); | - |
594 | QByteArray targetName = typeNameFromTypeInfo(rmeta, targetTypeInfo); | - |
595 | if (sourceName != targetNameTRUE | never evaluated | FALSE | never evaluated |
) | 0 |
596 | return never executed: return false; false;never executed: return false; | 0 |
597 | } never executed: end of block else { | 0 |
598 | int sourceType = typeFromTypeInfo(smeta, sourceTypeInfo); | - |
599 | int targetType = typeFromTypeInfo(rmeta, targetTypeInfo); | - |
600 | if (sourceType != targetTypeTRUE | never evaluated | FALSE | never evaluated |
) | 0 |
601 | return never executed: return false; false;never executed: return false; | 0 |
602 | } never executed: end of block | 0 |
603 | } | - |
604 | return never executed: return true; true;never executed: return true; | 0 |
605 | } | - |
606 | | - |
607 | static const QMetaObject *QMetaObject_findMetaObject(const QMetaObject *self, const char *name) | - |
608 | { | - |
609 | while (selfTRUE | evaluated 108 times by 13 testsEvaluated by:- tst_QAbstractProxyModel
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QItemDelegate
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSyntaxHighlighter
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
| FALSE | never evaluated |
) { | 0-108 |
610 | if (strcmp(objectClassName(self), name) == 0TRUE | evaluated 101 times by 13 testsEvaluated by:- tst_QAbstractProxyModel
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QItemDelegate
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSyntaxHighlighter
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
| FALSE | evaluated 7 times by 1 test |
) | 7-101 |
611 | returnexecuted 101 times by 13 tests: return self; Executed by:- tst_QAbstractProxyModel
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QItemDelegate
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSyntaxHighlighter
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
self;executed 101 times by 13 tests: return self; Executed by:- tst_QAbstractProxyModel
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QItemDelegate
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSyntaxHighlighter
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
| 101 |
612 | if (self->d.relatedMetaObjectsTRUE | evaluated 7 times by 1 test | FALSE | never evaluated |
) { | 0-7 |
613 | ((!(priv(self->d.data)->revision >= 2)) ? qt_assert("priv(self->d.data)->revision >= 2",__FILE__,936) : qt_noop()); | - |
614 | const QMetaObject * const *e = self->d.relatedMetaObjects; | - |
615 | if (eTRUE | evaluated 7 times by 1 test | FALSE | never evaluated |
) { | 0-7 |
616 | while (*TRUE | evaluated 7 times by 1 test | FALSE | never evaluated |
eTRUE | evaluated 7 times by 1 test | FALSE | never evaluated |
) { | 0-7 |
617 | if (constTRUE | evaluated 7 times by 1 test | FALSE | never evaluated |
QMetaObject *m =QMetaObject_findMetaObject((*e), name)TRUE | evaluated 7 times by 1 test | FALSE | never evaluated |
) | 0-7 |
618 | returnexecuted 7 times by 1 test: return m; m;executed 7 times by 1 test: return m; | 7 |
619 | ++e; | - |
620 | } never executed: end of block | 0 |
621 | } never executed: end of block | 0 |
622 | } never executed: end of block | 0 |
623 | self = self->d.superdata; | - |
624 | } never executed: end of block | 0 |
625 | return never executed: return self; self;never executed: return self; | 0 |
626 | } | - |
627 | | - |
628 | | - |
629 | | - |
630 | | - |
631 | | - |
632 | | - |
633 | | - |
634 | int QMetaObject::indexOfEnumerator(const char *name) const | - |
635 | { | - |
636 | const QMetaObject *m = this; | - |
637 | while (mTRUE | evaluated 70889 times by 139 testsEvaluated by:- tst_Gestures
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QAnimationGroup
- tst_QApplication
- tst_QBrush
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QCollator
- tst_QComboBox
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataStream
- tst_QDataWidgetMapper
- ...
| FALSE | evaluated 786 times by 23 testsEvaluated by:- tst_QAbstractItemView
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QItemDelegate
- tst_QItemView
- tst_QListWidget
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSyntaxHighlighter
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
|
) { | 786-70889 |
638 | const QMetaObjectPrivate *d = priv(m->d.data); | - |
639 | for (int i = d->enumeratorCount - 1; i >= 0TRUE | evaluated 1598989 times by 132 testsEvaluated by:- tst_Gestures
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QAnimationGroup
- tst_QApplication
- tst_QBrush
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QCollator
- tst_QComboBox
- tst_QCompleter
- tst_QCssParser
- tst_QDataStream
- tst_QDataWidgetMapper
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialogButtonBox
- ...
| FALSE | evaluated 2297 times by 23 testsEvaluated by:- tst_QAbstractItemView
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QItemDelegate
- tst_QItemView
- tst_QListWidget
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSyntaxHighlighter
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
|
; --i) { | 2297-1598989 |
640 | const char *prop = rawStringData(m, m->d.data[d->enumeratorData + 4*i]); | - |
641 | if (name[0] == prop[0]TRUE | evaluated 94345 times by 131 testsEvaluated by:- tst_Gestures
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QAnimationGroup
- tst_QApplication
- tst_QBrush
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QCollator
- tst_QComboBox
- tst_QCompleter
- tst_QCssParser
- tst_QDataStream
- tst_QDataWidgetMapper
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialogButtonBox
- ...
| FALSE | evaluated 1504644 times by 96 testsEvaluated by:- tst_Gestures
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QBrush
- tst_QCalendarWidget
- tst_QCollator
- tst_QComboBox
- tst_QCompleter
- tst_QCssParser
- tst_QDataStream
- tst_QDataWidgetMapper
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDrag
- tst_QEventDispatcher
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFormLayout
- ...
|
&& strcmp(name + 1, prop + 1) == 0TRUE | evaluated 68592 times by 131 testsEvaluated by:- tst_Gestures
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QAnimationGroup
- tst_QApplication
- tst_QBrush
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QCollator
- tst_QComboBox
- tst_QCompleter
- tst_QCssParser
- tst_QDataStream
- tst_QDataWidgetMapper
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialogButtonBox
- ...
| FALSE | evaluated 25753 times by 79 testsEvaluated by:- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractItemView
- tst_QAbstractSpinBox
- tst_QCalendarWidget
- tst_QCollator
- tst_QComboBox
- tst_QCompleter
- tst_QDataStream
- tst_QDataWidgetMapper
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDrag
- tst_QFrame
- tst_QGraphicsItem
- tst_QGraphicsLinearLayout
- tst_QGraphicsPixmapItem
- tst_QGraphicsPolygonItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGridLayout
- ...
|
) { | 25753-1504644 |
642 | i += m->enumeratorOffset(); | - |
643 | returnexecuted 68592 times by 131 tests: return i; Executed by:- tst_Gestures
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QAnimationGroup
- tst_QApplication
- tst_QBrush
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QCollator
- tst_QComboBox
- tst_QCompleter
- tst_QCssParser
- tst_QDataStream
- tst_QDataWidgetMapper
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialogButtonBox
- ...
i;executed 68592 times by 131 tests: return i; Executed by:- tst_Gestures
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QAnimationGroup
- tst_QApplication
- tst_QBrush
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QCollator
- tst_QComboBox
- tst_QCompleter
- tst_QCssParser
- tst_QDataStream
- tst_QDataWidgetMapper
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialogButtonBox
- ...
| 68592 |
644 | } | - |
645 | }executed 1530397 times by 102 tests: end of block Executed by:- tst_Gestures
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QBrush
- tst_QCalendarWidget
- tst_QCollator
- tst_QComboBox
- tst_QCompleter
- tst_QCssParser
- tst_QDataStream
- tst_QDataWidgetMapper
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDrag
- tst_QEventDispatcher
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontComboBox
- ...
| 1530397 |
646 | m = m->d.superdata; | - |
647 | }executed 2297 times by 23 tests: end of block Executed by:- tst_QAbstractItemView
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QItemDelegate
- tst_QItemView
- tst_QListWidget
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSyntaxHighlighter
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
| 2297 |
648 | returnexecuted 786 times by 23 tests: return -1; Executed by:- tst_QAbstractItemView
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QItemDelegate
- tst_QItemView
- tst_QListWidget
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSyntaxHighlighter
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
-1;executed 786 times by 23 tests: return -1; Executed by:- tst_QAbstractItemView
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QItemDelegate
- tst_QItemView
- tst_QListWidget
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSyntaxHighlighter
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
| 786 |
649 | } | - |
650 | | - |
651 | | - |
652 | | - |
653 | | - |
654 | | - |
655 | | - |
656 | | - |
657 | int QMetaObject::indexOfProperty(const char *name) const | - |
658 | { | - |
659 | const QMetaObject *m = this; | - |
660 | while (mTRUE | evaluated 256450 times by 203 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| FALSE | evaluated 63467 times by 182 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractButton
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- ...
|
) { | 63467-256450 |
661 | const QMetaObjectPrivate *d = priv(m->d.data); | - |
662 | for (int i = d->propertyCount-1; i >= 0TRUE | evaluated 2690138 times by 203 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| FALSE | evaluated 232485 times by 182 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractButton
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- ...
|
; --i) { | 232485-2690138 |
663 | const char *prop = rawStringData(m, m->d.data[d->propertyData + 3*i]); | - |
664 | if (name[0] == prop[0]TRUE | evaluated 48027 times by 155 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
| FALSE | evaluated 2642111 times by 185 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- 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_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
|
&& strcmp(name + 1, prop + 1) == 0TRUE | evaluated 23965 times by 154 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
| FALSE | evaluated 24062 times by 52 testsEvaluated by:- tst_QAbstractItemView
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAnimationGroup
- tst_QApplication
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDataWidgetMapper
- tst_QErrorMessage
- tst_QFontDialog
- tst_QFormLayout
- tst_QGraphicsItem
- tst_QGraphicsObject
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QLabel
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- ...
|
) { | 23965-2642111 |
665 | i += m->propertyOffset(); | - |
666 | returnexecuted 23965 times by 154 tests: return i; Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
i;executed 23965 times by 154 tests: return i; Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
| 23965 |
667 | } | - |
668 | }executed 2666173 times by 190 tests: end of block Executed by:- tst_Gestures
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractButton
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- ...
| 2666173 |
669 | m = m->d.superdata; | - |
670 | }executed 232485 times by 182 tests: end of block Executed by:- tst_Gestures
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractButton
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- ...
| 232485 |
671 | | - |
672 | ((!(priv(this->d.data)->revision >= 3)) ? qt_assert("priv(this->d.data)->revision >= 3",__FILE__,995) : qt_noop()); | - |
673 | if (priv(this->d.data)->flags & DynamicMetaObjectTRUE | never evaluated | FALSE | evaluated 63467 times by 182 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractButton
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- ...
|
) { | 0-63467 |
674 | QAbstractDynamicMetaObject *me = | - |
675 | const_cast<QAbstractDynamicMetaObject *>(static_cast<const QAbstractDynamicMetaObject *>(this)); | - |
676 | | - |
677 | return never executed: return me->createProperty(name, 0); me->createProperty(name, 0);never executed: return me->createProperty(name, 0); | 0 |
678 | } | - |
679 | | - |
680 | returnexecuted 63467 times by 182 tests: return -1; Executed by:- tst_Gestures
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractButton
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- ...
-1;executed 63467 times by 182 tests: return -1; Executed by:- tst_Gestures
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractButton
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- ...
| 63467 |
681 | } | - |
682 | | - |
683 | | - |
684 | | - |
685 | | - |
686 | | - |
687 | | - |
688 | | - |
689 | int QMetaObject::indexOfClassInfo(const char *name) const | - |
690 | { | - |
691 | int i = -1; | - |
692 | const QMetaObject *m = this; | - |
693 | while (mTRUE | evaluated 5507 times by 15 testsEvaluated by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QMetaObject
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
| FALSE | evaluated 301 times by 10 testsEvaluated by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_qdbusabstractadaptor - unknown status
- tst_qdbuscpp2xml
|
&& i < 0TRUE | evaluated 3100 times by 15 testsEvaluated by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QMetaObject
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
| FALSE | evaluated 2407 times by 15 testsEvaluated by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QMetaObject
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
|
) { | 301-5507 |
694 | for (i = priv(m->d.data)->classInfoCount-1; i >= 0TRUE | evaluated 2610 times by 15 testsEvaluated by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QMetaObject
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
| FALSE | evaluated 693 times by 11 testsEvaluated by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QMetaObject
- tst_qdbusabstractadaptor - unknown status
- tst_qdbuscpp2xml
|
; --i) | 693-2610 |
695 | if (strcmp(name, rawStringData(m, m->d.data[priv(m->d.data)->classInfoData + 2*i])) == 0TRUE | evaluated 2407 times by 15 testsEvaluated by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QMetaObject
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
| FALSE | evaluated 203 times by 9 testsEvaluated by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_qdbusabstractadaptor - unknown status
- tst_qdbuscpp2xml
- tst_qdbusinterface - unknown status
|
) { | 203-2407 |
696 | i += m->classInfoOffset(); | - |
697 | break;executed 2407 times by 15 tests: break; Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QMetaObject
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
| 2407 |
698 | } | - |
699 | m = m->d.superdata; | - |
700 | }executed 3100 times by 15 tests: end of block Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QMetaObject
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
| 3100 |
701 | returnexecuted 2708 times by 15 tests: return i; Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QMetaObject
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
i;executed 2708 times by 15 tests: return i; Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QMetaObject
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
| 2708 |
702 | } | - |
703 | QMetaMethod QMetaObject::constructor(int index) const | - |
704 | { | - |
705 | int i = index; | - |
706 | QMetaMethod result; | - |
707 | ((!(priv(d.data)->revision >= 2)) ? qt_assert("priv(d.data)->revision >= 2",__FILE__,1038) : qt_noop()); | - |
708 | if (i >= 0TRUE | evaluated 103 times by 3 testsEvaluated by:- tst_QMetaMethod
- tst_QMetaObjectBuilder
- tst_QObject
| FALSE | never evaluated |
&& i < priv(d.data)->constructorCountTRUE | evaluated 103 times by 3 testsEvaluated by:- tst_QMetaMethod
- tst_QMetaObjectBuilder
- tst_QObject
| FALSE | never evaluated |
) { | 0-103 |
709 | result.mobj = this; | - |
710 | result.handle = priv(d.data)->constructorData + 5*i; | - |
711 | }executed 103 times by 3 tests: end of block Executed by:- tst_QMetaMethod
- tst_QMetaObjectBuilder
- tst_QObject
| 103 |
712 | returnexecuted 103 times by 3 tests: return result; Executed by:- tst_QMetaMethod
- tst_QMetaObjectBuilder
- tst_QObject
result;executed 103 times by 3 tests: return result; Executed by:- tst_QMetaMethod
- tst_QMetaObjectBuilder
- tst_QObject
| 103 |
713 | } | - |
714 | | - |
715 | | - |
716 | | - |
717 | | - |
718 | | - |
719 | | - |
720 | QMetaMethod QMetaObject::method(int index) const | - |
721 | { | - |
722 | int i = index; | - |
723 | i -= methodOffset(); | - |
724 | if (i < 0TRUE | evaluated 172801 times by 541 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
| FALSE | evaluated 1064014 times by 571 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
|
&& d.superdataTRUE | evaluated 172798 times by 541 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
| FALSE | evaluated 3 times by 1 test |
) | 3-1064014 |
725 | returnexecuted 172798 times by 541 tests: return d.superdata->method(index); Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
d.superdata->method(index);executed 172798 times by 541 tests: return d.superdata->method(index); Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
| 172798 |
726 | | - |
727 | QMetaMethod result; | - |
728 | if (i >= 0TRUE | evaluated 1063928 times by 571 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| FALSE | evaluated 3 times by 1 test |
&& i < priv(d.data)->methodCountTRUE | evaluated 1064010 times by 571 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| FALSE | evaluated 4 times by 3 testsEvaluated by:- tst_QMetaMethod
- tst_QMetaObject
- tst_QObject
|
) { | 3-1064010 |
729 | result.mobj = this; | - |
730 | result.handle = priv(d.data)->methodData + 5*i; | - |
731 | }executed 1064010 times by 571 tests: end of block Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| 1064010 |
732 | returnexecuted 1064017 times by 571 tests: return result; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
result;executed 1064017 times by 571 tests: return result; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| 1064017 |
733 | } | - |
734 | | - |
735 | | - |
736 | | - |
737 | | - |
738 | | - |
739 | | - |
740 | QMetaEnum QMetaObject::enumerator(int index) const | - |
741 | { | - |
742 | int i = index; | - |
743 | i -= enumeratorOffset(); | - |
744 | if (i < 0TRUE | evaluated 2289 times by 23 testsEvaluated by:- tst_QAbstractItemView
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QItemDelegate
- tst_QItemView
- tst_QListWidget
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSyntaxHighlighter
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
| FALSE | evaluated 68606 times by 131 testsEvaluated by:- tst_Gestures
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QAnimationGroup
- tst_QApplication
- tst_QBrush
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QCollator
- tst_QComboBox
- tst_QCompleter
- tst_QCssParser
- tst_QDataStream
- tst_QDataWidgetMapper
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialogButtonBox
- ...
|
&& d.superdataTRUE | evaluated 1505 times by 23 testsEvaluated by:- tst_QAbstractItemView
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QItemDelegate
- tst_QItemView
- tst_QListWidget
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSyntaxHighlighter
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
| FALSE | evaluated 784 times by 23 testsEvaluated by:- tst_QAbstractItemView
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QItemDelegate
- tst_QItemView
- tst_QListWidget
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSyntaxHighlighter
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
|
) | 784-68606 |
745 | returnexecuted 1505 times by 23 tests: return d.superdata->enumerator(index); Executed by:- tst_QAbstractItemView
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QItemDelegate
- tst_QItemView
- tst_QListWidget
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSyntaxHighlighter
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
d.superdata->enumerator(index);executed 1505 times by 23 tests: return d.superdata->enumerator(index); Executed by:- tst_QAbstractItemView
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QItemDelegate
- tst_QItemView
- tst_QListWidget
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSyntaxHighlighter
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
| 1505 |
746 | | - |
747 | QMetaEnum result; | - |
748 | if (i >= 0TRUE | evaluated 68606 times by 131 testsEvaluated by:- tst_Gestures
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QAnimationGroup
- tst_QApplication
- tst_QBrush
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QCollator
- tst_QComboBox
- tst_QCompleter
- tst_QCssParser
- tst_QDataStream
- tst_QDataWidgetMapper
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialogButtonBox
- ...
| FALSE | evaluated 784 times by 23 testsEvaluated by:- tst_QAbstractItemView
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QItemDelegate
- tst_QItemView
- tst_QListWidget
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSyntaxHighlighter
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
|
&& i < priv(d.data)->enumeratorCountTRUE | evaluated 68606 times by 131 testsEvaluated by:- tst_Gestures
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QAnimationGroup
- tst_QApplication
- tst_QBrush
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QCollator
- tst_QComboBox
- tst_QCompleter
- tst_QCssParser
- tst_QDataStream
- tst_QDataWidgetMapper
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialogButtonBox
- ...
| FALSE | never evaluated |
) { | 0-68606 |
749 | result.mobj = this; | - |
750 | result.handle = priv(d.data)->enumeratorData + 4*i; | - |
751 | }executed 68606 times by 131 tests: end of block Executed by:- tst_Gestures
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QAnimationGroup
- tst_QApplication
- tst_QBrush
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QCollator
- tst_QComboBox
- tst_QCompleter
- tst_QCssParser
- tst_QDataStream
- tst_QDataWidgetMapper
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialogButtonBox
- ...
| 68606 |
752 | returnexecuted 69390 times by 139 tests: return result; Executed by:- tst_Gestures
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QAnimationGroup
- tst_QApplication
- tst_QBrush
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QCollator
- tst_QComboBox
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataStream
- tst_QDataWidgetMapper
- ...
result;executed 69390 times by 139 tests: return result; Executed by:- tst_Gestures
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QAnimationGroup
- tst_QApplication
- tst_QBrush
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QCollator
- tst_QComboBox
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataStream
- tst_QDataWidgetMapper
- ...
| 69390 |
753 | } | - |
754 | | - |
755 | | - |
756 | | - |
757 | | - |
758 | | - |
759 | | - |
760 | | - |
761 | QMetaProperty QMetaObject::property(int index) const | - |
762 | { | - |
763 | int i = index; | - |
764 | i -= propertyOffset(); | - |
765 | if (i < 0TRUE | evaluated 30197 times by 36 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDockWidget
- tst_QFontDialog
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QItemView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMetaObjectBuilder
- tst_QPrinter
- tst_QPropertyAnimation
- tst_QShortcut
- tst_QStateMachine
- ...
| FALSE | evaluated 29875 times by 156 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
|
&& d.superdataTRUE | evaluated 30197 times by 36 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDockWidget
- tst_QFontDialog
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QItemView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMetaObjectBuilder
- tst_QPrinter
- tst_QPropertyAnimation
- tst_QShortcut
- tst_QStateMachine
- ...
| FALSE | never evaluated |
) | 0-30197 |
766 | returnexecuted 30197 times by 36 tests: return d.superdata->property(index); Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDockWidget
- tst_QFontDialog
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QItemView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMetaObjectBuilder
- tst_QPrinter
- tst_QPropertyAnimation
- tst_QShortcut
- tst_QStateMachine
- ...
d.superdata->property(index);executed 30197 times by 36 tests: return d.superdata->property(index); Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDockWidget
- tst_QFontDialog
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QItemView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMetaObjectBuilder
- tst_QPrinter
- tst_QPropertyAnimation
- tst_QShortcut
- tst_QStateMachine
- ...
| 30197 |
767 | | - |
768 | QMetaProperty result; | - |
769 | if (i >= 0TRUE | evaluated 29875 times by 156 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
| FALSE | never evaluated |
&& i < priv(d.data)->propertyCountTRUE | evaluated 29875 times by 156 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
| FALSE | never evaluated |
) { | 0-29875 |
770 | int handle = priv(d.data)->propertyData + 3*i; | - |
771 | int flags = d.data[handle + 2]; | - |
772 | result.mobj = this; | - |
773 | result.handle = handle; | - |
774 | result.idx = i; | - |
775 | | - |
776 | if (flags & EnumOrFlagTRUE | evaluated 1018 times by 23 testsEvaluated by:- tst_QAbstractItemView
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QItemDelegate
- tst_QItemView
- tst_QListWidget
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSyntaxHighlighter
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
| FALSE | evaluated 28857 times by 155 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- ...
|
) { | 1018-28857 |
777 | const char *type = rawTypeNameFromTypeInfo(this, d.data[handle + 1]); | - |
778 | result.menum = enumerator(indexOfEnumerator(type)); | - |
779 | if (!result.menum.isValid()TRUE | evaluated 690 times by 23 testsEvaluated by:- tst_QAbstractItemView
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QItemDelegate
- tst_QItemView
- tst_QListWidget
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSyntaxHighlighter
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
| FALSE | evaluated 328 times by 12 testsEvaluated by:- tst_QAbstractItemView
- tst_QDataWidgetMapper
- tst_QItemDelegate
- tst_QItemView
- tst_QListWidget
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QObject
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
|
) { | 328-690 |
780 | const char *enum_name = type; | - |
781 | const char *scope_name = objectClassName(this); | - |
782 | char *scope_buffer = 0; | - |
783 | | - |
784 | const char *colon = strrchr(enum_name, ':'); | - |
785 | | - |
786 | ((!(colon <= enum_name || *(colon-1) == ':')) ? qt_assert("colon <= enum_name || *(colon-1) == ':'",__FILE__,1117) : qt_noop()); | - |
787 | if (colon > enum_nameTRUE | evaluated 596 times by 13 testsEvaluated by:- tst_QAbstractItemView
- tst_QAbstractSpinBox
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QItemDelegate
- tst_QItemView
- tst_QListWidget
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
| FALSE | evaluated 94 times by 12 testsEvaluated by:- tst_QAbstractProxyModel
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QItemDelegate
- tst_QMetaObject
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSyntaxHighlighter
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
|
) { | 94-596 |
788 | int len = colon-enum_name-1; | - |
789 | scope_buffer = (char *)malloc(len+1); | - |
790 | memcpy(scope_buffer, enum_name, len); | - |
791 | scope_buffer[len] = '\0'; | - |
792 | scope_name = scope_buffer; | - |
793 | enum_name = colon+1; | - |
794 | }executed 596 times by 13 tests: end of block Executed by:- tst_QAbstractItemView
- tst_QAbstractSpinBox
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QItemDelegate
- tst_QItemView
- tst_QListWidget
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
| 596 |
795 | | - |
796 | const QMetaObject *scope = 0; | - |
797 | if (qstrcmp(scope_name, "Qt") == 0TRUE | evaluated 589 times by 12 testsEvaluated by:- tst_QAbstractItemView
- tst_QAbstractSpinBox
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QItemDelegate
- tst_QItemView
- tst_QListWidget
- tst_QMetaObject
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
| FALSE | evaluated 101 times by 13 testsEvaluated by:- tst_QAbstractProxyModel
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QItemDelegate
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSyntaxHighlighter
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
|
) | 101-589 |
798 | scope = &QObject::staticQtMetaObject;executed 589 times by 12 tests: scope = &QObject::staticQtMetaObject; Executed by:- tst_QAbstractItemView
- tst_QAbstractSpinBox
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QItemDelegate
- tst_QItemView
- tst_QListWidget
- tst_QMetaObject
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
| 589 |
799 | else | - |
800 | scope = QMetaObject_findMetaObject(this, scope_name);executed 101 times by 13 tests: scope = QMetaObject_findMetaObject(this, scope_name); Executed by:- tst_QAbstractProxyModel
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QItemDelegate
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSyntaxHighlighter
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
| 101 |
801 | if (scopeTRUE | evaluated 690 times by 23 testsEvaluated by:- tst_QAbstractItemView
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QItemDelegate
- tst_QItemView
- tst_QListWidget
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSyntaxHighlighter
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
| FALSE | never evaluated |
) | 0-690 |
802 | result.menum = scope->enumerator(scope->indexOfEnumerator(enum_name));executed 690 times by 23 tests: result.menum = scope->enumerator(scope->indexOfEnumerator(enum_name)); Executed by:- tst_QAbstractItemView
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QItemDelegate
- tst_QItemView
- tst_QListWidget
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSyntaxHighlighter
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
| 690 |
803 | if (scope_bufferTRUE | evaluated 596 times by 13 testsEvaluated by:- tst_QAbstractItemView
- tst_QAbstractSpinBox
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QItemDelegate
- tst_QItemView
- tst_QListWidget
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
| FALSE | evaluated 94 times by 12 testsEvaluated by:- tst_QAbstractProxyModel
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QItemDelegate
- tst_QMetaObject
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSyntaxHighlighter
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
|
) | 94-596 |
804 | free(scope_buffer);executed 596 times by 13 tests: free(scope_buffer); Executed by:- tst_QAbstractItemView
- tst_QAbstractSpinBox
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QItemDelegate
- tst_QItemView
- tst_QListWidget
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
| 596 |
805 | }executed 690 times by 23 tests: end of block Executed by:- tst_QAbstractItemView
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QItemDelegate
- tst_QItemView
- tst_QListWidget
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSyntaxHighlighter
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
| 690 |
806 | }executed 1018 times by 23 tests: end of block Executed by:- tst_QAbstractItemView
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QItemDelegate
- tst_QItemView
- tst_QListWidget
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSyntaxHighlighter
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
| 1018 |
807 | }executed 29875 times by 156 tests: end of block Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
| 29875 |
808 | returnexecuted 29875 times by 156 tests: return result; Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
result;executed 29875 times by 156 tests: return result; Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
| 29875 |
809 | } | - |
810 | QMetaProperty QMetaObject::userProperty() const | - |
811 | { | - |
812 | const int propCount = propertyCount(); | - |
813 | for (int i = propCount - 1; i >= 0TRUE | evaluated 5363 times by 10 testsEvaluated by:- tst_QAbstractItemView
- tst_QDataWidgetMapper
- tst_QItemDelegate
- tst_QItemEditorFactory
- tst_QItemView
- tst_QListWidget
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
| FALSE | evaluated 3 times by 1 test |
; --i) { | 3-5363 |
814 | const QMetaProperty prop = property(i); | - |
815 | if (prop.isUser()TRUE | evaluated 325 times by 10 testsEvaluated by:- tst_QAbstractItemView
- tst_QDataWidgetMapper
- tst_QItemDelegate
- tst_QItemEditorFactory
- tst_QItemView
- tst_QListWidget
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
| FALSE | evaluated 5038 times by 10 testsEvaluated by:- tst_QAbstractItemView
- tst_QDataWidgetMapper
- tst_QItemDelegate
- tst_QItemEditorFactory
- tst_QItemView
- tst_QListWidget
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
|
) | 325-5038 |
816 | returnexecuted 325 times by 10 tests: return prop; Executed by:- tst_QAbstractItemView
- tst_QDataWidgetMapper
- tst_QItemDelegate
- tst_QItemEditorFactory
- tst_QItemView
- tst_QListWidget
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
prop;executed 325 times by 10 tests: return prop; Executed by:- tst_QAbstractItemView
- tst_QDataWidgetMapper
- tst_QItemDelegate
- tst_QItemEditorFactory
- tst_QItemView
- tst_QListWidget
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
| 325 |
817 | }executed 5038 times by 10 tests: end of block Executed by:- tst_QAbstractItemView
- tst_QDataWidgetMapper
- tst_QItemDelegate
- tst_QItemEditorFactory
- tst_QItemView
- tst_QListWidget
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
| 5038 |
818 | returnexecuted 3 times by 1 test: return QMetaProperty(); QMetaProperty();executed 3 times by 1 test: return QMetaProperty(); | 3 |
819 | } | - |
820 | QMetaClassInfo QMetaObject::classInfo(int index) const | - |
821 | { | - |
822 | int i = index; | - |
823 | i -= classInfoOffset(); | - |
824 | if (i < 0TRUE | evaluated 1 time by 1 test | FALSE | evaluated 2426 times by 16 testsEvaluated by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
|
&& d.superdataTRUE | evaluated 1 time by 1 test | FALSE | never evaluated |
) | 0-2426 |
825 | returnexecuted 1 time by 1 test: return d.superdata->classInfo(index); d.superdata->classInfo(index);executed 1 time by 1 test: return d.superdata->classInfo(index); | 1 |
826 | | - |
827 | QMetaClassInfo result; | - |
828 | if (i >= 0TRUE | evaluated 2426 times by 16 testsEvaluated by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
| FALSE | never evaluated |
&& i < priv(d.data)->classInfoCountTRUE | evaluated 2426 times by 16 testsEvaluated by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
| FALSE | never evaluated |
) { | 0-2426 |
829 | result.mobj = this; | - |
830 | result.handle = priv(d.data)->classInfoData + 2*i; | - |
831 | }executed 2426 times by 16 tests: end of block Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
| 2426 |
832 | returnexecuted 2426 times by 16 tests: return result; Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
result;executed 2426 times by 16 tests: return result; Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
| 2426 |
833 | } | - |
834 | bool QMetaObject::checkConnectArgs(const char *signal, const char *method) | - |
835 | { | - |
836 | const char *s1 = signal; | - |
837 | const char *s2 = method; | - |
838 | while (*TRUE | evaluated 161 times by 1 test | FALSE | evaluated 23 times by 1 test |
s1++ != '('TRUE | evaluated 161 times by 1 test | FALSE | evaluated 23 times by 1 test |
) { }executed 161 times by 1 test: end of block | 23-161 |
839 | while (*TRUE | evaluated 115 times by 1 test | FALSE | evaluated 23 times by 1 test |
s2++ != '('TRUE | evaluated 115 times by 1 test | FALSE | evaluated 23 times by 1 test |
) { }executed 115 times by 1 test: end of block | 23-115 |
840 | if (*TRUE | evaluated 23 times by 1 test | FALSE | never evaluated |
s2 == ')'TRUE | evaluated 23 times by 1 test | FALSE | never evaluated |
|| qstrcmp(s1,s2) == 0TRUE | never evaluated | FALSE | never evaluated |
) | 0-23 |
841 | returnexecuted 23 times by 1 test: return true; true;executed 23 times by 1 test: return true; | 23 |
842 | int s1len = qstrlen(s1); | - |
843 | int s2len = qstrlen(s2); | - |
844 | if (s2len < s1lenTRUE | never evaluated | FALSE | never evaluated |
&& strncmp(s1,s2,s2len-1)==0TRUE | never evaluated | FALSE | never evaluated |
&& s1[s2len-1]==','TRUE | never evaluated | FALSE | never evaluated |
) | 0 |
845 | return never executed: return true; true;never executed: return true; | 0 |
846 | return never executed: return false; false;never executed: return false; | 0 |
847 | } | - |
848 | bool QMetaObject::checkConnectArgs(const QMetaMethod &signal, | - |
849 | const QMetaMethod &method) | - |
850 | { | - |
851 | return never executed: return QMetaObjectPrivate::checkConnectArgs( QMetaMethodPrivate::get(&signal), QMetaMethodPrivate::get(&method)); QMetaObjectPrivate::checkConnectArgs(never executed: return QMetaObjectPrivate::checkConnectArgs( QMetaMethodPrivate::get(&signal), QMetaMethodPrivate::get(&method)); | 0 |
852 | QMetaMethodPrivate::get(&signal), never executed: return QMetaObjectPrivate::checkConnectArgs( QMetaMethodPrivate::get(&signal), QMetaMethodPrivate::get(&method)); | 0 |
853 | QMetaMethodPrivate::get(&method)); never executed: return QMetaObjectPrivate::checkConnectArgs( QMetaMethodPrivate::get(&signal), QMetaMethodPrivate::get(&method)); | 0 |
854 | } | - |
855 | | - |
856 | static void qRemoveWhitespace(const char *s, char *d) | - |
857 | { | - |
858 | char last = 0; | - |
859 | while (*TRUE | evaluated 117726 times by 325 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 |
sTRUE | evaluated 117726 times by 325 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 |
&& is_space(*s)TRUE | evaluated 10 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QMetaType
| FALSE | evaluated 117716 times by 325 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-117726 |
860 | s++;executed 10 times by 2 tests: s++; Executed by:- tst_QMetaObject
- tst_QMetaType
| 10 |
861 | while (*TRUE | evaluated 131625 times by 325 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 117716 times by 325 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
- ...
|
sTRUE | evaluated 131625 times by 325 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 117716 times by 325 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
- ...
|
) { | 117716-131625 |
862 | while (*TRUE | evaluated 3000157 times by 325 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 117705 times by 325 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
- ...
|
sTRUE | evaluated 3000157 times by 325 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 117705 times by 325 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
- ...
|
&& !is_space(*s)TRUE | evaluated 2986237 times by 325 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 13920 times by 98 testsEvaluated by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QColorDialog
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontComboBox
- ...
|
) | 13920-3000157 |
863 | last = *d++ = *s++;executed 2986237 times by 325 tests: last = *d++ = *s++; 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
- ...
| 2986237 |
864 | while (*TRUE | evaluated 27836 times by 98 testsEvaluated by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QColorDialog
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontComboBox
- ...
| FALSE | evaluated 117716 times by 325 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
- ...
|
sTRUE | evaluated 27836 times by 98 testsEvaluated by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QColorDialog
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontComboBox
- ...
| FALSE | evaluated 117716 times by 325 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
- ...
|
&& is_space(*s)TRUE | evaluated 13927 times by 98 testsEvaluated by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QColorDialog
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontComboBox
- ...
| FALSE | evaluated 13909 times by 98 testsEvaluated by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QColorDialog
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontComboBox
- ...
|
) | 13909-117716 |
865 | s++;executed 13927 times by 98 tests: s++; Executed by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QColorDialog
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontComboBox
- ...
| 13927 |
866 | if (*TRUE | evaluated 13909 times by 98 testsEvaluated by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QColorDialog
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontComboBox
- ...
| FALSE | evaluated 117716 times by 325 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
- ...
|
sTRUE | evaluated 13909 times by 98 testsEvaluated by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QColorDialog
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontComboBox
- ...
| FALSE | evaluated 117716 times by 325 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
- ...
|
&& ((is_ident_char(*s)TRUE | evaluated 11623 times by 78 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QColorDialog
- tst_QComboBox
- tst_QCompleter
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontComboBox
- tst_QFontDialog
- tst_QFormLayout
- tst_QFtp
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- ...
| FALSE | evaluated 2286 times by 53 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QButtonGroup
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusMarshall
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsAnchorLayout1
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsObject
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- ...
|
&& is_ident_char(last)TRUE | evaluated 1748 times by 68 testsEvaluated by:- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QColorDialog
- tst_QComboBox
- tst_QCompleter
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontComboBox
- tst_QFontDialog
- tst_QFormLayout
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsWidget
- ...
| FALSE | evaluated 9875 times by 28 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QButtonGroup
- tst_QFtp
- tst_QGraphicsScene
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QItemDelegate
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaType
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QObject
- tst_QPlainTextEdit
- tst_QTcpServer
- tst_QTextDocument
- tst_QUdpSocket
- tst_QVariant
- ...
|
) | 1748-117716 |
867 | || ((*TRUE | evaluated 1 time by 1 test | FALSE | evaluated 12160 times by 62 testsEvaluated by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QButtonGroup
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusMarshall
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsAnchorLayout
- tst_QGraphicsAnchorLayout1
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsObject
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- ...
|
s == ':')TRUE | evaluated 1 time by 1 test | FALSE | evaluated 12160 times by 62 testsEvaluated by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QButtonGroup
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusMarshall
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsAnchorLayout
- tst_QGraphicsAnchorLayout1
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsObject
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- ...
|
&& (TRUE | evaluated 1 time by 1 test | FALSE | never evaluated |
last == '<')TRUE | evaluated 1 time by 1 test | FALSE | never evaluated |
))) { | 0-12160 |
868 | last = *d++ = ' '; | - |
869 | }executed 1749 times by 68 tests: end of block Executed by:- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QColorDialog
- tst_QComboBox
- tst_QCompleter
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontComboBox
- tst_QFontDialog
- tst_QFormLayout
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsWidget
- ...
| 1749 |
870 | }executed 131625 times by 325 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
- ...
| 131625 |
871 | *d = '\0'; | - |
872 | }executed 117716 times by 325 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
- ...
| 117716 |
873 | | - |
874 | static char *qNormalizeType(char *d, int &templdepth, QByteArray &result) | - |
875 | { | - |
876 | const char *t = d; | - |
877 | while (*TRUE | evaluated 1746800 times by 325 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 46012 times by 318 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
- ...
|
dTRUE | evaluated 1746800 times by 325 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 46012 times by 318 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
- ...
|
&& (templdepthTRUE | evaluated 141587 times by 236 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_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- ...
| FALSE | evaluated 1605213 times by 325 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
- ...
|
| 46012-1746800 |
878 | || (*TRUE | evaluated 1537339 times by 325 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 67874 times by 82 testsEvaluated by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractSlider
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDBusPendingCall
- tst_QDBusServiceWatcher
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- ...
|
d != ','TRUE | evaluated 1537339 times by 325 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 67874 times by 82 testsEvaluated by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractSlider
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDBusPendingCall
- tst_QDBusServiceWatcher
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- ...
|
&& *TRUE | evaluated 1465629 times by 321 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 71710 times by 181 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
d != ')'TRUE | evaluated 1465629 times by 321 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 71710 times by 181 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
))) { | 67874-1537339 |
879 | if (*TRUE | evaluated 12446 times by 236 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_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- ...
| FALSE | evaluated 1594770 times by 321 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
- ...
|
d == '<'TRUE | evaluated 12446 times by 236 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_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- ...
| FALSE | evaluated 1594770 times by 321 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
- ...
|
) | 12446-1594770 |
880 | ++executed 12446 times by 236 tests: ++templdepth; 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_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- ...
templdepth;executed 12446 times by 236 tests: ++templdepth; 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_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- ...
| 12446 |
881 | if (*TRUE | evaluated 12446 times by 236 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_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- ...
| FALSE | evaluated 1594770 times by 321 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
- ...
|
d == '>'TRUE | evaluated 12446 times by 236 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_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- ...
| FALSE | evaluated 1594770 times by 321 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
- ...
|
) | 12446-1594770 |
882 | --executed 12446 times by 236 tests: --templdepth; 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_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- ...
templdepth;executed 12446 times by 236 tests: --templdepth; 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_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- ...
| 12446 |
883 | ++d; | - |
884 | }executed 1607216 times by 321 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
- ...
| 1607216 |
885 | | - |
886 | | - |
887 | if (strncmp("void)", t, d - t + 1) != 0TRUE | evaluated 185567 times by 325 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 29 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QObject
|
) | 29-185567 |
888 | result += normalizeTypeInternal(t, d);executed 185567 times by 325 tests: result += normalizeTypeInternal(t, d); 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
- ...
| 185567 |
889 | | - |
890 | returnexecuted 185596 times by 325 tests: return d; 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
- ...
d;executed 185596 times by 325 tests: return d; 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
- ...
| 185596 |
891 | } | - |
892 | QByteArray QMetaObject::normalizedType(const char *type) | - |
893 | { | - |
894 | QByteArray result; | - |
895 | | - |
896 | if (!typeTRUE | never evaluated | FALSE | evaluated 46048 times by 318 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
- ...
|
|| !*typeTRUE | evaluated 37 times by 2 testsEvaluated by:- tst_QMetaObjectBuilder
- tst_QMetaType
| FALSE | evaluated 46011 times by 318 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-46048 |
897 | returnexecuted 37 times by 2 tests: return result; Executed by:- tst_QMetaObjectBuilder
- tst_QMetaType
result;executed 37 times by 2 tests: return result; Executed by:- tst_QMetaObjectBuilder
- tst_QMetaType
| 37 |
898 | | - |
899 | QVarLengthArray<char> stackbuf(qstrlen(type) + 1); | - |
900 | qRemoveWhitespace(type, stackbuf.data()); | - |
901 | int templdepth = 0; | - |
902 | qNormalizeType(stackbuf.data(), templdepth, result); | - |
903 | | - |
904 | returnexecuted 46011 times by 318 tests: return result; 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
- ...
result;executed 46011 times by 318 tests: return result; 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
- ...
| 46011 |
905 | } | - |
906 | QByteArray QMetaObject::normalizedSignature(const char *method) | - |
907 | { | - |
908 | QByteArray result; | - |
909 | if (!methodTRUE | never evaluated | FALSE | evaluated 71705 times by 181 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
|| !*methodTRUE | never evaluated | FALSE | evaluated 71705 times by 181 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
) | 0-71705 |
910 | return never executed: return result; result;never executed: return result; | 0 |
911 | int len = int(strlen(method)); | - |
912 | QVarLengthArray<char> stackbuf(len + 1); | - |
913 | char *d = stackbuf.data(); | - |
914 | qRemoveWhitespace(method, d); | - |
915 | | - |
916 | result.reserve(len); | - |
917 | | - |
918 | int argdepth = 0; | - |
919 | int templdepth = 0; | - |
920 | while (*TRUE | evaluated 1380771 times by 181 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| FALSE | evaluated 71704 times by 181 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
dTRUE | evaluated 1380771 times by 181 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| FALSE | evaluated 71704 times by 181 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
) { | 71704-1380771 |
921 | if (argdepth == 1TRUE | evaluated 139585 times by 181 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| FALSE | evaluated 1241186 times by 181 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
) { | 139585-1241186 |
922 | d = qNormalizeType(d, templdepth, result); | - |
923 | if (!*dTRUE | evaluated 1 time by 1 test | FALSE | evaluated 139584 times by 181 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
) | 1-139584 |
924 | break;executed 1 time by 1 test: break; | 1 |
925 | }executed 139584 times by 181 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| 139584 |
926 | if (*TRUE | evaluated 71711 times by 181 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| FALSE | evaluated 1309059 times by 181 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
d == '('TRUE | evaluated 71711 times by 181 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| FALSE | evaluated 1309059 times by 181 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
) | 71711-1309059 |
927 | ++executed 71711 times by 181 tests: ++argdepth; 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
argdepth;executed 71711 times by 181 tests: ++argdepth; 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| 71711 |
928 | if (*TRUE | evaluated 71714 times by 181 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| FALSE | evaluated 1309056 times by 181 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
d == ')'TRUE | evaluated 71714 times by 181 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| FALSE | evaluated 1309056 times by 181 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
) | 71714-1309056 |
929 | --executed 71714 times by 181 tests: --argdepth; 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
argdepth;executed 71714 times by 181 tests: --argdepth; 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| 71714 |
930 | result += *d++; | - |
931 | }executed 1380770 times by 181 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| 1380770 |
932 | | - |
933 | returnexecuted 71705 times by 181 tests: return result; 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
result;executed 71705 times by 181 tests: return result; 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| 71705 |
934 | } | - |
935 | | - |
936 | enum { MaximumParamCount = 11 }; | - |
937 | | - |
938 | | - |
939 | | - |
940 | | - |
941 | | - |
942 | static inline QByteArray findMethodCandidates(const QMetaObject *metaObject, const char *nonExistentMember) | - |
943 | { | - |
944 | QByteArray candidateMessage; | - |
945 | | - |
946 | const QByteArray memberByteArray = nonExistentMember; | - |
947 | for (int i = 0; i < metaObject->methodCount()TRUE | evaluated 244 times by 2 testsEvaluated by:- tst_QDBusInterface
- tst_QMetaObject
| FALSE | evaluated 10 times by 2 testsEvaluated by:- tst_QDBusInterface
- tst_QMetaObject
|
; ++i) { | 10-244 |
948 | const QMetaMethod method = metaObject->method(i); | - |
949 | if (method.name() == memberByteArrayTRUE | evaluated 4 times by 1 test | FALSE | evaluated 240 times by 2 testsEvaluated by:- tst_QDBusInterface
- tst_QMetaObject
|
) | 4-240 |
950 | candidateMessage.append(" " + method.methodSignature() + '\n');executed 4 times by 1 test: candidateMessage.append(" " + method.methodSignature() + '\n'); | 4 |
951 | }executed 244 times by 2 tests: end of block Executed by:- tst_QDBusInterface
- tst_QMetaObject
| 244 |
952 | if (!candidateMessage.isEmpty()TRUE | evaluated 4 times by 1 test | FALSE | evaluated 6 times by 2 testsEvaluated by:- tst_QDBusInterface
- tst_QMetaObject
|
) { | 4-6 |
953 | candidateMessage.prepend("\nCandidates are:\n"); | - |
954 | candidateMessage.chop(1); | - |
955 | }executed 4 times by 1 test: end of block | 4 |
956 | returnexecuted 10 times by 2 tests: return candidateMessage; Executed by:- tst_QDBusInterface
- tst_QMetaObject
candidateMessage;executed 10 times by 2 tests: return candidateMessage; Executed by:- tst_QDBusInterface
- tst_QMetaObject
| 10 |
957 | } | - |
958 | bool QMetaObject::invokeMethod(QObject *obj, | - |
959 | const char *member, | - |
960 | Qt::ConnectionType type, | - |
961 | QGenericReturnArgument ret, | - |
962 | QGenericArgument val0, | - |
963 | QGenericArgument val1, | - |
964 | QGenericArgument val2, | - |
965 | QGenericArgument val3, | - |
966 | QGenericArgument val4, | - |
967 | QGenericArgument val5, | - |
968 | QGenericArgument val6, | - |
969 | QGenericArgument val7, | - |
970 | QGenericArgument val8, | - |
971 | QGenericArgument val9) | - |
972 | { | - |
973 | if (!objTRUE | evaluated 2 times by 1 test | FALSE | evaluated 259137 times by 546 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
|
) | 2-259137 |
974 | returnexecuted 2 times by 1 test: return false; false;executed 2 times by 1 test: return false; | 2 |
975 | | - |
976 | QVarLengthArray<char, 512> sig; | - |
977 | int len = qstrlen(member); | - |
978 | if (len <= 0TRUE | evaluated 1 time by 1 test | FALSE | evaluated 259136 times by 546 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
|
) | 1-259136 |
979 | returnexecuted 1 time by 1 test: return false; false;executed 1 time by 1 test: return false; | 1 |
980 | sig.append(member, len); | - |
981 | sig.append('('); | - |
982 | | - |
983 | const char *typeNames[] = {ret.name(), val0.name(), val1.name(), val2.name(), val3.name(), | - |
984 | val4.name(), val5.name(), val6.name(), val7.name(), val8.name(), | - |
985 | val9.name()}; | - |
986 | | - |
987 | int paramCount; | - |
988 | for (paramCount = 1; paramCount < MaximumParamCountTRUE | evaluated 321548 times by 546 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
| FALSE | never evaluated |
; ++paramCount) { | 0-321548 |
989 | len = qstrlen(typeNames[paramCount]); | - |
990 | if (len <= 0TRUE | evaluated 259136 times by 546 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
| FALSE | evaluated 62412 times by 21 testsEvaluated by:- tst_QAbstractItemModel
- tst_QDBusInterface
- tst_QEventLoop
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGuiEventLoop
- tst_QItemDelegate
- tst_QMetaObject
- tst_QNetworkReply
- tst_QObject
- tst_QPropertyAnimation
- tst_QStateMachine
- tst_QTableView
- tst_QTcpSocket
- tst_QThread
- tst_QTimer
- tst_QTreeWidget
- tst_QXmlStream
- tst_Spdy
- tst_qdesktopservices
|
) | 62412-259136 |
991 | break;executed 259136 times by 546 tests: break; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
| 259136 |
992 | sig.append(typeNames[paramCount], len); | - |
993 | sig.append(','); | - |
994 | }executed 62412 times by 21 tests: end of block Executed by:- tst_QAbstractItemModel
- tst_QDBusInterface
- tst_QEventLoop
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGuiEventLoop
- tst_QItemDelegate
- tst_QMetaObject
- tst_QNetworkReply
- tst_QObject
- tst_QPropertyAnimation
- tst_QStateMachine
- tst_QTableView
- tst_QTcpSocket
- tst_QThread
- tst_QTimer
- tst_QTreeWidget
- tst_QXmlStream
- tst_Spdy
- tst_qdesktopservices
| 62412 |
995 | if (paramCount == 1TRUE | evaluated 196904 times by 546 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
| FALSE | evaluated 62232 times by 21 testsEvaluated by:- tst_QAbstractItemModel
- tst_QDBusInterface
- tst_QEventLoop
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGuiEventLoop
- tst_QItemDelegate
- tst_QMetaObject
- tst_QNetworkReply
- tst_QObject
- tst_QPropertyAnimation
- tst_QStateMachine
- tst_QTableView
- tst_QTcpSocket
- tst_QThread
- tst_QTimer
- tst_QTreeWidget
- tst_QXmlStream
- tst_Spdy
- tst_qdesktopservices
|
) | 62232-196904 |
996 | sig.append(')');executed 196904 times by 546 tests: sig.append(')'); Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
| 196904 |
997 | else | - |
998 | sig[sig.size() - 1] = ')';executed 62232 times by 21 tests: sig[sig.size() - 1] = ')'; Executed by:- tst_QAbstractItemModel
- tst_QDBusInterface
- tst_QEventLoop
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGuiEventLoop
- tst_QItemDelegate
- tst_QMetaObject
- tst_QNetworkReply
- tst_QObject
- tst_QPropertyAnimation
- tst_QStateMachine
- tst_QTableView
- tst_QTcpSocket
- tst_QThread
- tst_QTimer
- tst_QTreeWidget
- tst_QXmlStream
- tst_Spdy
- tst_qdesktopservices
| 62232 |
999 | sig.append('\0'); | - |
1000 | | - |
1001 | const QMetaObject *meta = obj->metaObject(); | - |
1002 | int idx = meta->indexOfMethod(sig.constData()); | - |
1003 | if (idx < 0TRUE | evaluated 12 times by 2 testsEvaluated by:- tst_QDBusInterface
- tst_QMetaObject
| FALSE | evaluated 259124 times by 546 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
|
) { | 12-259124 |
1004 | QByteArray norm = QMetaObject::normalizedSignature(sig.constData()); | - |
1005 | idx = meta->indexOfMethod(norm.constData()); | - |
1006 | }executed 12 times by 2 tests: end of block Executed by:- tst_QDBusInterface
- tst_QMetaObject
| 12 |
1007 | | - |
1008 | if (idx < 0TRUE | evaluated 10 times by 2 testsEvaluated by:- tst_QDBusInterface
- tst_QMetaObject
| FALSE | evaluated 259126 times by 546 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
|
|| idx >= meta->methodCount()TRUE | never evaluated | FALSE | evaluated 259126 times by 546 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
|
) { | 0-259126 |
1009 | | - |
1010 | QMessageLogger(__FILE__, 1472, __PRETTY_FUNCTION__).warning("QMetaObject::invokeMethod: No such method %s::%s%s", | - |
1011 | meta->className(), sig.constData(), findMethodCandidates(meta, member).constData()); | - |
1012 | returnexecuted 10 times by 2 tests: return false; Executed by:- tst_QDBusInterface
- tst_QMetaObject
false;executed 10 times by 2 tests: return false; Executed by:- tst_QDBusInterface
- tst_QMetaObject
| 10 |
1013 | } | - |
1014 | QMetaMethod method = meta->method(idx); | - |
1015 | returnexecuted 259126 times by 546 tests: return method.invoke(obj, type, ret, val0, val1, val2, val3, val4, val5, val6, val7, val8, val9); Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
method.invoke(obj, type, ret,executed 259126 times by 546 tests: return method.invoke(obj, type, ret, val0, val1, val2, val3, val4, val5, val6, val7, val8, val9); Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
| 259126 |
1016 | val0, val1, val2, val3, val4, val5, val6, val7, val8, val9);executed 259126 times by 546 tests: return method.invoke(obj, type, ret, val0, val1, val2, val3, val4, val5, val6, val7, val8, val9); Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
| 259126 |
1017 | } | - |
1018 | QByteArray QMetaMethodPrivate::signature() const | - |
1019 | { | - |
1020 | ((!(priv(mobj->d.data)->revision >= 7)) ? qt_assert("priv(mobj->d.data)->revision >= 7",__FILE__,1641) : qt_noop()); | - |
1021 | QByteArray result; | - |
1022 | result.reserve(256); | - |
1023 | result += name(); | - |
1024 | result += '('; | - |
1025 | QList<QByteArray> argTypes = parameterTypes(); | - |
1026 | for (int i = 0; i < argTypes.size()TRUE | evaluated 20319 times by 54 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAnimationGroup
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDialogButtonBox
- tst_QFileDialog2
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QFutureWatcher
- tst_QGraphicsProxyWidget
- tst_QGridLayout
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QIdentityProxyModel
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLineEdit
- tst_QMdiArea
- tst_QMetaMethod
- ...
| FALSE | evaluated 36437 times by 536 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
|
; ++i) { | 20319-36437 |
1027 | if (iTRUE | evaluated 6483 times by 23 testsEvaluated by:- tst_QAbstractItemModel
- tst_QAnimationGroup
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QIdentityProxyModel
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QMdiArea
- tst_QMetaMethod
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QObject
- tst_QParallelAnimationGroup
- tst_QProcess
- tst_QPropertyAnimation
- tst_QSequentialAnimationGroup
- tst_QSignalSpy
- tst_QSortFilterProxyModel
- tst_QStringListModel
- tst_languageChange
| FALSE | evaluated 13836 times by 54 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAnimationGroup
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDialogButtonBox
- tst_QFileDialog2
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QFutureWatcher
- tst_QGraphicsProxyWidget
- tst_QGridLayout
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QIdentityProxyModel
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLineEdit
- tst_QMdiArea
- tst_QMetaMethod
- ...
|
) | 6483-13836 |
1028 | result += ',';executed 6483 times by 23 tests: result += ','; Executed by:- tst_QAbstractItemModel
- tst_QAnimationGroup
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QIdentityProxyModel
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QMdiArea
- tst_QMetaMethod
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QObject
- tst_QParallelAnimationGroup
- tst_QProcess
- tst_QPropertyAnimation
- tst_QSequentialAnimationGroup
- tst_QSignalSpy
- tst_QSortFilterProxyModel
- tst_QStringListModel
- tst_languageChange
| 6483 |
1029 | result += argTypes.at(i); | - |
1030 | }executed 20319 times by 54 tests: end of block Executed by:- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAnimationGroup
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDialogButtonBox
- tst_QFileDialog2
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QFutureWatcher
- tst_QGraphicsProxyWidget
- tst_QGridLayout
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QIdentityProxyModel
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLineEdit
- tst_QMdiArea
- tst_QMetaMethod
- ...
| 20319 |
1031 | result += ')'; | - |
1032 | returnexecuted 36437 times by 536 tests: return result; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
result;executed 36437 times by 536 tests: return result; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
| 36437 |
1033 | } | - |
1034 | | - |
1035 | QByteArray QMetaMethodPrivate::name() const | - |
1036 | { | - |
1037 | ((!(priv(mobj->d.data)->revision >= 7)) ? qt_assert("priv(mobj->d.data)->revision >= 7",__FILE__,1658) : qt_noop()); | - |
1038 | returnexecuted 65268 times by 542 tests: return stringData(mobj, mobj->d.data[handle]); Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
stringData(mobj, mobj->d.data[handle]);executed 65268 times by 542 tests: return stringData(mobj, mobj->d.data[handle]); Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
| 65268 |
1039 | } | - |
1040 | | - |
1041 | int QMetaMethodPrivate::typesDataIndex() const | - |
1042 | { | - |
1043 | ((!(priv(mobj->d.data)->revision >= 7)) ? qt_assert("priv(mobj->d.data)->revision >= 7",__FILE__,1664) : qt_noop()); | - |
1044 | returnexecuted 82071 times by 778 tests: return mobj->d.data[handle + 2]; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
mobj->d.data[handle + 2];executed 82071 times by 778 tests: return mobj->d.data[handle + 2]; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
| 82071 |
1045 | } | - |
1046 | | - |
1047 | const char *QMetaMethodPrivate::rawReturnTypeName() const | - |
1048 | { | - |
1049 | ((!(priv(mobj->d.data)->revision >= 7)) ? qt_assert("priv(mobj->d.data)->revision >= 7",__FILE__,1670) : qt_noop()); | - |
1050 | uint typeInfo = mobj->d.data[typesDataIndex()]; | - |
1051 | if (typeInfo & IsUnresolvedTypeTRUE | evaluated 35 times by 4 testsEvaluated by:- tst_QGraphicsProxyWidget
- tst_QMetaMethod
- tst_QMetaObject
- tst_QMetaObjectBuilder
| FALSE | evaluated 466 times by 8 testsEvaluated by:- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QMetaMethod
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QPlainTextEdit
- tst_QTextBrowser
- tst_QTextEdit
|
) | 35-466 |
1052 | returnexecuted 35 times by 4 tests: return rawStringData(mobj, typeInfo & TypeNameIndexMask); Executed by:- tst_QGraphicsProxyWidget
- tst_QMetaMethod
- tst_QMetaObject
- tst_QMetaObjectBuilder
rawStringData(mobj, typeInfo & TypeNameIndexMask);executed 35 times by 4 tests: return rawStringData(mobj, typeInfo & TypeNameIndexMask); Executed by:- tst_QGraphicsProxyWidget
- tst_QMetaMethod
- tst_QMetaObject
- tst_QMetaObjectBuilder
| 35 |
1053 | else | - |
1054 | returnexecuted 466 times by 8 tests: return QMetaType::typeName(typeInfo); Executed by:- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QMetaMethod
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QPlainTextEdit
- tst_QTextBrowser
- tst_QTextEdit
QMetaType::typeName(typeInfo);executed 466 times by 8 tests: return QMetaType::typeName(typeInfo); Executed by:- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QMetaMethod
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QPlainTextEdit
- tst_QTextBrowser
- tst_QTextEdit
| 466 |
1055 | } | - |
1056 | | - |
1057 | int QMetaMethodPrivate::returnType() const | - |
1058 | { | - |
1059 | returnexecuted 20884 times by 540 tests: return parameterType(-1); Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
parameterType(-1);executed 20884 times by 540 tests: return parameterType(-1); Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
| 20884 |
1060 | } | - |
1061 | | - |
1062 | int QMetaMethodPrivate::parameterCount() const | - |
1063 | { | - |
1064 | ((!(priv(mobj->d.data)->revision >= 7)) ? qt_assert("priv(mobj->d.data)->revision >= 7",__FILE__,1685) : qt_noop()); | - |
1065 | returnexecuted 480713 times by 784 tests: return mobj->d.data[handle + 1]; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
mobj->d.data[handle + 1];executed 480713 times by 784 tests: return mobj->d.data[handle + 1]; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| 480713 |
1066 | } | - |
1067 | | - |
1068 | int QMetaMethodPrivate::parametersDataIndex() const | - |
1069 | { | - |
1070 | ((!(priv(mobj->d.data)->revision >= 7)) ? qt_assert("priv(mobj->d.data)->revision >= 7",__FILE__,1691) : qt_noop()); | - |
1071 | returnexecuted 81570 times by 778 tests: return typesDataIndex() + 1; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
typesDataIndex() + 1;executed 81570 times by 778 tests: return typesDataIndex() + 1; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
| 81570 |
1072 | } | - |
1073 | | - |
1074 | uint QMetaMethodPrivate::parameterTypeInfo(int index) const | - |
1075 | { | - |
1076 | ((!(priv(mobj->d.data)->revision >= 7)) ? qt_assert("priv(mobj->d.data)->revision >= 7",__FILE__,1697) : qt_noop()); | - |
1077 | returnexecuted 33755 times by 540 tests: return mobj->d.data[parametersDataIndex() + index]; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
mobj->d.data[parametersDataIndex() + index];executed 33755 times by 540 tests: return mobj->d.data[parametersDataIndex() + index]; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
| 33755 |
1078 | } | - |
1079 | | - |
1080 | int QMetaMethodPrivate::parameterType(int index) const | - |
1081 | { | - |
1082 | ((!(priv(mobj->d.data)->revision >= 7)) ? qt_assert("priv(mobj->d.data)->revision >= 7",__FILE__,1703) : qt_noop()); | - |
1083 | returnexecuted 33755 times by 540 tests: return typeFromTypeInfo(mobj, parameterTypeInfo(index)); Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
typeFromTypeInfo(mobj, parameterTypeInfo(index));executed 33755 times by 540 tests: return typeFromTypeInfo(mobj, parameterTypeInfo(index)); Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
| 33755 |
1084 | } | - |
1085 | | - |
1086 | void QMetaMethodPrivate::getParameterTypes(int *types) const | - |
1087 | { | - |
1088 | ((!(priv(mobj->d.data)->revision >= 7)) ? qt_assert("priv(mobj->d.data)->revision >= 7",__FILE__,1709) : qt_noop()); | - |
1089 | int dataIndex = parametersDataIndex(); | - |
1090 | int argc = parameterCount(); | - |
1091 | for (int i = 0; i < argcTRUE | evaluated 80 times by 1 test | FALSE | evaluated 42 times by 1 test |
; ++i) { | 42-80 |
1092 | int id = typeFromTypeInfo(mobj, mobj->d.data[dataIndex++]); | - |
1093 | *(types++) = id; | - |
1094 | }executed 80 times by 1 test: end of block | 80 |
1095 | }executed 42 times by 1 test: end of block | 42 |
1096 | | - |
1097 | QList<QByteArray> QMetaMethodPrivate::parameterTypes() const | - |
1098 | { | - |
1099 | ((!(priv(mobj->d.data)->revision >= 7)) ? qt_assert("priv(mobj->d.data)->revision >= 7",__FILE__,1720) : qt_noop()); | - |
1100 | int argc = parameterCount(); | - |
1101 | QList<QByteArray> list; | - |
1102 | list.reserve(argc); | - |
1103 | int paramsIndex = parametersDataIndex(); | - |
1104 | for (int i = 0; i < argcTRUE | evaluated 31621 times by 206 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_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
| FALSE | evaluated 45375 times by 777 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
|
; ++i) | 31621-45375 |
1105 | list += typeNameFromTypeInfo(mobj, mobj->d.data[paramsIndex + i]);executed 31621 times by 206 tests: list += typeNameFromTypeInfo(mobj, mobj->d.data[paramsIndex + i]); 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_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
| 31621 |
1106 | returnexecuted 45375 times by 777 tests: return list; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
list;executed 45375 times by 777 tests: return list; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
| 45375 |
1107 | } | - |
1108 | | - |
1109 | QList<QByteArray> QMetaMethodPrivate::parameterNames() const | - |
1110 | { | - |
1111 | ((!(priv(mobj->d.data)->revision >= 7)) ? qt_assert("priv(mobj->d.data)->revision >= 7",__FILE__,1732) : qt_noop()); | - |
1112 | int argc = parameterCount(); | - |
1113 | QList<QByteArray> list; | - |
1114 | list.reserve(argc); | - |
1115 | int namesIndex = parametersDataIndex() + argc; | - |
1116 | for (int i = 0; i < argcTRUE | evaluated 4316 times by 12 testsEvaluated by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusMetaObject
- tst_QDBusPendingCall
- tst_QMetaMethod
- tst_QMetaObjectBuilder
- tst_QObject
- tst_qdbusabstractadaptor - unknown status
- tst_qdbuscpp2xml
| FALSE | evaluated 2398 times by 14 testsEvaluated by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusMetaObject
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QMetaMethod
- tst_QMetaObjectBuilder
- tst_QObject
- tst_qdbusabstractadaptor - unknown status
- tst_qdbuscpp2xml
|
; ++i) | 2398-4316 |
1117 | list += stringData(mobj, mobj->d.data[namesIndex + i]);executed 4316 times by 12 tests: list += stringData(mobj, mobj->d.data[namesIndex + i]); Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusMetaObject
- tst_QDBusPendingCall
- tst_QMetaMethod
- tst_QMetaObjectBuilder
- tst_QObject
- tst_qdbusabstractadaptor - unknown status
- tst_qdbuscpp2xml
| 4316 |
1118 | returnexecuted 2398 times by 14 tests: return list; Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusMetaObject
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QMetaMethod
- tst_QMetaObjectBuilder
- tst_QObject
- tst_qdbusabstractadaptor - unknown status
- tst_qdbuscpp2xml
list;executed 2398 times by 14 tests: return list; Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusMetaObject
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QMetaMethod
- tst_QMetaObjectBuilder
- tst_QObject
- tst_qdbusabstractadaptor - unknown status
- tst_qdbuscpp2xml
| 2398 |
1119 | } | - |
1120 | | - |
1121 | QByteArray QMetaMethodPrivate::tag() const | - |
1122 | { | - |
1123 | ((!(priv(mobj->d.data)->revision >= 7)) ? qt_assert("priv(mobj->d.data)->revision >= 7",__FILE__,1744) : qt_noop()); | - |
1124 | returnexecuted 2806 times by 22 tests: return stringData(mobj, mobj->d.data[handle + 3]); 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_QDBusMetaObject
- tst_QDBusPendingCall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDBusThreading
- tst_QMetaMethod
- tst_QMetaObjectBuilder
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
stringData(mobj, mobj->d.data[handle + 3]);executed 2806 times by 22 tests: return stringData(mobj, mobj->d.data[handle + 3]); 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_QDBusMetaObject
- tst_QDBusPendingCall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDBusThreading
- tst_QMetaMethod
- tst_QMetaObjectBuilder
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
| 2806 |
1125 | } | - |
1126 | | - |
1127 | int QMetaMethodPrivate::ownMethodIndex() const | - |
1128 | { | - |
1129 | | - |
1130 | returnexecuted 378212 times by 570 tests: return (handle - priv(mobj->d.data)->methodData) / 5; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
(handle - priv(mobj->d.data)->methodData) / 5;executed 378212 times by 570 tests: return (handle - priv(mobj->d.data)->methodData) / 5; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| 378212 |
1131 | } | - |
1132 | QByteArray QMetaMethod::methodSignature() const | - |
1133 | { | - |
1134 | if (!mobjTRUE | evaluated 2 times by 1 test | FALSE | evaluated 36437 times by 536 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
|
) | 2-36437 |
1135 | returnexecuted 2 times by 1 test: return QByteArray(); QByteArray();executed 2 times by 1 test: return QByteArray(); | 2 |
1136 | returnexecuted 36437 times by 536 tests: return QMetaMethodPrivate::get(this)->signature(); Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
QMetaMethodPrivate::get(this)->signature();executed 36437 times by 536 tests: return QMetaMethodPrivate::get(this)->signature(); Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
| 36437 |
1137 | } | - |
1138 | QByteArray QMetaMethod::name() const | - |
1139 | { | - |
1140 | if (!mobjTRUE | never evaluated | FALSE | evaluated 28831 times by 542 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
|
) | 0-28831 |
1141 | return never executed: return QByteArray(); QByteArray();never executed: return QByteArray(); | 0 |
1142 | returnexecuted 28831 times by 542 tests: return QMetaMethodPrivate::get(this)->name(); Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
QMetaMethodPrivate::get(this)->name();executed 28831 times by 542 tests: return QMetaMethodPrivate::get(this)->name(); Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
| 28831 |
1143 | } | - |
1144 | int QMetaMethod::returnType() const | - |
1145 | { | - |
1146 | if (!mobjTRUE | never evaluated | FALSE | evaluated 20884 times by 540 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
|
) | 0-20884 |
1147 | return never executed: return QMetaType::UnknownType; QMetaType::UnknownType;never executed: return QMetaType::UnknownType; | 0 |
1148 | returnexecuted 20884 times by 540 tests: return QMetaMethodPrivate::get(this)->returnType(); Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
QMetaMethodPrivate::get(this)->returnType();executed 20884 times by 540 tests: return QMetaMethodPrivate::get(this)->returnType(); Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
| 20884 |
1149 | } | - |
1150 | int QMetaMethod::parameterCount() const | - |
1151 | { | - |
1152 | if (!mobjTRUE | never evaluated | FALSE | evaluated 46519 times by 537 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
|
) | 0-46519 |
1153 | return never executed: return 0; 0;never executed: return 0; | 0 |
1154 | returnexecuted 46519 times by 537 tests: return QMetaMethodPrivate::get(this)->parameterCount(); Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
QMetaMethodPrivate::get(this)->parameterCount();executed 46519 times by 537 tests: return QMetaMethodPrivate::get(this)->parameterCount(); Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
| 46519 |
1155 | } | - |
1156 | int QMetaMethod::parameterType(int index) const | - |
1157 | { | - |
1158 | if (!mobjTRUE | never evaluated | FALSE | evaluated 12955 times by 97 testsEvaluated by:- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractSlider
- tst_QAction
- tst_QAnimationGroup
- tst_QApplication
- tst_QButtonGroup
- tst_QCheckBox
- tst_QClipboard
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractInterface
- tst_QDBusMetaObject
- tst_QDBusServiceWatcher
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDial
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleValidator
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- ...
|
|| index < 0TRUE | evaluated 42 times by 1 test | FALSE | evaluated 12913 times by 97 testsEvaluated by:- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractSlider
- tst_QAction
- tst_QAnimationGroup
- tst_QApplication
- tst_QButtonGroup
- tst_QCheckBox
- tst_QClipboard
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractInterface
- tst_QDBusMetaObject
- tst_QDBusServiceWatcher
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDial
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleValidator
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- ...
|
) | 0-12955 |
1159 | returnexecuted 42 times by 1 test: return QMetaType::UnknownType; QMetaType::UnknownType;executed 42 times by 1 test: return QMetaType::UnknownType; | 42 |
1160 | if (index >= QMetaMethodPrivate::get(this)->parameterCount()TRUE | evaluated 42 times by 1 test | FALSE | evaluated 12871 times by 97 testsEvaluated by:- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractSlider
- tst_QAction
- tst_QAnimationGroup
- tst_QApplication
- tst_QButtonGroup
- tst_QCheckBox
- tst_QClipboard
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractInterface
- tst_QDBusMetaObject
- tst_QDBusServiceWatcher
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDial
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleValidator
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- ...
|
) | 42-12871 |
1161 | returnexecuted 42 times by 1 test: return QMetaType::UnknownType; QMetaType::UnknownType;executed 42 times by 1 test: return QMetaType::UnknownType; | 42 |
1162 | | - |
1163 | int type = QMetaMethodPrivate::get(this)->parameterType(index); | - |
1164 | if (type != QMetaType::UnknownTypeTRUE | evaluated 12851 times by 96 testsEvaluated by:- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractSlider
- tst_QAction
- tst_QAnimationGroup
- tst_QApplication
- tst_QButtonGroup
- tst_QCheckBox
- tst_QClipboard
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractInterface
- tst_QDBusMetaObject
- tst_QDBusServiceWatcher
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDial
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleValidator
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- ...
| FALSE | evaluated 20 times by 11 testsEvaluated by:- tst_QAbstractItemModel
- tst_QAction
- tst_QDBusMetaObject
- tst_QGraphicsItem
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QMenuBar
- tst_QMetaMethod
- tst_QSequentialAnimationGroup
- tst_QSortFilterProxyModel
- tst_QStringListModel
|
) | 20-12851 |
1165 | returnexecuted 12851 times by 96 tests: return type; Executed by:- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractSlider
- tst_QAction
- tst_QAnimationGroup
- tst_QApplication
- tst_QButtonGroup
- tst_QCheckBox
- tst_QClipboard
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractInterface
- tst_QDBusMetaObject
- tst_QDBusServiceWatcher
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDial
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleValidator
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- ...
type;executed 12851 times by 96 tests: return type; Executed by:- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractSlider
- tst_QAction
- tst_QAnimationGroup
- tst_QApplication
- tst_QButtonGroup
- tst_QCheckBox
- tst_QClipboard
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractInterface
- tst_QDBusMetaObject
- tst_QDBusServiceWatcher
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDial
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleValidator
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- ...
| 12851 |
1166 | | - |
1167 | void *argv[] = { &type, &index }; | - |
1168 | mobj->static_metacall(QMetaObject::RegisterMethodArgumentMetaType, QMetaMethodPrivate::get(this)->ownMethodIndex(), argv); | - |
1169 | if (type != -1TRUE | evaluated 16 times by 10 testsEvaluated by:- tst_QAbstractItemModel
- tst_QAction
- tst_QDBusMetaObject
- tst_QGraphicsItem
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QMenuBar
- tst_QSequentialAnimationGroup
- tst_QSortFilterProxyModel
- tst_QStringListModel
| FALSE | evaluated 4 times by 1 test |
) | 4-16 |
1170 | returnexecuted 16 times by 10 tests: return type; Executed by:- tst_QAbstractItemModel
- tst_QAction
- tst_QDBusMetaObject
- tst_QGraphicsItem
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QMenuBar
- tst_QSequentialAnimationGroup
- tst_QSortFilterProxyModel
- tst_QStringListModel
type;executed 16 times by 10 tests: return type; Executed by:- tst_QAbstractItemModel
- tst_QAction
- tst_QDBusMetaObject
- tst_QGraphicsItem
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QMenuBar
- tst_QSequentialAnimationGroup
- tst_QSortFilterProxyModel
- tst_QStringListModel
| 16 |
1171 | returnexecuted 4 times by 1 test: return QMetaType::UnknownType; QMetaType::UnknownType;executed 4 times by 1 test: return QMetaType::UnknownType; | 4 |
1172 | } | - |
1173 | void QMetaMethod::getParameterTypes(int *types) const | - |
1174 | { | - |
1175 | if (!mobjTRUE | never evaluated | FALSE | evaluated 42 times by 1 test |
) | 0-42 |
1176 | return; never executed: return; | 0 |
1177 | QMetaMethodPrivate::get(this)->getParameterTypes(types); | - |
1178 | }executed 42 times by 1 test: end of block | 42 |
1179 | | - |
1180 | | - |
1181 | | - |
1182 | | - |
1183 | | - |
1184 | | - |
1185 | QList<QByteArray> QMetaMethod::parameterTypes() const | - |
1186 | { | - |
1187 | if (!mobjTRUE | never evaluated | FALSE | evaluated 8938 times by 414 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_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
|
) | 0-8938 |
1188 | return never executed: return QList<QByteArray>(); QList<QByteArray>();never executed: return QList<QByteArray>(); | 0 |
1189 | returnexecuted 8938 times by 414 tests: return QMetaMethodPrivate::get(this)->parameterTypes(); 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_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
QMetaMethodPrivate::get(this)->parameterTypes();executed 8938 times by 414 tests: return QMetaMethodPrivate::get(this)->parameterTypes(); 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_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
| 8938 |
1190 | } | - |
1191 | | - |
1192 | | - |
1193 | | - |
1194 | | - |
1195 | | - |
1196 | | - |
1197 | QList<QByteArray> QMetaMethod::parameterNames() const | - |
1198 | { | - |
1199 | QList<QByteArray> list; | - |
1200 | if (!mobjTRUE | never evaluated | FALSE | evaluated 2398 times by 14 testsEvaluated by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusMetaObject
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QMetaMethod
- tst_QMetaObjectBuilder
- tst_QObject
- tst_qdbusabstractadaptor - unknown status
- tst_qdbuscpp2xml
|
) | 0-2398 |
1201 | return never executed: return list; list;never executed: return list; | 0 |
1202 | returnexecuted 2398 times by 14 tests: return QMetaMethodPrivate::get(this)->parameterNames(); Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusMetaObject
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QMetaMethod
- tst_QMetaObjectBuilder
- tst_QObject
- tst_qdbusabstractadaptor - unknown status
- tst_qdbuscpp2xml
QMetaMethodPrivate::get(this)->parameterNames();executed 2398 times by 14 tests: return QMetaMethodPrivate::get(this)->parameterNames(); Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusMetaObject
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QMetaMethod
- tst_QMetaObjectBuilder
- tst_QObject
- tst_qdbusabstractadaptor - unknown status
- tst_qdbuscpp2xml
| 2398 |
1203 | } | - |
1204 | | - |
1205 | | - |
1206 | | - |
1207 | | - |
1208 | | - |
1209 | | - |
1210 | | - |
1211 | const char *QMetaMethod::typeName() const | - |
1212 | { | - |
1213 | if (!mobjTRUE | never evaluated | FALSE | evaluated 501 times by 9 testsEvaluated by:- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QGraphicsProxyWidget
- tst_QMetaMethod
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QPlainTextEdit
- tst_QTextBrowser
- tst_QTextEdit
|
) | 0-501 |
1214 | return never executed: return 0; 0;never executed: return 0; | 0 |
1215 | returnexecuted 501 times by 9 tests: return QMetaMethodPrivate::get(this)->rawReturnTypeName(); Executed by:- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QGraphicsProxyWidget
- tst_QMetaMethod
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QPlainTextEdit
- tst_QTextBrowser
- tst_QTextEdit
QMetaMethodPrivate::get(this)->rawReturnTypeName();executed 501 times by 9 tests: return QMetaMethodPrivate::get(this)->rawReturnTypeName(); Executed by:- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QGraphicsProxyWidget
- tst_QMetaMethod
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QPlainTextEdit
- tst_QTextBrowser
- tst_QTextEdit
| 501 |
1216 | } | - |
1217 | const char *QMetaMethod::tag() const | - |
1218 | { | - |
1219 | if (!mobjTRUE | never evaluated | FALSE | evaluated 2806 times by 22 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_QDBusMetaObject
- tst_QDBusPendingCall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDBusThreading
- tst_QMetaMethod
- tst_QMetaObjectBuilder
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
|
) | 0-2806 |
1220 | return never executed: return 0; 0;never executed: return 0; | 0 |
1221 | returnexecuted 2806 times by 22 tests: return QMetaMethodPrivate::get(this)->tag().constData(); 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_QDBusMetaObject
- tst_QDBusPendingCall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDBusThreading
- tst_QMetaMethod
- tst_QMetaObjectBuilder
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
QMetaMethodPrivate::get(this)->tag().constData();executed 2806 times by 22 tests: return QMetaMethodPrivate::get(this)->tag().constData(); 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_QDBusMetaObject
- tst_QDBusPendingCall
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDBusThreading
- tst_QMetaMethod
- tst_QMetaObjectBuilder
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
| 2806 |
1222 | } | - |
1223 | | - |
1224 | | - |
1225 | | - |
1226 | | - |
1227 | | - |
1228 | int QMetaMethod::attributes() const | - |
1229 | { | - |
1230 | if (!mobjTRUE | evaluated 3 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QObject
| FALSE | evaluated 1148936 times by 268 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- 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_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- ...
|
) | 3-1148936 |
1231 | returnexecuted 3 times by 2 tests: return false; Executed by:- tst_QMetaObject
- tst_QObject
false;executed 3 times by 2 tests: return false; Executed by:- tst_QMetaObject
- tst_QObject
| 3 |
1232 | returnexecuted 1148936 times by 268 tests: return ((mobj->d.data[handle + 4])>>4); Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- 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_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- ...
((mobj->d.data[handle + 4])>>4);executed 1148936 times by 268 tests: return ((mobj->d.data[handle + 4])>>4); Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- 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_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- ...
| 1148936 |
1233 | } | - |
1234 | | - |
1235 | | - |
1236 | | - |
1237 | | - |
1238 | | - |
1239 | | - |
1240 | int QMetaMethod::methodIndex() const | - |
1241 | { | - |
1242 | if (!mobjTRUE | evaluated 4 times by 1 testEvaluated by:- tst_QDBusAbstractInterface
| FALSE | evaluated 4706 times by 89 testsEvaluated by:- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QAnimationGroup
- tst_QApplication
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusThreading
- tst_QDataWidgetMapper
- tst_QDialogButtonBox
- tst_QErrorMessage
- tst_QEventLoop
- tst_QFileDialog2
- tst_QFileSystemWatcher
- tst_QFutureWatcher
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGuiEventLoop
- ...
|
) | 4-4706 |
1243 | returnexecuted 4 times by 1 test: return -1; Executed by:- tst_QDBusAbstractInterface
-1;executed 4 times by 1 test: return -1; Executed by:- tst_QDBusAbstractInterface
| 4 |
1244 | returnexecuted 4706 times by 89 tests: return QMetaMethodPrivate::get(this)->ownMethodIndex() + mobj->methodOffset(); Executed by:- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QAnimationGroup
- tst_QApplication
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusThreading
- tst_QDataWidgetMapper
- tst_QDialogButtonBox
- tst_QErrorMessage
- tst_QEventLoop
- tst_QFileDialog2
- tst_QFileSystemWatcher
- tst_QFutureWatcher
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGuiEventLoop
- ...
QMetaMethodPrivate::get(this)->ownMethodIndex() + mobj->methodOffset();executed 4706 times by 89 tests: return QMetaMethodPrivate::get(this)->ownMethodIndex() + mobj->methodOffset(); Executed by:- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QAnimationGroup
- tst_QApplication
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusThreading
- tst_QDataWidgetMapper
- tst_QDialogButtonBox
- tst_QErrorMessage
- tst_QEventLoop
- tst_QFileDialog2
- tst_QFileSystemWatcher
- tst_QFutureWatcher
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGuiEventLoop
- ...
| 4706 |
1245 | } | - |
1246 | | - |
1247 | | - |
1248 | | - |
1249 | | - |
1250 | | - |
1251 | | - |
1252 | | - |
1253 | int QMetaMethod::revision() const | - |
1254 | { | - |
1255 | if (!mobjTRUE | never evaluated | FALSE | evaluated 222 times by 1 test |
) | 0-222 |
1256 | return never executed: return 0; 0;never executed: return 0; | 0 |
1257 | if ((TRUE | evaluated 7 times by 1 test | FALSE | evaluated 215 times by 1 test |
QMetaMethod::Access)(mobj->d.data[handle + 4] & MethodRevisioned)TRUE | evaluated 7 times by 1 test | FALSE | evaluated 215 times by 1 test |
) { | 7-215 |
1258 | int offset = priv(mobj->d.data)->methodData | - |
1259 | + priv(mobj->d.data)->methodCount * 5 | - |
1260 | + QMetaMethodPrivate::get(this)->ownMethodIndex(); | - |
1261 | returnexecuted 7 times by 1 test: return mobj->d.data[offset]; mobj->d.data[offset];executed 7 times by 1 test: return mobj->d.data[offset]; | 7 |
1262 | } | - |
1263 | returnexecuted 215 times by 1 test: return 0; 0;executed 215 times by 1 test: return 0; | 215 |
1264 | } | - |
1265 | QMetaMethod::Access QMetaMethod::access() const | - |
1266 | { | - |
1267 | if (!mobjTRUE | never evaluated | FALSE | evaluated 29674 times by 541 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
|
) | 0-29674 |
1268 | return never executed: return Private; Private;never executed: return Private; | 0 |
1269 | returnexecuted 29674 times by 541 tests: return (QMetaMethod::Access)(mobj->d.data[handle + 4] & AccessMask); Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
(QMetaMethod::Access)(mobj->d.data[handle + 4] & AccessMask);executed 29674 times by 541 tests: return (QMetaMethod::Access)(mobj->d.data[handle + 4] & AccessMask); Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
| 29674 |
1270 | } | - |
1271 | | - |
1272 | | - |
1273 | | - |
1274 | | - |
1275 | | - |
1276 | | - |
1277 | QMetaMethod::MethodType QMetaMethod::methodType() const | - |
1278 | { | - |
1279 | if (!mobjTRUE | never evaluated | FALSE | evaluated 32413 times by 540 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
|
) | 0-32413 |
1280 | return never executed: return QMetaMethod::Method; QMetaMethod::Method;never executed: return QMetaMethod::Method; | 0 |
1281 | returnexecuted 32413 times by 540 tests: return (QMetaMethod::MethodType)((mobj->d.data[handle + 4] & MethodTypeMask)>>2); Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
(QMetaMethod::MethodType)((mobj->d.data[handle + 4] & MethodTypeMask)>>2);executed 32413 times by 540 tests: return (QMetaMethod::MethodType)((mobj->d.data[handle + 4] & MethodTypeMask)>>2); Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- ...
| 32413 |
1282 | } | - |
1283 | QMetaMethod QMetaMethod::fromSignalImpl(const QMetaObject *metaObject, void **signal) | - |
1284 | { | - |
1285 | int i = -1; | - |
1286 | void *args[] = { &i, signal }; | - |
1287 | QMetaMethod result; | - |
1288 | for (const QMetaObject *m = metaObject; mTRUE | evaluated 5507 times by 194 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_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| FALSE | evaluated 2 times by 1 test |
; m = m->d.superdata) { | 2-5507 |
1289 | m->static_metacall(QMetaObject::IndexOfMethod, 0, args); | - |
1290 | if (i >= 0TRUE | evaluated 5504 times by 194 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_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| FALSE | evaluated 3 times by 1 test |
) { | 3-5504 |
1291 | result.mobj = m; | - |
1292 | result.handle = priv(m->d.data)->methodData + 5*i; | - |
1293 | break;executed 5504 times by 194 tests: break; 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_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| 5504 |
1294 | } | - |
1295 | }executed 3 times by 1 test: end of block | 3 |
1296 | returnexecuted 5506 times by 194 tests: return result; 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_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
result;executed 5506 times by 194 tests: return result; 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_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| 5506 |
1297 | } | - |
1298 | bool QMetaMethod::invoke(QObject *object, | - |
1299 | Qt::ConnectionType connectionType, | - |
1300 | QGenericReturnArgument returnValue, | - |
1301 | QGenericArgument val0, | - |
1302 | QGenericArgument val1, | - |
1303 | QGenericArgument val2, | - |
1304 | QGenericArgument val3, | - |
1305 | QGenericArgument val4, | - |
1306 | QGenericArgument val5, | - |
1307 | QGenericArgument val6, | - |
1308 | QGenericArgument val7, | - |
1309 | QGenericArgument val8, | - |
1310 | QGenericArgument val9) const | - |
1311 | { | - |
1312 | if (!objectTRUE | evaluated 2 times by 1 test | FALSE | evaluated 373467 times by 550 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
|
|| !mobjTRUE | evaluated 3 times by 1 test | FALSE | evaluated 373464 times by 550 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
|
) | 2-373467 |
1313 | returnexecuted 5 times by 1 test: return false; false;executed 5 times by 1 test: return false; | 5 |
1314 | | - |
1315 | ((!(mobj->cast(object))) ? qt_assert("mobj->cast(object)",__FILE__,2136) : qt_noop()); | - |
1316 | | - |
1317 | | - |
1318 | if (returnValue.data()TRUE | evaluated 114 times by 7 testsEvaluated by:- tst_QDBusInterface
- tst_QGraphicsProxyWidget
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QPlainTextEdit
- tst_QTextBrowser
- tst_QTextEdit
| FALSE | evaluated 373350 times by 550 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
|
) { | 114-373350 |
1319 | const char *retType = typeName(); | - |
1320 | if (qstrcmp(returnValue.name(), retType) != 0TRUE | evaluated 6 times by 1 test | FALSE | evaluated 108 times by 7 testsEvaluated by:- tst_QDBusInterface
- tst_QGraphicsProxyWidget
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QPlainTextEdit
- tst_QTextBrowser
- tst_QTextEdit
|
) { | 6-108 |
1321 | | - |
1322 | QByteArray normalized = QMetaObject::normalizedType(returnValue.name()); | - |
1323 | if (qstrcmp(normalized.constData(), retType) != 0TRUE | evaluated 2 times by 1 test | FALSE | evaluated 4 times by 1 test |
) { | 2-4 |
1324 | | - |
1325 | int t = returnType(); | - |
1326 | if (t == QMetaType::UnknownTypeTRUE | never evaluated | FALSE | evaluated 2 times by 1 test |
|| t != QMetaType::type(normalized)TRUE | evaluated 1 time by 1 test | FALSE | evaluated 1 time by 1 test |
) | 0-2 |
1327 | returnexecuted 1 time by 1 test: return false; false;executed 1 time by 1 test: return false; | 1 |
1328 | }executed 1 time by 1 test: end of block | 1 |
1329 | }executed 5 times by 1 test: end of block | 5 |
1330 | }executed 113 times by 7 tests: end of block Executed by:- tst_QDBusInterface
- tst_QGraphicsProxyWidget
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QPlainTextEdit
- tst_QTextBrowser
- tst_QTextEdit
| 113 |
1331 | | - |
1332 | | - |
1333 | const char *typeNames[] = { | - |
1334 | returnValue.name(), | - |
1335 | val0.name(), | - |
1336 | val1.name(), | - |
1337 | val2.name(), | - |
1338 | val3.name(), | - |
1339 | val4.name(), | - |
1340 | val5.name(), | - |
1341 | val6.name(), | - |
1342 | val7.name(), | - |
1343 | val8.name(), | - |
1344 | val9.name() | - |
1345 | }; | - |
1346 | int paramCount; | - |
1347 | for (paramCount = 1; paramCount < MaximumParamCountTRUE | evaluated 436038 times by 550 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| FALSE | never evaluated |
; ++paramCount) { | 0-436038 |
1348 | if (qstrlen(typeNames[paramCount]) <= 0TRUE | evaluated 373463 times by 550 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| FALSE | evaluated 62575 times by 25 testsEvaluated by:- tst_QAbstractItemModel
- tst_QDBusInterface
- tst_QEventLoop
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGuiEventLoop
- tst_QItemDelegate
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QNetworkReply
- tst_QObject
- tst_QPlainTextEdit
- tst_QPropertyAnimation
- tst_QStateMachine
- tst_QTableView
- tst_QTcpSocket
- tst_QTextBrowser
- tst_QTextEdit
- tst_QThread
- tst_QTimer
- tst_QTreeWidget
- tst_QXmlStream
- tst_Spdy
- tst_qdesktopservices
|
) | 62575-373463 |
1349 | break;executed 373463 times by 550 tests: break; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| 373463 |
1350 | }executed 62575 times by 25 tests: end of block Executed by:- tst_QAbstractItemModel
- tst_QDBusInterface
- tst_QEventLoop
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGuiEventLoop
- tst_QItemDelegate
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QNetworkReply
- tst_QObject
- tst_QPlainTextEdit
- tst_QPropertyAnimation
- tst_QStateMachine
- tst_QTableView
- tst_QTcpSocket
- tst_QTextBrowser
- tst_QTextEdit
- tst_QThread
- tst_QTimer
- tst_QTreeWidget
- tst_QXmlStream
- tst_Spdy
- tst_qdesktopservices
| 62575 |
1351 | if (paramCount <= QMetaMethodPrivate::get(this)->parameterCount()TRUE | evaluated 1 time by 1 test | FALSE | evaluated 373462 times by 550 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
|
) | 1-373462 |
1352 | returnexecuted 1 time by 1 test: return false; false;executed 1 time by 1 test: return false; | 1 |
1353 | | - |
1354 | | - |
1355 | QThread *currentThread = QThread::currentThread(); | - |
1356 | QThread *objectThread = object->thread(); | - |
1357 | if (connectionType == Qt::AutoConnectionTRUE | evaluated 12554 times by 78 testsEvaluated by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDBusInterface
- tst_QDBusThreading
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFontDialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QHeaderView
- tst_QHostInfo
- ...
| FALSE | evaluated 360908 times by 548 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
|
) { | 12554-360908 |
1358 | connectionType = currentThread == objectThreadTRUE | evaluated 12489 times by 76 testsEvaluated by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDBusInterface
- tst_QDBusThreading
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFontDialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QHeaderView
- tst_QHostInfo
- ...
| FALSE | evaluated 65 times by 18 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QFtp
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QNetworkSession
- tst_QStateMachine
- tst_QTcpServer
- tst_QUdpSocket
- tst_QXmlInputSource
- tst_QXmlStream
|
| 65-12489 |
1359 | ? Qt::DirectConnection | - |
1360 | : Qt::QueuedConnection; | - |
1361 | }executed 12554 times by 78 tests: end of block Executed by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDBusInterface
- tst_QDBusThreading
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFontDialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QHeaderView
- tst_QHostInfo
- ...
| 12554 |
1362 | void *param[] = { | - |
1363 | returnValue.data(), | - |
1364 | val0.data(), | - |
1365 | val1.data(), | - |
1366 | val2.data(), | - |
1367 | val3.data(), | - |
1368 | val4.data(), | - |
1369 | val5.data(), | - |
1370 | val6.data(), | - |
1371 | val7.data(), | - |
1372 | val8.data(), | - |
1373 | val9.data() | - |
1374 | }; | - |
1375 | int idx_relative = QMetaMethodPrivate::get(this)->ownMethodIndex(); | - |
1376 | int idx_offset = mobj->methodOffset(); | - |
1377 | ((!(QMetaObjectPrivate::get(mobj)->revision >= 6)) ? qt_assert("QMetaObjectPrivate::get(mobj)->revision >= 6",__FILE__,2206) : qt_noop()); | - |
1378 | QObjectPrivate::StaticMetaCallFunction callFunction = mobj->d.static_metacall; | - |
1379 | | - |
1380 | if (connectionType == Qt::DirectConnectionTRUE | evaluated 253815 times by 543 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| FALSE | evaluated 119647 times by 193 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- 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_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
) { | 119647-253815 |
1381 | if (callFunctionTRUE | evaluated 253799 times by 543 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| FALSE | evaluated 16 times by 1 test |
) { | 16-253799 |
1382 | callFunction(object, QMetaObject::InvokeMetaMethod, idx_relative, param); | - |
1383 | returnexecuted 253728 times by 543 tests: return true; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
true;executed 253728 times by 543 tests: return true; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| 253728 |
1384 | } else { | - |
1385 | returnexecuted 16 times by 1 test: return QMetaObject::metacall(object, QMetaObject::InvokeMetaMethod, idx_relative + idx_offset, param) < 0; QMetaObject::metacall(object, QMetaObject::InvokeMetaMethod, idx_relative + idx_offset, param) < 0;executed 16 times by 1 test: return QMetaObject::metacall(object, QMetaObject::InvokeMetaMethod, idx_relative + idx_offset, param) < 0; | 16 |
1386 | } | - |
1387 | } else if (connectionType == Qt::QueuedConnectionTRUE | evaluated 119587 times by 193 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- 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_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| FALSE | evaluated 60 times by 18 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QFtp
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QMetaObject
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QObject
- tst_QTcpServer
- tst_QUdpSocket
- tst_QXmlInputSource
- tst_QXmlStream
|
) { | 60-119587 |
1388 | if (returnValue.data()TRUE | evaluated 1 time by 1 test | FALSE | evaluated 119586 times by 193 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- 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_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
) { | 1-119586 |
1389 | QMessageLogger(__FILE__, 2218, __PRETTY_FUNCTION__).warning("QMetaMethod::invoke: Unable to invoke methods with return values in " | - |
1390 | "queued connections"); | - |
1391 | returnexecuted 1 time by 1 test: return false; false;executed 1 time by 1 test: return false; | 1 |
1392 | } | - |
1393 | | - |
1394 | int nargs = 1; | - |
1395 | void **args = (void **) malloc(paramCount * sizeof(void *)); | - |
1396 | do { if (!(args)TRUE | never evaluated | FALSE | evaluated 119586 times by 193 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- 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_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
) qBadAlloc();never executed: qBadAlloc(); } while (0); | 0-119586 |
1397 | int *types = (int *) malloc(paramCount * sizeof(int)); | - |
1398 | do { if (!(types)TRUE | never evaluated | FALSE | evaluated 119586 times by 193 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- 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_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
) qBadAlloc();never executed: qBadAlloc(); } while (0); | 0-119586 |
1399 | types[0] = 0; | - |
1400 | args[0] = 0; | - |
1401 | | - |
1402 | for (int i = 1; i < paramCountTRUE | evaluated 62245 times by 15 testsEvaluated by:- tst_QEventLoop
- tst_QGuiEventLoop
- tst_QItemDelegate
- tst_QMetaObject
- tst_QNetworkReply
- tst_QObject
- tst_QPropertyAnimation
- tst_QStateMachine
- tst_QTableView
- tst_QTcpSocket
- tst_QThread
- tst_QTimer
- tst_QTreeWidget
- tst_QXmlStream
- tst_Spdy
| FALSE | evaluated 119585 times by 193 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- 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_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
; ++i) { | 62245-119585 |
1403 | types[i] = QMetaType::type(typeNames[i]); | - |
1404 | if (types[i] != QMetaType::UnknownTypeTRUE | evaluated 62244 times by 15 testsEvaluated by:- tst_QEventLoop
- tst_QGuiEventLoop
- tst_QItemDelegate
- tst_QMetaObject
- tst_QNetworkReply
- tst_QObject
- tst_QPropertyAnimation
- tst_QStateMachine
- tst_QTableView
- tst_QTcpSocket
- tst_QThread
- tst_QTimer
- tst_QTreeWidget
- tst_QXmlStream
- tst_Spdy
| FALSE | evaluated 1 time by 1 test |
) { | 1-62244 |
1405 | args[i] = QMetaType::create(types[i], param[i]); | - |
1406 | ++nargs; | - |
1407 | }executed 62244 times by 15 tests: end of block Executed by:- tst_QEventLoop
- tst_QGuiEventLoop
- tst_QItemDelegate
- tst_QMetaObject
- tst_QNetworkReply
- tst_QObject
- tst_QPropertyAnimation
- tst_QStateMachine
- tst_QTableView
- tst_QTcpSocket
- tst_QThread
- tst_QTimer
- tst_QTreeWidget
- tst_QXmlStream
- tst_Spdy
else if (param[i]TRUE | evaluated 1 time by 1 test | FALSE | never evaluated |
) { | 0-62244 |
1408 | | - |
1409 | void *argv[] = { &types[i], &i }; | - |
1410 | QMetaObject::metacall(object, QMetaObject::RegisterMethodArgumentMetaType, | - |
1411 | idx_relative + idx_offset, argv); | - |
1412 | if (types[i] == -1TRUE | evaluated 1 time by 1 test | FALSE | never evaluated |
) { | 0-1 |
1413 | QMessageLogger(__FILE__, 2242, __PRETTY_FUNCTION__).warning("QMetaMethod::invoke: Unable to handle unregistered datatype '%s'", | - |
1414 | typeNames[i]); | - |
1415 | for (int x = 1; x < iTRUE | never evaluated | FALSE | evaluated 1 time by 1 test |
; ++x) { | 0-1 |
1416 | if (types[x]TRUE | never evaluated | FALSE | never evaluated |
&& args[x]TRUE | never evaluated | FALSE | never evaluated |
) | 0 |
1417 | QMetaType::destroy(types[x], args[x]); never executed: QMetaType::destroy(types[x], args[x]); | 0 |
1418 | } never executed: end of block | 0 |
1419 | free(types); | - |
1420 | free(args); | - |
1421 | returnexecuted 1 time by 1 test: return false; false;executed 1 time by 1 test: return false; | 1 |
1422 | } | - |
1423 | } never executed: end of block | 0 |
1424 | }executed 62244 times by 15 tests: end of block Executed by:- tst_QEventLoop
- tst_QGuiEventLoop
- tst_QItemDelegate
- tst_QMetaObject
- tst_QNetworkReply
- tst_QObject
- tst_QPropertyAnimation
- tst_QStateMachine
- tst_QTableView
- tst_QTcpSocket
- tst_QThread
- tst_QTimer
- tst_QTreeWidget
- tst_QXmlStream
- tst_Spdy
| 62244 |
1425 | | - |
1426 | QCoreApplication::postEvent(object, new QMetaCallEvent(idx_offset, idx_relative, callFunction, | - |
1427 | 0, -1, nargs, types, args)); | - |
1428 | }executed 119585 times by 193 tests: end of block Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- 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_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
else { | 119585 |
1429 | | - |
1430 | if (currentThread == objectThreadTRUE | never evaluated | FALSE | evaluated 60 times by 18 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QFtp
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QMetaObject
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QObject
- tst_QTcpServer
- tst_QUdpSocket
- tst_QXmlInputSource
- tst_QXmlStream
|
) { | 0-60 |
1431 | QMessageLogger(__FILE__, 2260, __PRETTY_FUNCTION__).warning("QMetaMethod::invoke: Dead lock detected in " | - |
1432 | "BlockingQueuedConnection: Receiver is %s(%p)", | - |
1433 | mobj->className(), object); | - |
1434 | } never executed: end of block | 0 |
1435 | | - |
1436 | QSemaphore semaphore; | - |
1437 | QCoreApplication::postEvent(object, new QMetaCallEvent(idx_offset, idx_relative, callFunction, | - |
1438 | 0, -1, 0, 0, param, &semaphore)); | - |
1439 | semaphore.acquire(); | - |
1440 | | - |
1441 | }executed 60 times by 18 tests: end of block Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QFtp
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QMetaObject
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QObject
- tst_QTcpServer
- tst_QUdpSocket
- tst_QXmlInputSource
- tst_QXmlStream
| 60 |
1442 | returnexecuted 119645 times by 193 tests: return true; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- 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_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
true;executed 119645 times by 193 tests: return true; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- 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_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| 119645 |
1443 | } | - |
1444 | bool QMetaMethod::invokeOnGadget(void* gadget, QGenericReturnArgument returnValue, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9) const | - |
1445 | { | - |
1446 | if (!gadgetTRUE | evaluated 2 times by 1 test | FALSE | evaluated 3 times by 1 test |
|| !mobjTRUE | never evaluated | FALSE | evaluated 3 times by 1 test |
) | 0-3 |
1447 | returnexecuted 2 times by 1 test: return false; false;executed 2 times by 1 test: return false; | 2 |
1448 | | - |
1449 | | - |
1450 | if (returnValue.data()TRUE | evaluated 2 times by 1 test | FALSE | evaluated 1 time by 1 test |
) { | 1-2 |
1451 | const char *retType = typeName(); | - |
1452 | if (qstrcmp(returnValue.name(), retType) != 0TRUE | never evaluated | FALSE | evaluated 2 times by 1 test |
) { | 0-2 |
1453 | | - |
1454 | QByteArray normalized = QMetaObject::normalizedType(returnValue.name()); | - |
1455 | if (qstrcmp(normalized.constData(), retType) != 0TRUE | never evaluated | FALSE | never evaluated |
) { | 0 |
1456 | | - |
1457 | int t = returnType(); | - |
1458 | if (t == QMetaType::UnknownTypeTRUE | never evaluated | FALSE | never evaluated |
|| t != QMetaType::type(normalized)TRUE | never evaluated | FALSE | never evaluated |
) | 0 |
1459 | return never executed: return false; false;never executed: return false; | 0 |
1460 | } never executed: end of block | 0 |
1461 | } never executed: end of block | 0 |
1462 | }executed 2 times by 1 test: end of block | 2 |
1463 | | - |
1464 | | - |
1465 | const char *typeNames[] = { | - |
1466 | returnValue.name(), | - |
1467 | val0.name(), | - |
1468 | val1.name(), | - |
1469 | val2.name(), | - |
1470 | val3.name(), | - |
1471 | val4.name(), | - |
1472 | val5.name(), | - |
1473 | val6.name(), | - |
1474 | val7.name(), | - |
1475 | val8.name(), | - |
1476 | val9.name() | - |
1477 | }; | - |
1478 | int paramCount; | - |
1479 | for (paramCount = 1; paramCount < MaximumParamCountTRUE | evaluated 4 times by 1 test | FALSE | never evaluated |
; ++paramCount) { | 0-4 |
1480 | if (qstrlen(typeNames[paramCount]) <= 0TRUE | evaluated 3 times by 1 test | FALSE | evaluated 1 time by 1 test |
) | 1-3 |
1481 | break;executed 3 times by 1 test: break; | 3 |
1482 | }executed 1 time by 1 test: end of block | 1 |
1483 | if (paramCount <= QMetaMethodPrivate::get(this)->parameterCount()TRUE | never evaluated | FALSE | evaluated 3 times by 1 test |
) | 0-3 |
1484 | return never executed: return false; false;never executed: return false; | 0 |
1485 | | - |
1486 | | - |
1487 | void *param[] = { | - |
1488 | returnValue.data(), | - |
1489 | val0.data(), | - |
1490 | val1.data(), | - |
1491 | val2.data(), | - |
1492 | val3.data(), | - |
1493 | val4.data(), | - |
1494 | val5.data(), | - |
1495 | val6.data(), | - |
1496 | val7.data(), | - |
1497 | val8.data(), | - |
1498 | val9.data() | - |
1499 | }; | - |
1500 | int idx_relative = QMetaMethodPrivate::get(this)->ownMethodIndex(); | - |
1501 | ((!(QMetaObjectPrivate::get(mobj)->revision >= 6)) ? qt_assert("QMetaObjectPrivate::get(mobj)->revision >= 6",__FILE__,2407) : qt_noop()); | - |
1502 | QObjectPrivate::StaticMetaCallFunction callFunction = mobj->d.static_metacall; | - |
1503 | if (!callFunctionTRUE | never evaluated | FALSE | evaluated 3 times by 1 test |
) | 0-3 |
1504 | return never executed: return false; false;never executed: return false; | 0 |
1505 | callFunction(reinterpret_cast<QObject*>(gadget), QMetaObject::InvokeMetaMethod, idx_relative, param); | - |
1506 | returnexecuted 3 times by 1 test: return true; true;executed 3 times by 1 test: return true; | 3 |
1507 | } | - |
1508 | const char *QMetaEnum::name() const | - |
1509 | { | - |
1510 | if (!mobjTRUE | evaluated 21247 times by 51 testsEvaluated by:- tst_QAbstractItemView
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsAnchorLayout1
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGuiVariant
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemModel
- tst_QItemView
- tst_QListView
- ...
| FALSE | evaluated 507 times by 17 testsEvaluated by:- tst_QAbstractItemView
- tst_QAbstractSpinBox
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QItemDelegate
- tst_QItemView
- tst_QListWidget
- tst_QMetaEnum
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QObject
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
- tst_QVariant
- tst_QWidget
|
) | 507-21247 |
1511 | returnexecuted 21247 times by 51 tests: return 0; Executed by:- tst_QAbstractItemView
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsAnchorLayout1
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGuiVariant
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemModel
- tst_QItemView
- tst_QListView
- ...
0;executed 21247 times by 51 tests: return 0; Executed by:- tst_QAbstractItemView
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDBusPendingReply
- tst_QDBusReply
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsAnchorLayout1
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGuiVariant
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemModel
- tst_QItemView
- tst_QListView
- ...
| 21247 |
1512 | returnexecuted 507 times by 17 tests: return rawStringData(mobj, mobj->d.data[handle]); Executed by:- tst_QAbstractItemView
- tst_QAbstractSpinBox
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QItemDelegate
- tst_QItemView
- tst_QListWidget
- tst_QMetaEnum
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QObject
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
- tst_QVariant
- tst_QWidget
rawStringData(mobj, mobj->d.data[handle]);executed 507 times by 17 tests: return rawStringData(mobj, mobj->d.data[handle]); Executed by:- tst_QAbstractItemView
- tst_QAbstractSpinBox
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QItemDelegate
- tst_QItemView
- tst_QListWidget
- tst_QMetaEnum
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QObject
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
- tst_QVariant
- tst_QWidget
| 507 |
1513 | } | - |
1514 | | - |
1515 | | - |
1516 | | - |
1517 | | - |
1518 | | - |
1519 | | - |
1520 | int QMetaEnum::keyCount() const | - |
1521 | { | - |
1522 | if (!mobjTRUE | never evaluated | FALSE | evaluated 27 times by 2 testsEvaluated by:- tst_QMetaEnum
- tst_QMetaObjectBuilder
|
) | 0-27 |
1523 | return never executed: return 0; 0;never executed: return 0; | 0 |
1524 | returnexecuted 27 times by 2 tests: return mobj->d.data[handle + 2]; Executed by:- tst_QMetaEnum
- tst_QMetaObjectBuilder
mobj->d.data[handle + 2];executed 27 times by 2 tests: return mobj->d.data[handle + 2]; Executed by:- tst_QMetaEnum
- tst_QMetaObjectBuilder
| 27 |
1525 | } | - |
1526 | | - |
1527 | | - |
1528 | | - |
1529 | | - |
1530 | | - |
1531 | | - |
1532 | | - |
1533 | const char *QMetaEnum::key(int index) const | - |
1534 | { | - |
1535 | if (!mobjTRUE | never evaluated | FALSE | evaluated 259 times by 5 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaObjectBuilder
- tst_languageChange
|
) | 0-259 |
1536 | return never executed: return 0; 0;never executed: return 0; | 0 |
1537 | int count = mobj->d.data[handle + 2]; | - |
1538 | int data = mobj->d.data[handle + 3]; | - |
1539 | if (index >= 0TRUE | evaluated 259 times by 5 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaObjectBuilder
- tst_languageChange
| FALSE | never evaluated |
&& index < countTRUE | evaluated 259 times by 5 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaObjectBuilder
- tst_languageChange
| FALSE | never evaluated |
) | 0-259 |
1540 | returnexecuted 259 times by 5 tests: return rawStringData(mobj, mobj->d.data[data + 2*index]); Executed by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaObjectBuilder
- tst_languageChange
rawStringData(mobj, mobj->d.data[data + 2*index]);executed 259 times by 5 tests: return rawStringData(mobj, mobj->d.data[data + 2*index]); Executed by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaObjectBuilder
- tst_languageChange
| 259 |
1541 | return never executed: return 0; 0;never executed: return 0; | 0 |
1542 | } | - |
1543 | | - |
1544 | | - |
1545 | | - |
1546 | | - |
1547 | | - |
1548 | | - |
1549 | | - |
1550 | int QMetaEnum::value(int index) const | - |
1551 | { | - |
1552 | if (!mobjTRUE | never evaluated | FALSE | evaluated 28 times by 1 test |
) | 0-28 |
1553 | return never executed: return 0; 0;never executed: return 0; | 0 |
1554 | int count = mobj->d.data[handle + 2]; | - |
1555 | int data = mobj->d.data[handle + 3]; | - |
1556 | if (index >= 0TRUE | evaluated 28 times by 1 test | FALSE | never evaluated |
&& index < countTRUE | evaluated 28 times by 1 test | FALSE | never evaluated |
) | 0-28 |
1557 | returnexecuted 28 times by 1 test: return mobj->d.data[data + 2*index + 1]; mobj->d.data[data + 2*index + 1];executed 28 times by 1 test: return mobj->d.data[data + 2*index + 1]; | 28 |
1558 | return never executed: return -1; -1;never executed: return -1; | 0 |
1559 | } | - |
1560 | bool QMetaEnum::isFlag() const | - |
1561 | { | - |
1562 | returnexecuted 35 times by 3 tests: return mobj && mobj->d.data[handle + 1]; Executed by:- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QObject
mobjTRUE | evaluated 35 times by 3 testsEvaluated by:- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QObject
| FALSE | never evaluated |
&& mobj->d.data[handle + 1]TRUE | evaluated 13 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QMetaObjectBuilder
| FALSE | evaluated 22 times by 3 testsEvaluated by:- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QObject
|
;executed 35 times by 3 tests: return mobj && mobj->d.data[handle + 1]; Executed by:- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QObject
| 0-35 |
1563 | } | - |
1564 | const char *QMetaEnum::scope() const | - |
1565 | { | - |
1566 | returnexecuted 59 times by 5 tests: return mobj ? objectClassName(mobj) : 0; Executed by:- tst_QAbstractSpinBox
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QObject
- tst_QWidget
mobjTRUE | evaluated 59 times by 5 testsEvaluated by:- tst_QAbstractSpinBox
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QObject
- tst_QWidget
| FALSE | never evaluated |
? objectClassName(mobj) : 0;executed 59 times by 5 tests: return mobj ? objectClassName(mobj) : 0; Executed by:- tst_QAbstractSpinBox
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QObject
- tst_QWidget
| 0-59 |
1567 | } | - |
1568 | int QMetaEnum::keyToValue(const char *key, bool *ok) const | - |
1569 | { | - |
1570 | if (ok != 0TRUE | evaluated 273 times by 6 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaObject
- tst_QObject
- tst_languageChange
| FALSE | never evaluated |
) | 0-273 |
1571 | *executed 273 times by 6 tests: *ok = false; Executed by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaObject
- tst_QObject
- tst_languageChange
ok = false;executed 273 times by 6 tests: *ok = false; Executed by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaObject
- tst_QObject
- tst_languageChange
| 273 |
1572 | if (!mobjTRUE | never evaluated | FALSE | evaluated 273 times by 6 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaObject
- tst_QObject
- tst_languageChange
|
|| !keyTRUE | never evaluated | FALSE | evaluated 273 times by 6 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaObject
- tst_QObject
- tst_languageChange
|
) | 0-273 |
1573 | return never executed: return -1; -1;never executed: return -1; | 0 |
1574 | uint scope = 0; | - |
1575 | const char *qualified_key = key; | - |
1576 | const char *s = key + qstrlen(key); | - |
1577 | while (s > keyTRUE | evaluated 1712 times by 6 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaObject
- tst_QObject
- tst_languageChange
| FALSE | evaluated 267 times by 6 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaObject
- tst_QObject
- tst_languageChange
|
&& *TRUE | evaluated 1706 times by 6 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaObject
- tst_QObject
- tst_languageChange
| FALSE | evaluated 6 times by 1 test |
s != ':'TRUE | evaluated 1706 times by 6 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaObject
- tst_QObject
- tst_languageChange
| FALSE | evaluated 6 times by 1 test |
) | 6-1712 |
1578 | --executed 1706 times by 6 tests: --s; Executed by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaObject
- tst_QObject
- tst_languageChange
s;executed 1706 times by 6 tests: --s; Executed by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaObject
- tst_QObject
- tst_languageChange
| 1706 |
1579 | if (s > keyTRUE | evaluated 6 times by 1 test | FALSE | evaluated 267 times by 6 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaObject
- tst_QObject
- tst_languageChange
|
&& *(TRUE | evaluated 6 times by 1 test | FALSE | never evaluated |
s-1)==':'TRUE | evaluated 6 times by 1 test | FALSE | never evaluated |
) { | 0-267 |
1580 | scope = s - key - 1; | - |
1581 | key += scope + 2; | - |
1582 | }executed 6 times by 1 test: end of block | 6 |
1583 | int count = mobj->d.data[handle + 2]; | - |
1584 | int data = mobj->d.data[handle + 3]; | - |
1585 | for (int i = 0; i < countTRUE | evaluated 302 times by 6 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaObject
- tst_QObject
- tst_languageChange
| FALSE | evaluated 8 times by 1 test |
; ++i) { | 8-302 |
1586 | const QByteArray className = stringData(mobj, priv(mobj->d.data)->className); | - |
1587 | if ((!scopeTRUE | evaluated 286 times by 6 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaObject
- tst_QObject
- tst_languageChange
| FALSE | evaluated 16 times by 1 test |
|| (className.size() == int(scope)TRUE | evaluated 4 times by 1 test | FALSE | evaluated 12 times by 1 test |
&& strncmp(qualified_key, className.constData(), scope) == 0TRUE | evaluated 4 times by 1 test | FALSE | never evaluated |
)) | 0-286 |
1588 | && strcmp(key, rawStringData(mobj, mobj->d.data[data + 2*i])) == 0TRUE | evaluated 265 times by 6 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaObject
- tst_QObject
- tst_languageChange
| FALSE | evaluated 25 times by 3 testsEvaluated by:- tst_QFiledialog
- tst_QMetaObject
- tst_QObject
|
) { | 25-265 |
1589 | if (ok != 0TRUE | evaluated 265 times by 6 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaObject
- tst_QObject
- tst_languageChange
| FALSE | never evaluated |
) | 0-265 |
1590 | *executed 265 times by 6 tests: *ok = true; Executed by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaObject
- tst_QObject
- tst_languageChange
ok = true;executed 265 times by 6 tests: *ok = true; Executed by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaObject
- tst_QObject
- tst_languageChange
| 265 |
1591 | returnexecuted 265 times by 6 tests: return mobj->d.data[data + 2*i + 1]; Executed by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaObject
- tst_QObject
- tst_languageChange
mobj->d.data[data + 2*i + 1];executed 265 times by 6 tests: return mobj->d.data[data + 2*i + 1]; Executed by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaObject
- tst_QObject
- tst_languageChange
| 265 |
1592 | } | - |
1593 | }executed 37 times by 3 tests: end of block Executed by:- tst_QFiledialog
- tst_QMetaObject
- tst_QObject
| 37 |
1594 | returnexecuted 8 times by 1 test: return -1; -1;executed 8 times by 1 test: return -1; | 8 |
1595 | } | - |
1596 | const char* QMetaEnum::valueToKey(int value) const | - |
1597 | { | - |
1598 | if (!mobjTRUE | never evaluated | FALSE | evaluated 102192 times by 124 testsEvaluated by:- tst_Gestures
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QAnimationGroup
- tst_QApplication
- tst_QBrush
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QCollator
- tst_QComboBox
- tst_QCompleter
- tst_QCssParser
- tst_QDataStream
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialogButtonBox
- tst_QDockWidget
- ...
|
) | 0-102192 |
1599 | return never executed: return 0; 0;never executed: return 0; | 0 |
1600 | int count = mobj->d.data[handle + 2]; | - |
1601 | int data = mobj->d.data[handle + 3]; | - |
1602 | for (int i = 0; i < countTRUE | evaluated 558322 times by 124 testsEvaluated by:- tst_Gestures
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QAnimationGroup
- tst_QApplication
- tst_QBrush
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QCollator
- tst_QComboBox
- tst_QCompleter
- tst_QCssParser
- tst_QDataStream
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialogButtonBox
- tst_QDockWidget
- ...
| FALSE | evaluated 17656 times by 22 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemModel
- tst_QAbstractProxyModel
- tst_QDockWidget
- tst_QGraphicsItem
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QHeaderView
- tst_QKeyEvent
- tst_QLibrary
- tst_QLineEdit
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QPlainTextEdit
- tst_QPluginLoader
- tst_QSizePolicy
- tst_QStandardItem
- tst_QStandardItemModel
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_QToolBar
- tst_QWidget
|
; ++i) | 17656-558322 |
1603 | if (value == (int)mobj->d.data[data + 2*i + 1]TRUE | evaluated 84536 times by 121 testsEvaluated by:- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QAnimationGroup
- tst_QApplication
- tst_QBrush
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QCollator
- tst_QComboBox
- tst_QCompleter
- tst_QCssParser
- tst_QDataStream
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleValidator
- tst_QDrag
- ...
| FALSE | evaluated 473786 times by 108 testsEvaluated by:- tst_Gestures
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QAnimationGroup
- tst_QBrush
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QCssParser
- tst_QDataStream
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDrag
- tst_QEasingCurve
- tst_QEventDispatcher
- ...
|
) | 84536-473786 |
1604 | returnexecuted 84536 times by 121 tests: return rawStringData(mobj, mobj->d.data[data + 2*i]); Executed by:- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QAnimationGroup
- tst_QApplication
- tst_QBrush
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QCollator
- tst_QComboBox
- tst_QCompleter
- tst_QCssParser
- tst_QDataStream
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleValidator
- tst_QDrag
- ...
rawStringData(mobj, mobj->d.data[data + 2*i]);executed 84536 times by 121 tests: return rawStringData(mobj, mobj->d.data[data + 2*i]); Executed by:- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QAnimationGroup
- tst_QApplication
- tst_QBrush
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QCollator
- tst_QComboBox
- tst_QCompleter
- tst_QCssParser
- tst_QDataStream
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleValidator
- tst_QDrag
- ...
| 84536 |
1605 | returnexecuted 17656 times by 22 tests: return 0; Executed by:- tst_Gestures
- tst_QAbstractItemModel
- tst_QAbstractProxyModel
- tst_QDockWidget
- tst_QGraphicsItem
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QHeaderView
- tst_QKeyEvent
- tst_QLibrary
- tst_QLineEdit
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QPlainTextEdit
- tst_QPluginLoader
- tst_QSizePolicy
- tst_QStandardItem
- tst_QStandardItemModel
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_QToolBar
- tst_QWidget
0;executed 17656 times by 22 tests: return 0; Executed by:- tst_Gestures
- tst_QAbstractItemModel
- tst_QAbstractProxyModel
- tst_QDockWidget
- tst_QGraphicsItem
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QHeaderView
- tst_QKeyEvent
- tst_QLibrary
- tst_QLineEdit
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QPlainTextEdit
- tst_QPluginLoader
- tst_QSizePolicy
- tst_QStandardItem
- tst_QStandardItemModel
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_QToolBar
- tst_QWidget
| 17656 |
1606 | } | - |
1607 | int QMetaEnum::keysToValue(const char *keys, bool *ok) const | - |
1608 | { | - |
1609 | if (ok != 0TRUE | evaluated 41 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QVariant
| FALSE | never evaluated |
) | 0-41 |
1610 | *executed 41 times by 2 tests: *ok = false; Executed by:- tst_QMetaObject
- tst_QVariant
ok = false;executed 41 times by 2 tests: *ok = false; Executed by:- tst_QMetaObject
- tst_QVariant
| 41 |
1611 | if (!mobjTRUE | never evaluated | FALSE | evaluated 41 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QVariant
|
|| !keysTRUE | never evaluated | FALSE | evaluated 41 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QVariant
|
) | 0-41 |
1612 | return never executed: return -1; -1;never executed: return -1; | 0 |
1613 | if (ok != 0TRUE | evaluated 41 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QVariant
| FALSE | never evaluated |
) | 0-41 |
1614 | *executed 41 times by 2 tests: *ok = true; Executed by:- tst_QMetaObject
- tst_QVariant
ok = true;executed 41 times by 2 tests: *ok = true; Executed by:- tst_QMetaObject
- tst_QVariant
| 41 |
1615 | QStringList l = QString::fromLatin1(keys).split(QLatin1Char('|')); | - |
1616 | if (l.isEmpty()TRUE | never evaluated | FALSE | evaluated 41 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QVariant
|
) | 0-41 |
1617 | return never executed: return 0; 0;never executed: return 0; | 0 |
1618 | | - |
1619 | int value = 0; | - |
1620 | int count = mobj->d.data[handle + 2]; | - |
1621 | int data = mobj->d.data[handle + 3]; | - |
1622 | for (int li = 0; li < l.size()TRUE | evaluated 55 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QVariant
| FALSE | evaluated 41 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QVariant
|
; ++li) { | 41-55 |
1623 | QString trimmed = l.at(li).trimmed(); | - |
1624 | QByteArray qualified_key = trimmed.toLatin1(); | - |
1625 | const char *key = qualified_key.constData(); | - |
1626 | uint scope = 0; | - |
1627 | const char *s = key + qstrlen(key); | - |
1628 | while (s > keyTRUE | evaluated 729 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QVariant
| FALSE | evaluated 31 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QVariant
|
&& *TRUE | evaluated 705 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QVariant
| FALSE | evaluated 24 times by 1 test |
s != ':'TRUE | evaluated 705 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QVariant
| FALSE | evaluated 24 times by 1 test |
) | 24-729 |
1629 | --executed 705 times by 2 tests: --s; Executed by:- tst_QMetaObject
- tst_QVariant
s;executed 705 times by 2 tests: --s; Executed by:- tst_QMetaObject
- tst_QVariant
| 705 |
1630 | if (s > keyTRUE | evaluated 24 times by 1 test | FALSE | evaluated 31 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QVariant
|
&& *(TRUE | evaluated 24 times by 1 test | FALSE | never evaluated |
s-1)==':'TRUE | evaluated 24 times by 1 test | FALSE | never evaluated |
) { | 0-31 |
1631 | scope = s - key - 1; | - |
1632 | key += scope + 2; | - |
1633 | }executed 24 times by 1 test: end of block | 24 |
1634 | int i; | - |
1635 | for (i = count-1; i >= 0TRUE | evaluated 121 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QVariant
| FALSE | evaluated 14 times by 1 test |
; --i) { | 14-121 |
1636 | const QByteArray className = stringData(mobj, priv(mobj->d.data)->className); | - |
1637 | if ((!scopeTRUE | evaluated 59 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QVariant
| FALSE | evaluated 62 times by 1 test |
|| (className.size() == int(scope)TRUE | evaluated 26 times by 1 test | FALSE | evaluated 36 times by 1 test |
&& strncmp(qualified_key.constData(), className.constData(), scope) == 0TRUE | evaluated 26 times by 1 test | FALSE | never evaluated |
)) | 0-62 |
1638 | && strcmp(key, rawStringData(mobj, mobj->d.data[data + 2*i])) == 0TRUE | evaluated 41 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QVariant
| FALSE | evaluated 44 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QVariant
|
) { | 41-44 |
1639 | value |= mobj->d.data[data + 2*i + 1]; | - |
1640 | break;executed 41 times by 2 tests: break; Executed by:- tst_QMetaObject
- tst_QVariant
| 41 |
1641 | } | - |
1642 | }executed 80 times by 2 tests: end of block Executed by:- tst_QMetaObject
- tst_QVariant
| 80 |
1643 | if (i < 0TRUE | evaluated 14 times by 1 test | FALSE | evaluated 41 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QVariant
|
) { | 14-41 |
1644 | if (ok != 0TRUE | evaluated 14 times by 1 test | FALSE | never evaluated |
) | 0-14 |
1645 | *executed 14 times by 1 test: *ok = false; ok = false;executed 14 times by 1 test: *ok = false; | 14 |
1646 | value |= -1; | - |
1647 | }executed 14 times by 1 test: end of block | 14 |
1648 | }executed 55 times by 2 tests: end of block Executed by:- tst_QMetaObject
- tst_QVariant
| 55 |
1649 | returnexecuted 41 times by 2 tests: return value; Executed by:- tst_QMetaObject
- tst_QVariant
value;executed 41 times by 2 tests: return value; Executed by:- tst_QMetaObject
- tst_QVariant
| 41 |
1650 | } | - |
1651 | | - |
1652 | | - |
1653 | | - |
1654 | | - |
1655 | | - |
1656 | | - |
1657 | | - |
1658 | QByteArray QMetaEnum::valueToKeys(int value) const | - |
1659 | { | - |
1660 | QByteArray keys; | - |
1661 | if (!mobjTRUE | never evaluated | FALSE | evaluated 17325 times by 4 testsEvaluated by:- tst_QMetaEnum
- tst_QMetaObject
- tst_QSizePolicy
- tst_QWidget
|
) | 0-17325 |
1662 | return never executed: return keys; keys;never executed: return keys; | 0 |
1663 | int count = mobj->d.data[handle + 2]; | - |
1664 | int data = mobj->d.data[handle + 3]; | - |
1665 | int v = value; | - |
1666 | | - |
1667 | for (int i = count - 1; i >= 0TRUE | evaluated 260330 times by 4 testsEvaluated by:- tst_QMetaEnum
- tst_QMetaObject
- tst_QSizePolicy
- tst_QWidget
| FALSE | evaluated 17325 times by 4 testsEvaluated by:- tst_QMetaEnum
- tst_QMetaObject
- tst_QSizePolicy
- tst_QWidget
|
; --i) { | 17325-260330 |
1668 | int k = mobj->d.data[data + 2*i + 1]; | - |
1669 | if ((k != 0TRUE | evaluated 260307 times by 4 testsEvaluated by:- tst_QMetaEnum
- tst_QMetaObject
- tst_QSizePolicy
- tst_QWidget
| FALSE | evaluated 23 times by 2 tests |
&& (TRUE | evaluated 17324 times by 4 testsEvaluated by:- tst_QMetaEnum
- tst_QMetaObject
- tst_QSizePolicy
- tst_QWidget
| FALSE | evaluated 242983 times by 4 testsEvaluated by:- tst_QMetaEnum
- tst_QMetaObject
- tst_QSizePolicy
- tst_QWidget
|
v & k) == kTRUE | evaluated 17324 times by 4 testsEvaluated by:- tst_QMetaEnum
- tst_QMetaObject
- tst_QSizePolicy
- tst_QWidget
| FALSE | evaluated 242983 times by 4 testsEvaluated by:- tst_QMetaEnum
- tst_QMetaObject
- tst_QSizePolicy
- tst_QWidget
|
) || (TRUE | evaluated 10 times by 1 test | FALSE | evaluated 242996 times by 4 testsEvaluated by:- tst_QMetaEnum
- tst_QMetaObject
- tst_QSizePolicy
- tst_QWidget
|
k == value)TRUE | evaluated 10 times by 1 test | FALSE | evaluated 242996 times by 4 testsEvaluated by:- tst_QMetaEnum
- tst_QMetaObject
- tst_QSizePolicy
- tst_QWidget
|
) { | 10-260307 |
1670 | v = v & ~k; | - |
1671 | if (!keys.isEmpty()TRUE | evaluated 9 times by 3 testsEvaluated by:- tst_QMetaEnum
- tst_QMetaObject
- tst_QSizePolicy
| FALSE | evaluated 17325 times by 4 testsEvaluated by:- tst_QMetaEnum
- tst_QMetaObject
- tst_QSizePolicy
- tst_QWidget
|
) | 9-17325 |
1672 | keys.prepend('|');executed 9 times by 3 tests: keys.prepend('|'); Executed by:- tst_QMetaEnum
- tst_QMetaObject
- tst_QSizePolicy
| 9 |
1673 | keys.prepend(stringData(mobj, mobj->d.data[data + 2*i])); | - |
1674 | }executed 17334 times by 4 tests: end of block Executed by:- tst_QMetaEnum
- tst_QMetaObject
- tst_QSizePolicy
- tst_QWidget
| 17334 |
1675 | }executed 260330 times by 4 tests: end of block Executed by:- tst_QMetaEnum
- tst_QMetaObject
- tst_QSizePolicy
- tst_QWidget
| 260330 |
1676 | returnexecuted 17325 times by 4 tests: return keys; Executed by:- tst_QMetaEnum
- tst_QMetaObject
- tst_QSizePolicy
- tst_QWidget
keys;executed 17325 times by 4 tests: return keys; Executed by:- tst_QMetaEnum
- tst_QMetaObject
- tst_QSizePolicy
- tst_QWidget
| 17325 |
1677 | } | - |
1678 | static QByteArray qualifiedName(const QMetaEnum &e) | - |
1679 | { | - |
1680 | returnexecuted 24 times by 2 tests: return QByteArray(e.scope()) + "::" + e.name(); Executed by:- tst_QAbstractSpinBox
- tst_QObject
QByteArray(e.scope()) + "::" + e.name();executed 24 times by 2 tests: return QByteArray(e.scope()) + "::" + e.name(); Executed by:- tst_QAbstractSpinBox
- tst_QObject
| 24 |
1681 | } | - |
1682 | QMetaProperty::QMetaProperty() | - |
1683 | : mobj(0), handle(0), idx(0) | - |
1684 | { | - |
1685 | }executed 29879 times by 156 tests: end of block Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
| 29879 |
1686 | | - |
1687 | | - |
1688 | | - |
1689 | | - |
1690 | | - |
1691 | | - |
1692 | | - |
1693 | const char *QMetaProperty::name() const | - |
1694 | { | - |
1695 | if (!mobjTRUE | evaluated 3 times by 1 test | FALSE | evaluated 835 times by 136 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_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- ...
|
) | 3-835 |
1696 | returnexecuted 3 times by 1 test: return 0; 0;executed 3 times by 1 test: return 0; | 3 |
1697 | int handle = priv(mobj->d.data)->propertyData + 3*idx; | - |
1698 | returnexecuted 835 times by 136 tests: return rawStringData(mobj, mobj->d.data[handle]); 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_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- ...
rawStringData(mobj, mobj->d.data[handle]);executed 835 times by 136 tests: return rawStringData(mobj, mobj->d.data[handle]); 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_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- ...
| 835 |
1699 | } | - |
1700 | | - |
1701 | | - |
1702 | | - |
1703 | | - |
1704 | | - |
1705 | | - |
1706 | const char *QMetaProperty::typeName() const | - |
1707 | { | - |
1708 | if (!mobjTRUE | never evaluated | FALSE | evaluated 108 times by 5 testsEvaluated by:- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QObject
|
) | 0-108 |
1709 | return never executed: return 0; 0;never executed: return 0; | 0 |
1710 | int handle = priv(mobj->d.data)->propertyData + 3*idx; | - |
1711 | returnexecuted 108 times by 5 tests: return rawTypeNameFromTypeInfo(mobj, mobj->d.data[handle + 1]); Executed by:- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QObject
rawTypeNameFromTypeInfo(mobj, mobj->d.data[handle + 1]);executed 108 times by 5 tests: return rawTypeNameFromTypeInfo(mobj, mobj->d.data[handle + 1]); Executed by:- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QObject
| 108 |
1712 | } | - |
1713 | | - |
1714 | | - |
1715 | | - |
1716 | | - |
1717 | | - |
1718 | | - |
1719 | | - |
1720 | QVariant::Type QMetaProperty::type() const | - |
1721 | { | - |
1722 | if (!mobjTRUE | never evaluated | FALSE | evaluated 254 times by 135 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_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- ...
|
) | 0-254 |
1723 | return never executed: return QVariant::Invalid; QVariant::Invalid;never executed: return QVariant::Invalid; | 0 |
1724 | int handle = priv(mobj->d.data)->propertyData + 3*idx; | - |
1725 | | - |
1726 | ((!(priv(mobj->d.data)->revision >= 7)) ? qt_assert("priv(mobj->d.data)->revision >= 7",__FILE__,2818) : qt_noop()); | - |
1727 | uint type = typeFromTypeInfo(mobj, mobj->d.data[handle + 1]); | - |
1728 | if (type >= QMetaType::UserTRUE | evaluated 26 times by 4 testsEvaluated by:- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QObject
| FALSE | evaluated 228 times by 135 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_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- ...
|
) | 26-228 |
1729 | returnexecuted 26 times by 4 tests: return QVariant::UserType; Executed by:- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QObject
QVariant::UserType;executed 26 times by 4 tests: return QVariant::UserType; Executed by:- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QObject
| 26 |
1730 | if (type != QMetaType::UnknownTypeTRUE | evaluated 224 times by 135 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_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- ...
| FALSE | evaluated 4 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QObject
|
) | 4-224 |
1731 | returnexecuted 224 times by 135 tests: return QVariant::Type(type); 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_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- ...
QVariant::Type(type);executed 224 times by 135 tests: return QVariant::Type(type); 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_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- ...
| 224 |
1732 | if (isEnumType()TRUE | evaluated 3 times by 1 test | FALSE | evaluated 1 time by 1 test |
) { | 1-3 |
1733 | int enumMetaTypeId = QMetaType::type(qualifiedName(menum)); | - |
1734 | if (enumMetaTypeId == QMetaType::UnknownTypeTRUE | evaluated 2 times by 1 test | FALSE | evaluated 1 time by 1 test |
) | 1-2 |
1735 | returnexecuted 2 times by 1 test: return QVariant::Int; QVariant::Int;executed 2 times by 1 test: return QVariant::Int; | 2 |
1736 | }executed 1 time by 1 test: end of block | 1 |
1737 | | - |
1738 | | - |
1739 | | - |
1740 | | - |
1741 | | - |
1742 | | - |
1743 | returnexecuted 2 times by 2 tests: return QVariant::UserType; Executed by:- tst_QMetaObject
- tst_QObject
QVariant::UserType;executed 2 times by 2 tests: return QVariant::UserType; Executed by:- tst_QMetaObject
- tst_QObject
| 2 |
1744 | } | - |
1745 | int QMetaProperty::userType() const | - |
1746 | { | - |
1747 | if (!mobjTRUE | never evaluated | FALSE | evaluated 586 times by 139 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_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- ...
|
) | 0-586 |
1748 | return never executed: return QMetaType::UnknownType; QMetaType::UnknownType;never executed: return QMetaType::UnknownType; | 0 |
1749 | ((!(priv(mobj->d.data)->revision >= 7)) ? qt_assert("priv(mobj->d.data)->revision >= 7",__FILE__,2851) : qt_noop()); | - |
1750 | int handle = priv(mobj->d.data)->propertyData + 3*idx; | - |
1751 | int type = typeFromTypeInfo(mobj, mobj->d.data[handle + 1]); | - |
1752 | if (type != QMetaType::UnknownTypeTRUE | evaluated 584 times by 139 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_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- ...
| FALSE | evaluated 2 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QObject
|
) | 2-584 |
1753 | returnexecuted 584 times by 139 tests: return type; 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_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- ...
type;executed 584 times by 139 tests: return type; 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_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- ...
| 584 |
1754 | if (isEnumType()TRUE | evaluated 1 time by 1 test | FALSE | evaluated 1 time by 1 test |
) { | 1 |
1755 | type = QMetaType::type(qualifiedName(menum)); | - |
1756 | if (type == QMetaType::UnknownTypeTRUE | never evaluated | FALSE | evaluated 1 time by 1 test |
) { | 0-1 |
1757 | type = registerPropertyType(); | - |
1758 | if (type == QMetaType::UnknownTypeTRUE | never evaluated | FALSE | never evaluated |
) | 0 |
1759 | return never executed: return QVariant::Int; QVariant::Int;never executed: return QVariant::Int; | 0 |
1760 | } never executed: end of block | 0 |
1761 | returnexecuted 1 time by 1 test: return type; type;executed 1 time by 1 test: return type; | 1 |
1762 | } | - |
1763 | type = QMetaType::type(typeName()); | - |
1764 | if (type != QMetaType::UnknownTypeTRUE | never evaluated | FALSE | evaluated 1 time by 1 test |
) | 0-1 |
1765 | return never executed: return type; type;never executed: return type; | 0 |
1766 | returnexecuted 1 time by 1 test: return registerPropertyType(); registerPropertyType();executed 1 time by 1 test: return registerPropertyType(); | 1 |
1767 | } | - |
1768 | | - |
1769 | | - |
1770 | | - |
1771 | | - |
1772 | | - |
1773 | | - |
1774 | int QMetaProperty::propertyIndex() const | - |
1775 | { | - |
1776 | if (!mobjTRUE | never evaluated | FALSE | never evaluated |
) | 0 |
1777 | return never executed: return -1; -1;never executed: return -1; | 0 |
1778 | return never executed: return idx + mobj->propertyOffset(); idx + mobj->propertyOffset();never executed: return idx + mobj->propertyOffset(); | 0 |
1779 | } | - |
1780 | bool QMetaProperty::isFlagType() const | - |
1781 | { | - |
1782 | returnexecuted 83 times by 3 tests: return isEnumType() && menum.isFlag(); Executed by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
- tst_QObject
isEnumType()TRUE | evaluated 15 times by 2 testsEvaluated by:- tst_QMetaObjectBuilder
- tst_QObject
| FALSE | evaluated 68 times by 2 testsEvaluated by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
|
&& menum.isFlag()TRUE | evaluated 4 times by 1 test | FALSE | evaluated 11 times by 2 testsEvaluated by:- tst_QMetaObjectBuilder
- tst_QObject
|
;executed 83 times by 3 tests: return isEnumType() && menum.isFlag(); Executed by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
- tst_QObject
| 4-83 |
1783 | } | - |
1784 | | - |
1785 | | - |
1786 | | - |
1787 | | - |
1788 | | - |
1789 | | - |
1790 | | - |
1791 | bool QMetaProperty::isEnumType() const | - |
1792 | { | - |
1793 | if (!mobjTRUE | never evaluated | FALSE | evaluated 22223 times by 154 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
|
) | 0-22223 |
1794 | return never executed: return false; false;never executed: return false; | 0 |
1795 | int handle = priv(mobj->d.data)->propertyData + 3*idx; | - |
1796 | int flags = mobj->d.data[handle + 2]; | - |
1797 | returnexecuted 22223 times by 154 tests: return (flags & EnumOrFlag) && menum.name(); Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
(TRUE | evaluated 149 times by 14 testsEvaluated by:- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDateTimeEdit
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSyntaxHighlighter
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
| FALSE | evaluated 22074 times by 152 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- ...
|
flags & EnumOrFlag)TRUE | evaluated 149 times by 14 testsEvaluated by:- tst_QAbstractProxyModel
- tst_QAbstractSpinBox
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDateTimeEdit
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSyntaxHighlighter
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
| FALSE | evaluated 22074 times by 152 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- ...
|
&& menum.name()TRUE | evaluated 72 times by 4 testsEvaluated by:- tst_QAbstractSpinBox
- tst_QDateTimeEdit
- tst_QMetaObjectBuilder
- tst_QObject
| FALSE | evaluated 77 times by 11 testsEvaluated by:- tst_QAbstractProxyModel
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QMetaObject
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSyntaxHighlighter
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
|
;executed 22223 times by 154 tests: return (flags & EnumOrFlag) && menum.name(); Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
| 72-22223 |
1798 | } | - |
1799 | bool QMetaProperty::hasStdCppSet() const | - |
1800 | { | - |
1801 | if (!mobjTRUE | never evaluated | FALSE | evaluated 60 times by 3 testsEvaluated by:- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
|
) | 0-60 |
1802 | return never executed: return false; false;never executed: return false; | 0 |
1803 | int handle = priv(mobj->d.data)->propertyData + 3*idx; | - |
1804 | int flags = mobj->d.data[handle + 2]; | - |
1805 | returnexecuted 60 times by 3 tests: return (flags & StdCppSet); Executed by:- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
(flags & StdCppSet);executed 60 times by 3 tests: return (flags & StdCppSet); Executed by:- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
| 60 |
1806 | } | - |
1807 | | - |
1808 | | - |
1809 | | - |
1810 | | - |
1811 | | - |
1812 | | - |
1813 | | - |
1814 | int QMetaProperty::registerPropertyType() const | - |
1815 | { | - |
1816 | int registerResult = -1; | - |
1817 | void *argv[] = { ®isterResult }; | - |
1818 | mobj->static_metacall(QMetaObject::RegisterPropertyMetaType, idx, argv); | - |
1819 | returnexecuted 3 times by 2 tests: return registerResult == -1 ? QMetaType::UnknownType : registerResult; Executed by:- tst_QMetaObject
- tst_QMetaProperty
registerResult == -1TRUE | evaluated 1 time by 1 test | FALSE | evaluated 2 times by 1 test |
? QMetaType::UnknownType : registerResult;executed 3 times by 2 tests: return registerResult == -1 ? QMetaType::UnknownType : registerResult; Executed by:- tst_QMetaObject
- tst_QMetaProperty
| 1-3 |
1820 | } | - |
1821 | | - |
1822 | | - |
1823 | | - |
1824 | | - |
1825 | | - |
1826 | | - |
1827 | | - |
1828 | QMetaEnum QMetaProperty::enumerator() const | - |
1829 | { | - |
1830 | returnexecuted 1 time by 1 test: return menum; menum;executed 1 time by 1 test: return menum; | 1 |
1831 | } | - |
1832 | | - |
1833 | | - |
1834 | | - |
1835 | | - |
1836 | | - |
1837 | | - |
1838 | | - |
1839 | QVariant QMetaProperty::read(const QObject *object) const | - |
1840 | { | - |
1841 | if (!objectTRUE | never evaluated | FALSE | evaluated 20966 times by 152 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
|
|| !mobjTRUE | never evaluated | FALSE | evaluated 20966 times by 152 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
|
) | 0-20966 |
1842 | return never executed: return QVariant(); QVariant();never executed: return QVariant(); | 0 |
1843 | | - |
1844 | uint t = QVariant::Int; | - |
1845 | if (isEnumType()TRUE | evaluated 16 times by 2 testsEvaluated by:- tst_QAbstractSpinBox
- tst_QObject
| FALSE | evaluated 20950 times by 152 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
|
) { | 16-20950 |
1846 | | - |
1847 | | - |
1848 | | - |
1849 | | - |
1850 | | - |
1851 | int enumMetaTypeId = QMetaType::type(qualifiedName(menum)); | - |
1852 | if (enumMetaTypeId != QMetaType::UnknownTypeTRUE | evaluated 7 times by 1 test | FALSE | evaluated 9 times by 2 testsEvaluated by:- tst_QAbstractSpinBox
- tst_QObject
|
) | 7-9 |
1853 | t = enumMetaTypeId;executed 7 times by 1 test: t = enumMetaTypeId; | 7 |
1854 | }executed 16 times by 2 tests: end of block Executed by:- tst_QAbstractSpinBox
- tst_QObject
else { | 16 |
1855 | int handle = priv(mobj->d.data)->propertyData + 3*idx; | - |
1856 | const char *typeName = 0; | - |
1857 | ((!(priv(mobj->d.data)->revision >= 7)) ? qt_assert("priv(mobj->d.data)->revision >= 7",__FILE__,2980) : qt_noop()); | - |
1858 | uint typeInfo = mobj->d.data[handle + 1]; | - |
1859 | if (!(typeInfo & IsUnresolvedType)TRUE | evaluated 20916 times by 151 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- ...
| FALSE | evaluated 34 times by 9 testsEvaluated by:- tst_QAbstractProxyModel
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSyntaxHighlighter
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
|
) | 34-20916 |
1860 | t = typeInfo;executed 20916 times by 151 tests: t = typeInfo; Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- ...
| 20916 |
1861 | else { | - |
1862 | typeName = rawStringData(mobj, typeInfo & TypeNameIndexMask); | - |
1863 | t = QMetaType::type(typeName); | - |
1864 | }executed 34 times by 9 tests: end of block Executed by:- tst_QAbstractProxyModel
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSyntaxHighlighter
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
| 34 |
1865 | if (t == QMetaType::UnknownTypeTRUE | evaluated 1 time by 1 test | FALSE | evaluated 20949 times by 152 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
|
) { | 1-20949 |
1866 | | - |
1867 | t = registerPropertyType(); | - |
1868 | if (t == QMetaType::UnknownTypeTRUE | never evaluated | FALSE | evaluated 1 time by 1 test |
) { | 0-1 |
1869 | QMessageLogger(__FILE__, 2992, __PRETTY_FUNCTION__).warning("QMetaProperty::read: Unable to handle unregistered datatype '%s' for property '%s::%s'", typeName, mobj->className(), name()); | - |
1870 | return never executed: return QVariant(); QVariant();never executed: return QVariant(); | 0 |
1871 | } | - |
1872 | }executed 1 time by 1 test: end of block | 1 |
1873 | }executed 20950 times by 152 tests: end of block Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
| 20950 |
1874 | | - |
1875 | | - |
1876 | | - |
1877 | | - |
1878 | | - |
1879 | | - |
1880 | int status = -1; | - |
1881 | QVariant value; | - |
1882 | void *argv[] = { 0, &value, &status }; | - |
1883 | if (t == QMetaType::QVariantTRUE | evaluated 4 times by 1 test | FALSE | evaluated 20962 times by 152 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
|
) { | 4-20962 |
1884 | argv[0] = &value; | - |
1885 | }executed 4 times by 1 test: end of block else { | 4 |
1886 | value = QVariant(t, (void*)0); | - |
1887 | argv[0] = value.data(); | - |
1888 | }executed 20962 times by 152 tests: end of block Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
| 20962 |
1889 | if (priv(mobj->d.data)->flags & PropertyAccessInStaticMetaCallTRUE | evaluated 2 times by 1 test | FALSE | evaluated 20964 times by 152 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
|
&& mobj->d.static_metacallTRUE | evaluated 2 times by 1 test | FALSE | never evaluated |
) { | 0-20964 |
1890 | mobj->d.static_metacall(const_cast<QObject*>(object), QMetaObject::ReadProperty, idx, argv); | - |
1891 | }executed 2 times by 1 test: end of block else { | 2 |
1892 | QMetaObject::metacall(const_cast<QObject*>(object), QMetaObject::ReadProperty, | - |
1893 | idx + mobj->propertyOffset(), argv); | - |
1894 | }executed 20964 times by 152 tests: end of block Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
| 20964 |
1895 | | - |
1896 | if (status != -1TRUE | evaluated 14 times by 1 testEvaluated by:- tst_QDBusAbstractInterface
| FALSE | evaluated 20952 times by 152 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
|
) | 14-20952 |
1897 | returnexecuted 14 times by 1 test: return value; Executed by:- tst_QDBusAbstractInterface
value;executed 14 times by 1 test: return value; Executed by:- tst_QDBusAbstractInterface
| 14 |
1898 | if (t != QMetaType::QVariantTRUE | evaluated 20948 times by 152 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
| FALSE | evaluated 4 times by 1 test |
&& argv[0] != value.data()TRUE | never evaluated | FALSE | evaluated 20948 times by 152 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
|
) | 0-20948 |
1899 | | - |
1900 | return never executed: return QVariant((QVariant::Type)t, argv[0]); QVariant((QVariant::Type)t, argv[0]);never executed: return QVariant((QVariant::Type)t, argv[0]); | 0 |
1901 | returnexecuted 20952 times by 152 tests: return value; Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
value;executed 20952 times by 152 tests: return value; Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
| 20952 |
1902 | } | - |
1903 | bool QMetaProperty::write(QObject *object, const QVariant &value) const | - |
1904 | { | - |
1905 | if (!objectTRUE | never evaluated | FALSE | evaluated 1064 times by 54 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QEasingCurve
- tst_QErrorMessage
- tst_QGraphicsItem
- tst_QGraphicsObject
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QItemView
- tst_QLabel
- tst_QListWidget
- tst_QMainWindow
- tst_QMatrixNxN
- ...
|
|| !isWritable()TRUE | never evaluated | FALSE | evaluated 1064 times by 54 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QEasingCurve
- tst_QErrorMessage
- tst_QGraphicsItem
- tst_QGraphicsObject
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QItemView
- tst_QLabel
- tst_QListWidget
- tst_QMainWindow
- tst_QMatrixNxN
- ...
|
) | 0-1064 |
1906 | return never executed: return false; false;never executed: return false; | 0 |
1907 | | - |
1908 | QVariant v = value; | - |
1909 | uint t = QVariant::Invalid; | - |
1910 | if (isEnumType()TRUE | evaluated 13 times by 2 testsEvaluated by:- tst_QDateTimeEdit
- tst_QObject
| FALSE | evaluated 1051 times by 53 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QEasingCurve
- tst_QErrorMessage
- tst_QGraphicsItem
- tst_QGraphicsObject
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QItemView
- tst_QLabel
- tst_QListWidget
- tst_QMainWindow
- tst_QMatrixNxN
- tst_QMdiArea
- ...
|
) { | 13-1051 |
1911 | if (v.type() == QVariant::StringTRUE | evaluated 3 times by 1 test | FALSE | evaluated 10 times by 2 testsEvaluated by:- tst_QDateTimeEdit
- tst_QObject
|
) { | 3-10 |
1912 | bool ok; | - |
1913 | if (isFlagType()TRUE | never evaluated | FALSE | evaluated 3 times by 1 test |
) | 0-3 |
1914 | v = QVariant(menum.keysToValue(value.toByteArray(), &ok)); never executed: v = QVariant(menum.keysToValue(value.toByteArray(), &ok)); | 0 |
1915 | else | - |
1916 | v = QVariant(menum.keyToValue(value.toByteArray(), &ok));executed 3 times by 1 test: v = QVariant(menum.keyToValue(value.toByteArray(), &ok)); | 3 |
1917 | if (!okTRUE | never evaluated | FALSE | evaluated 3 times by 1 test |
) | 0-3 |
1918 | return never executed: return false; false;never executed: return false; | 0 |
1919 | }executed 3 times by 1 test: end of block else if (v.type() != QVariant::IntTRUE | evaluated 4 times by 1 test | FALSE | evaluated 6 times by 2 testsEvaluated by:- tst_QDateTimeEdit
- tst_QObject
|
&& v.type() != QVariant::UIntTRUE | evaluated 4 times by 1 test | FALSE | never evaluated |
) { | 0-6 |
1920 | int enumMetaTypeId = QMetaType::type(qualifiedName(menum)); | - |
1921 | if ((TRUE | evaluated 2 times by 1 test | FALSE | evaluated 2 times by 1 test |
enumMetaTypeId == QMetaType::UnknownType)TRUE | evaluated 2 times by 1 test | FALSE | evaluated 2 times by 1 test |
|| (TRUE | evaluated 1 time by 1 test | FALSE | evaluated 1 time by 1 test |
v.userType() != enumMetaTypeId)TRUE | evaluated 1 time by 1 test | FALSE | evaluated 1 time by 1 test |
|| !v.constData()TRUE | never evaluated | FALSE | evaluated 1 time by 1 test |
) | 0-2 |
1922 | returnexecuted 3 times by 1 test: return false; false;executed 3 times by 1 test: return false; | 3 |
1923 | v = QVariant(*reinterpret_cast<const int *>(v.constData())); | - |
1924 | }executed 1 time by 1 test: end of block | 1 |
1925 | v.convert(QVariant::Int); | - |
1926 | }executed 10 times by 2 tests: end of block Executed by:- tst_QDateTimeEdit
- tst_QObject
else { | 10 |
1927 | int handle = priv(mobj->d.data)->propertyData + 3*idx; | - |
1928 | const char *typeName = 0; | - |
1929 | ((!(priv(mobj->d.data)->revision >= 7)) ? qt_assert("priv(mobj->d.data)->revision >= 7",__FILE__,3064) : qt_noop()); | - |
1930 | uint typeInfo = mobj->d.data[handle + 1]; | - |
1931 | if (!(typeInfo & IsUnresolvedType)TRUE | evaluated 1025 times by 53 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QEasingCurve
- tst_QErrorMessage
- tst_QGraphicsItem
- tst_QGraphicsObject
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QItemView
- tst_QLabel
- tst_QListWidget
- tst_QMainWindow
- tst_QMatrixNxN
- tst_QMdiArea
- ...
| FALSE | evaluated 26 times by 6 testsEvaluated by:- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QMetaProperty
- tst_QObject
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
|
) | 26-1025 |
1932 | t = typeInfo;executed 1025 times by 53 tests: t = typeInfo; Executed by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QEasingCurve
- tst_QErrorMessage
- tst_QGraphicsItem
- tst_QGraphicsObject
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QItemView
- tst_QLabel
- tst_QListWidget
- tst_QMainWindow
- tst_QMatrixNxN
- tst_QMdiArea
- ...
| 1025 |
1933 | else { | - |
1934 | typeName = rawStringData(mobj, typeInfo & TypeNameIndexMask); | - |
1935 | t = QMetaType::type(typeName); | - |
1936 | if (t == QMetaType::UnknownTypeTRUE | evaluated 1 time by 1 test | FALSE | evaluated 25 times by 6 testsEvaluated by:- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QMetaProperty
- tst_QObject
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
|
) | 1-25 |
1937 | t = registerPropertyType();executed 1 time by 1 test: t = registerPropertyType(); | 1 |
1938 | if (t == QMetaType::UnknownTypeTRUE | never evaluated | FALSE | evaluated 26 times by 6 testsEvaluated by:- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QMetaProperty
- tst_QObject
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
|
) | 0-26 |
1939 | return never executed: return false; false;never executed: return false; | 0 |
1940 | }executed 26 times by 6 tests: end of block Executed by:- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QMetaProperty
- tst_QObject
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
| 26 |
1941 | if (t != QMetaType::QVariantTRUE | evaluated 1049 times by 53 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QEasingCurve
- tst_QErrorMessage
- tst_QGraphicsItem
- tst_QGraphicsObject
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QItemView
- tst_QLabel
- tst_QListWidget
- tst_QMainWindow
- tst_QMatrixNxN
- tst_QMdiArea
- ...
| FALSE | evaluated 2 times by 1 test |
&& int(t) != value.userType()TRUE | evaluated 35 times by 7 testsEvaluated by:- tst_QDataWidgetMapper
- tst_QGraphicsObject
- tst_QMetaProperty
- tst_QObject
- tst_QStyleSheetStyle
- tst_QTableView
- tst_QWizard
| FALSE | evaluated 1014 times by 53 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QEasingCurve
- tst_QErrorMessage
- tst_QGraphicsItem
- tst_QGraphicsObject
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QItemView
- tst_QLabel
- tst_QListWidget
- tst_QMainWindow
- tst_QMatrixNxN
- tst_QMdiArea
- ...
|
) { | 2-1049 |
1942 | if (!value.isValid()TRUE | evaluated 4 times by 2 testsEvaluated by:- tst_QMetaProperty
- tst_QObject
| FALSE | evaluated 31 times by 7 testsEvaluated by:- tst_QDataWidgetMapper
- tst_QGraphicsObject
- tst_QMetaProperty
- tst_QObject
- tst_QStyleSheetStyle
- tst_QTableView
- tst_QWizard
|
) { | 4-31 |
1943 | if (isResettable()TRUE | evaluated 1 time by 1 test | FALSE | evaluated 3 times by 2 testsEvaluated by:- tst_QMetaProperty
- tst_QObject
|
) | 1-3 |
1944 | returnexecuted 1 time by 1 test: return reset(object); reset(object);executed 1 time by 1 test: return reset(object); | 1 |
1945 | v = QVariant(t, 0); | - |
1946 | }executed 3 times by 2 tests: end of block Executed by:- tst_QMetaProperty
- tst_QObject
else if (!v.convert(t)TRUE | evaluated 8 times by 3 testsEvaluated by:- tst_QDataWidgetMapper
- tst_QMetaProperty
- tst_QObject
| FALSE | evaluated 23 times by 6 testsEvaluated by:- tst_QGraphicsObject
- tst_QMetaProperty
- tst_QObject
- tst_QStyleSheetStyle
- tst_QTableView
- tst_QWizard
|
) { | 3-23 |
1947 | returnexecuted 8 times by 3 tests: return false; Executed by:- tst_QDataWidgetMapper
- tst_QMetaProperty
- tst_QObject
false;executed 8 times by 3 tests: return false; Executed by:- tst_QDataWidgetMapper
- tst_QMetaProperty
- tst_QObject
| 8 |
1948 | } | - |
1949 | }executed 26 times by 6 tests: end of block Executed by:- tst_QGraphicsObject
- tst_QMetaProperty
- tst_QObject
- tst_QStyleSheetStyle
- tst_QTableView
- tst_QWizard
| 26 |
1950 | }executed 1042 times by 53 tests: end of block Executed by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QEasingCurve
- tst_QErrorMessage
- tst_QGraphicsItem
- tst_QGraphicsObject
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QItemView
- tst_QLabel
- tst_QListWidget
- tst_QMainWindow
- tst_QMatrixNxN
- tst_QMdiArea
- ...
| 1042 |
1951 | | - |
1952 | | - |
1953 | | - |
1954 | | - |
1955 | | - |
1956 | | - |
1957 | int status = -1; | - |
1958 | | - |
1959 | | - |
1960 | int flags = 0; | - |
1961 | void *argv[] = { 0, &v, &status, &flags }; | - |
1962 | if (t == QMetaType::QVariantTRUE | evaluated 2 times by 1 test | FALSE | evaluated 1050 times by 54 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QEasingCurve
- tst_QErrorMessage
- tst_QGraphicsItem
- tst_QGraphicsObject
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QItemView
- tst_QLabel
- tst_QListWidget
- tst_QMainWindow
- tst_QMatrixNxN
- ...
|
) | 2-1050 |
1963 | argv[0] = &v;executed 2 times by 1 test: argv[0] = &v; | 2 |
1964 | else | - |
1965 | argv[0] = v.data();executed 1050 times by 54 tests: argv[0] = v.data(); Executed by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QEasingCurve
- tst_QErrorMessage
- tst_QGraphicsItem
- tst_QGraphicsObject
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QItemView
- tst_QLabel
- tst_QListWidget
- tst_QMainWindow
- tst_QMatrixNxN
- ...
| 1050 |
1966 | if (priv(mobj->d.data)->flags & PropertyAccessInStaticMetaCallTRUE | evaluated 1 time by 1 test | FALSE | evaluated 1051 times by 54 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QEasingCurve
- tst_QErrorMessage
- tst_QGraphicsItem
- tst_QGraphicsObject
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QItemView
- tst_QLabel
- tst_QListWidget
- tst_QMainWindow
- tst_QMatrixNxN
- ...
|
&& mobj->d.static_metacallTRUE | evaluated 1 time by 1 test | FALSE | never evaluated |
) | 0-1051 |
1967 | mobj->d.static_metacall(object, QMetaObject::WriteProperty, idx, argv);executed 1 time by 1 test: mobj->d.static_metacall(object, QMetaObject::WriteProperty, idx, argv); | 1 |
1968 | else | - |
1969 | QMetaObject::metacall(object, QMetaObject::WriteProperty, idx + mobj->propertyOffset(), argv);executed 1051 times by 54 tests: QMetaObject::metacall(object, QMetaObject::WriteProperty, idx + mobj->propertyOffset(), argv); Executed by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QEasingCurve
- tst_QErrorMessage
- tst_QGraphicsItem
- tst_QGraphicsObject
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QItemView
- tst_QLabel
- tst_QListWidget
- tst_QMainWindow
- tst_QMatrixNxN
- ...
| 1051 |
1970 | | - |
1971 | returnexecuted 1052 times by 54 tests: return status; Executed by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QEasingCurve
- tst_QErrorMessage
- tst_QGraphicsItem
- tst_QGraphicsObject
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QItemView
- tst_QLabel
- tst_QListWidget
- tst_QMainWindow
- tst_QMatrixNxN
- ...
status;executed 1052 times by 54 tests: return status; Executed by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QEasingCurve
- tst_QErrorMessage
- tst_QGraphicsItem
- tst_QGraphicsObject
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QItemView
- tst_QLabel
- tst_QListWidget
- tst_QMainWindow
- tst_QMatrixNxN
- ...
| 1052 |
1972 | } | - |
1973 | bool QMetaProperty::reset(QObject *object) const | - |
1974 | { | - |
1975 | if (!objectTRUE | never evaluated | FALSE | evaluated 2 times by 1 test |
|| !mobjTRUE | never evaluated | FALSE | evaluated 2 times by 1 test |
|| !isResettable()TRUE | never evaluated | FALSE | evaluated 2 times by 1 test |
) | 0-2 |
1976 | return never executed: return false; false;never executed: return false; | 0 |
1977 | void *argv[] = { 0 }; | - |
1978 | if (priv(mobj->d.data)->flags & PropertyAccessInStaticMetaCallTRUE | evaluated 1 time by 1 test | FALSE | evaluated 1 time by 1 test |
&& mobj->d.static_metacallTRUE | evaluated 1 time by 1 test | FALSE | never evaluated |
) | 0-1 |
1979 | mobj->d.static_metacall(object, QMetaObject::ResetProperty, idx, argv);executed 1 time by 1 test: mobj->d.static_metacall(object, QMetaObject::ResetProperty, idx, argv); | 1 |
1980 | else | - |
1981 | QMetaObject::metacall(object, QMetaObject::ResetProperty, idx + mobj->propertyOffset(), argv);executed 1 time by 1 test: QMetaObject::metacall(object, QMetaObject::ResetProperty, idx + mobj->propertyOffset(), argv); | 1 |
1982 | returnexecuted 2 times by 1 test: return true; true;executed 2 times by 1 test: return true; | 2 |
1983 | } | - |
1984 | QVariant QMetaProperty::readOnGadget(const void *gadget) const | - |
1985 | { | - |
1986 | ((!(priv(mobj->d.data)->flags & PropertyAccessInStaticMetaCall && mobj->d.static_metacall)) ? qt_assert("priv(mobj->d.data)->flags & PropertyAccessInStaticMetaCall && mobj->d.static_metacall",__FILE__,3138) : qt_noop()); | - |
1987 | returnexecuted 2 times by 1 test: return read(reinterpret_cast<const QObject*>(gadget)); read(reinterpret_cast<const QObject*>(gadget));executed 2 times by 1 test: return read(reinterpret_cast<const QObject*>(gadget)); | 2 |
1988 | } | - |
1989 | bool QMetaProperty::writeOnGadget(void *gadget, const QVariant &value) const | - |
1990 | { | - |
1991 | ((!(priv(mobj->d.data)->flags & PropertyAccessInStaticMetaCall && mobj->d.static_metacall)) ? qt_assert("priv(mobj->d.data)->flags & PropertyAccessInStaticMetaCall && mobj->d.static_metacall",__FILE__,3152) : qt_noop()); | - |
1992 | returnexecuted 1 time by 1 test: return write(reinterpret_cast<QObject*>(gadget), value); write(reinterpret_cast<QObject*>(gadget), value);executed 1 time by 1 test: return write(reinterpret_cast<QObject*>(gadget), value); | 1 |
1993 | } | - |
1994 | bool QMetaProperty::resetOnGadget(void *gadget) const | - |
1995 | { | - |
1996 | ((!(priv(mobj->d.data)->flags & PropertyAccessInStaticMetaCall && mobj->d.static_metacall)) ? qt_assert("priv(mobj->d.data)->flags & PropertyAccessInStaticMetaCall && mobj->d.static_metacall",__FILE__,3168) : qt_noop()); | - |
1997 | returnexecuted 1 time by 1 test: return reset(reinterpret_cast<QObject*>(gadget)); reset(reinterpret_cast<QObject*>(gadget));executed 1 time by 1 test: return reset(reinterpret_cast<QObject*>(gadget)); | 1 |
1998 | } | - |
1999 | | - |
2000 | | - |
2001 | | - |
2002 | | - |
2003 | | - |
2004 | | - |
2005 | | - |
2006 | bool QMetaProperty::isResettable() const | - |
2007 | { | - |
2008 | if (!mobjTRUE | never evaluated | FALSE | evaluated 106 times by 4 testsEvaluated by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
- tst_QObject
|
) | 0-106 |
2009 | return never executed: return false; false;never executed: return false; | 0 |
2010 | int flags = mobj->d.data[handle + 2]; | - |
2011 | returnexecuted 106 times by 4 tests: return flags & Resettable; Executed by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
- tst_QObject
flags & Resettable;executed 106 times by 4 tests: return flags & Resettable; Executed by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
- tst_QObject
| 106 |
2012 | } | - |
2013 | | - |
2014 | | - |
2015 | | - |
2016 | | - |
2017 | | - |
2018 | | - |
2019 | bool QMetaProperty::isReadable() const | - |
2020 | { | - |
2021 | if (!mobjTRUE | never evaluated | FALSE | evaluated 21241 times by 153 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
|
) | 0-21241 |
2022 | return never executed: return false; false;never executed: return false; | 0 |
2023 | int flags = mobj->d.data[handle + 2]; | - |
2024 | returnexecuted 21241 times by 153 tests: return flags & Readable; Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
flags & Readable;executed 21241 times by 153 tests: return flags & Readable; Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
| 21241 |
2025 | } | - |
2026 | | - |
2027 | | - |
2028 | | - |
2029 | | - |
2030 | | - |
2031 | | - |
2032 | | - |
2033 | bool QMetaProperty::hasNotifySignal() const | - |
2034 | { | - |
2035 | if (!mobjTRUE | never evaluated | FALSE | evaluated 103 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QMetaObjectBuilder
|
) | 0-103 |
2036 | return never executed: return false; false;never executed: return false; | 0 |
2037 | int flags = mobj->d.data[handle + 2]; | - |
2038 | returnexecuted 103 times by 2 tests: return flags & Notify; Executed by:- tst_QMetaObject
- tst_QMetaObjectBuilder
flags & Notify;executed 103 times by 2 tests: return flags & Notify; Executed by:- tst_QMetaObject
- tst_QMetaObjectBuilder
| 103 |
2039 | } | - |
2040 | QMetaMethod QMetaProperty::notifySignal() const | - |
2041 | { | - |
2042 | int id = notifySignalIndex(); | - |
2043 | if (id != -1TRUE | evaluated 7 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QMetaObjectBuilder
| FALSE | evaluated 2 times by 1 test |
) | 2-7 |
2044 | returnexecuted 7 times by 2 tests: return mobj->method(id); Executed by:- tst_QMetaObject
- tst_QMetaObjectBuilder
mobj->method(id);executed 7 times by 2 tests: return mobj->method(id); Executed by:- tst_QMetaObject
- tst_QMetaObjectBuilder
| 7 |
2045 | else | - |
2046 | returnexecuted 2 times by 1 test: return QMetaMethod(); QMetaMethod();executed 2 times by 1 test: return QMetaMethod(); | 2 |
2047 | } | - |
2048 | int QMetaProperty::notifySignalIndex() const | - |
2049 | { | - |
2050 | if (hasNotifySignal()TRUE | evaluated 23 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QMetaObjectBuilder
| FALSE | evaluated 2 times by 1 test |
) { | 2-23 |
2051 | int offset = priv(mobj->d.data)->propertyData + | - |
2052 | priv(mobj->d.data)->propertyCount * 3 + idx; | - |
2053 | returnexecuted 23 times by 2 tests: return mobj->d.data[offset] + mobj->methodOffset(); Executed by:- tst_QMetaObject
- tst_QMetaObjectBuilder
mobj->d.data[offset] + mobj->methodOffset();executed 23 times by 2 tests: return mobj->d.data[offset] + mobj->methodOffset(); Executed by:- tst_QMetaObject
- tst_QMetaObjectBuilder
| 23 |
2054 | } else { | - |
2055 | returnexecuted 2 times by 1 test: return -1; -1;executed 2 times by 1 test: return -1; | 2 |
2056 | } | - |
2057 | } | - |
2058 | int QMetaProperty::revision() const | - |
2059 | { | - |
2060 | if (!mobjTRUE | never evaluated | FALSE | evaluated 56 times by 1 test |
) | 0-56 |
2061 | return never executed: return 0; 0;never executed: return 0; | 0 |
2062 | int flags = mobj->d.data[handle + 2]; | - |
2063 | if (flags & RevisionedTRUE | evaluated 7 times by 1 test | FALSE | evaluated 49 times by 1 test |
) { | 7-49 |
2064 | int offset = priv(mobj->d.data)->propertyData + | - |
2065 | priv(mobj->d.data)->propertyCount * 3 + idx; | - |
2066 | | - |
2067 | | - |
2068 | for (int i = 0; i < priv(mobj->d.data)->propertyCountTRUE | evaluated 7 times by 1 test | FALSE | never evaluated |
; ++i) { | 0-7 |
2069 | int handle = priv(mobj->d.data)->propertyData + 3*i; | - |
2070 | if (mobj->d.data[handle + 2] & NotifyTRUE | evaluated 7 times by 1 test | FALSE | never evaluated |
) { | 0-7 |
2071 | offset += priv(mobj->d.data)->propertyCount; | - |
2072 | break;executed 7 times by 1 test: break; | 7 |
2073 | } | - |
2074 | } never executed: end of block | 0 |
2075 | returnexecuted 7 times by 1 test: return mobj->d.data[offset]; mobj->d.data[offset];executed 7 times by 1 test: return mobj->d.data[offset]; | 7 |
2076 | } else { | - |
2077 | returnexecuted 49 times by 1 test: return 0; 0;executed 49 times by 1 test: return 0; | 49 |
2078 | } | - |
2079 | } | - |
2080 | | - |
2081 | | - |
2082 | | - |
2083 | | - |
2084 | | - |
2085 | | - |
2086 | | - |
2087 | bool QMetaProperty::isWritable() const | - |
2088 | { | - |
2089 | if (!mobjTRUE | never evaluated | FALSE | evaluated 4327 times by 69 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QAnimationGroup
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDockWidget
- tst_QEasingCurve
- tst_QErrorMessage
- tst_QGraphicsItem
- tst_QGraphicsObject
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- ...
|
) | 0-4327 |
2090 | return never executed: return false; false;never executed: return false; | 0 |
2091 | int flags = mobj->d.data[handle + 2]; | - |
2092 | returnexecuted 4327 times by 69 tests: return flags & Writable; Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QAnimationGroup
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDockWidget
- tst_QEasingCurve
- tst_QErrorMessage
- tst_QGraphicsItem
- tst_QGraphicsObject
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- ...
flags & Writable;executed 4327 times by 69 tests: return flags & Writable; Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QAnimationGroup
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDockWidget
- tst_QEasingCurve
- tst_QErrorMessage
- tst_QGraphicsItem
- tst_QGraphicsObject
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- ...
| 4327 |
2093 | } | - |
2094 | bool QMetaProperty::isDesignable(const QObject *object) const | - |
2095 | { | - |
2096 | if (!mobjTRUE | never evaluated | FALSE | evaluated 103 times by 3 testsEvaluated by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
- tst_QStyleSheetStyle
|
) | 0-103 |
2097 | return never executed: return false; false;never executed: return false; | 0 |
2098 | int flags = mobj->d.data[handle + 2]; | - |
2099 | bool b = flags & Designable; | - |
2100 | if (objectTRUE | never evaluated | FALSE | evaluated 103 times by 3 testsEvaluated by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
- tst_QStyleSheetStyle
|
) { | 0-103 |
2101 | void *argv[] = { &b }; | - |
2102 | QMetaObject::metacall(const_cast<QObject*>(object), QMetaObject::QueryPropertyDesignable, | - |
2103 | idx + mobj->propertyOffset(), argv); | - |
2104 | } never executed: end of block | 0 |
2105 | returnexecuted 103 times by 3 tests: return b; Executed by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
- tst_QStyleSheetStyle
b;executed 103 times by 3 tests: return b; Executed by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
- tst_QStyleSheetStyle
| 103 |
2106 | | - |
2107 | | - |
2108 | } | - |
2109 | bool QMetaProperty::isScriptable(const QObject *object) const | - |
2110 | { | - |
2111 | if (!mobjTRUE | never evaluated | FALSE | evaluated 373 times by 9 testsEvaluated by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusinterface - unknown status
|
) | 0-373 |
2112 | return never executed: return false; false;never executed: return false; | 0 |
2113 | int flags = mobj->d.data[handle + 2]; | - |
2114 | bool b = flags & Scriptable; | - |
2115 | if (objectTRUE | never evaluated | FALSE | evaluated 373 times by 9 testsEvaluated by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusinterface - unknown status
|
) { | 0-373 |
2116 | void *argv[] = { &b }; | - |
2117 | QMetaObject::metacall(const_cast<QObject*>(object), QMetaObject::QueryPropertyScriptable, | - |
2118 | idx + mobj->propertyOffset(), argv); | - |
2119 | } never executed: end of block | 0 |
2120 | returnexecuted 373 times by 9 tests: return b; Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusinterface - unknown status
b;executed 373 times by 9 tests: return b; Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusinterface - unknown status
| 373 |
2121 | } | - |
2122 | bool QMetaProperty::isStored(const QObject *object) const | - |
2123 | { | - |
2124 | if (!mobjTRUE | never evaluated | FALSE | evaluated 100 times by 2 testsEvaluated by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
|
) | 0-100 |
2125 | return never executed: return false; false;never executed: return false; | 0 |
2126 | int flags = mobj->d.data[handle + 2]; | - |
2127 | bool b = flags & Stored; | - |
2128 | if (objectTRUE | never evaluated | FALSE | evaluated 100 times by 2 testsEvaluated by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
|
) { | 0-100 |
2129 | void *argv[] = { &b }; | - |
2130 | QMetaObject::metacall(const_cast<QObject*>(object), QMetaObject::QueryPropertyStored, | - |
2131 | idx + mobj->propertyOffset(), argv); | - |
2132 | } never executed: end of block | 0 |
2133 | returnexecuted 100 times by 2 tests: return b; Executed by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
b;executed 100 times by 2 tests: return b; Executed by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
| 100 |
2134 | } | - |
2135 | bool QMetaProperty::isUser(const QObject *object) const | - |
2136 | { | - |
2137 | if (!mobjTRUE | never evaluated | FALSE | evaluated 5463 times by 12 testsEvaluated by:- tst_QAbstractItemView
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QItemDelegate
- tst_QItemEditorFactory
- tst_QItemView
- tst_QListWidget
- tst_QMetaObjectBuilder
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
|
) | 0-5463 |
2138 | return never executed: return false; false;never executed: return false; | 0 |
2139 | int flags = mobj->d.data[handle + 2]; | - |
2140 | bool b = flags & User; | - |
2141 | if (objectTRUE | never evaluated | FALSE | evaluated 5463 times by 12 testsEvaluated by:- tst_QAbstractItemView
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QItemDelegate
- tst_QItemEditorFactory
- tst_QItemView
- tst_QListWidget
- tst_QMetaObjectBuilder
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
|
) { | 0-5463 |
2142 | void *argv[] = { &b }; | - |
2143 | QMetaObject::metacall(const_cast<QObject*>(object), QMetaObject::QueryPropertyUser, | - |
2144 | idx + mobj->propertyOffset(), argv); | - |
2145 | } never executed: end of block | 0 |
2146 | returnexecuted 5463 times by 12 tests: return b; Executed by:- tst_QAbstractItemView
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QItemDelegate
- tst_QItemEditorFactory
- tst_QItemView
- tst_QListWidget
- tst_QMetaObjectBuilder
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
b;executed 5463 times by 12 tests: return b; Executed by:- tst_QAbstractItemView
- tst_QDBusMetaObject
- tst_QDataWidgetMapper
- tst_QItemDelegate
- tst_QItemEditorFactory
- tst_QItemView
- tst_QListWidget
- tst_QMetaObjectBuilder
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
| 5463 |
2147 | } | - |
2148 | bool QMetaProperty::isConstant() const | - |
2149 | { | - |
2150 | if (!mobjTRUE | never evaluated | FALSE | evaluated 24 times by 3 testsEvaluated by:- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
|
) | 0-24 |
2151 | return never executed: return false; false;never executed: return false; | 0 |
2152 | int flags = mobj->d.data[handle + 2]; | - |
2153 | returnexecuted 24 times by 3 tests: return flags & Constant; Executed by:- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
flags & Constant;executed 24 times by 3 tests: return flags & Constant; Executed by:- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
| 24 |
2154 | } | - |
2155 | bool QMetaProperty::isFinal() const | - |
2156 | { | - |
2157 | if (!mobjTRUE | never evaluated | FALSE | evaluated 24 times by 3 testsEvaluated by:- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
|
) | 0-24 |
2158 | return never executed: return false; false;never executed: return false; | 0 |
2159 | int flags = mobj->d.data[handle + 2]; | - |
2160 | returnexecuted 24 times by 3 tests: return flags & Final; Executed by:- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
flags & Final;executed 24 times by 3 tests: return flags & Final; Executed by:- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
| 24 |
2161 | } | - |
2162 | bool QMetaProperty::isEditable(const QObject *object) const | - |
2163 | { | - |
2164 | if (!mobjTRUE | never evaluated | FALSE | evaluated 100 times by 2 testsEvaluated by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
|
) | 0-100 |
2165 | return never executed: return false; false;never executed: return false; | 0 |
2166 | int flags = mobj->d.data[handle + 2]; | - |
2167 | bool b = flags & Editable; | - |
2168 | if (objectTRUE | never evaluated | FALSE | evaluated 100 times by 2 testsEvaluated by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
|
) { | 0-100 |
2169 | void *argv[] = { &b }; | - |
2170 | QMetaObject::metacall(const_cast<QObject*>(object), QMetaObject::QueryPropertyEditable, | - |
2171 | idx + mobj->propertyOffset(), argv); | - |
2172 | } never executed: end of block | 0 |
2173 | returnexecuted 100 times by 2 tests: return b; Executed by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
b;executed 100 times by 2 tests: return b; Executed by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
| 100 |
2174 | } | - |
2175 | const char *QMetaClassInfo::name() const | - |
2176 | { | - |
2177 | if (!mobjTRUE | never evaluated | FALSE | evaluated 14 times by 1 test |
) | 0-14 |
2178 | return never executed: return 0; 0;never executed: return 0; | 0 |
2179 | returnexecuted 14 times by 1 test: return rawStringData(mobj, mobj->d.data[handle]); rawStringData(mobj, mobj->d.data[handle]);executed 14 times by 1 test: return rawStringData(mobj, mobj->d.data[handle]); | 14 |
2180 | } | - |
2181 | | - |
2182 | | - |
2183 | | - |
2184 | | - |
2185 | | - |
2186 | | - |
2187 | const char* QMetaClassInfo::value() const | - |
2188 | { | - |
2189 | if (!mobjTRUE | never evaluated | FALSE | evaluated 2840 times by 16 testsEvaluated by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
|
) | 0-2840 |
2190 | return never executed: return 0; 0;never executed: return 0; | 0 |
2191 | returnexecuted 2840 times by 16 tests: return rawStringData(mobj, mobj->d.data[handle + 1]); Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
rawStringData(mobj, mobj->d.data[handle + 1]);executed 2840 times by 16 tests: return rawStringData(mobj, mobj->d.data[handle + 1]); Executed by:- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
| 2840 |
2192 | } | - |
2193 | int QMetaObjectPrivate::originalClone(const QMetaObject *mobj, int local_method_index) | - |
2194 | { | - |
2195 | ((!(local_method_index < get(mobj)->methodCount)) ? qt_assert("local_method_index < get(mobj)->methodCount",__FILE__,3588) : qt_noop()); | - |
2196 | int handle = get(mobj)->methodData + 5 * local_method_index; | - |
2197 | while (mobj->d.data[handle + 4] & MethodClonedTRUE | evaluated 52929 times by 161 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| FALSE | evaluated 762015 times by 277 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- 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
- ...
|
) { | 52929-762015 |
2198 | ((!(local_method_index > 0)) ? qt_assert("local_method_index > 0",__FILE__,3591) : qt_noop()); | - |
2199 | handle -= 5; | - |
2200 | local_method_index--; | - |
2201 | }executed 52929 times by 161 tests: end of block Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| 52929 |
2202 | returnexecuted 762015 times by 277 tests: return local_method_index; Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- 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
- ...
local_method_index;executed 762015 times by 277 tests: return local_method_index; Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- 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
- ...
| 762015 |
2203 | } | - |
2204 | | - |
2205 | | - |
2206 | | - |
2207 | | - |
2208 | | - |
2209 | | - |
2210 | QList<QByteArray> QMetaObjectPrivate::parameterTypeNamesFromSignature(const char *signature) | - |
2211 | { | - |
2212 | QList<QByteArray> list; | - |
2213 | while (*TRUE | evaluated 9676 times by 1 test | FALSE | never evaluated |
signatureTRUE | evaluated 9676 times by 1 test | FALSE | never evaluated |
&& *TRUE | evaluated 8883 times by 1 test | FALSE | evaluated 793 times by 1 test |
signature != '('TRUE | evaluated 8883 times by 1 test | FALSE | evaluated 793 times by 1 test |
) | 0-9676 |
2214 | ++executed 8883 times by 1 test: ++signature; signature;executed 8883 times by 1 test: ++signature; | 8883 |
2215 | while (*TRUE | evaluated 1377 times by 1 test | FALSE | never evaluated |
signatureTRUE | evaluated 1377 times by 1 test | FALSE | never evaluated |
&& *TRUE | evaluated 939 times by 1 test | FALSE | evaluated 438 times by 1 test |
signature != ')'TRUE | evaluated 939 times by 1 test | FALSE | evaluated 438 times by 1 test |
&& *++TRUE | evaluated 584 times by 1 test | FALSE | evaluated 355 times by 1 test |
signature != ')'TRUE | evaluated 584 times by 1 test | FALSE | evaluated 355 times by 1 test |
) { | 0-1377 |
2216 | const char *begin = signature; | - |
2217 | int level = 0; | - |
2218 | while (*TRUE | evaluated 3650 times by 1 test | FALSE | never evaluated |
signatureTRUE | evaluated 3650 times by 1 test | FALSE | never evaluated |
&& (level > 0TRUE | never evaluated | FALSE | evaluated 3650 times by 1 test |
|| *TRUE | evaluated 3504 times by 1 test | FALSE | evaluated 146 times by 1 test |
signature != ','TRUE | evaluated 3504 times by 1 test | FALSE | evaluated 146 times by 1 test |
) && *TRUE | evaluated 3066 times by 1 test | FALSE | evaluated 438 times by 1 test |
signature != ')'TRUE | evaluated 3066 times by 1 test | FALSE | evaluated 438 times by 1 test |
) { | 0-3650 |
2219 | if (*TRUE | never evaluated | FALSE | evaluated 3066 times by 1 test |
signature == '<'TRUE | never evaluated | FALSE | evaluated 3066 times by 1 test |
) | 0-3066 |
2220 | ++ never executed: ++level; level;never executed: ++level; | 0 |
2221 | else if (*TRUE | never evaluated | FALSE | evaluated 3066 times by 1 test |
signature == '>'TRUE | never evaluated | FALSE | evaluated 3066 times by 1 test |
) | 0-3066 |
2222 | -- never executed: --level; level;never executed: --level; | 0 |
2223 | ++signature; | - |
2224 | }executed 3066 times by 1 test: end of block | 3066 |
2225 | list += QByteArray(begin, signature - begin); | - |
2226 | }executed 584 times by 1 test: end of block | 584 |
2227 | returnexecuted 793 times by 1 test: return list; list;executed 793 times by 1 test: return list; | 793 |
2228 | } | - |
2229 | | - |
2230 | | - |
| | |