| Line | Source | Count |
| 1 | | - |
| 2 | | - |
| 3 | | - |
| 4 | | - |
| 5 | | - |
| 6 | | - |
| 7 | | - |
| 8 | | - |
| 9 | static inline const QMetaObjectPrivate *priv(const uint* data) | - |
| 10 | { returnexecuted 134356086 times by 1014 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 134356086 times by 1014 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
- ...
} | 134356086 |
| 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__,150) : 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__,152) : qt_noop()); | - |
| 17 | ((!(data.ptr->alloc == 0)) ? qt_assert("data.ptr->alloc == 0",__FILE__,153) : qt_noop()); | - |
| 18 | ((!(data.ptr->capacityReserved == 0)) ? qt_assert("data.ptr->capacityReserved == 0",__FILE__,154) : qt_noop()); | - |
| 19 | ((!(data.ptr->size >= 0)) ? qt_assert("data.ptr->size >= 0",__FILE__,155) : qt_noop()); | - |
| 20 | returnexecuted 13199584 times by 539 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 13199584 times by 539 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
- ...
| 13199584 |
| 21 | } | - |
| 22 | | - |
| 23 | static inline const char *rawStringData(const QMetaObject *mo, int index) | - |
| 24 | { | - |
| 25 | returnexecuted 5072121 times by 517 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 5072121 times by 517 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
- ...
| 5072121 |
| 26 | } | - |
| 27 | | - |
| 28 | static inline QByteArray typeNameFromTypeInfo(const QMetaObject *mo, uint typeInfo) | - |
| 29 | { | - |
| 30 | if (typeInfo & IsUnresolvedType| TRUE | evaluated 150338 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 29950 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_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- ...
|
) { | 29950-150338 |
| 31 | returnexecuted 150338 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 150338 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
- ...
| 150338 |
| 32 | } else { | - |
| 33 | | - |
| 34 | const char *t = QMetaType::typeName(typeInfo); | - |
| 35 | returnexecuted 29950 times by 206 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 29950 times by 206 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
- ...
| 29950 |
| 36 | } | - |
| 37 | } | - |
| 38 | | - |
| 39 | static inline const char *rawTypeNameFromTypeInfo(const QMetaObject *mo, uint typeInfo) | - |
| 40 | { | - |
| 41 | returnexecuted 1096 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 1096 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
| 1096 |
| 42 | } | - |
| 43 | | - |
| 44 | static inline int typeFromTypeInfo(const QMetaObject *mo, uint typeInfo) | - |
| 45 | { | - |
| 46 | if (!(typeInfo & IsUnresolvedType)| TRUE | evaluated 1337052 times by 529 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 156258 times by 141 testsEvaluated by:- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QAction
- tst_QAnimationGroup
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QClipboard
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QDBusPendingCall
- ...
|
) | 156258-1337052 |
| 47 | returnexecuted 1337052 times by 529 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 1337052 times by 529 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
- ...
| 1337052 |
| 48 | returnexecuted 156258 times by 141 tests: return QMetaType::type(stringData(mo, typeInfo & TypeNameIndexMask));Executed by:- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QAction
- tst_QAnimationGroup
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QClipboard
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QDBusPendingCall
- ...
QMetaType::type(stringData(mo, typeInfo & TypeNameIndexMask));executed 156258 times by 141 tests: return QMetaType::type(stringData(mo, typeInfo & TypeNameIndexMask));Executed by:- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QAction
- tst_QAnimationGroup
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QClipboard
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- tst_QDBusMetaObject
- tst_QDBusPendingCall
- ...
| 156258 |
| 49 | } | - |
| 50 | | - |
| 51 | class QMetaMethodPrivate : public QMetaMethod | - |
| 52 | { | - |
| 53 | public: | - |
| 54 | static const QMetaMethodPrivate *get(const QMetaMethod *q) | - |
| 55 | { returnexecuted 799098 times by 750 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 799098 times by 750 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
- ...
} | 799098 |
| 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 != -1| TRUE | 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 < MaximumParamCount| TRUE | 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 <= 0| TRUE | 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 blockExecuted by:- tst_QMetaObject
- tst_QMetaObjectBuilder
| 3 |
| 108 | if (paramCount == 0| TRUE | 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 < 0| TRUE | 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 < 0| TRUE | 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) >= 0| TRUE | 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__,286) : qt_noop()); | - |
| 137 | if (!d.static_metacall| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 226865 times by 207 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-226865 |
| 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 226865 times by 207 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 226865 times by 207 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
- ...
| 226865 |
| 141 | } | - |
| 142 | | - |
| 143 | | - |
| 144 | | - |
| 145 | | - |
| 146 | int QMetaObject::metacall(QObject *object, Call cl, int idx, void **argv) | - |
| 147 | { | - |
| 148 | if (object->d_ptr->metaObject| TRUE | never evaluated | | FALSE | evaluated 41273 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-41273 |
| 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 41273 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 41273 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
- ...
| 41273 |
| 152 | } | - |
| 153 | | - |
| 154 | static inline const char *objectClassName(const QMetaObject *m) | - |
| 155 | { | - |
| 156 | returnexecuted 855829 times by 515 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 855829 times by 515 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
- ...
| 855829 |
| 157 | } | - |
| 158 | | - |
| 159 | | - |
| 160 | | - |
| 161 | | - |
| 162 | | - |
| 163 | | - |
| 164 | const char *QMetaObject::className() const | - |
| 165 | { | - |
| 166 | return objectClassName(this); | - |
| 167 | } | - |
| 168 | bool QMetaObject::inherits(const QMetaObject *metaObject) const noexcept | - |
| 169 | { | - |
| 170 | const QMetaObject *m = this; | - |
| 171 | do { | - |
| 172 | if (metaObject == m| TRUE | evaluated 10998745 times by 545 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 11516969 times by 264 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_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
|
) | 10998745-11516969 |
| 173 | returnexecuted 10998745 times by 545 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 10998745 times by 545 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
- ...
| 10998745 |
| 174 | }executed 11516969 times by 264 tests: end of blockExecuted 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_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
while ((| TRUE | evaluated 10480169 times by 264 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_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
| | FALSE | evaluated 1036800 times by 215 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- ...
|
m = m->d.superdata)| TRUE | evaluated 10480169 times by 264 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_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
| | FALSE | evaluated 1036800 times by 215 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- ...
|
); | 1036800-11516969 |
| 175 | returnexecuted 1036800 times by 215 tests: return false;Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- ...
false;executed 1036800 times by 215 tests: return false;Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- ...
| 1036800 |
| 176 | } | - |
| 177 | | - |
| 178 | | - |
| 179 | | - |
| 180 | | - |
| 181 | | - |
| 182 | | - |
| 183 | | - |
| 184 | QObject *QMetaObject::cast(QObject *obj) const | - |
| 185 | { | - |
| 186 | | - |
| 187 | returnexecuted 12063925 times by 655 tests: return const_cast<QObject*>(cast(const_cast<const QObject*>(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
- ...
const_cast<QObject*>(cast(const_cast<const QObject*>(obj)));executed 12063925 times by 655 tests: return const_cast<QObject*>(cast(const_cast<const QObject*>(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
- ...
| 12063925 |
| 188 | } | - |
| 189 | | - |
| 190 | | - |
| 191 | | - |
| 192 | | - |
| 193 | | - |
| 194 | | - |
| 195 | | - |
| 196 | const QObject *QMetaObject::cast(const QObject *obj) const | - |
| 197 | { | - |
| 198 | returnexecuted 12338177 times by 655 tests: return (obj && obj->metaObject()->inherits(this)) ? obj : nullptr;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 && obj->metaObject()->inherits(this)) ? obj : nullptr;executed 12338177 times by 655 tests: return (obj && obj->metaObject()->inherits(this)) ? obj : nullptr;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
- ...
| 12338177 |
| 199 | } | - |
| 200 | | - |
| 201 | | - |
| 202 | | - |
| 203 | | - |
| 204 | | - |
| 205 | QString QMetaObject::tr(const char *s, const char *c, int n) const | - |
| 206 | { | - |
| 207 | return QCoreApplication::translate(objectClassName(this), s, c, n); | - |
| 208 | } | - |
| 209 | int QMetaObject::methodOffset() const | - |
| 210 | { | - |
| 211 | int offset = 0; | - |
| 212 | const QMetaObject *m = d.superdata; | - |
| 213 | while (m| TRUE | evaluated 31248541 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 11645589 times by 553 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
- ...
|
) { | 11645589-31248541 |
| 214 | offset += priv(m->d.data)->methodCount; | - |
| 215 | m = m->d.superdata; | - |
| 216 | }executed 31248541 times by 550 tests: end of blockExecuted 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
- ...
| 31248541 |
| 217 | returnexecuted 11645589 times by 553 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 11645589 times by 553 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
- ...
| 11645589 |
| 218 | } | - |
| 219 | int QMetaObject::enumeratorOffset() const | - |
| 220 | { | - |
| 221 | int offset = 0; | - |
| 222 | const QMetaObject *m = d.superdata; | - |
| 223 | while (m| TRUE | evaluated 48131 times by 86 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 142454 times by 144 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
- ...
|
) { | 48131-142454 |
| 224 | offset += priv(m->d.data)->enumeratorCount; | - |
| 225 | m = m->d.superdata; | - |
| 226 | }executed 48131 times by 86 tests: end of blockExecuted 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
- ...
| 48131 |
| 227 | returnexecuted 142454 times by 144 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 142454 times by 144 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
- ...
| 142454 |
| 228 | } | - |
| 229 | int QMetaObject::propertyOffset() const | - |
| 230 | { | - |
| 231 | int offset = 0; | - |
| 232 | const QMetaObject *m = d.superdata; | - |
| 233 | while (m| TRUE | evaluated 183326 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 101723 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
- ...
|
) { | 101723-183326 |
| 234 | offset += priv(m->d.data)->propertyCount; | - |
| 235 | m = m->d.superdata; | - |
| 236 | }executed 183326 times by 156 tests: end of blockExecuted 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
- ...
| 183326 |
| 237 | returnexecuted 101723 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 101723 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
- ...
| 101723 |
| 238 | } | - |
| 239 | int QMetaObject::classInfoOffset() const | - |
| 240 | { | - |
| 241 | int offset = 0; | - |
| 242 | const QMetaObject *m = d.superdata; | - |
| 243 | while (m| TRUE | 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 |
| 244 | offset += priv(m->d.data)->classInfoCount; | - |
| 245 | m = m->d.superdata; | - |
| 246 | }executed 9796 times by 16 tests: end of blockExecuted 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 |
| 247 | 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 |
| 248 | } | - |
| 249 | int QMetaObject::constructorCount() const | - |
| 250 | { | - |
| 251 | ((!(priv(d.data)->revision >= 2)) ? qt_assert("priv(d.data)->revision >= 2",__FILE__,473) : qt_noop()); | - |
| 252 | 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 |
| 253 | } | - |
| 254 | int QMetaObject::methodCount() const | - |
| 255 | { | - |
| 256 | int n = priv(d.data)->methodCount; | - |
| 257 | const QMetaObject *m = d.superdata; | - |
| 258 | while (m| TRUE | evaluated 283140 times by 515 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 373366 times by 518 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
- ...
|
) { | 283140-373366 |
| 259 | n += priv(m->d.data)->methodCount; | - |
| 260 | m = m->d.superdata; | - |
| 261 | }executed 283140 times by 515 tests: end of blockExecuted 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
- ...
| 283140 |
| 262 | returnexecuted 373366 times by 518 tests: return n;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
- ...
n;executed 373366 times by 518 tests: return n;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
- ...
| 373366 |
| 263 | } | - |
| 264 | | - |
| 265 | | - |
| 266 | | - |
| 267 | | - |
| 268 | | - |
| 269 | | - |
| 270 | int QMetaObject::enumeratorCount() const | - |
| 271 | { | - |
| 272 | int n = priv(d.data)->enumeratorCount; | - |
| 273 | const QMetaObject *m = d.superdata; | - |
| 274 | while (m| TRUE | 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 |
| 275 | n += priv(m->d.data)->enumeratorCount; | - |
| 276 | m = m->d.superdata; | - |
| 277 | }executed 140 times by 2 tests: end of blockExecuted by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
| 140 |
| 278 | 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 |
| 279 | } | - |
| 280 | int QMetaObject::propertyCount() const | - |
| 281 | { | - |
| 282 | int n = priv(d.data)->propertyCount; | - |
| 283 | const QMetaObject *m = d.superdata; | - |
| 284 | while (m| TRUE | evaluated 1914 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 1178 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
|
) { | 1178-1914 |
| 285 | n += priv(m->d.data)->propertyCount; | - |
| 286 | m = m->d.superdata; | - |
| 287 | }executed 1914 times by 22 tests: end of blockExecuted 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
| 1914 |
| 288 | returnexecuted 1178 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 1178 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
| 1178 |
| 289 | } | - |
| 290 | | - |
| 291 | | - |
| 292 | | - |
| 293 | | - |
| 294 | | - |
| 295 | | - |
| 296 | int QMetaObject::classInfoCount() const | - |
| 297 | { | - |
| 298 | int n = priv(d.data)->classInfoCount; | - |
| 299 | const QMetaObject *m = d.superdata; | - |
| 300 | while (m| TRUE | 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 |
| 301 | n += priv(m->d.data)->classInfoCount; | - |
| 302 | m = m->d.superdata; | - |
| 303 | }executed 140 times by 2 tests: end of blockExecuted by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
| 140 |
| 304 | 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 |
| 305 | } | - |
| 306 | | - |
| 307 | | - |
| 308 | | - |
| 309 | | - |
| 310 | static bool methodMatch(const QMetaObject *m, int handle, | - |
| 311 | const QByteArray &name, int argc, | - |
| 312 | const QArgumentType *types) | - |
| 313 | { | - |
| 314 | ((!(priv(m->d.data)->revision >= 7)) ? qt_assert("priv(m->d.data)->revision >= 7",__FILE__,561) : qt_noop()); | - |
| 315 | if (int(m->d.data[handle + 1]) != argc| TRUE | evaluated 12857242 times by 535 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 7730209 times by 537 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
- ...
|
) | 7730209-12857242 |
| 316 | returnexecuted 12857242 times by 535 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 12857242 times by 535 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
- ...
| 12857242 |
| 317 | | - |
| 318 | if (stringData(m, m->d.data[handle]) != name| TRUE | evaluated 6370834 times by 536 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 1359375 times by 467 testsEvaluated by:- tst_Collections
- 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_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- ...
|
) | 1359375-6370834 |
| 319 | returnexecuted 6370834 times by 536 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 6370834 times by 536 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
- ...
| 6370834 |
| 320 | | - |
| 321 | int paramsIndex = m->d.data[handle + 2] + 1; | - |
| 322 | for (int i = 0; i < argc| TRUE | evaluated 1605652 times by 270 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 1354517 times by 467 testsEvaluated by:- tst_Collections
- 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_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- ...
|
; ++i) { | 1354517-1605652 |
| 323 | uint typeInfo = m->d.data[paramsIndex + i]; | - |
| 324 | if (types[i].type()| TRUE | evaluated 1458150 times by 269 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 147502 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
- ...
|
) { | 147502-1458150 |
| 325 | if (types[i].type() != typeFromTypeInfo(m, typeInfo)| TRUE | evaluated 1360 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 1456790 times by 269 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
- ...
|
) | 1360-1456790 |
| 326 | returnexecuted 1360 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 1360 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
- ...
| 1360 |
| 327 | }executed 1456790 times by 269 tests: end of blockExecuted 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 { | 1456790 |
| 328 | if (types[i].name() != typeNameFromTypeInfo(m, typeInfo)| TRUE | evaluated 3498 times by 25 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_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpServer
- tst_QTcpSocket
- tst_QTextDocument
- tst_QUdpSocket
- tst_QXmlInputSource
- tst_QXmlStream
- tst_Spdy
| | FALSE | evaluated 144004 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
- ...
|
) | 3498-144004 |
| 329 | returnexecuted 3498 times by 25 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_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpServer
- tst_QTcpSocket
- tst_QTextDocument
- tst_QUdpSocket
- tst_QXmlInputSource
- tst_QXmlStream
- tst_Spdy
false;executed 3498 times by 25 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_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpServer
- tst_QTcpSocket
- tst_QTextDocument
- tst_QUdpSocket
- tst_QXmlInputSource
- tst_QXmlStream
- tst_Spdy
| 3498 |
| 330 | }executed 144004 times by 172 tests: end of blockExecuted 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
- ...
| 144004 |
| 331 | } | - |
| 332 | | - |
| 333 | returnexecuted 1354517 times by 467 tests: return true;Executed by:- tst_Collections
- 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_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- ...
true;executed 1354517 times by 467 tests: return true;Executed by:- tst_Collections
- 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_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- ...
| 1354517 |
| 334 | } | - |
| 335 | | - |
| 336 | | - |
| 337 | | - |
| 338 | | - |
| 339 | | - |
| 340 | | - |
| 341 | | - |
| 342 | template<int MethodType> | - |
| 343 | static inline int indexOfMethodRelative(const QMetaObject **baseObject, | - |
| 344 | const QByteArray &name, int argc, | - |
| 345 | const QArgumentType *types) | - |
| 346 | { | - |
| 347 | for (const QMetaObject *m = *baseObject; m| TRUE | evaluated 3057119 times by 537 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 631939 times by 515 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) { | 631939-3057119 |
| 348 | ((!(priv(m->d.data)->revision >= 7)) ? qt_assert("priv(m->d.data)->revision >= 7",__FILE__,595) : qt_noop()); | - |
| 349 | int i = (| TRUE | evaluated 1283344 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_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
| | FALSE | evaluated 1773775 times by 537 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 1283344 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_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
| | FALSE | evaluated 1773775 times by 537 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
- ...
|
| 1283344-1773775 |
| 350 | ? (priv(m->d.data)->signalCount - 1) : (priv(m->d.data)->methodCount - 1); | - |
| 351 | const int end = (MethodType == MethodSlot) | - |
| 352 | ? (priv(m->d.data)->signalCount) : 0; | - |
| 353 | | - |
| 354 | for (; i >= end| TRUE | evaluated 20587141 times by 537 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 1702616 times by 516 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) { | 1702616-20587141 |
| 355 | int handle = priv(m->d.data)->methodData + 5*i; | - |
| 356 | if (methodMatch(m, handle, name, argc, types)| TRUE | evaluated 1354503 times by 467 testsEvaluated by:- tst_Collections
- 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_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- ...
| | FALSE | evaluated 19232897 times by 536 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
- ...
|
) { | 1354503-19232897 |
| 357 | *baseObject = m; | - |
| 358 | returnexecuted 1354503 times by 467 tests: return i;Executed by:- tst_Collections
- 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_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- ...
i;executed 1354503 times by 467 tests: return i;Executed by:- tst_Collections
- 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_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- ...
| 1354503 |
| 359 | } | - |
| 360 | }executed 19232848 times by 536 tests: end of blockExecuted 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
- ...
| 19232848 |
| 361 | }executed 1702616 times by 516 tests: end of blockExecuted 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
- ...
| 1702616 |
| 362 | returnexecuted 631939 times by 515 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 631939 times by 515 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
- ...
| 631939 |
| 363 | } | - |
| 364 | int QMetaObject::indexOfConstructor(const char *constructor) const | - |
| 365 | { | - |
| 366 | ((!(priv(d.data)->revision >= 7)) ? qt_assert("priv(d.data)->revision >= 7",__FILE__,625) : qt_noop()); | - |
| 367 | QArgumentTypeArray types; | - |
| 368 | QByteArray name = QMetaObjectPrivate::decodeMethodSignature(constructor, types); | - |
| 369 | 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 |
| 370 | } | - |
| 371 | int QMetaObject::indexOfMethod(const char *method) const | - |
| 372 | { | - |
| 373 | const QMetaObject *m = this; | - |
| 374 | int i; | - |
| 375 | ((!(priv(m->d.data)->revision >= 7)) ? qt_assert("priv(m->d.data)->revision >= 7",__FILE__,643) : qt_noop()); | - |
| 376 | QArgumentTypeArray types; | - |
| 377 | QByteArray name = QMetaObjectPrivate::decodeMethodSignature(method, types); | - |
| 378 | i = indexOfMethodRelative<0>(&m, name, types.size(), types.constData()); | - |
| 379 | if (i >= 0| TRUE | evaluated 138552 times by 452 testsEvaluated by:- tst_Collections
- 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_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- ...
| | FALSE | evaluated 14198 times by 507 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
- ...
|
) | 14198-138552 |
| 380 | i += m->methodOffset();executed 138552 times by 452 tests: i += m->methodOffset();Executed by:- tst_Collections
- 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_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- ...
| 138552 |
| 381 | returnexecuted 152750 times by 534 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 152750 times by 534 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
- ...
| 152750 |
| 382 | } | - |
| 383 | | - |
| 384 | | - |
| 385 | | - |
| 386 | static void argumentTypesFromString(const char *str, const char *end, | - |
| 387 | QArgumentTypeArray &types) | - |
| 388 | { | - |
| 389 | ((!(str <= end)) ? qt_assert("str <= end",__FILE__,657) : qt_noop()); | - |
| 390 | while (str != end| TRUE | evaluated 1611862 times by 270 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 1371930 times by 537 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
- ...
|
) { | 1371930-1611862 |
| 391 | if (!types.isEmpty()| TRUE | evaluated 756902 times by 185 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 854960 times by 270 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
- ...
|
) | 756902-854960 |
| 392 | ++executed 756902 times by 185 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 756902 times by 185 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
- ...
| 756902 |
| 393 | const char *begin = str; | - |
| 394 | int level = 0; | - |
| 395 | while (str != end| TRUE | evaluated 13895634 times by 270 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 854960 times by 270 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 > 0| TRUE | evaluated 766212 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 13129422 times by 270 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 12372520 times by 270 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 756902 times by 185 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 12372520 times by 270 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 756902 times by 185 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
- ...
|
)) { | 756902-13895634 |
| 396 | if (*| TRUE | evaluated 54750 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 13081459 times by 270 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 54750 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 13081459 times by 270 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
- ...
|
) | 54750-13081459 |
| 397 | ++executed 54750 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 54750 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
- ...
| 54750 |
| 398 | else if (*| TRUE | evaluated 54750 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 13029232 times by 270 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 54750 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 13029232 times by 270 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
- ...
|
) | 54750-13029232 |
| 399 | --executed 54750 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 54750 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
- ...
| 54750 |
| 400 | ++str; | - |
| 401 | }executed 13136202 times by 270 tests: end of blockExecuted 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
- ...
| 13136202 |
| 402 | types += QArgumentType(QByteArray(begin, str - begin)); | - |
| 403 | }executed 1611862 times by 270 tests: end of blockExecuted 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
- ...
| 1611862 |
| 404 | }executed 1371930 times by 537 tests: end of blockExecuted 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
- ...
| 1371930 |
| 405 | | - |
| 406 | | - |
| 407 | | - |
| 408 | QByteArray QMetaObjectPrivate::decodeMethodSignature( | - |
| 409 | const char *signature, QArgumentTypeArray &types) | - |
| 410 | { | - |
| 411 | ((!(signature != 0)) ? qt_assert("signature != 0",__FILE__,679) : qt_noop()); | - |
| 412 | const char *lparens = strchr(signature, '('); | - |
| 413 | if (!lparens| TRUE | never evaluated | | FALSE | evaluated 1371930 times by 537 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-1371930 |
| 414 | return never executed: return QByteArray(); QByteArray();never executed: return QByteArray(); | 0 |
| 415 | const char *rparens = strrchr(lparens + 1, ')'); | - |
| 416 | if (!rparens| TRUE | never evaluated | | FALSE | evaluated 1371238 times by 537 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 1371930 times by 537 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 1371930 times by 537 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-1371930 |
| 417 | return never executed: return QByteArray(); QByteArray();never executed: return QByteArray(); | 0 |
| 418 | int nameLength = lparens - signature; | - |
| 419 | argumentTypesFromString(lparens + 1, rparens, types); | - |
| 420 | returnexecuted 1371930 times by 537 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 1371930 times by 537 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
- ...
| 1371930 |
| 421 | } | - |
| 422 | int QMetaObject::indexOfSignal(const char *signal) const | - |
| 423 | { | - |
| 424 | const QMetaObject *m = this; | - |
| 425 | int i; | - |
| 426 | ((!(priv(m->d.data)->revision >= 7)) ? qt_assert("priv(m->d.data)->revision >= 7",__FILE__,706) : qt_noop()); | - |
| 427 | QArgumentTypeArray types; | - |
| 428 | QByteArray name = QMetaObjectPrivate::decodeMethodSignature(signal, types); | - |
| 429 | i = QMetaObjectPrivate::indexOfSignalRelative(&m, name, types.size(), types.constData()); | - |
| 430 | if (i >= 0| TRUE | evaluated 109842 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-109842 |
| 431 | i += m->methodOffset();executed 109842 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
- ...
| 109842 |
| 432 | returnexecuted 110118 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 110118 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
- ...
| 110118 |
| 433 | } | - |
| 434 | | - |
| 435 | | - |
| 436 | | - |
| 437 | | - |
| 438 | | - |
| 439 | | - |
| 440 | | - |
| 441 | int QMetaObjectPrivate::indexOfSignalRelative(const QMetaObject **baseObject, | - |
| 442 | const QByteArray &name, int argc, | - |
| 443 | const QArgumentType *types) | - |
| 444 | { | - |
| 445 | int i = indexOfMethodRelative<MethodSignal>(baseObject, name, argc, types); | - |
| 446 | | - |
| 447 | const QMetaObject *m = *baseObject; | - |
| 448 | if (i >= 0| TRUE | evaluated 685810 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_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
| | FALSE | evaluated 27811 times by 116 testsEvaluated by:- tst_ModelTest
- tst_NetworkSelfTest
- 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
- ...
|
&& m| TRUE | evaluated 685810 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_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
| | FALSE | never evaluated |
&& m->d.superdata| TRUE | evaluated 561486 times by 257 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 124324 times by 174 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- ...
|
) { | 0-685810 |
| 449 | int conflict = indexOfMethod(m->d.superdata, name, argc, types); | - |
| 450 | if (conflict >= 0| TRUE | evaluated 4 times by 1 test | | FALSE | evaluated 561482 times by 257 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-561482 |
| 451 | QMetaMethod conflictMethod = m->d.superdata->method(conflict); | - |
| 452 | QMessageLogger(__FILE__, 732, __PRETTY_FUNCTION__).warning("QMetaObject::indexOfSignal: signal %s from %s redefined in %s", | - |
| 453 | conflictMethod.methodSignature().constData(), | - |
| 454 | objectClassName(m->d.superdata), objectClassName(m)); | - |
| 455 | }executed 4 times by 1 test: end of block | 4 |
| 456 | }executed 561486 times by 257 tests: end of blockExecuted 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
- ...
| 561486 |
| 457 | | - |
| 458 | returnexecuted 713264 times by 264 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 713264 times by 264 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
- ...
| 713264 |
| 459 | } | - |
| 460 | int QMetaObject::indexOfSlot(const char *slot) const | - |
| 461 | { | - |
| 462 | const QMetaObject *m = this; | - |
| 463 | int i; | - |
| 464 | ((!(priv(m->d.data)->revision >= 7)) ? qt_assert("priv(m->d.data)->revision >= 7",__FILE__,753) : qt_noop()); | - |
| 465 | QArgumentTypeArray types; | - |
| 466 | QByteArray name = QMetaObjectPrivate::decodeMethodSignature(slot, types); | - |
| 467 | i = QMetaObjectPrivate::indexOfSlotRelative(&m, name, types.size(), types.constData()); | - |
| 468 | if (i >= 0| TRUE | evaluated 4956 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-4956 |
| 469 | i += m->methodOffset();executed 4956 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
- ...
| 4956 |
| 470 | returnexecuted 4960 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 4960 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
- ...
| 4960 |
| 471 | } | - |
| 472 | | - |
| 473 | | - |
| 474 | int QMetaObjectPrivate::indexOfSlotRelative(const QMetaObject **m, | - |
| 475 | const QByteArray &name, int argc, | - |
| 476 | const QArgumentType *types) | - |
| 477 | { | - |
| 478 | returnexecuted 504467 times by 260 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 504467 times by 260 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
- ...
| 504467 |
| 479 | } | - |
| 480 | | - |
| 481 | int QMetaObjectPrivate::indexOfSignal(const QMetaObject *m, const QByteArray &name, | - |
| 482 | int argc, const QArgumentType *types) | - |
| 483 | { | - |
| 484 | int i = indexOfSignalRelative(&m, name, argc, types); | - |
| 485 | if (i >= 0| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 486 | i += m->methodOffset(); never executed: i += m->methodOffset(); | 0 |
| 487 | return never executed: return i; i;never executed: return i; | 0 |
| 488 | } | - |
| 489 | | - |
| 490 | int QMetaObjectPrivate::indexOfSlot(const QMetaObject *m, const QByteArray &name, | - |
| 491 | int argc, const QArgumentType *types) | - |
| 492 | { | - |
| 493 | int i = indexOfSlotRelative(&m, name, argc, types); | - |
| 494 | if (i >= 0| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 495 | i += m->methodOffset(); never executed: i += m->methodOffset(); | 0 |
| 496 | return never executed: return i; i;never executed: return i; | 0 |
| 497 | } | - |
| 498 | | - |
| 499 | int QMetaObjectPrivate::indexOfMethod(const QMetaObject *m, const QByteArray &name, | - |
| 500 | int argc, const QArgumentType *types) | - |
| 501 | { | - |
| 502 | int i = indexOfMethodRelative<0>(&m, name, argc, types); | - |
| 503 | if (i >= 0| TRUE | evaluated 27346 times by 111 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 588258 times by 257 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
- ...
|
) | 27346-588258 |
| 504 | i += m->methodOffset();executed 27346 times by 111 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
- ...
| 27346 |
| 505 | returnexecuted 615604 times by 257 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 615604 times by 257 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
- ...
| 615604 |
| 506 | } | - |
| 507 | | - |
| 508 | int QMetaObjectPrivate::indexOfConstructor(const QMetaObject *m, const QByteArray &name, | - |
| 509 | int argc, const QArgumentType *types) | - |
| 510 | { | - |
| 511 | for (int i = priv(m->d.data)->constructorCount-1; i >= 0| TRUE | 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 |
| 512 | int handle = priv(m->d.data)->constructorData + 5*i; | - |
| 513 | 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 |
| 514 | 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 |
| 515 | }executed 37 times by 3 tests: end of blockExecuted by:- tst_QMetaMethod
- tst_QMetaObject
- tst_QMetaObjectBuilder
| 37 |
| 516 | returnexecuted 2 times by 1 test: return -1; -1;executed 2 times by 1 test: return -1; | 2 |
| 517 | } | - |
| 518 | int QMetaObjectPrivate::signalOffset(const QMetaObject *m) | - |
| 519 | { | - |
| 520 | ((!(m != 0)) ? qt_assert("m != 0",__FILE__,820) : qt_noop()); | - |
| 521 | int offset = 0; | - |
| 522 | for (m = m->d.superdata; m| TRUE | evaluated 32863477 times by 1013 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 24668415 times by 1013 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) | 24668415-32863477 |
| 523 | offset += priv(m->d.data)->signalCount;executed 32863455 times by 1013 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
- ...
| 32863455 |
| 524 | returnexecuted 24668418 times by 1013 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 24668418 times by 1013 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
- ...
| 24668418 |
| 525 | } | - |
| 526 | int QMetaObjectPrivate::absoluteSignalCount(const QMetaObject *m) | - |
| 527 | { | - |
| 528 | ((!(m != 0)) ? qt_assert("m != 0",__FILE__,839) : qt_noop()); | - |
| 529 | int n = priv(m->d.data)->signalCount; | - |
| 530 | for (m = m->d.superdata; m| TRUE | 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 |
| 531 | 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 |
| 532 | 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 |
| 533 | } | - |
| 534 | int QMetaObjectPrivate::signalIndex(const QMetaMethod &m) | - |
| 535 | { | - |
| 536 | if (!m.mobj| TRUE | never evaluated | | FALSE | evaluated 14 times by 1 test |
) | 0-14 |
| 537 | return never executed: return -1; -1;never executed: return -1; | 0 |
| 538 | 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 |
| 539 | } | - |
| 540 | QMetaMethod QMetaObjectPrivate::signal(const QMetaObject *m, int signal_index) | - |
| 541 | { | - |
| 542 | QMetaMethod result; | - |
| 543 | if (signal_index < 0| TRUE | evaluated 4547 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 1838758 times by 515 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
- ...
|
) | 4547-1838758 |
| 544 | returnexecuted 4547 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 4547 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
- ...
| 4547 |
| 545 | ((!(m != 0)) ? qt_assert("m != 0",__FILE__,876) : qt_noop()); | - |
| 546 | int i = signal_index; | - |
| 547 | i -= signalOffset(m); | - |
| 548 | if (i < 0| TRUE | evaluated 147108 times by 414 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 1691650 times by 515 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.superdata| TRUE | evaluated 147108 times by 414 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-1691650 |
| 549 | returnexecuted 147108 times by 414 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 147108 times by 414 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
- ...
| 147108 |
| 550 | | - |
| 551 | if (i >= 0| TRUE | evaluated 1691650 times by 515 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)->signalCount| TRUE | evaluated 1691182 times by 515 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 468 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-1691650 |
| 552 | result.mobj = m; | - |
| 553 | result.handle = priv(m->d.data)->methodData + 5*i; | - |
| 554 | }executed 1691182 times by 515 tests: end of blockExecuted 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
- ...
| 1691182 |
| 555 | returnexecuted 1691650 times by 515 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 1691650 times by 515 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
- ...
| 1691650 |
| 556 | } | - |
| 557 | | - |
| 558 | | - |
| 559 | | - |
| 560 | | - |
| 561 | | - |
| 562 | | - |
| 563 | | - |
| 564 | bool QMetaObjectPrivate::checkConnectArgs(int signalArgc, const QArgumentType *signalTypes, | - |
| 565 | int methodArgc, const QArgumentType *methodTypes) | - |
| 566 | { | - |
| 567 | if (signalArgc < methodArgc| TRUE | never evaluated | | FALSE | evaluated 521740 times by 260 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-521740 |
| 568 | return never executed: return false; false;never executed: return false; | 0 |
| 569 | for (int i = 0; i < methodArgc| TRUE | evaluated 547851 times by 202 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 521739 times by 260 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) { | 521739-547851 |
| 570 | if (signalTypes[i] != methodTypes[i]| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 547850 times by 202 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-547850 |
| 571 | returnexecuted 1 time by 1 test: return false; false;executed 1 time by 1 test: return false; | 1 |
| 572 | }executed 547850 times by 202 tests: end of blockExecuted 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
- ...
| 547850 |
| 573 | returnexecuted 521739 times by 260 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 521739 times by 260 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
- ...
| 521739 |
| 574 | } | - |
| 575 | | - |
| 576 | | - |
| 577 | | - |
| 578 | | - |
| 579 | | - |
| 580 | | - |
| 581 | | - |
| 582 | bool QMetaObjectPrivate::checkConnectArgs(const QMetaMethodPrivate *signal, | - |
| 583 | const QMetaMethodPrivate *method) | - |
| 584 | { | - |
| 585 | if (signal->methodType() != QMetaMethod::Signal| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 586 | return never executed: return false; false;never executed: return false; | 0 |
| 587 | if (signal->parameterCount() < method->parameterCount()| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 588 | return never executed: return false; false;never executed: return false; | 0 |
| 589 | const QMetaObject *smeta = signal->enclosingMetaObject(); | - |
| 590 | const QMetaObject *rmeta = method->enclosingMetaObject(); | - |
| 591 | for (int i = 0; i < method->parameterCount()| TRUE | never evaluated | | FALSE | never evaluated |
; ++i) { | 0 |
| 592 | uint sourceTypeInfo = signal->parameterTypeInfo(i); | - |
| 593 | uint targetTypeInfo = method->parameterTypeInfo(i); | - |
| 594 | if ((| TRUE | never evaluated | | FALSE | never evaluated |
sourceTypeInfo & IsUnresolvedType)| TRUE | never evaluated | | FALSE | never evaluated |
| 0 |
| 595 | || (| TRUE | never evaluated | | FALSE | never evaluated |
targetTypeInfo & IsUnresolvedType)| TRUE | never evaluated | | FALSE | never evaluated |
) { | 0 |
| 596 | QByteArray sourceName = typeNameFromTypeInfo(smeta, sourceTypeInfo); | - |
| 597 | QByteArray targetName = typeNameFromTypeInfo(rmeta, targetTypeInfo); | - |
| 598 | if (sourceName != targetName| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 599 | return never executed: return false; false;never executed: return false; | 0 |
| 600 | } never executed: end of block else { | 0 |
| 601 | int sourceType = typeFromTypeInfo(smeta, sourceTypeInfo); | - |
| 602 | int targetType = typeFromTypeInfo(rmeta, targetTypeInfo); | - |
| 603 | if (sourceType != targetType| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 604 | return never executed: return false; false;never executed: return false; | 0 |
| 605 | } never executed: end of block | 0 |
| 606 | } | - |
| 607 | return never executed: return true; true;never executed: return true; | 0 |
| 608 | } | - |
| 609 | | - |
| 610 | static const QMetaObject *QMetaObject_findMetaObject(const QMetaObject *self, const char *name) | - |
| 611 | { | - |
| 612 | while (self| TRUE | 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 |
| 613 | if (strcmp(objectClassName(self), name) == 0| TRUE | 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 |
| 614 | 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 |
| 615 | if (self->d.relatedMetaObjects| TRUE | evaluated 7 times by 1 test | | FALSE | never evaluated |
) { | 0-7 |
| 616 | ((!(priv(self->d.data)->revision >= 2)) ? qt_assert("priv(self->d.data)->revision >= 2",__FILE__,947) : qt_noop()); | - |
| 617 | const QMetaObject * const *e = self->d.relatedMetaObjects; | - |
| 618 | if (e| TRUE | evaluated 7 times by 1 test | | FALSE | never evaluated |
) { | 0-7 |
| 619 | while (*| TRUE | evaluated 7 times by 1 test | | FALSE | never evaluated |
e| TRUE | evaluated 7 times by 1 test | | FALSE | never evaluated |
) { | 0-7 |
| 620 | if (const| TRUE | 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 |
| 621 | returnexecuted 7 times by 1 test: return m; m;executed 7 times by 1 test: return m; | 7 |
| 622 | ++e; | - |
| 623 | } never executed: end of block | 0 |
| 624 | } never executed: end of block | 0 |
| 625 | } never executed: end of block | 0 |
| 626 | self = self->d.superdata; | - |
| 627 | } never executed: end of block | 0 |
| 628 | return never executed: return self; self;never executed: return self; | 0 |
| 629 | } | - |
| 630 | | - |
| 631 | | - |
| 632 | | - |
| 633 | | - |
| 634 | | - |
| 635 | | - |
| 636 | | - |
| 637 | int QMetaObject::indexOfEnumerator(const char *name) const | - |
| 638 | { | - |
| 639 | const QMetaObject *m = this; | - |
| 640 | while (m| TRUE | evaluated 72340 times by 144 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 766 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
|
) { | 766-72340 |
| 641 | const QMetaObjectPrivate *d = priv(m->d.data); | - |
| 642 | for (int i = d->enumeratorCount - 1; i >= 0| TRUE | evaluated 1613972 times by 137 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 2237 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) { | 2237-1613972 |
| 643 | const char *prop = rawStringData(m, m->d.data[d->enumeratorData + 4*i]); | - |
| 644 | if (name[0] == prop[0]| TRUE | evaluated 95954 times by 136 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 1518018 times by 98 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) == 0| TRUE | evaluated 70103 times by 136 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 25851 times by 81 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
- ...
|
) { | 25851-1518018 |
| 645 | i += m->enumeratorOffset(); | - |
| 646 | returnexecuted 70103 times by 136 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 70103 times by 136 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
- ...
| 70103 |
| 647 | } | - |
| 648 | }executed 1543869 times by 105 tests: end of blockExecuted 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
- ...
| 1543869 |
| 649 | m = m->d.superdata; | - |
| 650 | }executed 2237 times by 23 tests: end of blockExecuted 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
| 2237 |
| 651 | returnexecuted 766 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 766 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
| 766 |
| 652 | } | - |
| 653 | | - |
| 654 | | - |
| 655 | | - |
| 656 | | - |
| 657 | | - |
| 658 | | - |
| 659 | | - |
| 660 | int QMetaObject::indexOfProperty(const char *name) const | - |
| 661 | { | - |
| 662 | const QMetaObject *m = this; | - |
| 663 | while (m| TRUE | evaluated 244247 times by 202 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 60516 times by 181 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
- ...
|
) { | 60516-244247 |
| 664 | const QMetaObjectPrivate *d = priv(m->d.data); | - |
| 665 | for (int i = d->propertyCount-1; i >= 0| TRUE | evaluated 2509034 times by 202 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 221148 times by 181 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) { | 221148-2509034 |
| 666 | const char *prop = rawStringData(m, m->d.data[d->propertyData + 3*i]); | - |
| 667 | if (name[0] == prop[0]| TRUE | evaluated 45766 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 2463268 times by 184 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) == 0| TRUE | evaluated 23099 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 22667 times by 51 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_QItemDelegate
- tst_QLabel
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMessageBox
- ...
|
) { | 22667-2463268 |
| 668 | i += m->propertyOffset(); | - |
| 669 | returnexecuted 23099 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 23099 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
- ...
| 23099 |
| 670 | } | - |
| 671 | }executed 2485935 times by 189 tests: end of blockExecuted 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
- ...
| 2485935 |
| 672 | m = m->d.superdata; | - |
| 673 | }executed 221148 times by 181 tests: end of blockExecuted 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
- ...
| 221148 |
| 674 | | - |
| 675 | ((!(priv(this->d.data)->revision >= 3)) ? qt_assert("priv(this->d.data)->revision >= 3",__FILE__,1006) : qt_noop()); | - |
| 676 | if (priv(this->d.data)->flags & DynamicMetaObject| TRUE | never evaluated | | FALSE | evaluated 60516 times by 181 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-60516 |
| 677 | QAbstractDynamicMetaObject *me = | - |
| 678 | const_cast<QAbstractDynamicMetaObject *>(static_cast<const QAbstractDynamicMetaObject *>(this)); | - |
| 679 | | - |
| 680 | return never executed: return me->createProperty(name, 0); me->createProperty(name, 0);never executed: return me->createProperty(name, 0); | 0 |
| 681 | } | - |
| 682 | | - |
| 683 | returnexecuted 60516 times by 181 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 60516 times by 181 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
- ...
| 60516 |
| 684 | } | - |
| 685 | | - |
| 686 | | - |
| 687 | | - |
| 688 | | - |
| 689 | | - |
| 690 | | - |
| 691 | | - |
| 692 | int QMetaObject::indexOfClassInfo(const char *name) const | - |
| 693 | { | - |
| 694 | int i = -1; | - |
| 695 | const QMetaObject *m = this; | - |
| 696 | while (m| TRUE | 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 < 0| TRUE | 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 |
| 697 | for (i = priv(m->d.data)->classInfoCount-1; i >= 0| TRUE | 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 |
| 698 | if (strcmp(name, rawStringData(m, m->d.data[priv(m->d.data)->classInfoData + 2*i])) == 0| TRUE | 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 |
| 699 | i += m->classInfoOffset(); | - |
| 700 | 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 |
| 701 | } | - |
| 702 | m = m->d.superdata; | - |
| 703 | }executed 3100 times by 15 tests: end of blockExecuted 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 |
| 704 | 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 |
| 705 | } | - |
| 706 | QMetaMethod QMetaObject::constructor(int index) const | - |
| 707 | { | - |
| 708 | int i = index; | - |
| 709 | QMetaMethod result; | - |
| 710 | ((!(priv(d.data)->revision >= 2)) ? qt_assert("priv(d.data)->revision >= 2",__FILE__,1049) : qt_noop()); | - |
| 711 | if (i >= 0| TRUE | evaluated 103 times by 3 testsEvaluated by:- tst_QMetaMethod
- tst_QMetaObjectBuilder
- tst_QObject
| | FALSE | never evaluated |
&& i < priv(d.data)->constructorCount| TRUE | evaluated 103 times by 3 testsEvaluated by:- tst_QMetaMethod
- tst_QMetaObjectBuilder
- tst_QObject
| | FALSE | never evaluated |
) { | 0-103 |
| 712 | result.mobj = this; | - |
| 713 | result.handle = priv(d.data)->constructorData + 5*i; | - |
| 714 | }executed 103 times by 3 tests: end of blockExecuted by:- tst_QMetaMethod
- tst_QMetaObjectBuilder
- tst_QObject
| 103 |
| 715 | 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 |
| 716 | } | - |
| 717 | | - |
| 718 | | - |
| 719 | | - |
| 720 | | - |
| 721 | | - |
| 722 | | - |
| 723 | QMetaMethod QMetaObject::method(int index) const | - |
| 724 | { | - |
| 725 | int i = index; | - |
| 726 | i -= methodOffset(); | - |
| 727 | if (i < 0| TRUE | evaluated 173066 times by 509 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 828330 times by 537 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.superdata| TRUE | evaluated 173063 times by 509 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 |
) | 3-828330 |
| 728 | returnexecuted 173063 times by 509 tests: return d.superdata->method(index);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
- ...
d.superdata->method(index);executed 173063 times by 509 tests: return d.superdata->method(index);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
- ...
| 173063 |
| 729 | | - |
| 730 | QMetaMethod result; | - |
| 731 | if (i >= 0| TRUE | evaluated 828330 times by 537 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)->methodCount| TRUE | evaluated 828326 times by 537 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-828330 |
| 732 | result.mobj = this; | - |
| 733 | result.handle = priv(d.data)->methodData + 5*i; | - |
| 734 | }executed 828326 times by 537 tests: end of blockExecuted 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
- ...
| 828326 |
| 735 | returnexecuted 828333 times by 537 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 828333 times by 537 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
- ...
| 828333 |
| 736 | } | - |
| 737 | | - |
| 738 | | - |
| 739 | | - |
| 740 | | - |
| 741 | | - |
| 742 | | - |
| 743 | QMetaEnum QMetaObject::enumerator(int index) const | - |
| 744 | { | - |
| 745 | int i = index; | - |
| 746 | i -= enumeratorOffset(); | - |
| 747 | if (i < 0| TRUE | evaluated 2229 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 70117 times by 136 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.superdata| TRUE | evaluated 1465 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 764 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
|
) | 764-70117 |
| 748 | returnexecuted 1465 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 1465 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
| 1465 |
| 749 | | - |
| 750 | QMetaEnum result; | - |
| 751 | if (i >= 0| TRUE | evaluated 70117 times by 136 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 764 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)->enumeratorCount| TRUE | evaluated 70117 times by 136 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-70117 |
| 752 | result.mobj = this; | - |
| 753 | result.handle = priv(d.data)->enumeratorData + 4*i; | - |
| 754 | }executed 70117 times by 136 tests: end of blockExecuted 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
- ...
| 70117 |
| 755 | returnexecuted 70881 times by 144 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 70881 times by 144 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
- ...
| 70881 |
| 756 | } | - |
| 757 | | - |
| 758 | | - |
| 759 | | - |
| 760 | | - |
| 761 | | - |
| 762 | | - |
| 763 | | - |
| 764 | QMetaProperty QMetaObject::property(int index) const | - |
| 765 | { | - |
| 766 | int i = index; | - |
| 767 | i -= propertyOffset(); | - |
| 768 | if (i < 0| TRUE | evaluated 28462 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 28830 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.superdata| TRUE | evaluated 28462 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-28830 |
| 769 | returnexecuted 28462 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 28462 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
- ...
| 28462 |
| 770 | | - |
| 771 | QMetaProperty result; | - |
| 772 | if (i >= 0| TRUE | evaluated 28830 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)->propertyCount| TRUE | evaluated 28830 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-28830 |
| 773 | int handle = priv(d.data)->propertyData + 3*i; | - |
| 774 | int flags = d.data[handle + 2]; | - |
| 775 | result.mobj = this; | - |
| 776 | result.handle = handle; | - |
| 777 | result.idx = i; | - |
| 778 | | - |
| 779 | if (flags & EnumOrFlag| TRUE | evaluated 988 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 27842 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
- ...
|
) { | 988-27842 |
| 780 | const char *type = rawTypeNameFromTypeInfo(this, d.data[handle + 1]); | - |
| 781 | result.menum = enumerator(indexOfEnumerator(type)); | - |
| 782 | if (!result.menum.isValid()| TRUE | evaluated 670 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 318 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
|
) { | 318-670 |
| 783 | const char *enum_name = type; | - |
| 784 | const char *scope_name = objectClassName(this); | - |
| 785 | char *scope_buffer = 0; | - |
| 786 | | - |
| 787 | const char *colon = strrchr(enum_name, ':'); | - |
| 788 | | - |
| 789 | ((!(colon <= enum_name || *(colon-1) == ':')) ? qt_assert("colon <= enum_name || *(colon-1) == ':'",__FILE__,1128) : qt_noop()); | - |
| 790 | if (colon > enum_name| TRUE | evaluated 576 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-576 |
| 791 | int len = colon-enum_name-1; | - |
| 792 | scope_buffer = (char *)malloc(len+1); | - |
| 793 | memcpy(scope_buffer, enum_name, len); | - |
| 794 | scope_buffer[len] = '\0'; | - |
| 795 | scope_name = scope_buffer; | - |
| 796 | enum_name = colon+1; | - |
| 797 | }executed 576 times by 13 tests: end of blockExecuted 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
| 576 |
| 798 | | - |
| 799 | const QMetaObject *scope = 0; | - |
| 800 | if (qstrcmp(scope_name, "Qt") == 0| TRUE | evaluated 569 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-569 |
| 801 | scope = &QObject::staticQtMetaObject;executed 569 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
| 569 |
| 802 | else | - |
| 803 | 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 |
| 804 | if (scope| TRUE | evaluated 670 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-670 |
| 805 | result.menum = scope->enumerator(scope->indexOfEnumerator(enum_name));executed 670 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
| 670 |
| 806 | if (scope_buffer| TRUE | evaluated 576 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-576 |
| 807 | free(scope_buffer);executed 576 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
| 576 |
| 808 | }executed 670 times by 23 tests: end of blockExecuted 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
| 670 |
| 809 | }executed 988 times by 23 tests: end of blockExecuted 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
| 988 |
| 810 | }executed 28830 times by 156 tests: end of blockExecuted 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
- ...
| 28830 |
| 811 | returnexecuted 28830 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 28830 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
- ...
| 28830 |
| 812 | } | - |
| 813 | QMetaProperty QMetaObject::userProperty() const | - |
| 814 | { | - |
| 815 | const int propCount = propertyCount(); | - |
| 816 | for (int i = propCount - 1; i >= 0| TRUE | evaluated 5183 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-5183 |
| 817 | const QMetaProperty prop = property(i); | - |
| 818 | if (prop.isUser()| TRUE | evaluated 315 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 4868 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
|
) | 315-4868 |
| 819 | returnexecuted 315 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 315 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
| 315 |
| 820 | }executed 4868 times by 10 tests: end of blockExecuted by:- tst_QAbstractItemView
- tst_QDataWidgetMapper
- tst_QItemDelegate
- tst_QItemEditorFactory
- tst_QItemView
- tst_QListWidget
- tst_QTableView
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
| 4868 |
| 821 | returnexecuted 3 times by 1 test: return QMetaProperty(); QMetaProperty();executed 3 times by 1 test: return QMetaProperty(); | 3 |
| 822 | } | - |
| 823 | QMetaClassInfo QMetaObject::classInfo(int index) const | - |
| 824 | { | - |
| 825 | int i = index; | - |
| 826 | i -= classInfoOffset(); | - |
| 827 | if (i < 0| TRUE | 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.superdata| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
) | 0-2426 |
| 828 | 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 |
| 829 | | - |
| 830 | QMetaClassInfo result; | - |
| 831 | if (i >= 0| TRUE | 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)->classInfoCount| TRUE | 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 |
| 832 | result.mobj = this; | - |
| 833 | result.handle = priv(d.data)->classInfoData + 2*i; | - |
| 834 | }executed 2426 times by 16 tests: end of blockExecuted 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 |
| 835 | 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 |
| 836 | } | - |
| 837 | bool QMetaObject::checkConnectArgs(const char *signal, const char *method) | - |
| 838 | { | - |
| 839 | const char *s1 = signal; | - |
| 840 | const char *s2 = method; | - |
| 841 | 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 |
| 842 | 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 |
| 843 | 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) == 0| TRUE | never evaluated | | FALSE | never evaluated |
) | 0-23 |
| 844 | returnexecuted 23 times by 1 test: return true; true;executed 23 times by 1 test: return true; | 23 |
| 845 | int s1len = qstrlen(s1); | - |
| 846 | int s2len = qstrlen(s2); | - |
| 847 | if (s2len < s1len| TRUE | never evaluated | | FALSE | never evaluated |
&& strncmp(s1,s2,s2len-1)==0| TRUE | never evaluated | | FALSE | never evaluated |
&& s1[s2len-1]==','| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 848 | return never executed: return true; true;never executed: return true; | 0 |
| 849 | return never executed: return false; false;never executed: return false; | 0 |
| 850 | } | - |
| 851 | bool QMetaObject::checkConnectArgs(const QMetaMethod &signal, | - |
| 852 | const QMetaMethod &method) | - |
| 853 | { | - |
| 854 | 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 |
| 855 | QMetaMethodPrivate::get(&signal), never executed: return QMetaObjectPrivate::checkConnectArgs( QMetaMethodPrivate::get(&signal), QMetaMethodPrivate::get(&method)); | 0 |
| 856 | QMetaMethodPrivate::get(&method)); never executed: return QMetaObjectPrivate::checkConnectArgs( QMetaMethodPrivate::get(&signal), QMetaMethodPrivate::get(&method)); | 0 |
| 857 | } | - |
| 858 | | - |
| 859 | static void qRemoveWhitespace(const char *s, char *d) | - |
| 860 | { | - |
| 861 | char last = 0; | - |
| 862 | while (*| TRUE | evaluated 118069 times by 330 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
| | FALSE | never evaluated |
s| TRUE | evaluated 118069 times by 330 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
| | FALSE | never evaluated |
&& is_space(*s)| TRUE | evaluated 10 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QMetaType
| | FALSE | evaluated 118059 times by 330 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
|
) | 0-118069 |
| 863 | s++;executed 10 times by 2 tests: s++;Executed by:- tst_QMetaObject
- tst_QMetaType
| 10 |
| 864 | while (*| TRUE | evaluated 133333 times by 330 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
| | FALSE | evaluated 118059 times by 330 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
|
s| TRUE | evaluated 133333 times by 330 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
| | FALSE | evaluated 118059 times by 330 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
|
) { | 118059-133333 |
| 865 | while (*| TRUE | evaluated 3034282 times by 330 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
| | FALSE | evaluated 118048 times by 330 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
|
s| TRUE | evaluated 3034282 times by 330 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
| | FALSE | evaluated 118048 times by 330 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
|
&& !is_space(*s)| TRUE | evaluated 3018997 times by 330 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
| | FALSE | evaluated 15285 times by 102 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
- ...
|
) | 15285-3034282 |
| 866 | last = *d++ = *s++;executed 3018997 times by 330 tests: last = *d++ = *s++;Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
| 3018997 |
| 867 | while (*| TRUE | evaluated 30566 times by 102 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 118059 times by 330 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
|
s| TRUE | evaluated 30566 times by 102 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 118059 times by 330 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
|
&& is_space(*s)| TRUE | evaluated 15292 times by 102 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 15274 times by 102 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
- ...
|
) | 15274-118059 |
| 868 | s++;executed 15292 times by 102 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
- ...
| 15292 |
| 869 | if (*| TRUE | evaluated 15274 times by 102 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 118059 times by 330 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
|
s| TRUE | evaluated 15274 times by 102 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 118059 times by 330 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
|
&& ((is_ident_char(*s)| TRUE | evaluated 12988 times by 82 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 1759 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 11229 times by 32 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_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpServer
- ...
|
) | 1759-118059 |
| 870 | || ((*| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 13514 times by 66 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 13514 times by 66 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-13514 |
| 871 | last = *d++ = ' '; | - |
| 872 | }executed 1760 times by 68 tests: end of blockExecuted 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
- ...
| 1760 |
| 873 | }executed 133333 times by 330 tests: end of blockExecuted by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
| 133333 |
| 874 | *d = '\0'; | - |
| 875 | }executed 118059 times by 330 tests: end of blockExecuted by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
| 118059 |
| 876 | | - |
| 877 | static char *qNormalizeType(char *d, int &templdepth, QByteArray &result) | - |
| 878 | { | - |
| 879 | const char *t = d; | - |
| 880 | while (*| TRUE | evaluated 1745247 times by 330 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
| | FALSE | evaluated 44923 times by 323 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
|
d| TRUE | evaluated 1745247 times by 330 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
| | FALSE | evaluated 44923 times by 323 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
|
&& (templdepth| TRUE | evaluated 141787 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 1603460 times by 330 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
|
| 44923-1745247 |
| 881 | || (*| TRUE | evaluated 1534122 times by 330 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
| | FALSE | evaluated 69338 times by 86 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 1534122 times by 330 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
| | FALSE | evaluated 69338 times by 86 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 1460980 times by 326 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
| | FALSE | evaluated 73142 times by 183 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 1460980 times by 326 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
| | FALSE | evaluated 73142 times by 183 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
- ...
|
))) { | 69338-1534122 |
| 882 | if (*| TRUE | evaluated 12462 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 1590305 times by 326 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
|
d == '<'| TRUE | evaluated 12462 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 1590305 times by 326 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
|
) | 12462-1590305 |
| 883 | ++executed 12462 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 12462 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
- ...
| 12462 |
| 884 | if (*| TRUE | evaluated 12462 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 1590305 times by 326 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
|
d == '>'| TRUE | evaluated 12462 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 1590305 times by 326 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
|
) | 12462-1590305 |
| 885 | --executed 12462 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 12462 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
- ...
| 12462 |
| 886 | ++d; | - |
| 887 | }executed 1602767 times by 326 tests: end of blockExecuted by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
| 1602767 |
| 888 | | - |
| 889 | | - |
| 890 | if (strncmp("void)", t, d - t + 1) != 0| TRUE | evaluated 187374 times by 330 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
| | FALSE | evaluated 29 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QObject
|
) | 29-187374 |
| 891 | result += normalizeTypeInternal(t, d);executed 187374 times by 330 tests: result += normalizeTypeInternal(t, d);Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
| 187374 |
| 892 | | - |
| 893 | returnexecuted 187403 times by 330 tests: return d;Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
d;executed 187403 times by 330 tests: return d;Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
| 187403 |
| 894 | } | - |
| 895 | QByteArray QMetaObject::normalizedType(const char *type) | - |
| 896 | { | - |
| 897 | QByteArray result; | - |
| 898 | | - |
| 899 | if (!type| TRUE | never evaluated | | FALSE | evaluated 44959 times by 323 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
|
|| !*type| TRUE | evaluated 37 times by 2 testsEvaluated by:- tst_QMetaObjectBuilder
- tst_QMetaType
| | FALSE | evaluated 44922 times by 323 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
|
) | 0-44959 |
| 900 | 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 |
| 901 | | - |
| 902 | QVarLengthArray<char> stackbuf(qstrlen(type) + 1); | - |
| 903 | qRemoveWhitespace(type, stackbuf.data()); | - |
| 904 | int templdepth = 0; | - |
| 905 | qNormalizeType(stackbuf.data(), templdepth, result); | - |
| 906 | | - |
| 907 | returnexecuted 44922 times by 323 tests: return result;Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
result;executed 44922 times by 323 tests: return result;Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- 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_QAlgorithms
- tst_QAnimationGroup
- tst_QApplication
- tst_QArrayData
- tst_QArrayData_StrictIterators
- tst_QAsn1Element
- tst_QBackingStore
- tst_QBoxLayout
- ...
| 44922 |
| 908 | } | - |
| 909 | QByteArray QMetaObject::normalizedSignature(const char *method) | - |
| 910 | { | - |
| 911 | QByteArray result; | - |
| 912 | if (!method| TRUE | never evaluated | | FALSE | evaluated 73137 times by 183 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
- ...
|
|| !*method| TRUE | never evaluated | | FALSE | evaluated 73137 times by 183 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-73137 |
| 913 | return never executed: return result; result;never executed: return result; | 0 |
| 914 | int len = int(strlen(method)); | - |
| 915 | QVarLengthArray<char> stackbuf(len + 1); | - |
| 916 | char *d = stackbuf.data(); | - |
| 917 | qRemoveWhitespace(method, d); | - |
| 918 | | - |
| 919 | result.reserve(len); | - |
| 920 | | - |
| 921 | int argdepth = 0; | - |
| 922 | int templdepth = 0; | - |
| 923 | while (*| TRUE | evaluated 1417991 times by 183 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 73136 times by 183 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 1417991 times by 183 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 73136 times by 183 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
- ...
|
) { | 73136-1417991 |
| 924 | if (argdepth == 1| TRUE | evaluated 142481 times by 183 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 1275510 times by 183 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
- ...
|
) { | 142481-1275510 |
| 925 | d = qNormalizeType(d, templdepth, result); | - |
| 926 | if (!*d| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 142480 times by 183 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-142480 |
| 927 | break;executed 1 time by 1 test: break; | 1 |
| 928 | }executed 142480 times by 183 tests: end of blockExecuted 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
- ...
| 142480 |
| 929 | if (*| TRUE | evaluated 73143 times by 183 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 1344847 times by 183 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 73143 times by 183 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 1344847 times by 183 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
- ...
|
) | 73143-1344847 |
| 930 | ++executed 73143 times by 183 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 73143 times by 183 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
- ...
| 73143 |
| 931 | if (*| TRUE | evaluated 73146 times by 183 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 1344844 times by 183 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 73146 times by 183 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 1344844 times by 183 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
- ...
|
) | 73146-1344844 |
| 932 | --executed 73146 times by 183 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 73146 times by 183 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
- ...
| 73146 |
| 933 | result += *d++; | - |
| 934 | }executed 1417990 times by 183 tests: end of blockExecuted 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
- ...
| 1417990 |
| 935 | | - |
| 936 | returnexecuted 73137 times by 183 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 73137 times by 183 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
- ...
| 73137 |
| 937 | } | - |
| 938 | | - |
| 939 | enum { MaximumParamCount = 11 }; | - |
| 940 | | - |
| 941 | | - |
| 942 | | - |
| 943 | | - |
| 944 | | - |
| 945 | static inline QByteArray findMethodCandidates(const QMetaObject *metaObject, const char *nonExistentMember) | - |
| 946 | { | - |
| 947 | QByteArray candidateMessage; | - |
| 948 | | - |
| 949 | const QByteArray memberByteArray = nonExistentMember; | - |
| 950 | 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 |
| 951 | const QMetaMethod method = metaObject->method(i); | - |
| 952 | if (method.name() == memberByteArray| TRUE | evaluated 4 times by 1 test | | FALSE | evaluated 240 times by 2 testsEvaluated by:- tst_QDBusInterface
- tst_QMetaObject
|
) | 4-240 |
| 953 | candidateMessage += " " + method.methodSignature() + '\n';executed 4 times by 1 test: candidateMessage += " " + method.methodSignature() + '\n'; | 4 |
| 954 | }executed 244 times by 2 tests: end of blockExecuted by:- tst_QDBusInterface
- tst_QMetaObject
| 244 |
| 955 | if (!candidateMessage.isEmpty()| TRUE | evaluated 4 times by 1 test | | FALSE | evaluated 6 times by 2 testsEvaluated by:- tst_QDBusInterface
- tst_QMetaObject
|
) { | 4-6 |
| 956 | candidateMessage.prepend("\nCandidates are:\n"); | - |
| 957 | candidateMessage.chop(1); | - |
| 958 | }executed 4 times by 1 test: end of block | 4 |
| 959 | 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 |
| 960 | } | - |
| 961 | bool QMetaObject::invokeMethod(QObject *obj, | - |
| 962 | const char *member, | - |
| 963 | Qt::ConnectionType type, | - |
| 964 | QGenericReturnArgument ret, | - |
| 965 | QGenericArgument val0, | - |
| 966 | QGenericArgument val1, | - |
| 967 | QGenericArgument val2, | - |
| 968 | QGenericArgument val3, | - |
| 969 | QGenericArgument val4, | - |
| 970 | QGenericArgument val5, | - |
| 971 | QGenericArgument val6, | - |
| 972 | QGenericArgument val7, | - |
| 973 | QGenericArgument val8, | - |
| 974 | QGenericArgument val9) | - |
| 975 | { | - |
| 976 | if (!obj| TRUE | evaluated 2 times by 1 test | | FALSE | evaluated 127790 times by 199 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- 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
- ...
|
) | 2-127790 |
| 977 | returnexecuted 2 times by 1 test: return false; false;executed 2 times by 1 test: return false; | 2 |
| 978 | | - |
| 979 | QVarLengthArray<char, 512> sig; | - |
| 980 | int len = qstrlen(member); | - |
| 981 | if (len <= 0| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 127789 times by 199 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- 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
- ...
|
) | 1-127789 |
| 982 | returnexecuted 1 time by 1 test: return false; false;executed 1 time by 1 test: return false; | 1 |
| 983 | sig.append(member, len); | - |
| 984 | sig.append('('); | - |
| 985 | | - |
| 986 | const char *typeNames[] = {ret.name(), val0.name(), val1.name(), val2.name(), val3.name(), | - |
| 987 | val4.name(), val5.name(), val6.name(), val7.name(), val8.name(), | - |
| 988 | val9.name()}; | - |
| 989 | | - |
| 990 | int paramCount; | - |
| 991 | for (paramCount = 1; paramCount < MaximumParamCount| TRUE | evaluated 190201 times by 199 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- 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
- ...
| | FALSE | never evaluated |
; ++paramCount) { | 0-190201 |
| 992 | len = qstrlen(typeNames[paramCount]); | - |
| 993 | if (len <= 0| TRUE | evaluated 127789 times by 199 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- 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
- ...
| | 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-127789 |
| 994 | break;executed 127789 times by 199 tests: break;Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- 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
- ...
| 127789 |
| 995 | sig.append(typeNames[paramCount], len); | - |
| 996 | sig.append(','); | - |
| 997 | }executed 62412 times by 21 tests: end of blockExecuted 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 |
| 998 | if (paramCount == 1| TRUE | evaluated 65557 times by 198 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- 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
- ...
| | 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-65557 |
| 999 | sig.append(')');executed 65557 times by 198 tests: sig.append(')');Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- 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
- ...
| 65557 |
| 1000 | else | - |
| 1001 | 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 |
| 1002 | sig.append('\0'); | - |
| 1003 | | - |
| 1004 | const QMetaObject *meta = obj->metaObject(); | - |
| 1005 | int idx = meta->indexOfMethod(sig.constData()); | - |
| 1006 | if (idx < 0| TRUE | evaluated 12 times by 2 testsEvaluated by:- tst_QDBusInterface
- tst_QMetaObject
| | FALSE | evaluated 127777 times by 199 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- 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
- ...
|
) { | 12-127777 |
| 1007 | QByteArray norm = QMetaObject::normalizedSignature(sig.constData()); | - |
| 1008 | idx = meta->indexOfMethod(norm.constData()); | - |
| 1009 | }executed 12 times by 2 tests: end of blockExecuted by:- tst_QDBusInterface
- tst_QMetaObject
| 12 |
| 1010 | | - |
| 1011 | if (idx < 0| TRUE | evaluated 10 times by 2 testsEvaluated by:- tst_QDBusInterface
- tst_QMetaObject
| | FALSE | evaluated 127779 times by 199 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- 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
- ...
|
|| idx >= meta->methodCount()| TRUE | never evaluated | | FALSE | evaluated 127779 times by 199 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- 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
- ...
|
) { | 0-127779 |
| 1012 | | - |
| 1013 | QMessageLogger(__FILE__, 1483, __PRETTY_FUNCTION__).warning("QMetaObject::invokeMethod: No such method %s::%s%s", | - |
| 1014 | meta->className(), sig.constData(), findMethodCandidates(meta, member).constData()); | - |
| 1015 | 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 |
| 1016 | } | - |
| 1017 | QMetaMethod method = meta->method(idx); | - |
| 1018 | returnexecuted 127779 times by 199 tests: return method.invoke(obj, type, ret, val0, val1, val2, val3, val4, val5, val6, val7, val8, val9);Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- 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
- ...
method.invoke(obj, type, ret,executed 127779 times by 199 tests: return method.invoke(obj, type, ret, val0, val1, val2, val3, val4, val5, val6, val7, val8, val9);Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- 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
- ...
| 127779 |
| 1019 | val0, val1, val2, val3, val4, val5, val6, val7, val8, val9);executed 127779 times by 199 tests: return method.invoke(obj, type, ret, val0, val1, val2, val3, val4, val5, val6, val7, val8, val9);Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- 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
- ...
| 127779 |
| 1020 | } | - |
| 1021 | QByteArray QMetaMethodPrivate::signature() const | - |
| 1022 | { | - |
| 1023 | ((!(priv(mobj->d.data)->revision >= 7)) ? qt_assert("priv(mobj->d.data)->revision >= 7",__FILE__,1652) : qt_noop()); | - |
| 1024 | QByteArray result; | - |
| 1025 | result.reserve(256); | - |
| 1026 | result += name(); | - |
| 1027 | result += '('; | - |
| 1028 | QList<QByteArray> argTypes = parameterTypes(); | - |
| 1029 | for (int i = 0; i < argTypes.size()| TRUE | evaluated 20364 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 23420 times by 59 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAnimationGroup
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDBusThreading
- tst_QDialogButtonBox
- tst_QEventLoop
- tst_QFileDialog2
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QFutureWatcher
- tst_QGraphicsProxyWidget
- tst_QGridLayout
- tst_QGuiEventLoop
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QIdentityProxyModel
- tst_QItemModel
- tst_QItemSelectionModel
- ...
|
; ++i) { | 20364-23420 |
| 1030 | if (i| TRUE | evaluated 6485 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 13879 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
- ...
|
) | 6485-13879 |
| 1031 | result += ',';executed 6485 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
| 6485 |
| 1032 | result += argTypes.at(i); | - |
| 1033 | }executed 20364 times by 54 tests: end of blockExecuted 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
- ...
| 20364 |
| 1034 | result += ')'; | - |
| 1035 | returnexecuted 23420 times by 59 tests: return result;Executed by:- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAnimationGroup
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDBusThreading
- tst_QDialogButtonBox
- tst_QEventLoop
- tst_QFileDialog2
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QFutureWatcher
- tst_QGraphicsProxyWidget
- tst_QGridLayout
- tst_QGuiEventLoop
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QIdentityProxyModel
- tst_QItemModel
- tst_QItemSelectionModel
- ...
result;executed 23420 times by 59 tests: return result;Executed by:- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAnimationGroup
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDBusThreading
- tst_QDialogButtonBox
- tst_QEventLoop
- tst_QFileDialog2
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QFutureWatcher
- tst_QGraphicsProxyWidget
- tst_QGridLayout
- tst_QGuiEventLoop
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QIdentityProxyModel
- tst_QItemModel
- tst_QItemSelectionModel
- ...
| 23420 |
| 1036 | } | - |
| 1037 | | - |
| 1038 | QByteArray QMetaMethodPrivate::name() const | - |
| 1039 | { | - |
| 1040 | ((!(priv(mobj->d.data)->revision >= 7)) ? qt_assert("priv(mobj->d.data)->revision >= 7",__FILE__,1669) : qt_noop()); | - |
| 1041 | returnexecuted 66136 times by 512 tests: return stringData(mobj, mobj->d.data[handle]);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(mobj, mobj->d.data[handle]);executed 66136 times by 512 tests: return stringData(mobj, mobj->d.data[handle]);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
- ...
| 66136 |
| 1042 | } | - |
| 1043 | | - |
| 1044 | int QMetaMethodPrivate::typesDataIndex() const | - |
| 1045 | { | - |
| 1046 | ((!(priv(mobj->d.data)->revision >= 7)) ? qt_assert("priv(mobj->d.data)->revision >= 7",__FILE__,1675) : qt_noop()); | - |
| 1047 | returnexecuted 69572 times by 746 tests: return mobj->d.data[handle + 2];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 + 2];executed 69572 times by 746 tests: return mobj->d.data[handle + 2];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
- ...
| 69572 |
| 1048 | } | - |
| 1049 | | - |
| 1050 | const char *QMetaMethodPrivate::rawReturnTypeName() const | - |
| 1051 | { | - |
| 1052 | ((!(priv(mobj->d.data)->revision >= 7)) ? qt_assert("priv(mobj->d.data)->revision >= 7",__FILE__,1681) : qt_noop()); | - |
| 1053 | uint typeInfo = mobj->d.data[typesDataIndex()]; | - |
| 1054 | if (typeInfo & IsUnresolvedType| TRUE | 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 |
| 1055 | 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 |
| 1056 | else | - |
| 1057 | 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 |
| 1058 | } | - |
| 1059 | | - |
| 1060 | int QMetaMethodPrivate::returnType() const | - |
| 1061 | { | - |
| 1062 | returnexecuted 21360 times by 509 tests: return parameterType(-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
- ...
parameterType(-1);executed 21360 times by 509 tests: return parameterType(-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
- ...
| 21360 |
| 1063 | } | - |
| 1064 | | - |
| 1065 | int QMetaMethodPrivate::parameterCount() const | - |
| 1066 | { | - |
| 1067 | ((!(priv(mobj->d.data)->revision >= 7)) ? qt_assert("priv(mobj->d.data)->revision >= 7",__FILE__,1696) : qt_noop()); | - |
| 1068 | returnexecuted 404521 times by 749 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 404521 times by 749 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
- ...
| 404521 |
| 1069 | } | - |
| 1070 | | - |
| 1071 | int QMetaMethodPrivate::parametersDataIndex() const | - |
| 1072 | { | - |
| 1073 | ((!(priv(mobj->d.data)->revision >= 7)) ? qt_assert("priv(mobj->d.data)->revision >= 7",__FILE__,1702) : qt_noop()); | - |
| 1074 | returnexecuted 69071 times by 746 tests: return typesDataIndex() + 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
- ...
typesDataIndex() + 1;executed 69071 times by 746 tests: return typesDataIndex() + 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
- ...
| 69071 |
| 1075 | } | - |
| 1076 | | - |
| 1077 | uint QMetaMethodPrivate::parameterTypeInfo(int index) const | - |
| 1078 | { | - |
| 1079 | ((!(priv(mobj->d.data)->revision >= 7)) ? qt_assert("priv(mobj->d.data)->revision >= 7",__FILE__,1708) : qt_noop()); | - |
| 1080 | returnexecuted 34238 times by 509 tests: return mobj->d.data[parametersDataIndex() + index];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[parametersDataIndex() + index];executed 34238 times by 509 tests: return mobj->d.data[parametersDataIndex() + index];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
- ...
| 34238 |
| 1081 | } | - |
| 1082 | | - |
| 1083 | int QMetaMethodPrivate::parameterType(int index) const | - |
| 1084 | { | - |
| 1085 | ((!(priv(mobj->d.data)->revision >= 7)) ? qt_assert("priv(mobj->d.data)->revision >= 7",__FILE__,1714) : qt_noop()); | - |
| 1086 | returnexecuted 34238 times by 509 tests: return typeFromTypeInfo(mobj, parameterTypeInfo(index));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
- ...
typeFromTypeInfo(mobj, parameterTypeInfo(index));executed 34238 times by 509 tests: return typeFromTypeInfo(mobj, parameterTypeInfo(index));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
- ...
| 34238 |
| 1087 | } | - |
| 1088 | | - |
| 1089 | void QMetaMethodPrivate::getParameterTypes(int *types) const | - |
| 1090 | { | - |
| 1091 | ((!(priv(mobj->d.data)->revision >= 7)) ? qt_assert("priv(mobj->d.data)->revision >= 7",__FILE__,1720) : qt_noop()); | - |
| 1092 | int dataIndex = parametersDataIndex(); | - |
| 1093 | int argc = parameterCount(); | - |
| 1094 | for (int i = 0; i < argc| TRUE | evaluated 80 times by 1 test | | FALSE | evaluated 42 times by 1 test |
; ++i) { | 42-80 |
| 1095 | int id = typeFromTypeInfo(mobj, mobj->d.data[dataIndex++]); | - |
| 1096 | *(types++) = id; | - |
| 1097 | }executed 80 times by 1 test: end of block | 80 |
| 1098 | }executed 42 times by 1 test: end of block | 42 |
| 1099 | | - |
| 1100 | QList<QByteArray> QMetaMethodPrivate::parameterTypes() const | - |
| 1101 | { | - |
| 1102 | ((!(priv(mobj->d.data)->revision >= 7)) ? qt_assert("priv(mobj->d.data)->revision >= 7",__FILE__,1731) : qt_noop()); | - |
| 1103 | int argc = parameterCount(); | - |
| 1104 | QList<QByteArray> list; | - |
| 1105 | list.reserve(argc); | - |
| 1106 | int paramsIndex = parametersDataIndex(); | - |
| 1107 | for (int i = 0; i < argc| TRUE | evaluated 31690 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 32393 times by 430 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
- ...
|
; ++i) | 31690-32393 |
| 1108 | list += typeNameFromTypeInfo(mobj, mobj->d.data[paramsIndex + i]);executed 31690 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
- ...
| 31690 |
| 1109 | returnexecuted 32393 times by 430 tests: return list;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
- ...
list;executed 32393 times by 430 tests: return list;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
- ...
| 32393 |
| 1110 | } | - |
| 1111 | | - |
| 1112 | QList<QByteArray> QMetaMethodPrivate::parameterNames() const | - |
| 1113 | { | - |
| 1114 | ((!(priv(mobj->d.data)->revision >= 7)) ? qt_assert("priv(mobj->d.data)->revision >= 7",__FILE__,1743) : qt_noop()); | - |
| 1115 | int argc = parameterCount(); | - |
| 1116 | QList<QByteArray> list; | - |
| 1117 | list.reserve(argc); | - |
| 1118 | int namesIndex = parametersDataIndex() + argc; | - |
| 1119 | for (int i = 0; i < argc| TRUE | 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 |
| 1120 | 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 |
| 1121 | 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 |
| 1122 | } | - |
| 1123 | | - |
| 1124 | QByteArray QMetaMethodPrivate::tag() const | - |
| 1125 | { | - |
| 1126 | ((!(priv(mobj->d.data)->revision >= 7)) ? qt_assert("priv(mobj->d.data)->revision >= 7",__FILE__,1755) : qt_noop()); | - |
| 1127 | 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 |
| 1128 | } | - |
| 1129 | | - |
| 1130 | int QMetaMethodPrivate::ownMethodIndex() const | - |
| 1131 | { | - |
| 1132 | | - |
| 1133 | returnexecuted 314316 times by 536 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 314316 times by 536 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
- ...
| 314316 |
| 1134 | } | - |
| 1135 | QByteArray QMetaMethod::methodSignature() const | - |
| 1136 | { | - |
| 1137 | if (!mobj| TRUE | evaluated 2 times by 1 test | | FALSE | evaluated 23420 times by 59 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAnimationGroup
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDBusThreading
- tst_QDialogButtonBox
- tst_QEventLoop
- tst_QFileDialog2
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QFutureWatcher
- tst_QGraphicsProxyWidget
- tst_QGridLayout
- tst_QGuiEventLoop
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QIdentityProxyModel
- tst_QItemModel
- tst_QItemSelectionModel
- ...
|
) | 2-23420 |
| 1138 | returnexecuted 2 times by 1 test: return QByteArray(); QByteArray();executed 2 times by 1 test: return QByteArray(); | 2 |
| 1139 | returnexecuted 23420 times by 59 tests: return QMetaMethodPrivate::get(this)->signature();Executed by:- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAnimationGroup
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDBusThreading
- tst_QDialogButtonBox
- tst_QEventLoop
- tst_QFileDialog2
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QFutureWatcher
- tst_QGraphicsProxyWidget
- tst_QGridLayout
- tst_QGuiEventLoop
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QIdentityProxyModel
- tst_QItemModel
- tst_QItemSelectionModel
- ...
QMetaMethodPrivate::get(this)->signature();executed 23420 times by 59 tests: return QMetaMethodPrivate::get(this)->signature();Executed by:- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAnimationGroup
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QDBusThreading
- tst_QDialogButtonBox
- tst_QEventLoop
- tst_QFileDialog2
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QFutureWatcher
- tst_QGraphicsProxyWidget
- tst_QGridLayout
- tst_QGuiEventLoop
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QIdentityProxyModel
- tst_QItemModel
- tst_QItemSelectionModel
- ...
| 23420 |
| 1140 | } | - |
| 1141 | QByteArray QMetaMethod::name() const | - |
| 1142 | { | - |
| 1143 | if (!mobj| TRUE | never evaluated | | FALSE | evaluated 42716 times by 512 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-42716 |
| 1144 | return never executed: return QByteArray(); QByteArray();never executed: return QByteArray(); | 0 |
| 1145 | returnexecuted 42716 times by 512 tests: return QMetaMethodPrivate::get(this)->name();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
- ...
QMetaMethodPrivate::get(this)->name();executed 42716 times by 512 tests: return QMetaMethodPrivate::get(this)->name();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
- ...
| 42716 |
| 1146 | } | - |
| 1147 | int QMetaMethod::returnType() const | - |
| 1148 | { | - |
| 1149 | if (!mobj| TRUE | never evaluated | | FALSE | evaluated 21360 times by 509 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-21360 |
| 1150 | return never executed: return QMetaType::UnknownType; QMetaType::UnknownType;never executed: return QMetaType::UnknownType; | 0 |
| 1151 | returnexecuted 21360 times by 509 tests: return QMetaMethodPrivate::get(this)->returnType();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
- ...
QMetaMethodPrivate::get(this)->returnType();executed 21360 times by 509 tests: return QMetaMethodPrivate::get(this)->returnType();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
- ...
| 21360 |
| 1152 | } | - |
| 1153 | int QMetaMethod::parameterCount() const | - |
| 1154 | { | - |
| 1155 | if (!mobj| TRUE | never evaluated | | FALSE | evaluated 47214 times by 506 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-47214 |
| 1156 | return never executed: return 0; 0;never executed: return 0; | 0 |
| 1157 | returnexecuted 47214 times by 506 tests: return QMetaMethodPrivate::get(this)->parameterCount();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
- ...
QMetaMethodPrivate::get(this)->parameterCount();executed 47214 times by 506 tests: return QMetaMethodPrivate::get(this)->parameterCount();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
- ...
| 47214 |
| 1158 | } | - |
| 1159 | int QMetaMethod::parameterType(int index) const | - |
| 1160 | { | - |
| 1161 | if (!mobj| TRUE | never evaluated | | FALSE | evaluated 12962 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 < 0| TRUE | evaluated 42 times by 1 test | | FALSE | evaluated 12920 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-12962 |
| 1162 | returnexecuted 42 times by 1 test: return QMetaType::UnknownType; QMetaType::UnknownType;executed 42 times by 1 test: return QMetaType::UnknownType; | 42 |
| 1163 | if (index >= QMetaMethodPrivate::get(this)->parameterCount()| TRUE | evaluated 42 times by 1 test | | FALSE | evaluated 12878 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-12878 |
| 1164 | returnexecuted 42 times by 1 test: return QMetaType::UnknownType; QMetaType::UnknownType;executed 42 times by 1 test: return QMetaType::UnknownType; | 42 |
| 1165 | | - |
| 1166 | int type = QMetaMethodPrivate::get(this)->parameterType(index); | - |
| 1167 | if (type != QMetaType::UnknownType| TRUE | evaluated 12858 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-12858 |
| 1168 | returnexecuted 12858 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 12858 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
- ...
| 12858 |
| 1169 | | - |
| 1170 | void *argv[] = { &type, &index }; | - |
| 1171 | mobj->static_metacall(QMetaObject::RegisterMethodArgumentMetaType, QMetaMethodPrivate::get(this)->ownMethodIndex(), argv); | - |
| 1172 | if (type != -1| TRUE | 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 |
| 1173 | 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 |
| 1174 | returnexecuted 4 times by 1 test: return QMetaType::UnknownType; QMetaType::UnknownType;executed 4 times by 1 test: return QMetaType::UnknownType; | 4 |
| 1175 | } | - |
| 1176 | void QMetaMethod::getParameterTypes(int *types) const | - |
| 1177 | { | - |
| 1178 | if (!mobj| TRUE | never evaluated | | FALSE | evaluated 42 times by 1 test |
) | 0-42 |
| 1179 | return; never executed: return; | 0 |
| 1180 | QMetaMethodPrivate::get(this)->getParameterTypes(types); | - |
| 1181 | }executed 42 times by 1 test: end of block | 42 |
| 1182 | | - |
| 1183 | | - |
| 1184 | | - |
| 1185 | | - |
| 1186 | | - |
| 1187 | | - |
| 1188 | QList<QByteArray> QMetaMethod::parameterTypes() const | - |
| 1189 | { | - |
| 1190 | if (!mobj| TRUE | never evaluated | | FALSE | evaluated 8973 times by 413 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-8973 |
| 1191 | return never executed: return QList<QByteArray>(); QList<QByteArray>();never executed: return QList<QByteArray>(); | 0 |
| 1192 | returnexecuted 8973 times by 413 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 8973 times by 413 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
- ...
| 8973 |
| 1193 | } | - |
| 1194 | | - |
| 1195 | | - |
| 1196 | | - |
| 1197 | | - |
| 1198 | | - |
| 1199 | | - |
| 1200 | QList<QByteArray> QMetaMethod::parameterNames() const | - |
| 1201 | { | - |
| 1202 | QList<QByteArray> list; | - |
| 1203 | if (!mobj| TRUE | 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 |
| 1204 | return never executed: return list; list;never executed: return list; | 0 |
| 1205 | 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 |
| 1206 | } | - |
| 1207 | | - |
| 1208 | | - |
| 1209 | | - |
| 1210 | | - |
| 1211 | | - |
| 1212 | | - |
| 1213 | | - |
| 1214 | const char *QMetaMethod::typeName() const | - |
| 1215 | { | - |
| 1216 | if (!mobj| TRUE | 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 |
| 1217 | return never executed: return 0; 0;never executed: return 0; | 0 |
| 1218 | 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 |
| 1219 | } | - |
| 1220 | const char *QMetaMethod::tag() const | - |
| 1221 | { | - |
| 1222 | if (!mobj| TRUE | 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 |
| 1223 | return never executed: return 0; 0;never executed: return 0; | 0 |
| 1224 | 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 |
| 1225 | } | - |
| 1226 | | - |
| 1227 | | - |
| 1228 | | - |
| 1229 | | - |
| 1230 | | - |
| 1231 | int QMetaMethod::attributes() const | - |
| 1232 | { | - |
| 1233 | if (!mobj| TRUE | evaluated 3 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QObject
| | FALSE | evaluated 1148524 times by 266 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-1148524 |
| 1234 | 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 |
| 1235 | returnexecuted 1148524 times by 266 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 1148524 times by 266 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
- ...
| 1148524 |
| 1236 | } | - |
| 1237 | | - |
| 1238 | | - |
| 1239 | | - |
| 1240 | | - |
| 1241 | | - |
| 1242 | | - |
| 1243 | int QMetaMethod::methodIndex() const | - |
| 1244 | { | - |
| 1245 | if (!mobj| TRUE | evaluated 4 times by 1 testEvaluated by:- tst_QDBusAbstractInterface
| | FALSE | evaluated 4722 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-4722 |
| 1246 | 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 |
| 1247 | returnexecuted 4722 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 4722 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
- ...
| 4722 |
| 1248 | } | - |
| 1249 | | - |
| 1250 | | - |
| 1251 | | - |
| 1252 | | - |
| 1253 | | - |
| 1254 | | - |
| 1255 | | - |
| 1256 | int QMetaMethod::revision() const | - |
| 1257 | { | - |
| 1258 | if (!mobj| TRUE | never evaluated | | FALSE | evaluated 222 times by 1 test |
) | 0-222 |
| 1259 | return never executed: return 0; 0;never executed: return 0; | 0 |
| 1260 | 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 |
| 1261 | int offset = priv(mobj->d.data)->methodData | - |
| 1262 | + priv(mobj->d.data)->methodCount * 5 | - |
| 1263 | + QMetaMethodPrivate::get(this)->ownMethodIndex(); | - |
| 1264 | 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 |
| 1265 | } | - |
| 1266 | returnexecuted 215 times by 1 test: return 0; 0;executed 215 times by 1 test: return 0; | 215 |
| 1267 | } | - |
| 1268 | QMetaMethod::Access QMetaMethod::access() const | - |
| 1269 | { | - |
| 1270 | if (!mobj| TRUE | never evaluated | | FALSE | evaluated 30759 times by 510 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-30759 |
| 1271 | return never executed: return Private; Private;never executed: return Private; | 0 |
| 1272 | returnexecuted 30759 times by 510 tests: return (QMetaMethod::Access)(mobj->d.data[handle + 4] & AccessMask);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
- ...
(QMetaMethod::Access)(mobj->d.data[handle + 4] & AccessMask);executed 30759 times by 510 tests: return (QMetaMethod::Access)(mobj->d.data[handle + 4] & AccessMask);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
- ...
| 30759 |
| 1273 | } | - |
| 1274 | | - |
| 1275 | | - |
| 1276 | | - |
| 1277 | | - |
| 1278 | | - |
| 1279 | | - |
| 1280 | QMetaMethod::MethodType QMetaMethod::methodType() const | - |
| 1281 | { | - |
| 1282 | if (!mobj| TRUE | never evaluated | | FALSE | evaluated 32913 times by 509 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-32913 |
| 1283 | return never executed: return QMetaMethod::Method; QMetaMethod::Method;never executed: return QMetaMethod::Method; | 0 |
| 1284 | returnexecuted 32913 times by 509 tests: return (QMetaMethod::MethodType)((mobj->d.data[handle + 4] & MethodTypeMask)>>2);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
- ...
(QMetaMethod::MethodType)((mobj->d.data[handle + 4] & MethodTypeMask)>>2);executed 32913 times by 509 tests: return (QMetaMethod::MethodType)((mobj->d.data[handle + 4] & MethodTypeMask)>>2);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
- ...
| 32913 |
| 1285 | } | - |
| 1286 | QMetaMethod QMetaMethod::fromSignalImpl(const QMetaObject *metaObject, void **signal) | - |
| 1287 | { | - |
| 1288 | int i = -1; | - |
| 1289 | void *args[] = { &i, signal }; | - |
| 1290 | QMetaMethod result; | - |
| 1291 | for (const QMetaObject *m = metaObject; m| TRUE | evaluated 5528 times by 195 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-5528 |
| 1292 | m->static_metacall(QMetaObject::IndexOfMethod, 0, args); | - |
| 1293 | if (i >= 0| TRUE | evaluated 5525 times by 195 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-5525 |
| 1294 | result.mobj = m; | - |
| 1295 | result.handle = priv(m->d.data)->methodData + 5*i; | - |
| 1296 | break;executed 5525 times by 195 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
- ...
| 5525 |
| 1297 | } | - |
| 1298 | }executed 3 times by 1 test: end of block | 3 |
| 1299 | returnexecuted 5527 times by 195 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 5527 times by 195 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
- ...
| 5527 |
| 1300 | } | - |
| 1301 | bool QMetaMethod::invoke(QObject *object, | - |
| 1302 | Qt::ConnectionType connectionType, | - |
| 1303 | QGenericReturnArgument returnValue, | - |
| 1304 | QGenericArgument val0, | - |
| 1305 | QGenericArgument val1, | - |
| 1306 | QGenericArgument val2, | - |
| 1307 | QGenericArgument val3, | - |
| 1308 | QGenericArgument val4, | - |
| 1309 | QGenericArgument val5, | - |
| 1310 | QGenericArgument val6, | - |
| 1311 | QGenericArgument val7, | - |
| 1312 | QGenericArgument val8, | - |
| 1313 | QGenericArgument val9) const | - |
| 1314 | { | - |
| 1315 | if (!object| TRUE | evaluated 2 times by 1 test | | FALSE | evaluated 309555 times by 515 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
- ...
|
|| !mobj| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 309552 times by 515 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-309555 |
| 1316 | returnexecuted 5 times by 1 test: return false; false;executed 5 times by 1 test: return false; | 5 |
| 1317 | | - |
| 1318 | ((!(mobj->cast(object))) ? qt_assert("mobj->cast(object)",__FILE__,2147) : qt_noop()); | - |
| 1319 | | - |
| 1320 | | - |
| 1321 | 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 309438 times by 515 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-309438 |
| 1322 | const char *retType = typeName(); | - |
| 1323 | if (qstrcmp(returnValue.name(), retType) != 0| TRUE | 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 |
| 1324 | | - |
| 1325 | QByteArray normalized = QMetaObject::normalizedType(returnValue.name()); | - |
| 1326 | if (qstrcmp(normalized.constData(), retType) != 0| TRUE | evaluated 2 times by 1 test | | FALSE | evaluated 4 times by 1 test |
) { | 2-4 |
| 1327 | | - |
| 1328 | int t = returnType(); | - |
| 1329 | if (t == QMetaType::UnknownType| TRUE | 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 |
| 1330 | returnexecuted 1 time by 1 test: return false; false;executed 1 time by 1 test: return false; | 1 |
| 1331 | }executed 1 time by 1 test: end of block | 1 |
| 1332 | }executed 5 times by 1 test: end of block | 5 |
| 1333 | }executed 113 times by 7 tests: end of blockExecuted by:- tst_QDBusInterface
- tst_QGraphicsProxyWidget
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QPlainTextEdit
- tst_QTextBrowser
- tst_QTextEdit
| 113 |
| 1334 | | - |
| 1335 | | - |
| 1336 | const char *typeNames[] = { | - |
| 1337 | returnValue.name(), | - |
| 1338 | val0.name(), | - |
| 1339 | val1.name(), | - |
| 1340 | val2.name(), | - |
| 1341 | val3.name(), | - |
| 1342 | val4.name(), | - |
| 1343 | val5.name(), | - |
| 1344 | val6.name(), | - |
| 1345 | val7.name(), | - |
| 1346 | val8.name(), | - |
| 1347 | val9.name() | - |
| 1348 | }; | - |
| 1349 | int paramCount; | - |
| 1350 | for (paramCount = 1; paramCount < MaximumParamCount| TRUE | evaluated 372126 times by 515 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-372126 |
| 1351 | if (qstrlen(typeNames[paramCount]) <= 0| TRUE | evaluated 309551 times by 515 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-309551 |
| 1352 | break;executed 309551 times by 515 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
- ...
| 309551 |
| 1353 | }executed 62575 times by 25 tests: end of blockExecuted 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 |
| 1354 | if (paramCount <= QMetaMethodPrivate::get(this)->parameterCount()| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 309550 times by 515 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-309550 |
| 1355 | returnexecuted 1 time by 1 test: return false; false;executed 1 time by 1 test: return false; | 1 |
| 1356 | | - |
| 1357 | | - |
| 1358 | QThread *currentThread = QThread::currentThread(); | - |
| 1359 | QThread *objectThread = object->thread(); | - |
| 1360 | if (connectionType == Qt::AutoConnection| TRUE | evaluated 12592 times by 77 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 296958 times by 513 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
- ...
|
) { | 12592-296958 |
| 1361 | connectionType = currentThread == objectThread| TRUE | evaluated 12527 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-12527 |
| 1362 | ? Qt::DirectConnection | - |
| 1363 | : Qt::QueuedConnection; | - |
| 1364 | }executed 12592 times by 77 tests: end of blockExecuted 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
- ...
| 12592 |
| 1365 | void *param[] = { | - |
| 1366 | returnValue.data(), | - |
| 1367 | val0.data(), | - |
| 1368 | val1.data(), | - |
| 1369 | val2.data(), | - |
| 1370 | val3.data(), | - |
| 1371 | val4.data(), | - |
| 1372 | val5.data(), | - |
| 1373 | val6.data(), | - |
| 1374 | val7.data(), | - |
| 1375 | val8.data(), | - |
| 1376 | val9.data() | - |
| 1377 | }; | - |
| 1378 | int idx_relative = QMetaMethodPrivate::get(this)->ownMethodIndex(); | - |
| 1379 | int idx_offset = mobj->methodOffset(); | - |
| 1380 | ((!(QMetaObjectPrivate::get(mobj)->revision >= 6)) ? qt_assert("QMetaObjectPrivate::get(mobj)->revision >= 6",__FILE__,2217) : qt_noop()); | - |
| 1381 | QObjectPrivate::StaticMetaCallFunction callFunction = mobj->d.static_metacall; | - |
| 1382 | | - |
| 1383 | if (connectionType == Qt::DirectConnection| TRUE | evaluated 191102 times by 509 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 118448 times by 191 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
- ...
|
) { | 118448-191102 |
| 1384 | if (callFunction| TRUE | evaluated 191086 times by 509 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-191086 |
| 1385 | callFunction(object, QMetaObject::InvokeMetaMethod, idx_relative, param); | - |
| 1386 | returnexecuted 191003 times by 509 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 191003 times by 509 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
- ...
| 191003 |
| 1387 | } else { | - |
| 1388 | 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 |
| 1389 | } | - |
| 1390 | } else if (connectionType == Qt::QueuedConnection| TRUE | evaluated 118388 times by 191 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-118388 |
| 1391 | if (returnValue.data()| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 118387 times by 191 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-118387 |
| 1392 | QMessageLogger(__FILE__, 2229, __PRETTY_FUNCTION__).warning("QMetaMethod::invoke: Unable to invoke methods with return values in " | - |
| 1393 | "queued connections"); | - |
| 1394 | returnexecuted 1 time by 1 test: return false; false;executed 1 time by 1 test: return false; | 1 |
| 1395 | } | - |
| 1396 | | - |
| 1397 | int nargs = 1; | - |
| 1398 | void **args = (void **) malloc(paramCount * sizeof(void *)); | - |
| 1399 | do { if (!(args)| TRUE | never evaluated | | FALSE | evaluated 118387 times by 191 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-118387 |
| 1400 | int *types = (int *) malloc(paramCount * sizeof(int)); | - |
| 1401 | do { if (!(types)| TRUE | never evaluated | | FALSE | evaluated 118387 times by 191 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-118387 |
| 1402 | types[0] = 0; | - |
| 1403 | args[0] = 0; | - |
| 1404 | | - |
| 1405 | for (int i = 1; i < paramCount| TRUE | 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 118386 times by 191 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-118386 |
| 1406 | types[i] = QMetaType::type(typeNames[i]); | - |
| 1407 | if (types[i] != QMetaType::UnknownType| TRUE | 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 |
| 1408 | args[i] = QMetaType::create(types[i], param[i]); | - |
| 1409 | ++nargs; | - |
| 1410 | }executed 62244 times by 15 tests: end of blockExecuted 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 |
| 1411 | | - |
| 1412 | void *argv[] = { &types[i], &i }; | - |
| 1413 | QMetaObject::metacall(object, QMetaObject::RegisterMethodArgumentMetaType, | - |
| 1414 | idx_relative + idx_offset, argv); | - |
| 1415 | if (types[i] == -1| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
) { | 0-1 |
| 1416 | QMessageLogger(__FILE__, 2253, __PRETTY_FUNCTION__).warning("QMetaMethod::invoke: Unable to handle unregistered datatype '%s'", | - |
| 1417 | typeNames[i]); | - |
| 1418 | for (int x = 1; x < i| TRUE | never evaluated | | FALSE | evaluated 1 time by 1 test |
; ++x) { | 0-1 |
| 1419 | if (types[x]| TRUE | never evaluated | | FALSE | never evaluated |
&& args[x]| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 1420 | QMetaType::destroy(types[x], args[x]); never executed: QMetaType::destroy(types[x], args[x]); | 0 |
| 1421 | } never executed: end of block | 0 |
| 1422 | free(types); | - |
| 1423 | free(args); | - |
| 1424 | returnexecuted 1 time by 1 test: return false; false;executed 1 time by 1 test: return false; | 1 |
| 1425 | } | - |
| 1426 | } never executed: end of block | 0 |
| 1427 | }executed 62244 times by 15 tests: end of blockExecuted 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 |
| 1428 | | - |
| 1429 | QCoreApplication::postEvent(object, new QMetaCallEvent(idx_offset, idx_relative, callFunction, | - |
| 1430 | 0, -1, nargs, types, args)); | - |
| 1431 | }executed 118386 times by 191 tests: end of blockExecuted 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 { | 118386 |
| 1432 | | - |
| 1433 | if (currentThread == objectThread| TRUE | 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 |
| 1434 | QMessageLogger(__FILE__, 2271, __PRETTY_FUNCTION__).warning("QMetaMethod::invoke: Dead lock detected in " | - |
| 1435 | "BlockingQueuedConnection: Receiver is %s(%p)", | - |
| 1436 | mobj->className(), object); | - |
| 1437 | } never executed: end of block | 0 |
| 1438 | | - |
| 1439 | QSemaphore semaphore; | - |
| 1440 | QCoreApplication::postEvent(object, new QMetaCallEvent(idx_offset, idx_relative, callFunction, | - |
| 1441 | 0, -1, 0, 0, param, &semaphore)); | - |
| 1442 | semaphore.acquire(); | - |
| 1443 | | - |
| 1444 | }executed 60 times by 18 tests: end of blockExecuted 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 |
| 1445 | returnexecuted 118446 times by 191 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 118446 times by 191 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
- ...
| 118446 |
| 1446 | } | - |
| 1447 | 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 | - |
| 1448 | { | - |
| 1449 | if (!gadget| TRUE | evaluated 2 times by 1 test | | FALSE | evaluated 3 times by 1 test |
|| !mobj| TRUE | never evaluated | | FALSE | evaluated 3 times by 1 test |
) | 0-3 |
| 1450 | returnexecuted 2 times by 1 test: return false; false;executed 2 times by 1 test: return false; | 2 |
| 1451 | | - |
| 1452 | | - |
| 1453 | if (returnValue.data()| TRUE | evaluated 2 times by 1 test | | FALSE | evaluated 1 time by 1 test |
) { | 1-2 |
| 1454 | const char *retType = typeName(); | - |
| 1455 | if (qstrcmp(returnValue.name(), retType) != 0| TRUE | never evaluated | | FALSE | evaluated 2 times by 1 test |
) { | 0-2 |
| 1456 | | - |
| 1457 | QByteArray normalized = QMetaObject::normalizedType(returnValue.name()); | - |
| 1458 | if (qstrcmp(normalized.constData(), retType) != 0| TRUE | never evaluated | | FALSE | never evaluated |
) { | 0 |
| 1459 | | - |
| 1460 | int t = returnType(); | - |
| 1461 | if (t == QMetaType::UnknownType| TRUE | never evaluated | | FALSE | never evaluated |
|| t != QMetaType::type(normalized)| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 1462 | return never executed: return false; false;never executed: return false; | 0 |
| 1463 | } never executed: end of block | 0 |
| 1464 | } never executed: end of block | 0 |
| 1465 | }executed 2 times by 1 test: end of block | 2 |
| 1466 | | - |
| 1467 | | - |
| 1468 | const char *typeNames[] = { | - |
| 1469 | returnValue.name(), | - |
| 1470 | val0.name(), | - |
| 1471 | val1.name(), | - |
| 1472 | val2.name(), | - |
| 1473 | val3.name(), | - |
| 1474 | val4.name(), | - |
| 1475 | val5.name(), | - |
| 1476 | val6.name(), | - |
| 1477 | val7.name(), | - |
| 1478 | val8.name(), | - |
| 1479 | val9.name() | - |
| 1480 | }; | - |
| 1481 | int paramCount; | - |
| 1482 | for (paramCount = 1; paramCount < MaximumParamCount| TRUE | evaluated 4 times by 1 test | | FALSE | never evaluated |
; ++paramCount) { | 0-4 |
| 1483 | if (qstrlen(typeNames[paramCount]) <= 0| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 1 time by 1 test |
) | 1-3 |
| 1484 | break;executed 3 times by 1 test: break; | 3 |
| 1485 | }executed 1 time by 1 test: end of block | 1 |
| 1486 | if (paramCount <= QMetaMethodPrivate::get(this)->parameterCount()| TRUE | never evaluated | | FALSE | evaluated 3 times by 1 test |
) | 0-3 |
| 1487 | return never executed: return false; false;never executed: return false; | 0 |
| 1488 | | - |
| 1489 | | - |
| 1490 | void *param[] = { | - |
| 1491 | returnValue.data(), | - |
| 1492 | val0.data(), | - |
| 1493 | val1.data(), | - |
| 1494 | val2.data(), | - |
| 1495 | val3.data(), | - |
| 1496 | val4.data(), | - |
| 1497 | val5.data(), | - |
| 1498 | val6.data(), | - |
| 1499 | val7.data(), | - |
| 1500 | val8.data(), | - |
| 1501 | val9.data() | - |
| 1502 | }; | - |
| 1503 | int idx_relative = QMetaMethodPrivate::get(this)->ownMethodIndex(); | - |
| 1504 | ((!(QMetaObjectPrivate::get(mobj)->revision >= 6)) ? qt_assert("QMetaObjectPrivate::get(mobj)->revision >= 6",__FILE__,2418) : qt_noop()); | - |
| 1505 | QObjectPrivate::StaticMetaCallFunction callFunction = mobj->d.static_metacall; | - |
| 1506 | if (!callFunction| TRUE | never evaluated | | FALSE | evaluated 3 times by 1 test |
) | 0-3 |
| 1507 | return never executed: return false; false;never executed: return false; | 0 |
| 1508 | callFunction(reinterpret_cast<QObject*>(gadget), QMetaObject::InvokeMetaMethod, idx_relative, param); | - |
| 1509 | returnexecuted 3 times by 1 test: return true; true;executed 3 times by 1 test: return true; | 3 |
| 1510 | } | - |
| 1511 | const char *QMetaEnum::name() const | - |
| 1512 | { | - |
| 1513 | if (!mobj| TRUE | evaluated 21208 times by 50 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_QHeaderView
- tst_QItemDelegate
- tst_QItemModel
- tst_QItemView
- tst_QListView
- tst_QListWidget
- ...
| | FALSE | evaluated 497 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
|
) | 497-21208 |
| 1514 | returnexecuted 21208 times by 50 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_QHeaderView
- tst_QItemDelegate
- tst_QItemModel
- tst_QItemView
- tst_QListView
- tst_QListWidget
- ...
0;executed 21208 times by 50 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_QHeaderView
- tst_QItemDelegate
- tst_QItemModel
- tst_QItemView
- tst_QListView
- tst_QListWidget
- ...
| 21208 |
| 1515 | returnexecuted 497 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 497 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
| 497 |
| 1516 | } | - |
| 1517 | | - |
| 1518 | | - |
| 1519 | | - |
| 1520 | | - |
| 1521 | | - |
| 1522 | | - |
| 1523 | int QMetaEnum::keyCount() const | - |
| 1524 | { | - |
| 1525 | if (!mobj| TRUE | never evaluated | | FALSE | evaluated 27 times by 2 testsEvaluated by:- tst_QMetaEnum
- tst_QMetaObjectBuilder
|
) | 0-27 |
| 1526 | return never executed: return 0; 0;never executed: return 0; | 0 |
| 1527 | 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 |
| 1528 | } | - |
| 1529 | | - |
| 1530 | | - |
| 1531 | | - |
| 1532 | | - |
| 1533 | | - |
| 1534 | | - |
| 1535 | | - |
| 1536 | const char *QMetaEnum::key(int index) const | - |
| 1537 | { | - |
| 1538 | if (!mobj| TRUE | never evaluated | | FALSE | evaluated 260 times by 5 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaObjectBuilder
- tst_languageChange
|
) | 0-260 |
| 1539 | return never executed: return 0; 0;never executed: return 0; | 0 |
| 1540 | int count = mobj->d.data[handle + 2]; | - |
| 1541 | int data = mobj->d.data[handle + 3]; | - |
| 1542 | if (index >= 0| TRUE | evaluated 260 times by 5 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaObjectBuilder
- tst_languageChange
| | FALSE | never evaluated |
&& index < count| TRUE | evaluated 260 times by 5 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaObjectBuilder
- tst_languageChange
| | FALSE | never evaluated |
) | 0-260 |
| 1543 | returnexecuted 260 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 260 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
| 260 |
| 1544 | return never executed: return 0; 0;never executed: return 0; | 0 |
| 1545 | } | - |
| 1546 | | - |
| 1547 | | - |
| 1548 | | - |
| 1549 | | - |
| 1550 | | - |
| 1551 | | - |
| 1552 | | - |
| 1553 | int QMetaEnum::value(int index) const | - |
| 1554 | { | - |
| 1555 | if (!mobj| TRUE | never evaluated | | FALSE | evaluated 28 times by 1 test |
) | 0-28 |
| 1556 | return never executed: return 0; 0;never executed: return 0; | 0 |
| 1557 | int count = mobj->d.data[handle + 2]; | - |
| 1558 | int data = mobj->d.data[handle + 3]; | - |
| 1559 | if (index >= 0| TRUE | evaluated 28 times by 1 test | | FALSE | never evaluated |
&& index < count| TRUE | evaluated 28 times by 1 test | | FALSE | never evaluated |
) | 0-28 |
| 1560 | 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 |
| 1561 | return never executed: return -1; -1;never executed: return -1; | 0 |
| 1562 | } | - |
| 1563 | bool QMetaEnum::isFlag() const | - |
| 1564 | { | - |
| 1565 | returnexecuted 35 times by 3 tests: return mobj && mobj->d.data[handle + 1];Executed by:- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QObject
mobj && mobj->d.data[handle + 1];executed 35 times by 3 tests: return mobj && mobj->d.data[handle + 1];Executed by:- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QObject
| 35 |
| 1566 | } | - |
| 1567 | const char *QMetaEnum::scope() const | - |
| 1568 | { | - |
| 1569 | returnexecuted 59 times by 5 tests: return mobj ? objectClassName(mobj) : 0;Executed by:- tst_QAbstractSpinBox
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QObject
- tst_QWidget
mobj ? 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
| 59 |
| 1570 | } | - |
| 1571 | int QMetaEnum::keyToValue(const char *key, bool *ok) const | - |
| 1572 | { | - |
| 1573 | if (ok != 0| TRUE | evaluated 273 times by 6 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaObject
- tst_QObject
- tst_languageChange
| | FALSE | never evaluated |
) | 0-273 |
| 1574 | *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 |
| 1575 | if (!mobj| TRUE | never evaluated | | FALSE | evaluated 273 times by 6 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaObject
- tst_QObject
- tst_languageChange
|
|| !key| TRUE | never evaluated | | FALSE | evaluated 273 times by 6 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaObject
- tst_QObject
- tst_languageChange
|
) | 0-273 |
| 1576 | return never executed: return -1; -1;never executed: return -1; | 0 |
| 1577 | uint scope = 0; | - |
| 1578 | const char *qualified_key = key; | - |
| 1579 | const char *s = key + qstrlen(key); | - |
| 1580 | while (s > key| TRUE | 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 |
| 1581 | --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 |
| 1582 | if (s > key| TRUE | 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 |
| 1583 | scope = s - key - 1; | - |
| 1584 | key += scope + 2; | - |
| 1585 | }executed 6 times by 1 test: end of block | 6 |
| 1586 | int count = mobj->d.data[handle + 2]; | - |
| 1587 | int data = mobj->d.data[handle + 3]; | - |
| 1588 | for (int i = 0; i < count| TRUE | 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 |
| 1589 | const QByteArray className = stringData(mobj, priv(mobj->d.data)->className); | - |
| 1590 | if ((!scope| TRUE | 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) == 0| TRUE | evaluated 4 times by 1 test | | FALSE | never evaluated |
)) | 0-286 |
| 1591 | && strcmp(key, rawStringData(mobj, mobj->d.data[data + 2*i])) == 0| TRUE | 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 |
| 1592 | if (ok != 0| TRUE | evaluated 265 times by 6 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMetaObject
- tst_QObject
- tst_languageChange
| | FALSE | never evaluated |
) | 0-265 |
| 1593 | *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 |
| 1594 | 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 |
| 1595 | } | - |
| 1596 | }executed 37 times by 3 tests: end of blockExecuted by:- tst_QFiledialog
- tst_QMetaObject
- tst_QObject
| 37 |
| 1597 | returnexecuted 8 times by 1 test: return -1; -1;executed 8 times by 1 test: return -1; | 8 |
| 1598 | } | - |
| 1599 | const char* QMetaEnum::valueToKey(int value) const | - |
| 1600 | { | - |
| 1601 | if (!mobj| TRUE | never evaluated | | FALSE | evaluated 103619 times by 129 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-103619 |
| 1602 | return never executed: return 0; 0;never executed: return 0; | 0 |
| 1603 | int count = mobj->d.data[handle + 2]; | - |
| 1604 | int data = mobj->d.data[handle + 3]; | - |
| 1605 | for (int i = 0; i < count| TRUE | evaluated 560073 times by 129 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 17850 times by 23 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemModel
- tst_QAbstractProxyModel
- tst_QDockWidget
- tst_QGraphicsItem
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QHeaderView
- tst_QIdentityProxyModel
- 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) | 17850-560073 |
| 1606 | if (value == (int)mobj->d.data[data + 2*i + 1]| TRUE | evaluated 85769 times by 125 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 474304 times by 114 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
- ...
|
) | 85769-474304 |
| 1607 | returnexecuted 85769 times by 125 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 85769 times by 125 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
- ...
| 85769 |
| 1608 | returnexecuted 17850 times by 23 tests: return 0;Executed by:- tst_Gestures
- tst_QAbstractItemModel
- tst_QAbstractProxyModel
- tst_QDockWidget
- tst_QGraphicsItem
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QHeaderView
- tst_QIdentityProxyModel
- 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 17850 times by 23 tests: return 0;Executed by:- tst_Gestures
- tst_QAbstractItemModel
- tst_QAbstractProxyModel
- tst_QDockWidget
- tst_QGraphicsItem
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QHeaderView
- tst_QIdentityProxyModel
- 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
| 17850 |
| 1609 | } | - |
| 1610 | int QMetaEnum::keysToValue(const char *keys, bool *ok) const | - |
| 1611 | { | - |
| 1612 | if (ok != 0| TRUE | evaluated 41 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QVariant
| | FALSE | never evaluated |
) | 0-41 |
| 1613 | *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 |
| 1614 | if (!mobj| TRUE | never evaluated | | FALSE | evaluated 41 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QVariant
|
|| !keys| TRUE | never evaluated | | FALSE | evaluated 41 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QVariant
|
) | 0-41 |
| 1615 | return never executed: return -1; -1;never executed: return -1; | 0 |
| 1616 | if (ok != 0| TRUE | evaluated 41 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QVariant
| | FALSE | never evaluated |
) | 0-41 |
| 1617 | *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 |
| 1618 | QStringList l = QString::fromLatin1(keys).split(QLatin1Char('|')); | - |
| 1619 | if (l.isEmpty()| TRUE | never evaluated | | FALSE | evaluated 41 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QVariant
|
) | 0-41 |
| 1620 | return never executed: return 0; 0;never executed: return 0; | 0 |
| 1621 | | - |
| 1622 | int value = 0; | - |
| 1623 | int count = mobj->d.data[handle + 2]; | - |
| 1624 | int data = mobj->d.data[handle + 3]; | - |
| 1625 | 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 |
| 1626 | QString trimmed = l.at(li).trimmed(); | - |
| 1627 | QByteArray qualified_key = trimmed.toLatin1(); | - |
| 1628 | const char *key = qualified_key.constData(); | - |
| 1629 | uint scope = 0; | - |
| 1630 | const char *s = key + qstrlen(key); | - |
| 1631 | while (s > key| TRUE | 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 |
| 1632 | --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 |
| 1633 | if (s > key| TRUE | 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 |
| 1634 | scope = s - key - 1; | - |
| 1635 | key += scope + 2; | - |
| 1636 | }executed 24 times by 1 test: end of block | 24 |
| 1637 | int i; | - |
| 1638 | for (i = count-1; i >= 0| TRUE | evaluated 121 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QVariant
| | FALSE | evaluated 14 times by 1 test |
; --i) { | 14-121 |
| 1639 | const QByteArray className = stringData(mobj, priv(mobj->d.data)->className); | - |
| 1640 | if ((!scope| TRUE | 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) == 0| TRUE | evaluated 26 times by 1 test | | FALSE | never evaluated |
)) | 0-62 |
| 1641 | && strcmp(key, rawStringData(mobj, mobj->d.data[data + 2*i])) == 0| TRUE | 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 |
| 1642 | value |= mobj->d.data[data + 2*i + 1]; | - |
| 1643 | break;executed 41 times by 2 tests: break;Executed by:- tst_QMetaObject
- tst_QVariant
| 41 |
| 1644 | } | - |
| 1645 | }executed 80 times by 2 tests: end of blockExecuted by:- tst_QMetaObject
- tst_QVariant
| 80 |
| 1646 | if (i < 0| TRUE | evaluated 14 times by 1 test | | FALSE | evaluated 41 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QVariant
|
) { | 14-41 |
| 1647 | if (ok != 0| TRUE | evaluated 14 times by 1 test | | FALSE | never evaluated |
) | 0-14 |
| 1648 | *executed 14 times by 1 test: *ok = false; ok = false;executed 14 times by 1 test: *ok = false; | 14 |
| 1649 | value |= -1; | - |
| 1650 | }executed 14 times by 1 test: end of block | 14 |
| 1651 | }executed 55 times by 2 tests: end of blockExecuted by:- tst_QMetaObject
- tst_QVariant
| 55 |
| 1652 | 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 |
| 1653 | } | - |
| 1654 | | - |
| 1655 | | - |
| 1656 | | - |
| 1657 | | - |
| 1658 | | - |
| 1659 | | - |
| 1660 | | - |
| 1661 | QByteArray QMetaEnum::valueToKeys(int value) const | - |
| 1662 | { | - |
| 1663 | QByteArray keys; | - |
| 1664 | if (!mobj| TRUE | never evaluated | | FALSE | evaluated 17325 times by 4 testsEvaluated by:- tst_QMetaEnum
- tst_QMetaObject
- tst_QSizePolicy
- tst_QWidget
|
) | 0-17325 |
| 1665 | return never executed: return keys; keys;never executed: return keys; | 0 |
| 1666 | int count = mobj->d.data[handle + 2]; | - |
| 1667 | int data = mobj->d.data[handle + 3]; | - |
| 1668 | int v = value; | - |
| 1669 | | - |
| 1670 | for (int i = count - 1; i >= 0| TRUE | 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 |
| 1671 | int k = mobj->d.data[data + 2*i + 1]; | - |
| 1672 | if ((k != 0| TRUE | 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) == k| 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
|
) || (| 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 |
| 1673 | v = v & ~k; | - |
| 1674 | 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 |
| 1675 | keys.prepend('|');executed 9 times by 3 tests: keys.prepend('|');Executed by:- tst_QMetaEnum
- tst_QMetaObject
- tst_QSizePolicy
| 9 |
| 1676 | keys.prepend(stringData(mobj, mobj->d.data[data + 2*i])); | - |
| 1677 | }executed 17334 times by 4 tests: end of blockExecuted by:- tst_QMetaEnum
- tst_QMetaObject
- tst_QSizePolicy
- tst_QWidget
| 17334 |
| 1678 | }executed 260330 times by 4 tests: end of blockExecuted by:- tst_QMetaEnum
- tst_QMetaObject
- tst_QSizePolicy
- tst_QWidget
| 260330 |
| 1679 | 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 |
| 1680 | } | - |
| 1681 | static QByteArray qualifiedName(const QMetaEnum &e) | - |
| 1682 | { | - |
| 1683 | 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 |
| 1684 | } | - |
| 1685 | QMetaProperty::QMetaProperty() | - |
| 1686 | : mobj(0), handle(0), idx(0) | - |
| 1687 | { | - |
| 1688 | }executed 28834 times by 156 tests: end of blockExecuted 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
- ...
| 28834 |
| 1689 | | - |
| 1690 | | - |
| 1691 | | - |
| 1692 | | - |
| 1693 | | - |
| 1694 | | - |
| 1695 | | - |
| 1696 | const char *QMetaProperty::name() const | - |
| 1697 | { | - |
| 1698 | if (!mobj| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 826 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-826 |
| 1699 | returnexecuted 3 times by 1 test: return 0; 0;executed 3 times by 1 test: return 0; | 3 |
| 1700 | int handle = priv(mobj->d.data)->propertyData + 3*idx; | - |
| 1701 | returnexecuted 826 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 826 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
- ...
| 826 |
| 1702 | } | - |
| 1703 | | - |
| 1704 | | - |
| 1705 | | - |
| 1706 | | - |
| 1707 | | - |
| 1708 | | - |
| 1709 | const char *QMetaProperty::typeName() const | - |
| 1710 | { | - |
| 1711 | if (!mobj| TRUE | never evaluated | | FALSE | evaluated 108 times by 5 testsEvaluated by:- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QObject
|
) | 0-108 |
| 1712 | return never executed: return 0; 0;never executed: return 0; | 0 |
| 1713 | int handle = priv(mobj->d.data)->propertyData + 3*idx; | - |
| 1714 | 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 |
| 1715 | } | - |
| 1716 | | - |
| 1717 | | - |
| 1718 | | - |
| 1719 | | - |
| 1720 | | - |
| 1721 | | - |
| 1722 | | - |
| 1723 | QVariant::Type QMetaProperty::type() const | - |
| 1724 | { | - |
| 1725 | if (!mobj| TRUE | never evaluated | | FALSE | evaluated 255 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-255 |
| 1726 | return never executed: return QVariant::Invalid; QVariant::Invalid;never executed: return QVariant::Invalid; | 0 |
| 1727 | int handle = priv(mobj->d.data)->propertyData + 3*idx; | - |
| 1728 | | - |
| 1729 | ((!(priv(mobj->d.data)->revision >= 7)) ? qt_assert("priv(mobj->d.data)->revision >= 7",__FILE__,2829) : qt_noop()); | - |
| 1730 | uint type = typeFromTypeInfo(mobj, mobj->d.data[handle + 1]); | - |
| 1731 | if (type >= QMetaType::User| TRUE | evaluated 26 times by 4 testsEvaluated by:- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMetaObject
- tst_QObject
| | FALSE | evaluated 229 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-229 |
| 1732 | 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 |
| 1733 | if (type != QMetaType::UnknownType| TRUE | evaluated 225 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-225 |
| 1734 | returnexecuted 225 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 225 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
- ...
| 225 |
| 1735 | if (isEnumType()| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 1 time by 1 test |
) { | 1-3 |
| 1736 | int enumMetaTypeId = QMetaType::type(qualifiedName(menum)); | - |
| 1737 | if (enumMetaTypeId == QMetaType::UnknownType| TRUE | evaluated 2 times by 1 test | | FALSE | evaluated 1 time by 1 test |
) | 1-2 |
| 1738 | returnexecuted 2 times by 1 test: return QVariant::Int; QVariant::Int;executed 2 times by 1 test: return QVariant::Int; | 2 |
| 1739 | }executed 1 time by 1 test: end of block | 1 |
| 1740 | | - |
| 1741 | | - |
| 1742 | | - |
| 1743 | | - |
| 1744 | | - |
| 1745 | | - |
| 1746 | 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 |
| 1747 | } | - |
| 1748 | int QMetaProperty::userType() const | - |
| 1749 | { | - |
| 1750 | if (!mobj| TRUE | never evaluated | | FALSE | evaluated 587 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-587 |
| 1751 | return never executed: return QMetaType::UnknownType; QMetaType::UnknownType;never executed: return QMetaType::UnknownType; | 0 |
| 1752 | ((!(priv(mobj->d.data)->revision >= 7)) ? qt_assert("priv(mobj->d.data)->revision >= 7",__FILE__,2862) : qt_noop()); | - |
| 1753 | int handle = priv(mobj->d.data)->propertyData + 3*idx; | - |
| 1754 | int type = typeFromTypeInfo(mobj, mobj->d.data[handle + 1]); | - |
| 1755 | if (type != QMetaType::UnknownType| TRUE | evaluated 585 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-585 |
| 1756 | returnexecuted 585 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 585 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
- ...
| 585 |
| 1757 | if (isEnumType()| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 1 time by 1 test |
) { | 1 |
| 1758 | type = QMetaType::type(qualifiedName(menum)); | - |
| 1759 | if (type == QMetaType::UnknownType| TRUE | never evaluated | | FALSE | evaluated 1 time by 1 test |
) { | 0-1 |
| 1760 | type = registerPropertyType(); | - |
| 1761 | if (type == QMetaType::UnknownType| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 1762 | return never executed: return QVariant::Int; QVariant::Int;never executed: return QVariant::Int; | 0 |
| 1763 | } never executed: end of block | 0 |
| 1764 | returnexecuted 1 time by 1 test: return type; type;executed 1 time by 1 test: return type; | 1 |
| 1765 | } | - |
| 1766 | type = QMetaType::type(typeName()); | - |
| 1767 | if (type != QMetaType::UnknownType| TRUE | never evaluated | | FALSE | evaluated 1 time by 1 test |
) | 0-1 |
| 1768 | return never executed: return type; type;never executed: return type; | 0 |
| 1769 | returnexecuted 1 time by 1 test: return registerPropertyType(); registerPropertyType();executed 1 time by 1 test: return registerPropertyType(); | 1 |
| 1770 | } | - |
| 1771 | | - |
| 1772 | | - |
| 1773 | | - |
| 1774 | | - |
| 1775 | | - |
| 1776 | | - |
| 1777 | int QMetaProperty::propertyIndex() const | - |
| 1778 | { | - |
| 1779 | if (!mobj| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 1780 | return never executed: return -1; -1;never executed: return -1; | 0 |
| 1781 | return never executed: return idx + mobj->propertyOffset(); idx + mobj->propertyOffset();never executed: return idx + mobj->propertyOffset(); | 0 |
| 1782 | } | - |
| 1783 | bool QMetaProperty::isFlagType() const | - |
| 1784 | { | - |
| 1785 | returnexecuted 83 times by 3 tests: return isEnumType() && menum.isFlag();Executed by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
- tst_QObject
isEnumType() && menum.isFlag();executed 83 times by 3 tests: return isEnumType() && menum.isFlag();Executed by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
- tst_QObject
| 83 |
| 1786 | } | - |
| 1787 | | - |
| 1788 | | - |
| 1789 | | - |
| 1790 | | - |
| 1791 | | - |
| 1792 | | - |
| 1793 | | - |
| 1794 | bool QMetaProperty::isEnumType() const | - |
| 1795 | { | - |
| 1796 | if (!mobj| TRUE | never evaluated | | FALSE | evaluated 21355 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-21355 |
| 1797 | return never executed: return false; false;never executed: return false; | 0 |
| 1798 | int handle = priv(mobj->d.data)->propertyData + 3*idx; | - |
| 1799 | int flags = mobj->d.data[handle + 2]; | - |
| 1800 | returnexecuted 21355 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
- ...
(flags & EnumOrFlag) && menum.name();executed 21355 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
- ...
| 21355 |
| 1801 | } | - |
| 1802 | bool QMetaProperty::hasStdCppSet() const | - |
| 1803 | { | - |
| 1804 | if (!mobj| TRUE | never evaluated | | FALSE | evaluated 60 times by 3 testsEvaluated by:- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
|
) | 0-60 |
| 1805 | return never executed: return false; false;never executed: return false; | 0 |
| 1806 | int handle = priv(mobj->d.data)->propertyData + 3*idx; | - |
| 1807 | int flags = mobj->d.data[handle + 2]; | - |
| 1808 | 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 |
| 1809 | } | - |
| 1810 | | - |
| 1811 | | - |
| 1812 | | - |
| 1813 | | - |
| 1814 | | - |
| 1815 | | - |
| 1816 | | - |
| 1817 | int QMetaProperty::registerPropertyType() const | - |
| 1818 | { | - |
| 1819 | int registerResult = -1; | - |
| 1820 | void *argv[] = { ®isterResult }; | - |
| 1821 | mobj->static_metacall(QMetaObject::RegisterPropertyMetaType, idx, argv); | - |
| 1822 | returnexecuted 3 times by 2 tests: return registerResult == -1 ? QMetaType::UnknownType : registerResult;Executed by:- tst_QMetaObject
- tst_QMetaProperty
registerResult == -1 ? QMetaType::UnknownType : registerResult;executed 3 times by 2 tests: return registerResult == -1 ? QMetaType::UnknownType : registerResult;Executed by:- tst_QMetaObject
- tst_QMetaProperty
| 3 |
| 1823 | } | - |
| 1824 | | - |
| 1825 | | - |
| 1826 | | - |
| 1827 | | - |
| 1828 | | - |
| 1829 | | - |
| 1830 | | - |
| 1831 | QMetaEnum QMetaProperty::enumerator() const | - |
| 1832 | { | - |
| 1833 | returnexecuted 1 time by 1 test: return menum; menum;executed 1 time by 1 test: return menum; | 1 |
| 1834 | } | - |
| 1835 | | - |
| 1836 | | - |
| 1837 | | - |
| 1838 | | - |
| 1839 | | - |
| 1840 | | - |
| 1841 | | - |
| 1842 | QVariant QMetaProperty::read(const QObject *object) const | - |
| 1843 | { | - |
| 1844 | if (!object| TRUE | never evaluated | | FALSE | evaluated 20104 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| TRUE | never evaluated | | FALSE | evaluated 20104 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-20104 |
| 1845 | return never executed: return QVariant(); QVariant();never executed: return QVariant(); | 0 |
| 1846 | | - |
| 1847 | uint t = QVariant::Int; | - |
| 1848 | if (isEnumType()| TRUE | evaluated 16 times by 2 testsEvaluated by:- tst_QAbstractSpinBox
- tst_QObject
| | FALSE | evaluated 20088 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-20088 |
| 1849 | | - |
| 1850 | | - |
| 1851 | | - |
| 1852 | | - |
| 1853 | | - |
| 1854 | int enumMetaTypeId = QMetaType::type(qualifiedName(menum)); | - |
| 1855 | if (enumMetaTypeId != QMetaType::UnknownType| TRUE | evaluated 7 times by 1 test | | FALSE | evaluated 9 times by 2 testsEvaluated by:- tst_QAbstractSpinBox
- tst_QObject
|
) | 7-9 |
| 1856 | t = enumMetaTypeId;executed 7 times by 1 test: t = enumMetaTypeId; | 7 |
| 1857 | }executed 16 times by 2 tests: end of blockExecuted by:- tst_QAbstractSpinBox
- tst_QObject
else { | 16 |
| 1858 | int handle = priv(mobj->d.data)->propertyData + 3*idx; | - |
| 1859 | const char *typeName = 0; | - |
| 1860 | ((!(priv(mobj->d.data)->revision >= 7)) ? qt_assert("priv(mobj->d.data)->revision >= 7",__FILE__,2991) : qt_noop()); | - |
| 1861 | uint typeInfo = mobj->d.data[handle + 1]; | - |
| 1862 | if (!(typeInfo & IsUnresolvedType)| TRUE | evaluated 20054 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-20054 |
| 1863 | t = typeInfo;executed 20054 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
- ...
| 20054 |
| 1864 | else { | - |
| 1865 | typeName = rawStringData(mobj, typeInfo & TypeNameIndexMask); | - |
| 1866 | t = QMetaType::type(typeName); | - |
| 1867 | }executed 34 times by 9 tests: end of blockExecuted by:- tst_QAbstractProxyModel
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QMetaProperty
- tst_QMetaType
- tst_QObject
- tst_QSyntaxHighlighter
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
| 34 |
| 1868 | if (t == QMetaType::UnknownType| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 20087 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-20087 |
| 1869 | | - |
| 1870 | t = registerPropertyType(); | - |
| 1871 | if (t == QMetaType::UnknownType| TRUE | never evaluated | | FALSE | evaluated 1 time by 1 test |
) { | 0-1 |
| 1872 | QMessageLogger(__FILE__, 3003, __PRETTY_FUNCTION__).warning("QMetaProperty::read: Unable to handle unregistered datatype '%s' for property '%s::%s'", typeName, mobj->className(), name()); | - |
| 1873 | return never executed: return QVariant(); QVariant();never executed: return QVariant(); | 0 |
| 1874 | } | - |
| 1875 | }executed 1 time by 1 test: end of block | 1 |
| 1876 | }executed 20088 times by 152 tests: end of blockExecuted 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
- ...
| 20088 |
| 1877 | | - |
| 1878 | | - |
| 1879 | | - |
| 1880 | | - |
| 1881 | | - |
| 1882 | | - |
| 1883 | int status = -1; | - |
| 1884 | QVariant value; | - |
| 1885 | void *argv[] = { 0, &value, &status }; | - |
| 1886 | if (t == QMetaType::QVariant| TRUE | evaluated 4 times by 1 test | | FALSE | evaluated 20100 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-20100 |
| 1887 | argv[0] = &value; | - |
| 1888 | }executed 4 times by 1 test: end of block else { | 4 |
| 1889 | value = QVariant(t, (void*)0); | - |
| 1890 | argv[0] = value.data(); | - |
| 1891 | }executed 20100 times by 152 tests: end of blockExecuted 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
- ...
| 20100 |
| 1892 | if (priv(mobj->d.data)->flags & PropertyAccessInStaticMetaCall| TRUE | evaluated 2 times by 1 test | | FALSE | evaluated 20102 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_metacall| TRUE | evaluated 2 times by 1 test | | FALSE | never evaluated |
) { | 0-20102 |
| 1893 | mobj->d.static_metacall(const_cast<QObject*>(object), QMetaObject::ReadProperty, idx, argv); | - |
| 1894 | }executed 2 times by 1 test: end of block else { | 2 |
| 1895 | QMetaObject::metacall(const_cast<QObject*>(object), QMetaObject::ReadProperty, | - |
| 1896 | idx + mobj->propertyOffset(), argv); | - |
| 1897 | }executed 20102 times by 152 tests: end of blockExecuted 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
- ...
| 20102 |
| 1898 | | - |
| 1899 | if (status != -1| TRUE | evaluated 14 times by 1 testEvaluated by:- tst_QDBusAbstractInterface
| | FALSE | evaluated 20090 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-20090 |
| 1900 | 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 |
| 1901 | if (t != QMetaType::QVariant| TRUE | evaluated 20086 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 20086 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-20086 |
| 1902 | | - |
| 1903 | 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 |
| 1904 | returnexecuted 20090 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 20090 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
- ...
| 20090 |
| 1905 | } | - |
| 1906 | bool QMetaProperty::write(QObject *object, const QVariant &value) const | - |
| 1907 | { | - |
| 1908 | if (!object| TRUE | never evaluated | | FALSE | evaluated 1058 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 1058 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-1058 |
| 1909 | return never executed: return false; false;never executed: return false; | 0 |
| 1910 | | - |
| 1911 | QVariant v = value; | - |
| 1912 | uint t = QVariant::Invalid; | - |
| 1913 | if (isEnumType()| TRUE | evaluated 13 times by 2 testsEvaluated by:- tst_QDateTimeEdit
- tst_QObject
| | FALSE | evaluated 1045 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-1045 |
| 1914 | if (v.type() == QVariant::String| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 10 times by 2 testsEvaluated by:- tst_QDateTimeEdit
- tst_QObject
|
) { | 3-10 |
| 1915 | bool ok; | - |
| 1916 | if (isFlagType()| TRUE | never evaluated | | FALSE | evaluated 3 times by 1 test |
) | 0-3 |
| 1917 | v = QVariant(menum.keysToValue(value.toByteArray(), &ok)); never executed: v = QVariant(menum.keysToValue(value.toByteArray(), &ok)); | 0 |
| 1918 | else | - |
| 1919 | v = QVariant(menum.keyToValue(value.toByteArray(), &ok));executed 3 times by 1 test: v = QVariant(menum.keyToValue(value.toByteArray(), &ok)); | 3 |
| 1920 | if (!ok| TRUE | never evaluated | | FALSE | evaluated 3 times by 1 test |
) | 0-3 |
| 1921 | return never executed: return false; false;never executed: return false; | 0 |
| 1922 | }executed 3 times by 1 test: end of block else if (v.type() != QVariant::Int| TRUE | evaluated 4 times by 1 test | | FALSE | evaluated 6 times by 2 testsEvaluated by:- tst_QDateTimeEdit
- tst_QObject
|
&& v.type() != QVariant::UInt| TRUE | evaluated 4 times by 1 test | | FALSE | never evaluated |
) { | 0-6 |
| 1923 | int enumMetaTypeId = QMetaType::type(qualifiedName(menum)); | - |
| 1924 | 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 |
| 1925 | returnexecuted 3 times by 1 test: return false; false;executed 3 times by 1 test: return false; | 3 |
| 1926 | v = QVariant(*reinterpret_cast<const int *>(v.constData())); | - |
| 1927 | }executed 1 time by 1 test: end of block | 1 |
| 1928 | v.convert(QVariant::Int); | - |
| 1929 | }executed 10 times by 2 tests: end of blockExecuted by:- tst_QDateTimeEdit
- tst_QObject
else { | 10 |
| 1930 | int handle = priv(mobj->d.data)->propertyData + 3*idx; | - |
| 1931 | const char *typeName = 0; | - |
| 1932 | ((!(priv(mobj->d.data)->revision >= 7)) ? qt_assert("priv(mobj->d.data)->revision >= 7",__FILE__,3075) : qt_noop()); | - |
| 1933 | uint typeInfo = mobj->d.data[handle + 1]; | - |
| 1934 | if (!(typeInfo & IsUnresolvedType)| TRUE | evaluated 1019 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-1019 |
| 1935 | t = typeInfo;executed 1019 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
- ...
| 1019 |
| 1936 | else { | - |
| 1937 | typeName = rawStringData(mobj, typeInfo & TypeNameIndexMask); | - |
| 1938 | t = QMetaType::type(typeName); | - |
| 1939 | if (t == QMetaType::UnknownType| TRUE | 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 |
| 1940 | t = registerPropertyType();executed 1 time by 1 test: t = registerPropertyType(); | 1 |
| 1941 | if (t == QMetaType::UnknownType| TRUE | 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 |
| 1942 | return never executed: return false; false;never executed: return false; | 0 |
| 1943 | }executed 26 times by 6 tests: end of blockExecuted by:- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QMetaProperty
- tst_QObject
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
| 26 |
| 1944 | if (t != QMetaType::QVariant| TRUE | evaluated 1043 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 1008 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-1043 |
| 1945 | 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 |
| 1946 | if (isResettable()| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 3 times by 2 testsEvaluated by:- tst_QMetaProperty
- tst_QObject
|
) | 1-3 |
| 1947 | returnexecuted 1 time by 1 test: return reset(object); reset(object);executed 1 time by 1 test: return reset(object); | 1 |
| 1948 | v = QVariant(t, 0); | - |
| 1949 | }executed 3 times by 2 tests: end of blockExecuted 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 |
| 1950 | 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 |
| 1951 | } | - |
| 1952 | }executed 26 times by 6 tests: end of blockExecuted by:- tst_QGraphicsObject
- tst_QMetaProperty
- tst_QObject
- tst_QStyleSheetStyle
- tst_QTableView
- tst_QWizard
| 26 |
| 1953 | }executed 1036 times by 53 tests: end of blockExecuted 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
- ...
| 1036 |
| 1954 | | - |
| 1955 | | - |
| 1956 | | - |
| 1957 | | - |
| 1958 | | - |
| 1959 | | - |
| 1960 | int status = -1; | - |
| 1961 | | - |
| 1962 | | - |
| 1963 | int flags = 0; | - |
| 1964 | void *argv[] = { 0, &v, &status, &flags }; | - |
| 1965 | if (t == QMetaType::QVariant| TRUE | evaluated 2 times by 1 test | | FALSE | evaluated 1044 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-1044 |
| 1966 | argv[0] = &v;executed 2 times by 1 test: argv[0] = &v; | 2 |
| 1967 | else | - |
| 1968 | argv[0] = v.data();executed 1044 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
- ...
| 1044 |
| 1969 | if (priv(mobj->d.data)->flags & PropertyAccessInStaticMetaCall| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 1045 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_metacall| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
) | 0-1045 |
| 1970 | 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 |
| 1971 | else | - |
| 1972 | QMetaObject::metacall(object, QMetaObject::WriteProperty, idx + mobj->propertyOffset(), argv);executed 1045 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
- ...
| 1045 |
| 1973 | | - |
| 1974 | returnexecuted 1046 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 1046 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
- ...
| 1046 |
| 1975 | } | - |
| 1976 | bool QMetaProperty::reset(QObject *object) const | - |
| 1977 | { | - |
| 1978 | if (!object| TRUE | never evaluated | | FALSE | evaluated 2 times by 1 test |
|| !mobj| TRUE | never evaluated | | FALSE | evaluated 2 times by 1 test |
|| !isResettable()| TRUE | never evaluated | | FALSE | evaluated 2 times by 1 test |
) | 0-2 |
| 1979 | return never executed: return false; false;never executed: return false; | 0 |
| 1980 | void *argv[] = { 0 }; | - |
| 1981 | if (priv(mobj->d.data)->flags & PropertyAccessInStaticMetaCall| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 1 time by 1 test |
&& mobj->d.static_metacall| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
) | 0-1 |
| 1982 | 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 |
| 1983 | else | - |
| 1984 | 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 |
| 1985 | returnexecuted 2 times by 1 test: return true; true;executed 2 times by 1 test: return true; | 2 |
| 1986 | } | - |
| 1987 | QVariant QMetaProperty::readOnGadget(const void *gadget) const | - |
| 1988 | { | - |
| 1989 | ((!(priv(mobj->d.data)->flags & PropertyAccessInStaticMetaCall && mobj->d.static_metacall)) ? qt_assert("priv(mobj->d.data)->flags & PropertyAccessInStaticMetaCall && mobj->d.static_metacall",__FILE__,3149) : qt_noop()); | - |
| 1990 | 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 |
| 1991 | } | - |
| 1992 | bool QMetaProperty::writeOnGadget(void *gadget, const QVariant &value) const | - |
| 1993 | { | - |
| 1994 | ((!(priv(mobj->d.data)->flags & PropertyAccessInStaticMetaCall && mobj->d.static_metacall)) ? qt_assert("priv(mobj->d.data)->flags & PropertyAccessInStaticMetaCall && mobj->d.static_metacall",__FILE__,3163) : qt_noop()); | - |
| 1995 | 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 |
| 1996 | } | - |
| 1997 | bool QMetaProperty::resetOnGadget(void *gadget) const | - |
| 1998 | { | - |
| 1999 | ((!(priv(mobj->d.data)->flags & PropertyAccessInStaticMetaCall && mobj->d.static_metacall)) ? qt_assert("priv(mobj->d.data)->flags & PropertyAccessInStaticMetaCall && mobj->d.static_metacall",__FILE__,3179) : qt_noop()); | - |
| 2000 | 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 |
| 2001 | } | - |
| 2002 | | - |
| 2003 | | - |
| 2004 | | - |
| 2005 | | - |
| 2006 | | - |
| 2007 | | - |
| 2008 | | - |
| 2009 | bool QMetaProperty::isResettable() const | - |
| 2010 | { | - |
| 2011 | if (!mobj| TRUE | never evaluated | | FALSE | evaluated 106 times by 4 testsEvaluated by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
- tst_QObject
|
) | 0-106 |
| 2012 | return never executed: return false; false;never executed: return false; | 0 |
| 2013 | int flags = mobj->d.data[handle + 2]; | - |
| 2014 | 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 |
| 2015 | } | - |
| 2016 | | - |
| 2017 | | - |
| 2018 | | - |
| 2019 | | - |
| 2020 | | - |
| 2021 | | - |
| 2022 | bool QMetaProperty::isReadable() const | - |
| 2023 | { | - |
| 2024 | if (!mobj| TRUE | never evaluated | | FALSE | evaluated 20379 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-20379 |
| 2025 | return never executed: return false; false;never executed: return false; | 0 |
| 2026 | int flags = mobj->d.data[handle + 2]; | - |
| 2027 | returnexecuted 20379 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 20379 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
- ...
| 20379 |
| 2028 | } | - |
| 2029 | | - |
| 2030 | | - |
| 2031 | | - |
| 2032 | | - |
| 2033 | | - |
| 2034 | | - |
| 2035 | | - |
| 2036 | bool QMetaProperty::hasNotifySignal() const | - |
| 2037 | { | - |
| 2038 | if (!mobj| TRUE | never evaluated | | FALSE | evaluated 103 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QMetaObjectBuilder
|
) | 0-103 |
| 2039 | return never executed: return false; false;never executed: return false; | 0 |
| 2040 | int flags = mobj->d.data[handle + 2]; | - |
| 2041 | 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 |
| 2042 | } | - |
| 2043 | QMetaMethod QMetaProperty::notifySignal() const | - |
| 2044 | { | - |
| 2045 | int id = notifySignalIndex(); | - |
| 2046 | if (id != -1| TRUE | evaluated 7 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QMetaObjectBuilder
| | FALSE | evaluated 2 times by 1 test |
) | 2-7 |
| 2047 | 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 |
| 2048 | else | - |
| 2049 | returnexecuted 2 times by 1 test: return QMetaMethod(); QMetaMethod();executed 2 times by 1 test: return QMetaMethod(); | 2 |
| 2050 | } | - |
| 2051 | int QMetaProperty::notifySignalIndex() const | - |
| 2052 | { | - |
| 2053 | if (hasNotifySignal()| TRUE | evaluated 23 times by 2 testsEvaluated by:- tst_QMetaObject
- tst_QMetaObjectBuilder
| | FALSE | evaluated 2 times by 1 test |
) { | 2-23 |
| 2054 | int offset = priv(mobj->d.data)->propertyData + | - |
| 2055 | priv(mobj->d.data)->propertyCount * 3 + idx; | - |
| 2056 | 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 |
| 2057 | } else { | - |
| 2058 | returnexecuted 2 times by 1 test: return -1; -1;executed 2 times by 1 test: return -1; | 2 |
| 2059 | } | - |
| 2060 | } | - |
| 2061 | int QMetaProperty::revision() const | - |
| 2062 | { | - |
| 2063 | if (!mobj| TRUE | never evaluated | | FALSE | evaluated 56 times by 1 test |
) | 0-56 |
| 2064 | return never executed: return 0; 0;never executed: return 0; | 0 |
| 2065 | int flags = mobj->d.data[handle + 2]; | - |
| 2066 | if (flags & Revisioned| TRUE | evaluated 7 times by 1 test | | FALSE | evaluated 49 times by 1 test |
) { | 7-49 |
| 2067 | int offset = priv(mobj->d.data)->propertyData + | - |
| 2068 | priv(mobj->d.data)->propertyCount * 3 + idx; | - |
| 2069 | | - |
| 2070 | | - |
| 2071 | for (int i = 0; i < priv(mobj->d.data)->propertyCount| TRUE | evaluated 7 times by 1 test | | FALSE | never evaluated |
; ++i) { | 0-7 |
| 2072 | int handle = priv(mobj->d.data)->propertyData + 3*i; | - |
| 2073 | if (mobj->d.data[handle + 2] & Notify| TRUE | evaluated 7 times by 1 test | | FALSE | never evaluated |
) { | 0-7 |
| 2074 | offset += priv(mobj->d.data)->propertyCount; | - |
| 2075 | break;executed 7 times by 1 test: break; | 7 |
| 2076 | } | - |
| 2077 | } never executed: end of block | 0 |
| 2078 | 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 |
| 2079 | } else { | - |
| 2080 | returnexecuted 49 times by 1 test: return 0; 0;executed 49 times by 1 test: return 0; | 49 |
| 2081 | } | - |
| 2082 | } | - |
| 2083 | | - |
| 2084 | | - |
| 2085 | | - |
| 2086 | | - |
| 2087 | | - |
| 2088 | | - |
| 2089 | | - |
| 2090 | bool QMetaProperty::isWritable() const | - |
| 2091 | { | - |
| 2092 | if (!mobj| TRUE | never evaluated | | FALSE | evaluated 4317 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-4317 |
| 2093 | return never executed: return false; false;never executed: return false; | 0 |
| 2094 | int flags = mobj->d.data[handle + 2]; | - |
| 2095 | returnexecuted 4317 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 4317 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
- ...
| 4317 |
| 2096 | } | - |
| 2097 | bool QMetaProperty::isDesignable(const QObject *object) const | - |
| 2098 | { | - |
| 2099 | if (!mobj| TRUE | never evaluated | | FALSE | evaluated 103 times by 3 testsEvaluated by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
- tst_QStyleSheetStyle
|
) | 0-103 |
| 2100 | return never executed: return false; false;never executed: return false; | 0 |
| 2101 | int flags = mobj->d.data[handle + 2]; | - |
| 2102 | bool b = flags & Designable; | - |
| 2103 | if (object| TRUE | never evaluated | | FALSE | evaluated 103 times by 3 testsEvaluated by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
- tst_QStyleSheetStyle
|
) { | 0-103 |
| 2104 | void *argv[] = { &b }; | - |
| 2105 | QMetaObject::metacall(const_cast<QObject*>(object), QMetaObject::QueryPropertyDesignable, | - |
| 2106 | idx + mobj->propertyOffset(), argv); | - |
| 2107 | } never executed: end of block | 0 |
| 2108 | 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 |
| 2109 | | - |
| 2110 | | - |
| 2111 | } | - |
| 2112 | bool QMetaProperty::isScriptable(const QObject *object) const | - |
| 2113 | { | - |
| 2114 | if (!mobj| TRUE | 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 |
| 2115 | return never executed: return false; false;never executed: return false; | 0 |
| 2116 | int flags = mobj->d.data[handle + 2]; | - |
| 2117 | bool b = flags & Scriptable; | - |
| 2118 | if (object| TRUE | 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 |
| 2119 | void *argv[] = { &b }; | - |
| 2120 | QMetaObject::metacall(const_cast<QObject*>(object), QMetaObject::QueryPropertyScriptable, | - |
| 2121 | idx + mobj->propertyOffset(), argv); | - |
| 2122 | } never executed: end of block | 0 |
| 2123 | 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 |
| 2124 | } | - |
| 2125 | bool QMetaProperty::isStored(const QObject *object) const | - |
| 2126 | { | - |
| 2127 | if (!mobj| TRUE | never evaluated | | FALSE | evaluated 100 times by 2 testsEvaluated by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
|
) | 0-100 |
| 2128 | return never executed: return false; false;never executed: return false; | 0 |
| 2129 | int flags = mobj->d.data[handle + 2]; | - |
| 2130 | bool b = flags & Stored; | - |
| 2131 | if (object| TRUE | never evaluated | | FALSE | evaluated 100 times by 2 testsEvaluated by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
|
) { | 0-100 |
| 2132 | void *argv[] = { &b }; | - |
| 2133 | QMetaObject::metacall(const_cast<QObject*>(object), QMetaObject::QueryPropertyStored, | - |
| 2134 | idx + mobj->propertyOffset(), argv); | - |
| 2135 | } never executed: end of block | 0 |
| 2136 | 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 |
| 2137 | } | - |
| 2138 | bool QMetaProperty::isUser(const QObject *object) const | - |
| 2139 | { | - |
| 2140 | if (!mobj| TRUE | never evaluated | | FALSE | evaluated 5283 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-5283 |
| 2141 | return never executed: return false; false;never executed: return false; | 0 |
| 2142 | int flags = mobj->d.data[handle + 2]; | - |
| 2143 | bool b = flags & User; | - |
| 2144 | if (object| TRUE | never evaluated | | FALSE | evaluated 5283 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-5283 |
| 2145 | void *argv[] = { &b }; | - |
| 2146 | QMetaObject::metacall(const_cast<QObject*>(object), QMetaObject::QueryPropertyUser, | - |
| 2147 | idx + mobj->propertyOffset(), argv); | - |
| 2148 | } never executed: end of block | 0 |
| 2149 | returnexecuted 5283 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 5283 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
| 5283 |
| 2150 | } | - |
| 2151 | bool QMetaProperty::isConstant() const | - |
| 2152 | { | - |
| 2153 | if (!mobj| TRUE | never evaluated | | FALSE | evaluated 24 times by 3 testsEvaluated by:- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
|
) | 0-24 |
| 2154 | return never executed: return false; false;never executed: return false; | 0 |
| 2155 | int flags = mobj->d.data[handle + 2]; | - |
| 2156 | 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 |
| 2157 | } | - |
| 2158 | bool QMetaProperty::isFinal() const | - |
| 2159 | { | - |
| 2160 | if (!mobj| TRUE | never evaluated | | FALSE | evaluated 24 times by 3 testsEvaluated by:- tst_QMetaObject
- tst_QMetaObjectBuilder
- tst_QMetaProperty
|
) | 0-24 |
| 2161 | return never executed: return false; false;never executed: return false; | 0 |
| 2162 | int flags = mobj->d.data[handle + 2]; | - |
| 2163 | 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 |
| 2164 | } | - |
| 2165 | bool QMetaProperty::isEditable(const QObject *object) const | - |
| 2166 | { | - |
| 2167 | if (!mobj| TRUE | never evaluated | | FALSE | evaluated 100 times by 2 testsEvaluated by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
|
) | 0-100 |
| 2168 | return never executed: return false; false;never executed: return false; | 0 |
| 2169 | int flags = mobj->d.data[handle + 2]; | - |
| 2170 | bool b = flags & Editable; | - |
| 2171 | if (object| TRUE | never evaluated | | FALSE | evaluated 100 times by 2 testsEvaluated by:- tst_QDBusMetaObject
- tst_QMetaObjectBuilder
|
) { | 0-100 |
| 2172 | void *argv[] = { &b }; | - |
| 2173 | QMetaObject::metacall(const_cast<QObject*>(object), QMetaObject::QueryPropertyEditable, | - |
| 2174 | idx + mobj->propertyOffset(), argv); | - |
| 2175 | } never executed: end of block | 0 |
| 2176 | 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 |
| 2177 | } | - |
| 2178 | const char *QMetaClassInfo::name() const | - |
| 2179 | { | - |
| 2180 | if (!mobj| TRUE | never evaluated | | FALSE | evaluated 14 times by 1 test |
) | 0-14 |
| 2181 | return never executed: return 0; 0;never executed: return 0; | 0 |
| 2182 | 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 |
| 2183 | } | - |
| 2184 | | - |
| 2185 | | - |
| 2186 | | - |
| 2187 | | - |
| 2188 | | - |
| 2189 | | - |
| 2190 | const char* QMetaClassInfo::value() const | - |
| 2191 | { | - |
| 2192 | if (!mobj| TRUE | 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 |
| 2193 | return never executed: return 0; 0;never executed: return 0; | 0 |
| 2194 | 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 |
| 2195 | } | - |
| 2196 | int QMetaObjectPrivate::originalClone(const QMetaObject *mobj, int local_method_index) | - |
| 2197 | { | - |
| 2198 | ((!(local_method_index < get(mobj)->methodCount)) ? qt_assert("local_method_index < get(mobj)->methodCount",__FILE__,3599) : qt_noop()); | - |
| 2199 | int handle = get(mobj)->methodData + 5 * local_method_index; | - |
| 2200 | while (mobj->d.data[handle + 4] & MethodCloned| TRUE | evaluated 53148 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 761807 times by 273 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
- ...
|
) { | 53148-761807 |
| 2201 | ((!(local_method_index > 0)) ? qt_assert("local_method_index > 0",__FILE__,3602) : qt_noop()); | - |
| 2202 | handle -= 5; | - |
| 2203 | local_method_index--; | - |
| 2204 | }executed 53148 times by 161 tests: end of blockExecuted 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
- ...
| 53148 |
| 2205 | returnexecuted 761807 times by 273 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 761807 times by 273 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
- ...
| 761807 |
| 2206 | } | - |
| 2207 | | - |
| 2208 | | - |
| 2209 | | - |
| 2210 | | - |
| 2211 | | - |
| 2212 | | - |
| 2213 | QList<QByteArray> QMetaObjectPrivate::parameterTypeNamesFromSignature(const char *signature) | - |
| 2214 | { | - |
| 2215 | QList<QByteArray> list; | - |
| 2216 | while (*| TRUE | evaluated 9676 times by 1 test | | FALSE | never evaluated |
signature| TRUE | 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 |
| 2217 | ++executed 8883 times by 1 test: ++signature; signature;executed 8883 times by 1 test: ++signature; | 8883 |
| 2218 | while (*| TRUE | evaluated 1377 times by 1 test | | FALSE | never evaluated |
signature| TRUE | 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 |
| 2219 | const char *begin = signature; | - |
| 2220 | int level = 0; | - |
| 2221 | while (*| TRUE | evaluated 3650 times by 1 test | | FALSE | never evaluated |
signature| TRUE | evaluated 3650 times by 1 test | | FALSE | never evaluated |
&& (level > 0| TRUE | 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 |
| 2222 | if (*| TRUE | never evaluated | | FALSE | evaluated 3066 times by 1 test |
signature == '<'| TRUE | never evaluated | | FALSE | evaluated 3066 times by 1 test |
) | 0-3066 |
| 2223 | ++ never executed: ++level; level;never executed: ++level; | 0 |
| 2224 | 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 |
| 2225 | -- never executed: --level; level;never executed: --level; | 0 |
| 2226 | ++signature; | - |
| 2227 | }executed 3066 times by 1 test: end of block | 3066 |
| 2228 | list += QByteArray(begin, signature - begin); | - |
| 2229 | }executed 584 times by 1 test: end of block | 584 |
| 2230 | returnexecuted 793 times by 1 test: return list; list;executed 793 times by 1 test: return list; | 793 |
| 2231 | } | - |
| 2232 | | - |
| 2233 | | - |
| | |