| Line | Source | Count | 
|---|
| 1 |  | - | 
| 2 |  | - | 
| 3 |  | - | 
| 4 |  | - | 
| 5 |  | - | 
| 6 |  | - | 
| 7 |  | - | 
| 8 |  | - | 
| 9 |  | - | 
| 10 |  | - | 
| 11 |  | - | 
| 12 |  | - | 
| 13 |  | - | 
| 14 |  | - | 
| 15 |  | - | 
| 16 |  | - | 
| 17 |  | - | 
| 18 | class QQmlPropertyCacheMethodArguments | - | 
| 19 | { | - | 
| 20 | public: | - | 
| 21 | QQmlPropertyCacheMethodArguments *next; | - | 
| 22 |  | - | 
| 23 |  | - | 
| 24 | QString *signalParameterStringForJS; | - | 
| 25 | int parameterError:1; | - | 
| 26 | int argumentsValid:1; | - | 
| 27 |  | - | 
| 28 | QList<QByteArray> *names; | - | 
| 29 |  | - | 
| 30 | int arguments[1]; | - | 
| 31 | }; | - | 
| 32 |  | - | 
| 33 |  | - | 
| 34 |  | - | 
| 35 | static QQmlPropertyData::Flags fastFlagsForProperty(const QMetaProperty &p) | - | 
| 36 | { | - | 
| 37 | QQmlPropertyData::Flags flags; | - | 
| 38 |  | - | 
| 39 | flags.isConstant = p.isConstant(); | - | 
| 40 | flags.isWritable = p.isWritable(); | - | 
| 41 | flags.isResettable = p.isResettable(); | - | 
| 42 | flags.isFinal = p.isFinal(); | - | 
| 43 |  | - | 
| 44 | if (p.isEnumType() )| TRUE | evaluated 8302 times by 137 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscript...
 |  | FALSE | evaluated 189286 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
 | 8302-189286 | 
| 45 | flags.type = QQmlPropertyData::Flags::EnumType; executed 8302 times by 137 tests:  flags.type = QQmlPropertyData::Flags::EnumType;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscript...
 | 8302 | 
| 46 |  | - | 
| 47 | return executed 197588 times by 145 testsflags;:  return flags;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 executed 197588 times by 145 tests:  return flags;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 197588 | 
| 48 | } | - | 
| 49 |  | - | 
| 50 |  | - | 
| 51 |  | - | 
| 52 | static void flagsForPropertyType(int propType, QQmlPropertyData::Flags &flags) | - | 
| 53 | { | - | 
| 54 | ((propType != -1) ? static_cast<void>(0) : qt_assert("propType != -1", __FILE__, 104)); | - | 
| 55 |  | - | 
| 56 | if (propType == QMetaType::QObjectStar ) {| TRUE | evaluated 654 times by 9 tests Evaluated by:tst_examplestst_qqmllistmodeltst_qquickanimationcontrollertst_qquickdesignersupporttst_qquicklayoutstst_qquickrepeatertst_qquickvisualdatamodeltst_quicktestmainwithsetuptst_testfiltering
 |  | FALSE | evaluated 47685 times by 134 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscript...
 | 
 | 654-47685 | 
| 57 | flags.type = QQmlPropertyData::Flags::QObjectDerivedType; | - | 
| 58 | } executed 654 times by 9 testselse if (propType == QMetaType::QVariant:  end of blockExecuted by:tst_examplestst_qqmllistmodeltst_qquickanimationcontrollertst_qquickdesignersupporttst_qquicklayoutstst_qquickrepeatertst_qquickvisualdatamodeltst_quicktestmainwithsetuptst_testfiltering
 ) {| TRUE | evaluated 1040 times by 13 tests Evaluated by:tst_examplestst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmlpropertymaptst_qquickanimationcontrollertst_qquickgridviewtst_qquicklayoutstst_qquicklistviewtst_qquickpathviewtst_qquickrepeatertst_qquickvisualdatamodeltst_quicktestmainwithsetuptst_testfiltering
 |  | FALSE | evaluated 46645 times by 134 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscript...
 | 
 | 654-46645 | 
| 59 | flags.type = QQmlPropertyData::Flags::QVariantType; | - | 
| 60 | } executed 1040 times by 13 testselse if (propType < static_cast<int>(QVariant::UserType):  end of blockExecuted by:tst_examplestst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmlpropertymaptst_qquickanimationcontrollertst_qquickgridviewtst_qquicklayoutstst_qquicklistviewtst_qquickpathviewtst_qquickrepeatertst_qquickvisualdatamodeltst_quicktestmainwithsetuptst_testfiltering
 ) {| TRUE | evaluated 39236 times by 33 tests Evaluated by:tst_examplestst_qjsenginetst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmltypeloadertst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qquickaccessibletst_qquickanimationcontrollertst_qquickanimationstst_qquickdesignersupporttst_qquickflipabletst_qquickfontloader_statictst_qquickgridviewtst_qquickimagetst_qquicklayoutstst_qquicklistviewtst_qquickmouseareatst_qquickpathview...
 |  | FALSE | evaluated 7409 times by 133 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 | 
 | 1040-39236 | 
| 61 |  | - | 
| 62 | } executed 39236 times by 33 testselse if (propType == qMetaTypeId<QQmlBinding *>():  end of blockExecuted by:tst_examplestst_qjsenginetst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmltypeloadertst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qquickaccessibletst_qquickanimationcontrollertst_qquickanimationstst_qquickdesignersupporttst_qquickflipabletst_qquickfontloader_statictst_qquickgridviewtst_qquickimagetst_qquicklayoutstst_qquicklistviewtst_qquickmouseareatst_qquickpathview...
 ) {| TRUE | evaluated 50 times by 9 tests Evaluated by:tst_examplestst_qqmlenginedebugservicetst_qqmltranslationtst_qquickbehaviorstst_qquickflipabletst_qquickfontloadertst_qquicklistviewtst_qquickmouseareatst_qquickstates
 |  | FALSE | evaluated 7359 times by 133 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 | 
 | 50-39236 | 
| 63 | flags.type = QQmlPropertyData::Flags::QmlBindingType; | - | 
| 64 | } executed 50 times by 9 testselse if (propType == qMetaTypeId<QJSValue>():  end of blockExecuted by:tst_examplestst_qqmlenginedebugservicetst_qqmltranslationtst_qquickbehaviorstst_qquickflipabletst_qquickfontloadertst_qquicklistviewtst_qquickmouseareatst_qquickstates
 ) {| TRUE | evaluated 12 times by 5 tests Evaluated by:tst_examplestst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlstatemachinetst_qquicktext
 |  | FALSE | evaluated 7347 times by 133 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 | 
 | 12-7347 | 
| 65 | flags.type = QQmlPropertyData::Flags::QJSValueType; | - | 
| 66 | } executed 12 times by 5 testselse if (propType == qMetaTypeId<QQmlV4Handle>():  end of blockExecuted by:tst_examplestst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlstatemachinetst_qquicktext
 ) {| TRUE | never evaluated |  | FALSE | evaluated 7347 times by 133 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 | 
 | 0-7347 | 
| 67 | flags.type = QQmlPropertyData::Flags::V4HandleType; | - | 
| 68 | } never executed: else {end of block | 0 | 
| 69 | QQmlMetaType::TypeCategory cat = QQmlMetaType::typeCategory(propType); | - | 
| 70 |  | - | 
| 71 | if (cat == QQmlMetaType::Object || QMetaType::typeFlags(propType) & QMetaType::PointerToQObject)| TRUE | evaluated 3493 times by 95 tests Evaluated by:tst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlinstantiatortst_qqmllistmodeltst_qqmlpropertytst_qqmlqttst_qqmlstatemachinetst_qqmltypeloadertst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickaccessibletst_qquickagetst_qquickanchorstst_qquickangleddirectiontst_qquickanimatedimage...
 |  | FALSE | evaluated 3854 times by 133 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 | 
 | 3493-3854 | 
| 72 | flags.type = QQmlPropertyData::Flags::QObjectDerivedType; executed 3513 times by 96 tests:  flags.type = QQmlPropertyData::Flags::QObjectDerivedType;Executed by:tst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmlpropertytst_qqmlqttst_qqmlstatemachinetst_qqmltypeloadertst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickaccessibletst_qquickagetst_qquickanchorstst_qquickangleddirection...
 | 3513 | 
| 73 | else if (cat == QQmlMetaType::List )| TRUE | evaluated 2098 times by 131 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobject...
 |  | FALSE | evaluated 1736 times by 41 tests Evaluated by:tst_examplestst_flickableinteroptst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlitemmodelstst_qqmllistmodeltst_qqmlpropertytst_qqmlstatemachinetst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickaccessibletst_qquickanchorstst_qquickanimationcontrollertst_qquickanimationstst_qquickbehaviorstst_qquickdesignersupporttst_qquickdraghandlertst_qquickflickabletst_qquickgridviewtst_qquickimagetst_qquickitem2tst_qquickitemlayertst_qquicklayouts...
 | 
 | 1736-2098 | 
| 74 | flags.type = QQmlPropertyData::Flags::QListType; executed 2098 times by 131 tests:  flags.type = QQmlPropertyData::Flags::QListType;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobject...
 | 2098 | 
| 75 | } executed 7347 times by 133 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 | 7347 | 
| 76 | } | - | 
| 77 |  | - | 
| 78 | static int metaObjectSignalCount(const QMetaObject *metaObject) | - | 
| 79 | { | - | 
| 80 | int signalCount = 0; | - | 
| 81 | for (const QMetaObject *obj = metaObject; obj ; obj = obj->superClass())| TRUE | evaluated 132594 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 |  | FALSE | evaluated 52133 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
 | 52133-132594 | 
| 82 | signalCount += QMetaObjectPrivate::get(obj)->signalCount; executed 132594 times by 145 tests:  signalCount += QMetaObjectPrivate::get(obj)->signalCount;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 132594 | 
| 83 | return executed 52133 times by 145 testssignalCount;:  return signalCount;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 executed 52133 times by 145 tests:  return signalCount;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 52133 | 
| 84 | } | - | 
| 85 |  | - | 
| 86 | QQmlPropertyData::Flags | - | 
| 87 | QQmlPropertyData::flagsForProperty(const QMetaProperty &p) | - | 
| 88 | { | - | 
| 89 | auto flags = fastFlagsForProperty(p); | - | 
| 90 | flagsForPropertyType(p.userType(), flags); | - | 
| 91 | return executed 4872 times by 14 testsflags;:  return flags;Executed by:tst_examplestst_qqmlecmascripttst_qqmlpropertytst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qquickaccessibletst_qquickanimationstst_qquickdesignersupporttst_qquickflipabletst_qquickfontloader_statictst_qquickimagetst_qquickpathviewtst_qquickshadereffecttst_qquicktext
 executed 4872 times by 14 tests:  return flags;Executed by:tst_examplestst_qqmlecmascripttst_qqmlpropertytst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qquickaccessibletst_qquickanimationstst_qquickdesignersupporttst_qquickflipabletst_qquickfontloader_statictst_qquickimagetst_qquickpathviewtst_qquickshadereffecttst_qquicktext
 | 4872 | 
| 92 | } | - | 
| 93 |  | - | 
| 94 | void QQmlPropertyData::lazyLoad(const QMetaProperty &p) | - | 
| 95 | { | - | 
| 96 | setCoreIndex(p.propertyIndex()); | - | 
| 97 | setNotifyIndex(QMetaObjectPrivate::signalIndex(p.notifySignal())); | - | 
| 98 | ((p.revision() <= 32767) ? static_cast<void>(0) : qt_assert("p.revision() <= Q_INT16_MAX", __FILE__, 148)); | - | 
| 99 | setRevision(p.revision()); | - | 
| 100 |  | - | 
| 101 | setFlags(fastFlagsForProperty(p)); | - | 
| 102 |  | - | 
| 103 | int type = static_cast<int>(p.type()); | - | 
| 104 | if (type == QMetaType::QObjectStar ) {| TRUE | evaluated 5066 times by 132 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocale...
 |  | FALSE | evaluated 150554 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
 | 5066-150554 | 
| 105 | setPropType(type); | - | 
| 106 | _flags.type = Flags::QObjectDerivedType; | - | 
| 107 | } executed 5066 times by 132 testselse if (type == QMetaType::QVariant:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocale...
 ) {| TRUE | evaluated 27678 times by 48 tests Evaluated by:tst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qqmlbindingtst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlinstantiatortst_qqmllistmodeltst_qqmlopenmetaobjecttst_qqmlpropertymaptst_qqmlqttst_qqmlsettingstst_qqmltypeloadertst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qquickanimatedimagetst_qquickanimationcontrollertst_qquickanimationstst_qquickbehaviorstst_qquickborderimagetst_qquickdesignersupporttst_qquickdraghandlertst_qquickdropareatst_qquickflickable...
 |  | FALSE | evaluated 122876 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
 | 5066-122876 | 
| 108 | setPropType(type); | - | 
| 109 | _flags.type = Flags::QVariantType; | - | 
| 110 | } executed 27678 times by 48 testselse if (type == QVariant::UserType:  end of blockExecuted by:tst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qqmlbindingtst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlinstantiatortst_qqmllistmodeltst_qqmlopenmetaobjecttst_qqmlpropertymaptst_qqmlqttst_qqmlsettingstst_qqmltypeloadertst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qquickanimatedimagetst_qquickanimationcontrollertst_qquickanimationstst_qquickbehaviorstst_qquickborderimagetst_qquickdesignersupporttst_qquickdraghandlertst_qquickdropareatst_qquickflickable...
 || type == -1| TRUE | evaluated 25577 times by 135 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscript...
 |  | FALSE | evaluated 97299 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
) {| TRUE | never evaluated |  | FALSE | evaluated 97299 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
 | 0-97299 | 
| 111 | _flags.notFullyResolved = true; | - | 
| 112 | } executed 25577 times by 135 testselse {:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscript...
 | 25577 | 
| 113 | setPropType(type); | - | 
| 114 | } executed 97299 times by 145 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 97299 | 
| 115 | } | - | 
| 116 |  | - | 
| 117 | void QQmlPropertyData::load(const QMetaProperty &p) | - | 
| 118 | { | - | 
| 119 | setPropType(p.userType()); | - | 
| 120 | setCoreIndex(p.propertyIndex()); | - | 
| 121 | setNotifyIndex(QMetaObjectPrivate::signalIndex(p.notifySignal())); | - | 
| 122 | setFlags(fastFlagsForProperty(p)); | - | 
| 123 | flagsForPropertyType(propType(), _flags); | - | 
| 124 | ((p.revision() <= 32767) ? static_cast<void>(0) : qt_assert("p.revision() <= Q_INT16_MAX", __FILE__, 174)); | - | 
| 125 | setRevision(p.revision()); | - | 
| 126 | } executed 37096 times by 26 tests:  end of blockExecuted by:tst_examplestst_qjsenginetst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qqmltypeloadertst_qqmlvaluetypestst_qquickanimationcontrollertst_qquickanimationstst_qquickdesignersupporttst_qquickgridviewtst_qquickimagetst_qquicklayoutstst_qquicklistviewtst_qquickmouseareatst_qquickpathviewtst_qquickrepeatertst_qquickspringanimationtst_qquickstatestst_qquickvisualdatamodeltst_quicktestmainwithsetup...
 | 37096 | 
| 127 |  | - | 
| 128 | void QQmlPropertyData::load(const QMetaMethod &m) | - | 
| 129 | { | - | 
| 130 | setCoreIndex(m.methodIndex()); | - | 
| 131 | setArguments(nullptr); | - | 
| 132 |  | - | 
| 133 | setPropType(m.returnType()); | - | 
| 134 |  | - | 
| 135 | _flags.type = Flags::FunctionType; | - | 
| 136 | if (m.methodType() == QMetaMethod::Signal )| TRUE | evaluated 1466 times by 9 tests Evaluated by:tst_qjsenginetst_qqmlecmascripttst_qqmllistmodeltst_qqmlpropertytst_qquickanimationcontrollertst_qquicklayoutstst_quicktestmainwithsetuptst_signalspytst_testfiltering
 |  | FALSE | evaluated 7822 times by 10 tests Evaluated by:tst_examplestst_qjsenginetst_qqmlecmascripttst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmlpropertymaptst_qquickanimationcontrollertst_qquicklayoutstst_quicktestmainwithsetuptst_testfiltering
 | 
 | 1466-7822 | 
| 137 | _flags.isSignal = true; executed 1466 times by 9 tests:  _flags.isSignal = true;Executed by:tst_qjsenginetst_qqmlecmascripttst_qqmllistmodeltst_qqmlpropertytst_qquickanimationcontrollertst_qquicklayoutstst_quicktestmainwithsetuptst_signalspytst_testfiltering
 | 1466 | 
| 138 | else if (m.methodType() == QMetaMethod::Constructor ) {| TRUE | evaluated 8 times by 1 test |  | FALSE | evaluated 7814 times by 9 tests Evaluated by:tst_examplestst_qqmlecmascripttst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmlpropertymaptst_qquickanimationcontrollertst_qquicklayoutstst_quicktestmainwithsetuptst_testfiltering
 | 
 | 8-7814 | 
| 139 | _flags.isConstructor = true; | - | 
| 140 | setPropType(QMetaType::QObjectStar); | - | 
| 141 | } executed 8 times by 1 test:  end of block | 8 | 
| 142 |  | - | 
| 143 | if (m.parameterCount() ) {| TRUE | evaluated 5938 times by 9 tests Evaluated by:tst_examplestst_qjsenginetst_qqmlecmascripttst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qquickanimationcontrollertst_qquicklayoutstst_quicktestmainwithsetuptst_testfiltering
 |  | FALSE | evaluated 3350 times by 12 tests Evaluated by:tst_examplestst_qjsenginetst_qqmlecmascripttst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmlpropertytst_qqmlpropertymaptst_qquickanimationcontrollertst_qquicklayoutstst_quicktestmainwithsetuptst_signalspytst_testfiltering
 | 
 | 3350-5938 | 
| 144 | _flags.hasArguments = true; | - | 
| 145 | if (( m.parameterCount() == 1)| TRUE | evaluated 4204 times by 9 tests Evaluated by:tst_examplestst_qjsenginetst_qqmlecmascripttst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qquickanimationcontrollertst_qquicklayoutstst_quicktestmainwithsetuptst_testfiltering
 |  | FALSE | evaluated 1734 times by 7 tests Evaluated by:tst_qjsenginetst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qquickanimationcontrollertst_qquicklayoutstst_quicktestmainwithsetuptst_testfiltering
 | 
&& (| TRUE | evaluated 4204 times by 9 tests Evaluated by:tst_examplestst_qjsenginetst_qqmlecmascripttst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qquickanimationcontrollertst_qquicklayoutstst_quicktestmainwithsetuptst_testfiltering
 |  | FALSE | evaluated 1734 times by 7 tests Evaluated by:tst_qjsenginetst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qquickanimationcontrollertst_qquicklayoutstst_quicktestmainwithsetuptst_testfiltering
 | 
m.parameterTypes().constFirst() == "QQmlV4Function*")| TRUE | evaluated 2724 times by 7 tests Evaluated by:tst_examplestst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qquickanimationcontrollertst_qquicklayoutstst_quicktestmainwithsetuptst_testfiltering
 |  | FALSE | evaluated 1480 times by 8 tests Evaluated by:tst_qjsenginetst_qqmlecmascripttst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qquickanimationcontrollertst_qquicklayoutstst_quicktestmainwithsetuptst_testfiltering
 | 
) {| TRUE | evaluated 2724 times by 7 tests Evaluated by:tst_examplestst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qquickanimationcontrollertst_qquicklayoutstst_quicktestmainwithsetuptst_testfiltering
 |  | FALSE | evaluated 1480 times by 8 tests Evaluated by:tst_qjsenginetst_qqmlecmascripttst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qquickanimationcontrollertst_qquicklayoutstst_quicktestmainwithsetuptst_testfiltering
 | 
 | 1480-4204 | 
| 146 | _flags.isV4Function = true; | - | 
| 147 | } executed 2724 times by 7 tests:  end of blockExecuted by:tst_examplestst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qquickanimationcontrollertst_qquicklayoutstst_quicktestmainwithsetuptst_testfiltering
 | 2724 | 
| 148 | } executed 5938 times by 9 tests:  end of blockExecuted by:tst_examplestst_qjsenginetst_qqmlecmascripttst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qquickanimationcontrollertst_qquicklayoutstst_quicktestmainwithsetuptst_testfiltering
 | 5938 | 
| 149 |  | - | 
| 150 | if (m.attributes() & QMetaMethod::Cloned )| TRUE | evaluated 68 times by 5 tests Evaluated by:tst_qqmllistmodeltst_qquickanimationcontrollertst_qquicklayoutstst_quicktestmainwithsetuptst_testfiltering
 |  | FALSE | evaluated 9220 times by 12 tests Evaluated by:tst_examplestst_qjsenginetst_qqmlecmascripttst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmlpropertytst_qqmlpropertymaptst_qquickanimationcontrollertst_qquicklayoutstst_quicktestmainwithsetuptst_signalspytst_testfiltering
 | 
 | 68-9220 | 
| 151 | _flags.isCloned = true; executed 68 times by 5 tests:  _flags.isCloned = true;Executed by:tst_qqmllistmodeltst_qquickanimationcontrollertst_qquicklayoutstst_quicktestmainwithsetuptst_testfiltering
 | 68 | 
| 152 |  | - | 
| 153 | ((m.revision() <= 32767) ? static_cast<void>(0) : qt_assert("m.revision() <= Q_INT16_MAX", __FILE__, 203)); | - | 
| 154 | setRevision(m.revision()); | - | 
| 155 | } executed 9288 times by 12 tests:  end of blockExecuted by:tst_examplestst_qjsenginetst_qqmlecmascripttst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmlpropertytst_qqmlpropertymaptst_qquickanimationcontrollertst_qquicklayoutstst_quicktestmainwithsetuptst_signalspytst_testfiltering
 | 9288 | 
| 156 |  | - | 
| 157 | void QQmlPropertyData::lazyLoad(const QMetaMethod &m) | - | 
| 158 | { | - | 
| 159 | setCoreIndex(m.methodIndex()); | - | 
| 160 | setPropType(QMetaType::Void); | - | 
| 161 | setArguments(nullptr); | - | 
| 162 | _flags.type = Flags::FunctionType; | - | 
| 163 | if (m.methodType() == QMetaMethod::Signal )| TRUE | evaluated 186920 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 |  | FALSE | evaluated 126306 times by 138 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodel...
 | 
 | 126306-186920 | 
| 164 | _flags.isSignal = true; executed 186920 times by 145 tests:  _flags.isSignal = true;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 186920 | 
| 165 | else if (m.methodType() == QMetaMethod::Constructor ) {| TRUE | never evaluated |  | FALSE | evaluated 126306 times by 138 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodel...
 | 
 | 0-126306 | 
| 166 | _flags.isConstructor = true; | - | 
| 167 | setPropType(QMetaType::QObjectStar); | - | 
| 168 | } never executed: end of block | 0 | 
| 169 |  | - | 
| 170 | const char *returnType = m.typeName(); | - | 
| 171 | if (!returnType )| TRUE | never evaluated |  | FALSE | evaluated 313226 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
 | 0-313226 | 
| 172 | returnType = "\0"; never executed: returnType = "\0"; | 0 | 
| 173 | if ((* returnType != 'v')| TRUE | evaluated 72868 times by 136 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodel...
 |  | FALSE | evaluated 240358 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
|| (| TRUE | evaluated 72868 times by 136 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodel...
 |  | FALSE | evaluated 240358 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
qstrcmp(returnType+1, "oid") != 0)| TRUE | never evaluated |  | FALSE | evaluated 240358 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
) {| TRUE | never evaluated |  | FALSE | evaluated 240358 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
 | 0-240358 | 
| 174 | _flags.notFullyResolved = true; | - | 
| 175 | } executed 72868 times by 136 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodel...
 | 72868 | 
| 176 |  | - | 
| 177 | const int paramCount = m.parameterCount(); | - | 
| 178 | if (paramCount ) {| TRUE | evaluated 172560 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 |  | FALSE | evaluated 140666 times by 141 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodel...
 | 
 | 140666-172560 | 
| 179 | _flags.hasArguments = true; | - | 
| 180 | if (( paramCount == 1)| TRUE | evaluated 82332 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 |  | FALSE | evaluated 90228 times by 135 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscript...
 | 
&& (| TRUE | evaluated 82332 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 |  | FALSE | evaluated 90228 times by 135 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscript...
 | 
m.parameterTypes().constFirst() == "QQmlV4Function*")| TRUE | evaluated 12908 times by 133 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 |  | FALSE | evaluated 69424 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
) {| TRUE | evaluated 12908 times by 133 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 |  | FALSE | evaluated 69424 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
 | 12908-90228 | 
| 181 | _flags.isV4Function = true; | - | 
| 182 | } executed 12908 times by 133 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 | 12908 | 
| 183 | } executed 172560 times by 145 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 172560 | 
| 184 |  | - | 
| 185 | if (m.attributes() & QMetaMethod::Cloned )| TRUE | evaluated 39046 times by 133 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscript...
 |  | FALSE | evaluated 274180 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
 | 39046-274180 | 
| 186 | _flags.isCloned = true; executed 39046 times by 133 tests:  _flags.isCloned = true;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscript...
 | 39046 | 
| 187 |  | - | 
| 188 | ((m.revision() <= 32767) ? static_cast<void>(0) : qt_assert("m.revision() <= Q_INT16_MAX", __FILE__, 238)); | - | 
| 189 | setRevision(m.revision()); | - | 
| 190 | } executed 313226 times by 145 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 313226 | 
| 191 |  | - | 
| 192 |  | - | 
| 193 |  | - | 
| 194 |  | - | 
| 195 | QQmlPropertyCache::QQmlPropertyCache() | - | 
| 196 | : _parent(nullptr), propertyIndexCacheStart(0), methodIndexCacheStart(0), | - | 
| 197 | signalHandlerIndexCacheStart(0), _hasPropertyOverrides(false), _ownMetaObject(false), | - | 
| 198 | _metaObject(nullptr), argumentsCache(nullptr), _jsFactoryMethodIndex(-1) | - | 
| 199 | { | - | 
| 200 | } executed 45498 times by 145 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 45498 | 
| 201 |  | - | 
| 202 |  | - | 
| 203 |  | - | 
| 204 |  | - | 
| 205 | QQmlPropertyCache::QQmlPropertyCache(const QMetaObject *metaObject) | - | 
| 206 | : QQmlPropertyCache() | - | 
| 207 | { | - | 
| 208 | ((metaObject) ? static_cast<void>(0) : qt_assert("metaObject", __FILE__, 258)); | - | 
| 209 |  | - | 
| 210 | update(metaObject); | - | 
| 211 | } executed 6330 times by 145 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 6330 | 
| 212 |  | - | 
| 213 | QQmlPropertyCache::~QQmlPropertyCache() | - | 
| 214 | { | - | 
| 215 | QQmlPropertyCacheMethodArguments *args = argumentsCache; | - | 
| 216 | while (args ) {| TRUE | evaluated 12500 times by 76 tests Evaluated by:tst_examplestst_flickableinteroptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlnotifiertst_qqmlprofilerservicetst_qqmlproperty...
 |  | FALSE | evaluated 44902 times by 142 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfo...
 | 
 | 12500-44902 | 
| 217 | QQmlPropertyCacheMethodArguments *next = args->next; | - | 
| 218 | delete args->signalParameterStringForJS; | - | 
| 219 | delete args->names; | - | 
| 220 | free(args); | - | 
| 221 | args = next; | - | 
| 222 | } executed 12500 times by 76 tests:  end of blockExecuted by:tst_examplestst_flickableinteroptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlnotifiertst_qqmlprofilerservicetst_qqmlproperty...
 | 12500 | 
| 223 |  | - | 
| 224 |  | - | 
| 225 |  | - | 
| 226 | stringCache.clear(); | - | 
| 227 | if (_parent ) _parent->release();| TRUE | evaluated 38660 times by 142 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfo...
 |  | FALSE | evaluated 6242 times by 132 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlfileselectortst_qqmlimporttst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscript...
 | 
executed 38660 times by 142 tests:  _parent->release();Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfo...
 | 6242-38660 | 
| 228 |  | - | 
| 229 | if (_ownMetaObject ) free(const_cast<QMetaObject *>(_metaObject));| TRUE | evaluated 7792 times by 92 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatype...
 |  | FALSE | evaluated 37110 times by 142 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfo...
 | 
executed 7792 times by 92 tests:  free(const_cast<QMetaObject *>(_metaObject));Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatype...
 | 7792-37110 | 
| 230 | _metaObject = nullptr; | - | 
| 231 | _parent = nullptr; | - | 
| 232 | } executed 44902 times by 142 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfo...
 | 44902 | 
| 233 |  | - | 
| 234 | QQmlPropertyCache *QQmlPropertyCache::copy(int reserve) | - | 
| 235 | { | - | 
| 236 | QQmlPropertyCache *cache = new QQmlPropertyCache(); | - | 
| 237 | cache->_parent = this; | - | 
| 238 | cache->_parent->addref(); | - | 
| 239 | cache->propertyIndexCacheStart = propertyIndexCache.count() + propertyIndexCacheStart; | - | 
| 240 | cache->methodIndexCacheStart = methodIndexCache.count() + methodIndexCacheStart; | - | 
| 241 | cache->signalHandlerIndexCacheStart = signalHandlerIndexCache.count() + signalHandlerIndexCacheStart; | - | 
| 242 | cache->stringCache.linkAndReserve(stringCache, reserve); | - | 
| 243 | cache->allowedRevisionCache = allowedRevisionCache; | - | 
| 244 | cache->_metaObject = _metaObject; | - | 
| 245 | cache->_defaultPropertyName = _defaultPropertyName; | - | 
| 246 |  | - | 
| 247 | return executed 39168 times by 144 testscache;:  return cache;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 executed 39168 times by 144 tests:  return cache;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 39168 | 
| 248 | } | - | 
| 249 |  | - | 
| 250 | QQmlPropertyCache *QQmlPropertyCache::copy() | - | 
| 251 | { | - | 
| 252 | return executed 544 times by 53 testscopy(0);:  return copy(0);Executed by:tst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlinstantiatortst_qqmllistreferencetst_qqmlmetatypetst_qqmlsettingstst_qqmltypeloadertst_qquickanimatedspritetst_qquickanimationcontrollertst_qquickanimationstst_qquickbehaviorstst_qquickborderimagetst_qquickdraghandlertst_qquickdropareatst_qquickflickabletst_qquickfolderlistmodeltst_qquickgraphicsinfotst_qquickgridview...
 executed 544 times by 53 tests:  return copy(0);Executed by:tst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlinstantiatortst_qqmllistreferencetst_qqmlmetatypetst_qqmlsettingstst_qqmltypeloadertst_qquickanimatedspritetst_qquickanimationcontrollertst_qquickanimationstst_qquickbehaviorstst_qquickborderimagetst_qquickdraghandlertst_qquickdropareatst_qquickflickabletst_qquickfolderlistmodeltst_qquickgraphicsinfotst_qquickgridview...
 | 544 | 
| 253 | } | - | 
| 254 |  | - | 
| 255 | QQmlPropertyCache *QQmlPropertyCache::copyAndReserve(int propertyCount, int methodCount, | - | 
| 256 | int signalCount, int enumCount) | - | 
| 257 | { | - | 
| 258 | QQmlPropertyCache *rv = copy(propertyCount + methodCount + signalCount); | - | 
| 259 | rv->propertyIndexCache.reserve(propertyCount); | - | 
| 260 | rv->methodIndexCache.reserve(methodCount); | - | 
| 261 | rv->signalHandlerIndexCache.reserve(signalCount); | - | 
| 262 | rv->enumCache.reserve(enumCount); | - | 
| 263 | rv->_metaObject = nullptr; | - | 
| 264 |  | - | 
| 265 | return executed 11395 times by 101 testsrv;:  return rv;Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodel...
 executed 11395 times by 101 tests:  return rv;Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodel...
 | 11395 | 
| 266 | } | - | 
| 267 |  | - | 
| 268 |  | - | 
| 269 |  | - | 
| 270 |  | - | 
| 271 |  | - | 
| 272 |  | - | 
| 273 | void QQmlPropertyCache::appendProperty(const QString &name, QQmlPropertyData::Flags flags, | - | 
| 274 | int coreIndex, int propType, int minorVersion, int notifyIndex) | - | 
| 275 | { | - | 
| 276 | QQmlPropertyData data; | - | 
| 277 | data.setPropType(propType); | - | 
| 278 | data.setCoreIndex(coreIndex); | - | 
| 279 | data.setNotifyIndex(notifyIndex); | - | 
| 280 | data.setFlags(flags); | - | 
| 281 | data.setTypeMinorVersion(minorVersion); | - | 
| 282 |  | - | 
| 283 | QQmlPropertyData *old = findNamedProperty(name); | - | 
| 284 | if (old )| TRUE | evaluated 112 times by 10 tests Evaluated by:tst_examplestst_flickableinteroptst_qqmlecmascripttst_qqmlitemmodelstst_qqmlsettingstst_qquickapplicationtst_qquickgridviewtst_qquicklistviewtst_qquickmultipointtouchareatst_qquickpincharea
 |  | FALSE | evaluated 24159 times by 101 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodel...
 | 
 | 112-24159 | 
| 285 | data.markAsOverrideOf(old); executed 112 times by 10 tests:  data.markAsOverrideOf(old);Executed by:tst_examplestst_flickableinteroptst_qqmlecmascripttst_qqmlitemmodelstst_qqmlsettingstst_qquickapplicationtst_qquickgridviewtst_qquicklistviewtst_qquickmultipointtouchareatst_qquickpincharea
 | 112 | 
| 286 |  | - | 
| 287 | int index = propertyIndexCache.count(); | - | 
| 288 | propertyIndexCache.append(data); | - | 
| 289 |  | - | 
| 290 | setNamedProperty(name, index + propertyOffset(), propertyIndexCache.data() + index, (old != nullptr)); | - | 
| 291 | } executed 24271 times by 101 tests:  end of blockExecuted by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodel...
 | 24271 | 
| 292 |  | - | 
| 293 | void QQmlPropertyCache::appendSignal(const QString &name, QQmlPropertyData::Flags flags, | - | 
| 294 | int coreIndex, const int *types, | - | 
| 295 | const QList<QByteArray> &names) | - | 
| 296 | { | - | 
| 297 | QQmlPropertyData data; | - | 
| 298 | data.setPropType(QVariant::Invalid); | - | 
| 299 | data.setCoreIndex(coreIndex); | - | 
| 300 | data.setFlags(flags); | - | 
| 301 | data.setArguments(nullptr); | - | 
| 302 |  | - | 
| 303 | QQmlPropertyData handler = data; | - | 
| 304 | handler._flags.isSignalHandler = true; | - | 
| 305 |  | - | 
| 306 | if (types ) {| TRUE | evaluated 48 times by 6 tests Evaluated by:tst_examplestst_qmlcachegentst_qqmlconnectionstst_qqmlecmascripttst_qqmlmetaobjecttst_qquickgridview
 |  | FALSE | evaluated 24513 times by 101 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodel...
 | 
 | 48-24513 | 
| 307 | int argumentCount = *types; | - | 
| 308 | QQmlPropertyCacheMethodArguments *args = createArgumentsObject(argumentCount, names); | - | 
| 309 | ::memcpy(args->arguments, types, (argumentCount + 1) * sizeof(int)); | - | 
| 310 | args->argumentsValid = true; | - | 
| 311 | data.setArguments(args); | - | 
| 312 | } executed 48 times by 6 tests:  end of blockExecuted by:tst_examplestst_qmlcachegentst_qqmlconnectionstst_qqmlecmascripttst_qqmlmetaobjecttst_qquickgridview
 | 48 | 
| 313 |  | - | 
| 314 | QQmlPropertyData *old = findNamedProperty(name); | - | 
| 315 | if (old )| TRUE | evaluated 100 times by 9 tests Evaluated by:tst_examplestst_flickableinteroptst_qqmlecmascripttst_qqmlitemmodelstst_qquickapplicationtst_qquickdropareatst_qquickgridviewtst_qquicklistviewtst_qquickpincharea
 |  | FALSE | evaluated 24461 times by 101 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodel...
 | 
 | 100-24461 | 
| 316 | data.markAsOverrideOf(old); executed 100 times by 9 tests:  data.markAsOverrideOf(old);Executed by:tst_examplestst_flickableinteroptst_qqmlecmascripttst_qqmlitemmodelstst_qquickapplicationtst_qquickdropareatst_qquickgridviewtst_qquicklistviewtst_qquickpincharea
 | 100 | 
| 317 |  | - | 
| 318 | int methodIndex = methodIndexCache.count(); | - | 
| 319 | methodIndexCache.append(data); | - | 
| 320 |  | - | 
| 321 | int signalHandlerIndex = signalHandlerIndexCache.count(); | - | 
| 322 | signalHandlerIndexCache.append(handler); | - | 
| 323 |  | - | 
| 324 | QString handlerName = QLatin1String("on") + name; | - | 
| 325 | handlerName[2] = handlerName.at(2).toUpper(); | - | 
| 326 |  | - | 
| 327 | setNamedProperty(name, methodIndex + methodOffset(), methodIndexCache.data() + methodIndex, (old != nullptr)); | - | 
| 328 | setNamedProperty(handlerName, signalHandlerIndex + signalOffset(), signalHandlerIndexCache.data() + signalHandlerIndex, (old != nullptr)); | - | 
| 329 | } executed 24561 times by 101 tests:  end of blockExecuted by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodel...
 | 24561 | 
| 330 |  | - | 
| 331 | void QQmlPropertyCache::appendMethod(const QString &name, QQmlPropertyData::Flags flags, | - | 
| 332 | int coreIndex, const QList<QByteArray> &names) | - | 
| 333 | { | - | 
| 334 | int argumentCount = names.count(); | - | 
| 335 |  | - | 
| 336 | QQmlPropertyData data; | - | 
| 337 | data.setPropType(QMetaType::QVariant); | - | 
| 338 | data.setCoreIndex(coreIndex); | - | 
| 339 |  | - | 
| 340 | QQmlPropertyCacheMethodArguments *args = createArgumentsObject(argumentCount, names); | - | 
| 341 | for (int ii = 0; ii < argumentCount ; ++ii)| TRUE | evaluated 10526 times by 29 tests Evaluated by:tst_examplestst_flickableinteroptst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlitemmodelstst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlprofilerservicetst_qqmlqttst_qqmlsettingstst_qqmlvaluetypeproviderstst_qqmlxmlhttprequesttst_qquickaccessibletst_qquickanimationcontrollertst_qquickapplicationtst_qquickdraghandlertst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquicklayoutstst_qquicklistviewtst_qquickpathviewtst_qquickpositionerstst_qquickvisualdatamodel...
 |  | FALSE | evaluated 9724 times by 55 tests Evaluated by:tst_examplestst_flickableinteroptst_parserstresstst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlnotifiertst_qqmlprofilerservicetst_qqmlpropertytst_qqmlqttst_qqmlsettingstst_qqmltranslation...
 | 
 | 9724-10526 | 
| 342 | args->arguments[ii + 1] = QMetaType::QVariant; executed 10526 times by 29 tests:  args->arguments[ii + 1] = QMetaType::QVariant;Executed by:tst_examplestst_flickableinteroptst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlitemmodelstst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlprofilerservicetst_qqmlqttst_qqmlsettingstst_qqmlvaluetypeproviderstst_qqmlxmlhttprequesttst_qquickaccessibletst_qquickanimationcontrollertst_qquickapplicationtst_qquickdraghandlertst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquicklayoutstst_qquicklistviewtst_qquickpathviewtst_qquickpositionerstst_qquickvisualdatamodel...
 | 10526 | 
| 343 | args->argumentsValid = true; | - | 
| 344 | data.setArguments(args); | - | 
| 345 |  | - | 
| 346 | data.setFlags(flags); | - | 
| 347 |  | - | 
| 348 | QQmlPropertyData *old = findNamedProperty(name); | - | 
| 349 | if (old )| TRUE | evaluated 20 times by 3 tests Evaluated by:tst_qqmlecmascripttst_qquickvisualdatamodeltst_quicktestmainwithsetup
 |  | FALSE | evaluated 9704 times by 55 tests Evaluated by:tst_examplestst_flickableinteroptst_parserstresstst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlnotifiertst_qqmlprofilerservicetst_qqmlpropertytst_qqmlqttst_qqmlsettingstst_qqmltranslation...
 | 
 | 20-9704 | 
| 350 | data.markAsOverrideOf(old); executed 20 times by 3 tests:  data.markAsOverrideOf(old);Executed by:tst_qqmlecmascripttst_qquickvisualdatamodeltst_quicktestmainwithsetup
 | 20 | 
| 351 |  | - | 
| 352 | int methodIndex = methodIndexCache.count(); | - | 
| 353 | methodIndexCache.append(data); | - | 
| 354 |  | - | 
| 355 | setNamedProperty(name, methodIndex + methodOffset(), methodIndexCache.data() + methodIndex, (old != nullptr)); | - | 
| 356 | } executed 9724 times by 55 tests:  end of blockExecuted by:tst_examplestst_flickableinteroptst_parserstresstst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlnotifiertst_qqmlprofilerservicetst_qqmlpropertytst_qqmlqttst_qqmlsettingstst_qqmltranslation...
 | 9724 | 
| 357 |  | - | 
| 358 | void QQmlPropertyCache::appendEnum(const QString &name, const QVector<QQmlEnumValue> &values) | - | 
| 359 | { | - | 
| 360 | QQmlEnumData data; | - | 
| 361 | data.name = name; | - | 
| 362 | data.values = values; | - | 
| 363 | enumCache.append(data); | - | 
| 364 | } executed 2 times by 1 test:  end of block | 2 | 
| 365 |  | - | 
| 366 |  | - | 
| 367 | const QMetaObject *QQmlPropertyCache::createMetaObject() | - | 
| 368 | { | - | 
| 369 | if (!_metaObject ) {| TRUE | evaluated 8018 times by 98 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 |  | FALSE | evaluated 111257 times by 141 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 
 | 8018-111257 | 
| 370 | _ownMetaObject = true; | - | 
| 371 |  | - | 
| 372 | QMetaObjectBuilder builder; | - | 
| 373 | toMetaObjectBuilder(builder); | - | 
| 374 | builder.setSuperClass(_parent->createMetaObject()); | - | 
| 375 | _metaObject = builder.toMetaObject(); | - | 
| 376 | } executed 8018 times by 98 tests:  end of blockExecuted by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 | 8018 | 
| 377 |  | - | 
| 378 | return executed 119275 times by 141 tests_metaObject;:  return _metaObject;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 executed 119275 times by 141 tests:  return _metaObject;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 119275 | 
| 379 | } | - | 
| 380 |  | - | 
| 381 | QQmlPropertyData *QQmlPropertyCache::defaultProperty() const | - | 
| 382 | { | - | 
| 383 | return executed 400381 times by 141 testsproperty(defaultPropertyName(), nullptr, nullptr);:  return property(defaultPropertyName(), nullptr, nullptr);Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 executed 400381 times by 141 tests:  return property(defaultPropertyName(), nullptr, nullptr);Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 400381 | 
| 384 | } | - | 
| 385 |  | - | 
| 386 | void QQmlPropertyCache::setParent(QQmlPropertyCache *newParent) | - | 
| 387 | { | - | 
| 388 | if (_parent == newParent )| TRUE | evaluated 4 times by 1 test Evaluated by:tst_qquickdesignersupport
 |  | FALSE | evaluated 2 times by 1 test Evaluated by:tst_qquickdesignersupport
 | 
 | 2-4 | 
| 389 | return; executed 4 times by 1 test:  return;Executed by:tst_qquickdesignersupport
 | 4 | 
| 390 | if (_parent )| TRUE | evaluated 2 times by 1 test Evaluated by:tst_qquickdesignersupport
 |  | FALSE | never evaluated | 
 | 0-2 | 
| 391 | _parent->release(); executed 2 times by 1 test:  _parent->release();Executed by:tst_qquickdesignersupport
 | 2 | 
| 392 | _parent = newParent; | - | 
| 393 | _parent->addref(); | - | 
| 394 | } executed 2 times by 1 test:  end of blockExecuted by:tst_qquickdesignersupport
 | 2 | 
| 395 |  | - | 
| 396 | QQmlPropertyCache * | - | 
| 397 | QQmlPropertyCache::copyAndAppend(const QMetaObject *metaObject, | - | 
| 398 | QQmlPropertyData::Flags propertyFlags, | - | 
| 399 | QQmlPropertyData::Flags methodFlags, | - | 
| 400 | QQmlPropertyData::Flags signalFlags) | - | 
| 401 | { | - | 
| 402 | return executed 27229 times by 142 testscopyAndAppend(metaObject, -1, propertyFlags, methodFlags, signalFlags);:  return copyAndAppend(metaObject, -1, propertyFlags, methodFlags, signalFlags);Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 executed 27229 times by 142 tests:  return copyAndAppend(metaObject, -1, propertyFlags, methodFlags, signalFlags);Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 27229 | 
| 403 | } | - | 
| 404 |  | - | 
| 405 | QQmlPropertyCache * | - | 
| 406 | QQmlPropertyCache::copyAndAppend(const QMetaObject *metaObject, | - | 
| 407 | int revision, | - | 
| 408 | QQmlPropertyData::Flags propertyFlags, | - | 
| 409 | QQmlPropertyData::Flags methodFlags, | - | 
| 410 | QQmlPropertyData::Flags signalFlags) | - | 
| 411 | { | - | 
| 412 | ((QMetaObjectPrivate::get(metaObject)->revision >= 4) ? static_cast<void>(0) : qt_assert("QMetaObjectPrivate::get(metaObject)->revision >= 4", __FILE__, 462)); | - | 
| 413 |  | - | 
| 414 |  | - | 
| 415 |  | - | 
| 416 |  | - | 
| 417 | QQmlPropertyCache *rv = copy(QMetaObjectPrivate::get(metaObject)->methodCount + | - | 
| 418 | QMetaObjectPrivate::get(metaObject)->signalCount + | - | 
| 419 | QMetaObjectPrivate::get(metaObject)->propertyCount); | - | 
| 420 |  | - | 
| 421 | rv->append(metaObject, revision, propertyFlags, methodFlags, signalFlags); | - | 
| 422 |  | - | 
| 423 | return executed 27229 times by 142 testsrv;:  return rv;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 executed 27229 times by 142 tests:  return rv;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 27229 | 
| 424 | } | - | 
| 425 |  | - | 
| 426 | void QQmlPropertyCache::append(const QMetaObject *metaObject, | - | 
| 427 | int revision, | - | 
| 428 | QQmlPropertyData::Flags propertyFlags, | - | 
| 429 | QQmlPropertyData::Flags methodFlags, | - | 
| 430 | QQmlPropertyData::Flags signalFlags) | - | 
| 431 | { | - | 
| 432 | (void)revision;; | - | 
| 433 |  | - | 
| 434 | _metaObject = metaObject; | - | 
| 435 |  | - | 
| 436 | bool dynamicMetaObject = isDynamicMetaObject(metaObject); | - | 
| 437 |  | - | 
| 438 | allowedRevisionCache.append(0); | - | 
| 439 |  | - | 
| 440 | int methodCount = metaObject->methodCount(); | - | 
| 441 | ((QMetaObjectPrivate::get(metaObject)->revision >= 4) ? static_cast<void>(0) : qt_assert("QMetaObjectPrivate::get(metaObject)->revision >= 4", __FILE__, 491)); | - | 
| 442 | int signalCount = metaObjectSignalCount(metaObject); | - | 
| 443 | int classInfoCount = QMetaObjectPrivate::get(metaObject)->classInfoCount; | - | 
| 444 |  | - | 
| 445 | if (classInfoCount ) {| TRUE | evaluated 1688 times by 131 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobject...
 |  | FALSE | evaluated 44099 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
 | 1688-44099 | 
| 446 | int classInfoOffset = metaObject->classInfoOffset(); | - | 
| 447 | for (int ii = 0; ii < classInfoCount ; ++ii) {| TRUE | evaluated 2662 times by 131 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobject...
 |  | FALSE | evaluated 1688 times by 131 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobject...
 | 
 | 1688-2662 | 
| 448 | int idx = ii + classInfoOffset; | - | 
| 449 | QMetaClassInfo mci = metaObject->classInfo(idx); | - | 
| 450 | const char *name = mci.name(); | - | 
| 451 | if (0 == qstrcmp(name, "DefaultProperty") ) {| TRUE | evaluated 1640 times by 131 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobject...
 |  | FALSE | evaluated 1022 times by 128 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobject...
 | 
 | 1022-1640 | 
| 452 | _defaultPropertyName = QString::fromUtf8(mci.value()); | - | 
| 453 | } executed 1640 times by 131 testselse if (0 == qstrcmp(name, "qt_QmlJSWrapperFactoryMethod"):  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobject...
 ) {| TRUE | evaluated 286 times by 128 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobject...
 |  | FALSE | evaluated 736 times by 33 tests Evaluated by:tst_examplestst_flickableinteroptst_qqmlbindingtst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmllistreferencetst_qqmlnotifiertst_qqmlpropertytst_qqmltranslationtst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickanimatedimagetst_qquickanimationcontrollertst_qquickanimationstst_qquickbehaviorstst_qquickdesignersupporttst_qquickdraghandlertst_qquickflickabletst_qquickflipabletst_qquickfontloadertst_qquickgridviewtst_qquickimagetst_qquickitem2tst_qquicklistviewtst_qquickloader...
 | 
 | 286-1640 | 
| 454 | const char * const factoryMethod = mci.value(); | - | 
| 455 | _jsFactoryMethodIndex = metaObject->indexOfSlot(factoryMethod); | - | 
| 456 | if (_jsFactoryMethodIndex != -1 )| TRUE | evaluated 286 times by 128 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobject...
 |  | FALSE | never evaluated | 
 | 0-286 | 
| 457 | _jsFactoryMethodIndex -= metaObject->methodOffset(); executed 286 times by 128 tests:  _jsFactoryMethodIndex -= metaObject->methodOffset();Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobject...
 | 286 | 
| 458 | } executed 286 times by 128 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobject...
 | 286 | 
| 459 | } executed 2662 times by 131 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobject...
 | 2662 | 
| 460 | } executed 1688 times by 131 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobject...
 | 1688 | 
| 461 |  | - | 
| 462 |  | - | 
| 463 | static const int destroyedIdx1 = QObject::staticMetaObject.indexOfSignal("destroyed(QObject*)"); | - | 
| 464 | static const int destroyedIdx2 = QObject::staticMetaObject.indexOfSignal("destroyed()"); | - | 
| 465 | static const int deleteLaterIdx = QObject::staticMetaObject.indexOfSlot("deleteLater()"); | - | 
| 466 |  | - | 
| 467 | const bool preventDestruction = metaObject->superClass() || metaObject == &QObject::staticMetaObject| TRUE | evaluated 39447 times by 143 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 |  | FALSE | evaluated 6340 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
;| TRUE | evaluated 4864 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 |  | FALSE | evaluated 1476 times by 54 tests Evaluated by:tst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qqmlbindingtst_qqmlcomponenttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlitemmodelstst_qqmllistmodeltst_qqmlmetaobjecttst_qqmlpropertytst_qqmlqttst_qqmlsettingstst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qquickaccessibletst_qquickanimatedimagetst_qquickanimationcontrollertst_qquickanimationstst_qquickapplicationtst_qquickbehaviorstst_qquickborderimagetst_qquickdragtst_qquickdraghandlertst_qquickdynamicpropertyanimation...
 | 
 | 1476-39447 | 
| 468 |  | - | 
| 469 | int methodOffset = metaObject->methodOffset(); | - | 
| 470 | int signalOffset = signalCount - QMetaObjectPrivate::get(metaObject)->signalCount; | - | 
| 471 |  | - | 
| 472 |  | - | 
| 473 |  | - | 
| 474 | methodIndexCache.resize(methodCount - methodIndexCacheStart); | - | 
| 475 | signalHandlerIndexCache.resize(signalCount - signalHandlerIndexCacheStart); | - | 
| 476 | int signalHandlerIndex = signalOffset; | - | 
| 477 | for (int ii = methodOffset; ii < methodCount ; ++ii) {| TRUE | evaluated 336972 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 |  | FALSE | evaluated 45787 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
 | 45787-336972 | 
| 478 | if (preventDestruction && (ii == destroyedIdx1| TRUE | evaluated 333770 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 |  | FALSE | evaluated 3202 times by 48 tests Evaluated by:tst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qqmlbindingtst_qqmlcomponenttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlitemmodelstst_qqmllistmodeltst_qqmlmetaobjecttst_qqmlqttst_qqmlsettingstst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qquickaccessibletst_qquickanimationcontrollertst_qquickanimationstst_qquickapplicationtst_qquickbehaviorstst_qquickdragtst_qquickdraghandlertst_qquickdynamicpropertyanimationtst_qquickflickabletst_qquickflipabletst_qquickfocusscope...
 | 
|| ii == destroyedIdx2| TRUE | evaluated 4864 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 |  | FALSE | evaluated 328906 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
|| ii == deleteLaterIdx| TRUE | evaluated 4866 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 |  | FALSE | evaluated 324040 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
))| TRUE | evaluated 4864 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 |  | FALSE | evaluated 319176 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
 | 3202-333770 | 
| 479 | continue; executed 14594 times by 145 tests:  continue;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 14594 | 
| 480 | QMetaMethod m = metaObject->method(ii); | - | 
| 481 | if (m.access() == QMetaMethod::Private )| TRUE | evaluated 9152 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 |  | FALSE | evaluated 313226 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
 | 9152-313226 | 
| 482 | continue; executed 9152 times by 145 tests:  continue;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 9152 | 
| 483 |  | - | 
| 484 |  | - | 
| 485 |  | - | 
| 486 | ((QMetaObjectPrivate::get(metaObject)->revision >= 7) ? static_cast<void>(0) : qt_assert("QMetaObjectPrivate::get(metaObject)->revision >= 7", __FILE__, 536)); | - | 
| 487 | const char *rawName = m.name().constData(); | - | 
| 488 | const char *cptr = rawName; | - | 
| 489 | char utf8 = 0; | - | 
| 490 | while (* cptr| TRUE | evaluated 3631442 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 |  | FALSE | evaluated 313226 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
) {| TRUE | evaluated 3631442 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 |  | FALSE | evaluated 313226 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
 | 313226-3631442 | 
| 491 | utf8 |= *cptr & 0x80; | - | 
| 492 | ++cptr; | - | 
| 493 | } executed 3631442 times by 145 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 3631442 | 
| 494 |  | - | 
| 495 | QQmlPropertyData *data = &methodIndexCache[ii - methodIndexCacheStart]; | - | 
| 496 | QQmlPropertyData *sigdata = nullptr; | - | 
| 497 |  | - | 
| 498 | if (m.methodType() == QMetaMethod::Signal )| TRUE | evaluated 186920 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 |  | FALSE | evaluated 126306 times by 138 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodel...
 | 
 | 126306-186920 | 
| 499 | data->setFlags(signalFlags); executed 186920 times by 145 tests:  data->setFlags(signalFlags);Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 186920 | 
| 500 | else | - | 
| 501 | data->setFlags(methodFlags); executed 126306 times by 138 tests:  data->setFlags(methodFlags);Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodel...
 | 126306 | 
| 502 |  | - | 
| 503 | data->lazyLoad(m); | - | 
| 504 | data->_flags.isDirect = !dynamicMetaObject; | - | 
| 505 |  | - | 
| 506 | (((allowedRevisionCache.count() - 1) < 32767) ? static_cast<void>(0) : qt_assert("(allowedRevisionCache.count() - 1) < Q_INT16_MAX", __FILE__, 556)); | - | 
| 507 | data->setMetaObjectOffset(allowedRevisionCache.count() - 1); | - | 
| 508 |  | - | 
| 509 | if (data->isSignal() ) {| TRUE | evaluated 186920 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 |  | FALSE | evaluated 126306 times by 138 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodel...
 | 
 | 126306-186920 | 
| 510 | sigdata = &signalHandlerIndexCache[signalHandlerIndex - signalHandlerIndexCacheStart]; | - | 
| 511 | *sigdata = *data; | - | 
| 512 | sigdata->_flags.isSignalHandler = true; | - | 
| 513 | } executed 186920 times by 145 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 186920 | 
| 514 |  | - | 
| 515 | QQmlPropertyData *old = nullptr; | - | 
| 516 |  | - | 
| 517 | if (utf8 ) {| TRUE | never evaluated |  | FALSE | evaluated 313226 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
 | 0-313226 | 
| 518 | QHashedString methodName(QString::fromUtf8(rawName, cptr - rawName)); | - | 
| 519 | if (StringCache::mapped_type *it = stringCache.value(methodName) )| TRUE | never evaluated |  | FALSE | never evaluated | 
 | 0 | 
| 520 | old = it->second; never executed: old = it->second; | 0 | 
| 521 | setNamedProperty(methodName, ii, data, (old != nullptr)); | - | 
| 522 |  | - | 
| 523 | if (data->isSignal() ) {| TRUE | never evaluated |  | FALSE | never evaluated | 
 | 0 | 
| 524 | QHashedString on(QLatin1String("on") % methodName.at(0).toUpper() % methodName.midRef(1)); | - | 
| 525 | setNamedProperty(on, ii, sigdata, (old != nullptr)); | - | 
| 526 | ++signalHandlerIndex; | - | 
| 527 | } never executed: end of block | 0 | 
| 528 | } never executed: else {end of block | 0 | 
| 529 | QHashedCStringRef methodName(rawName, cptr - rawName); | - | 
| 530 | if (StringCache::mapped_type *it = stringCache.value(methodName) )| TRUE | evaluated 42816 times by 136 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodel...
 |  | FALSE | evaluated 270410 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
 | 42816-270410 | 
| 531 | old = it->second; executed 42816 times by 136 tests:  old = it->second;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodel...
 | 42816 | 
| 532 | setNamedProperty(methodName, ii, data, (old != nullptr)); | - | 
| 533 |  | - | 
| 534 | if (data->isSignal() ) {| TRUE | evaluated 186920 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 |  | FALSE | evaluated 126306 times by 138 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodel...
 | 
 | 126306-186920 | 
| 535 | int length = methodName.length(); | - | 
| 536 |  | - | 
| 537 | QVarLengthArray<char, 128> str(length+3); | - | 
| 538 | str[0] = 'o'; | - | 
| 539 | str[1] = 'n'; | - | 
| 540 | str[2] = toupper(rawName[0]); | - | 
| 541 | if (length > 1 )| TRUE | evaluated 186920 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 |  | FALSE | never evaluated | 
 | 0-186920 | 
| 542 | memcpy(&str[3], &rawName[1], length - 1); executed 186920 times by 145 tests:  memcpy(&str[3], &rawName[1], length - 1);Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 186920 | 
| 543 | str[length + 2] = '\0'; | - | 
| 544 |  | - | 
| 545 | QHashedString on(QString::fromLatin1(str.data())); | - | 
| 546 | setNamedProperty(on, ii, data, (old != nullptr)); | - | 
| 547 | ++signalHandlerIndex; | - | 
| 548 | } executed 186920 times by 145 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 186920 | 
| 549 | } executed 313226 times by 145 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 313226 | 
| 550 |  | - | 
| 551 | if (old ) {| TRUE | evaluated 42816 times by 136 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodel...
 |  | FALSE | evaluated 270410 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
 | 42816-270410 | 
| 552 |  | - | 
| 553 | if (old->isFunction() && old->coreIndex() >= methodOffset| TRUE | evaluated 42814 times by 136 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodel...
 |  | FALSE | evaluated 2 times by 1 test | 
)| TRUE | evaluated 42556 times by 136 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodel...
 |  | FALSE | evaluated 258 times by 53 tests Evaluated by:tst_examplestst_qqmlcomponenttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlitemmodelstst_qqmlqttst_qqmlvaluetypestst_qquickaccessibletst_qquickagetst_qquickangleddirectiontst_qquickanimatedspritetst_qquickanimationstst_qquickbehaviorstst_qquickborderimagetst_qquickcumulativedirectiontst_qquickcustomaffectortst_qquickcustomparticletst_qquickellipseextrudertst_qquickflickabletst_qquickfrictiontst_qquickgravitytst_qquickgridviewtst_qquickgroupgoaltst_qquickimagetst_qquickimageparticle...
 | 
 | 2-42814 | 
| 554 | data->_flags.isOverload = true; executed 42556 times by 136 tests:  data->_flags.isOverload = true;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodel...
 | 42556 | 
| 555 |  | - | 
| 556 | data->markAsOverrideOf(old); | - | 
| 557 | } executed 42816 times by 136 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodel...
 | 42816 | 
| 558 | } executed 313226 times by 145 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 313226 | 
| 559 |  | - | 
| 560 | int propCount = metaObject->propertyCount(); | - | 
| 561 | int propOffset = metaObject->propertyOffset(); | - | 
| 562 |  | - | 
| 563 |  | - | 
| 564 |  | - | 
| 565 | propertyIndexCache.resize(propCount - propertyIndexCacheStart); | - | 
| 566 | for (int ii = propOffset; ii < propCount ; ++ii) {| TRUE | evaluated 155630 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 |  | FALSE | evaluated 45787 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
 | 45787-155630 | 
| 567 | QMetaProperty p = metaObject->property(ii); | - | 
| 568 | if (!p.isScriptable() )| TRUE | evaluated 10 times by 2 tests Evaluated by:tst_qqmlecmascripttst_qqmlenginedebugservice
 |  | FALSE | evaluated 155620 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
 | 10-155620 | 
| 569 | continue; executed 10 times by 2 tests:  continue;Executed by:tst_qqmlecmascripttst_qqmlenginedebugservice
 | 10 | 
| 570 |  | - | 
| 571 | const char *str = p.name(); | - | 
| 572 | char utf8 = 0; | - | 
| 573 | const char *cptr = str; | - | 
| 574 | while (* cptr != 0| TRUE | evaluated 1306280 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 |  | FALSE | evaluated 155620 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
) {| TRUE | evaluated 1306280 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 |  | FALSE | evaluated 155620 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
 | 155620-1306280 | 
| 575 | utf8 |= *cptr & 0x80; | - | 
| 576 | ++cptr; | - | 
| 577 | } executed 1306280 times by 145 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 1306280 | 
| 578 |  | - | 
| 579 | QQmlPropertyData *data = &propertyIndexCache[ii - propertyIndexCacheStart]; | - | 
| 580 |  | - | 
| 581 | data->setFlags(propertyFlags); | - | 
| 582 | data->lazyLoad(p); | - | 
| 583 |  | - | 
| 584 | data->_flags.isDirect = !dynamicMetaObject; | - | 
| 585 |  | - | 
| 586 | (((allowedRevisionCache.count() - 1) < 32767) ? static_cast<void>(0) : qt_assert("(allowedRevisionCache.count() - 1) < Q_INT16_MAX", __FILE__, 636)); | - | 
| 587 | data->setMetaObjectOffset(allowedRevisionCache.count() - 1); | - | 
| 588 |  | - | 
| 589 | QQmlPropertyData *old = nullptr; | - | 
| 590 |  | - | 
| 591 | if (utf8 ) {| TRUE | never evaluated |  | FALSE | evaluated 155620 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
 | 0-155620 | 
| 592 | QHashedString propName(QString::fromUtf8(str, cptr - str)); | - | 
| 593 | if (StringCache::mapped_type *it = stringCache.value(propName) )| TRUE | never evaluated |  | FALSE | never evaluated | 
 | 0 | 
| 594 | old = it->second; never executed: old = it->second; | 0 | 
| 595 | setNamedProperty(propName, ii, data, (old != nullptr)); | - | 
| 596 | } never executed: else {end of block | 0 | 
| 597 | QHashedCStringRef propName(str, cptr - str); | - | 
| 598 | if (StringCache::mapped_type *it = stringCache.value(propName) )| TRUE | evaluated 648 times by 90 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlinfotst_qqmlmetaobjecttst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlsqldatabasetst_qqmlstatemachinetst_qqmltypeloadertst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickaccessibletst_qquickagetst_qquickanchorstst_qquickangleddirectiontst_qquickanimatedimage...
 |  | FALSE | evaluated 154972 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
 | 648-154972 | 
| 599 | old = it->second; executed 648 times by 90 tests:  old = it->second;Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlinfotst_qqmlmetaobjecttst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlsqldatabasetst_qqmlstatemachinetst_qqmltypeloadertst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickaccessibletst_qquickagetst_qquickanchorstst_qquickangleddirectiontst_qquickanimatedimage...
 | 648 | 
| 600 | setNamedProperty(propName, ii, data, (old != nullptr)); | - | 
| 601 | } executed 155620 times by 145 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 155620 | 
| 602 |  | - | 
| 603 | bool isGadget = true; | - | 
| 604 | for (const QMetaObject *it = metaObject; it != nullptr ; it = it->superClass()) {| TRUE | evaluated 397962 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 |  | FALSE | evaluated 155620 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
 | 155620-397962 | 
| 605 | if (it == &QObject::staticMetaObject )| TRUE | evaluated 145082 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 |  | FALSE | evaluated 252880 times by 143 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 
 | 145082-252880 | 
| 606 | isGadget = false; executed 145082 times by 145 tests:  isGadget = false;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 145082 | 
| 607 | } executed 397962 times by 145 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 397962 | 
| 608 |  | - | 
| 609 | if (isGadget )| TRUE | evaluated 10538 times by 54 tests Evaluated by:tst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qqmlbindingtst_qqmlcomponenttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlitemmodelstst_qqmllistmodeltst_qqmlmetaobjecttst_qqmlpropertytst_qqmlqttst_qqmlsettingstst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qquickaccessibletst_qquickanimatedimagetst_qquickanimationcontrollertst_qquickanimationstst_qquickapplicationtst_qquickbehaviorstst_qquickborderimagetst_qquickdragtst_qquickdraghandlertst_qquickdynamicpropertyanimation...
 |  | FALSE | evaluated 145082 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
 | 10538-145082 | 
| 610 | data->_flags.isDirect = false; executed 10538 times by 54 tests:  data->_flags.isDirect = false;Executed by:tst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qqmlbindingtst_qqmlcomponenttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlitemmodelstst_qqmllistmodeltst_qqmlmetaobjecttst_qqmlpropertytst_qqmlqttst_qqmlsettingstst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qquickaccessibletst_qquickanimatedimagetst_qquickanimationcontrollertst_qquickanimationstst_qquickapplicationtst_qquickbehaviorstst_qquickborderimagetst_qquickdragtst_qquickdraghandlertst_qquickdynamicpropertyanimation...
 | 10538 | 
| 611 | else | - | 
| 612 | data->trySetStaticMetaCallFunction(metaObject->d.static_metacall, ii - propOffset); executed 145082 times by 145 tests:  data->trySetStaticMetaCallFunction(metaObject->d.static_metacall, ii - propOffset);Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 145082 | 
| 613 | if (old )| TRUE | evaluated 648 times by 90 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlinfotst_qqmlmetaobjecttst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlsqldatabasetst_qqmlstatemachinetst_qqmltypeloadertst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickaccessibletst_qquickagetst_qquickanchorstst_qquickangleddirectiontst_qquickanimatedimage...
 |  | FALSE | evaluated 154972 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
 | 648-154972 | 
| 614 | data->markAsOverrideOf(old); executed 648 times by 90 tests:  data->markAsOverrideOf(old);Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlinfotst_qqmlmetaobjecttst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlsqldatabasetst_qqmlstatemachinetst_qqmltypeloadertst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickaccessibletst_qquickagetst_qquickanchorstst_qquickangleddirectiontst_qquickanimatedimage...
 | 648 | 
| 615 | } executed 155620 times by 145 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 155620 | 
| 616 | } executed 45787 times by 145 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 45787 | 
| 617 |  | - | 
| 618 | void QQmlPropertyCache::resolve(QQmlPropertyData *data) const | - | 
| 619 | { | - | 
| 620 | ((data->notFullyResolved()) ? static_cast<void>(0) : qt_assert("data->notFullyResolved()", __FILE__, 670)); | - | 
| 621 | data->_flags.notFullyResolved = false; | - | 
| 622 |  | - | 
| 623 | const QMetaObject *mo = firstCppMetaObject(); | - | 
| 624 | if (data->isFunction() ) {| TRUE | evaluated 1134 times by 27 tests Evaluated by:tst_examplestst_qjsenginetst_qmlcachegentst_qqmlecmascripttst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetatypetst_qqmlsettingstst_qqmltranslationtst_qqmltypeloadertst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickdragtst_qquickdropareatst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquicklayoutstst_qquicklistviewtst_qquickpathviewtst_qquickrepeater...
 |  | FALSE | evaluated 6371 times by 133 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 | 
 | 1134-6371 | 
| 625 | auto metaMethod = mo->method(data->coreIndex()); | - | 
| 626 | const char *retTy = metaMethod.typeName(); | - | 
| 627 | if (!retTy )| TRUE | never evaluated |  | FALSE | evaluated 1134 times by 27 tests Evaluated by:tst_examplestst_qjsenginetst_qmlcachegentst_qqmlecmascripttst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetatypetst_qqmlsettingstst_qqmltranslationtst_qqmltypeloadertst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickdragtst_qquickdropareatst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquicklayoutstst_qquicklistviewtst_qquickpathviewtst_qquickrepeater...
 | 
 | 0-1134 | 
| 628 | retTy = "\0"; never executed: retTy = "\0"; | 0 | 
| 629 | data->setPropType(QMetaType::type(retTy)); | - | 
| 630 | } executed 1134 times by 27 testselse {:  end of blockExecuted by:tst_examplestst_qjsenginetst_qmlcachegentst_qqmlecmascripttst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetatypetst_qqmlsettingstst_qqmltranslationtst_qqmltypeloadertst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickdragtst_qquickdropareatst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquicklayoutstst_qquicklistviewtst_qquickpathviewtst_qquickrepeater...
 | 1134 | 
| 631 | auto metaProperty = mo->property(data->coreIndex()); | - | 
| 632 | data->setPropType(QMetaType::type(metaProperty.typeName())); | - | 
| 633 | } executed 6371 times by 133 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 | 6371 | 
| 634 |  | - | 
| 635 | if (!data->isFunction() ) {| TRUE | evaluated 6371 times by 133 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 |  | FALSE | evaluated 1134 times by 27 tests Evaluated by:tst_examplestst_qjsenginetst_qmlcachegentst_qqmlecmascripttst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetatypetst_qqmlsettingstst_qqmltranslationtst_qqmltypeloadertst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickdragtst_qquickdropareatst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquicklayoutstst_qquicklistviewtst_qquickpathviewtst_qquickrepeater...
 | 
 | 1134-6371 | 
| 636 | if (data->propType() == QMetaType::UnknownType ) {| TRUE | evaluated 46 times by 8 tests Evaluated by:tst_examplestst_qqmlecmascripttst_qqmlitemmodelstst_qqmlqttst_qqmltypeloadertst_qqmlvaluetypestst_qquicklayoutstst_qquicktextedit
 |  | FALSE | evaluated 6325 times by 133 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 | 
 | 46-6325 | 
| 637 | QQmlPropertyCache *p = _parent; | - | 
| 638 | while (p && (!mo| TRUE | evaluated 42 times by 8 tests Evaluated by:tst_examplestst_qqmlecmascripttst_qqmlitemmodelstst_qqmlqttst_qqmltypeloadertst_qqmlvaluetypestst_qquicklayoutstst_qquicktextedit
 |  | FALSE | evaluated 4 times by 1 test | 
|| _ownMetaObject| TRUE | never evaluated |  | FALSE | evaluated 42 times by 8 tests Evaluated by:tst_examplestst_qqmlecmascripttst_qqmlitemmodelstst_qqmlqttst_qqmltypeloadertst_qqmlvaluetypestst_qquicklayoutstst_qquicktextedit
 | 
)) {| TRUE | never evaluated |  | FALSE | evaluated 42 times by 8 tests Evaluated by:tst_examplestst_qqmlecmascripttst_qqmlitemmodelstst_qqmlqttst_qqmltypeloadertst_qqmlvaluetypestst_qquicklayoutstst_qquicktextedit
 | 
 | 0-42 | 
| 639 | mo = p->_metaObject; | - | 
| 640 | p = p->_parent; | - | 
| 641 | } never executed: end of block | 0 | 
| 642 |  | - | 
| 643 | int propOffset = mo->propertyOffset(); | - | 
| 644 | if (mo && data->coreIndex() < propOffset + mo->propertyCount()| TRUE | evaluated 46 times by 8 tests Evaluated by:tst_examplestst_qqmlecmascripttst_qqmlitemmodelstst_qqmlqttst_qqmltypeloadertst_qqmlvaluetypestst_qquicklayoutstst_qquicktextedit
 |  | FALSE | never evaluated | 
) {| TRUE | evaluated 46 times by 8 tests Evaluated by:tst_examplestst_qqmlecmascripttst_qqmlitemmodelstst_qqmlqttst_qqmltypeloadertst_qqmlvaluetypestst_qquicklayoutstst_qquicktextedit
 |  | FALSE | never evaluated | 
 | 0-46 | 
| 645 | while (data->coreIndex() < propOffset ) {| TRUE | never evaluated |  | FALSE | evaluated 46 times by 8 tests Evaluated by:tst_examplestst_qqmlecmascripttst_qqmlitemmodelstst_qqmlqttst_qqmltypeloadertst_qqmlvaluetypestst_qquicklayoutstst_qquicktextedit
 | 
 | 0-46 | 
| 646 | mo = mo->superClass(); | - | 
| 647 | propOffset = mo->propertyOffset(); | - | 
| 648 | } never executed: end of block | 0 | 
| 649 |  | - | 
| 650 | int registerResult = -1; | - | 
| 651 | void *argv[] = { ®isterResult }; | - | 
| 652 | mo->static_metacall(QMetaObject::RegisterPropertyMetaType, data->coreIndex() - propOffset, argv); | - | 
| 653 | data->setPropType(registerResult == -1 ? QMetaType::UnknownType : registerResult); | - | 
| 654 | } executed 46 times by 8 tests:  end of blockExecuted by:tst_examplestst_qqmlecmascripttst_qqmlitemmodelstst_qqmlqttst_qqmltypeloadertst_qqmlvaluetypestst_qquicklayoutstst_qquicktextedit
 | 46 | 
| 655 | } executed 46 times by 8 tests:  end of blockExecuted by:tst_examplestst_qqmlecmascripttst_qqmlitemmodelstst_qqmlqttst_qqmltypeloadertst_qqmlvaluetypestst_qquicklayoutstst_qquicktextedit
 | 46 | 
| 656 | flagsForPropertyType(data->propType(), data->_flags); | - | 
| 657 | } executed 6371 times by 133 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 | 6371 | 
| 658 | } executed 7505 times by 134 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscript...
 | 7505 | 
| 659 |  | - | 
| 660 | void QQmlPropertyCache::updateRecur(const QMetaObject *metaObject) | - | 
| 661 | { | - | 
| 662 | if (!metaObject )| TRUE | evaluated 6340 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 |  | FALSE | evaluated 18552 times by 145 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 
 | 6340-18552 | 
| 663 | return; executed 6340 times by 145 tests:  return;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 6340 | 
| 664 |  | - | 
| 665 | updateRecur(metaObject->superClass()); | - | 
| 666 |  | - | 
| 667 | append(metaObject, -1); | - | 
| 668 | } executed 18552 times by 145 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 18552 | 
| 669 |  | - | 
| 670 | void QQmlPropertyCache::update(const QMetaObject *metaObject) | - | 
| 671 | { | - | 
| 672 | ((metaObject) ? static_cast<void>(0) : qt_assert("metaObject", __FILE__, 722)); | - | 
| 673 | stringCache.clear(); | - | 
| 674 |  | - | 
| 675 |  | - | 
| 676 |  | - | 
| 677 |  | - | 
| 678 | int pc = metaObject->propertyCount(); | - | 
| 679 | int mc = metaObject->methodCount(); | - | 
| 680 | int sc = metaObjectSignalCount(metaObject); | - | 
| 681 | propertyIndexCache.reserve(pc - propertyIndexCacheStart); | - | 
| 682 | methodIndexCache.reserve(mc - methodIndexCacheStart); | - | 
| 683 | signalHandlerIndexCache.reserve(sc - signalHandlerIndexCacheStart); | - | 
| 684 |  | - | 
| 685 |  | - | 
| 686 |  | - | 
| 687 | stringCache.reserve(pc + mc + sc); | - | 
| 688 |  | - | 
| 689 | updateRecur(metaObject); | - | 
| 690 | } executed 6340 times by 145 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 6340 | 
| 691 |  | - | 
| 692 |  | - | 
| 693 |  | - | 
| 694 |  | - | 
| 695 |  | - | 
| 696 | void QQmlPropertyCache::invalidate(const QMetaObject *metaObject) | - | 
| 697 | { | - | 
| 698 | propertyIndexCache.clear(); | - | 
| 699 | methodIndexCache.clear(); | - | 
| 700 | signalHandlerIndexCache.clear(); | - | 
| 701 |  | - | 
| 702 | _hasPropertyOverrides = false; | - | 
| 703 | argumentsCache = nullptr; | - | 
| 704 |  | - | 
| 705 | int pc = metaObject->propertyCount(); | - | 
| 706 | int mc = metaObject->methodCount(); | - | 
| 707 | int sc = metaObjectSignalCount(metaObject); | - | 
| 708 | int reserve = pc + mc + sc; | - | 
| 709 |  | - | 
| 710 | if (parent() ) {| TRUE | evaluated 6 times by 1 test Evaluated by:tst_qquickdesignersupport
 |  | FALSE | never evaluated | 
 | 0-6 | 
| 711 | propertyIndexCacheStart = parent()->propertyIndexCache.count() + parent()->propertyIndexCacheStart; | - | 
| 712 | methodIndexCacheStart = parent()->methodIndexCache.count() + parent()->methodIndexCacheStart; | - | 
| 713 | signalHandlerIndexCacheStart = parent()->signalHandlerIndexCache.count() + parent()->signalHandlerIndexCacheStart; | - | 
| 714 | stringCache.linkAndReserve(parent()->stringCache, reserve); | - | 
| 715 | append(metaObject, -1); | - | 
| 716 | } executed 6 times by 1 testelse {:  end of blockExecuted by:tst_qquickdesignersupport
 | 6 | 
| 717 | propertyIndexCacheStart = 0; | - | 
| 718 | methodIndexCacheStart = 0; | - | 
| 719 | signalHandlerIndexCacheStart = 0; | - | 
| 720 | update(metaObject); | - | 
| 721 | } never executed: end of block | 0 | 
| 722 | } | - | 
| 723 |  | - | 
| 724 | QQmlPropertyData *QQmlPropertyCache::findProperty(StringCache::ConstIterator it, QObject *object, QQmlContextData *context) const | - | 
| 725 | { | - | 
| 726 | QQmlData *data = (object ? QQmlData::get(object) : nullptr);| TRUE | evaluated 11710593 times by 108 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 |  | FALSE | evaluated 1182946 times by 142 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 
 | 1182946-11710593 | 
| 727 | const QQmlVMEMetaObject *vmemo = nullptr; | - | 
| 728 | if (data && data->hasVMEMetaObject| TRUE | evaluated 11710593 times by 108 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 |  | FALSE | evaluated 1182946 times by 142 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 
) {| TRUE | evaluated 6591595 times by 90 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobject...
 |  | FALSE | evaluated 5118998 times by 97 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetatype...
 | 
 | 1182946-11710593 | 
| 729 | QObjectPrivate *op = QObjectPrivate::get(object); | - | 
| 730 | vmemo = static_cast<const QQmlVMEMetaObject *>(op->metaObject); | - | 
| 731 | } executed 6591595 times by 90 tests:  end of blockExecuted by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobject...
 | 6591595 | 
| 732 | return executed 12893539 times by 143 testsfindProperty(it, vmemo, context);:  return findProperty(it, vmemo, context);Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfo...
 executed 12893539 times by 143 tests:  return findProperty(it, vmemo, context);Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfo...
 | 12893539 | 
| 733 | } | - | 
| 734 |  | - | 
| 735 | namespace { | - | 
| 736 |  | - | 
| 737 | inline bool contextHasNoExtensions(QQmlContextData *context) | - | 
| 738 | { | - | 
| 739 |  | - | 
| 740 |  | - | 
| 741 | return executed 676811 times by 83 tests(!context->parent || !context->parent->imports);:  return (!context->parent || !context->parent->imports);Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlincubatortst_qqmlinfotst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnotifier...
 executed 676811 times by 83 tests:  return (!context->parent || !context->parent->imports);Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlincubatortst_qqmlinfotst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnotifier...
 | 676811 | 
| 742 | } | - | 
| 743 |  | - | 
| 744 | inline int maximumIndexForProperty(QQmlPropertyData *prop, const int methodCount, const int signalCount, const int propertyCount) | - | 
| 745 | { | - | 
| 746 | return executed 696471 times by 85 testsprop->isFunction() ? methodCount:  return prop->isFunction() ? methodCount : prop->isSignalHandler() ? signalCount : propertyCount;Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlincubatortst_qqmlinfotst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnotifier...
 executed 696471 times by 85 tests:  return prop->isFunction() ? methodCount : prop->isSignalHandler() ? signalCount : propertyCount;Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlincubatortst_qqmlinfotst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnotifier...
 | 696471 | 
| 747 | : prop->isSignalHandler() ? signalCount executed 696471 times by 85 tests:  return prop->isFunction() ? methodCount : prop->isSignalHandler() ? signalCount : propertyCount;Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlincubatortst_qqmlinfotst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnotifier...
 | 696471 | 
| 748 | : propertyCount; executed 696471 times by 85 tests:  return prop->isFunction() ? methodCount : prop->isSignalHandler() ? signalCount : propertyCount;Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlincubatortst_qqmlinfotst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnotifier...
 | 696471 | 
| 749 | } | - | 
| 750 |  | - | 
| 751 | } | - | 
| 752 |  | - | 
| 753 | QQmlPropertyData *QQmlPropertyCache::findProperty(StringCache::ConstIterator it, const QQmlVMEMetaObject *vmemo, QQmlContextData *context) const | - | 
| 754 | { | - | 
| 755 | StringCache::ConstIterator end = stringCache.end(); | - | 
| 756 |  | - | 
| 757 | if (it != end ) {| TRUE | evaluated 3593411 times by 143 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfo...
 |  | FALSE | evaluated 9300128 times by 138 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 
 | 3593411-9300128 | 
| 758 | QQmlPropertyData *result = it.value().second; | - | 
| 759 |  | - | 
| 760 |  | - | 
| 761 |  | - | 
| 762 |  | - | 
| 763 |  | - | 
| 764 | if (vmemo && context| TRUE | evaluated 701715 times by 85 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlincubatortst_qqmlinfotst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnotifier...
 |  | FALSE | evaluated 2891696 times by 143 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfo...
 | 
&& !contextHasNoExtensions(context)| TRUE | evaluated 676811 times by 83 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlincubatortst_qqmlinfotst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnotifier...
 |  | FALSE | evaluated 24904 times by 22 tests Evaluated by:tst_bindingdependencyapitst_examplestst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlpropertytst_qqmltypeloadertst_qquickanimatedspritetst_qquickdesignersupporttst_qquickdynamicpropertyanimationtst_qquickgridviewtst_qquickitem2tst_qquicklistviewtst_qquickpositionerstst_qquickstates
 | 
) {| TRUE | evaluated 39161 times by 21 tests Evaluated by:tst_examplestst_flickableinteroptst_qqmlcomponenttst_qqmlcontexttst_qqmlecmascripttst_qqmlqttst_qquickaccessibletst_qquickanimationcontrollertst_qquickanimationstst_qquickbehaviorstst_qquickdraghandlertst_qquickitemlayertst_qquickitemparticletst_qquicklayoutstst_qquickshadereffecttst_qquickstatestst_qquicktaphandlertst_qquickworkerscripttst_quicktestmainwithsetuptst_signalspytst_testfiltering
 |  | FALSE | evaluated 637650 times by 80 tests Evaluated by:tst_bindingdependencyapitst_examplestst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlincubatortst_qqmlinfotst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnotifiertst_qqmlprofilerservice...
 | 
 | 24904-2891696 | 
| 765 |  | - | 
| 766 | do { | - | 
| 767 | if (vmemo->ctxt == context )| TRUE | evaluated 33915 times by 20 tests Evaluated by:tst_examplestst_flickableinteroptst_qqmlcomponenttst_qqmlcontexttst_qqmlecmascripttst_qqmlqttst_qquickaccessibletst_qquickanimationcontrollertst_qquickanimationstst_qquickbehaviorstst_qquickdraghandlertst_qquickitemlayertst_qquicklayoutstst_qquickshadereffecttst_qquickstatestst_qquicktaphandlertst_qquickworkerscripttst_quicktestmainwithsetuptst_signalspytst_testfiltering
 |  | FALSE | evaluated 15067 times by 13 tests Evaluated by:tst_examplestst_flickableinteroptst_qqmlcomponenttst_qqmlcontexttst_qqmlecmascripttst_qqmlqttst_qquickanimationcontrollertst_qquickbehaviorstst_qquickitemparticletst_qquicklayoutstst_qquicktaphandlertst_quicktestmainwithsetuptst_testfiltering
 | 
 | 15067-33915 | 
| 768 | break; executed 33915 times by 20 tests:  break;Executed by:tst_examplestst_flickableinteroptst_qqmlcomponenttst_qqmlcontexttst_qqmlecmascripttst_qqmlqttst_qquickaccessibletst_qquickanimationcontrollertst_qquickanimationstst_qquickbehaviorstst_qquickdraghandlertst_qquickitemlayertst_qquicklayoutstst_qquickshadereffecttst_qquickstatestst_qquicktaphandlertst_qquickworkerscripttst_quicktestmainwithsetuptst_signalspytst_testfiltering
 | 33915 | 
| 769 |  | - | 
| 770 | vmemo = vmemo->parentVMEMetaObject(); | - | 
| 771 | } executed 15067 times by 13 testswhile (vmemo:  end of blockExecuted by:tst_examplestst_flickableinteroptst_qqmlcomponenttst_qqmlcontexttst_qqmlecmascripttst_qqmlqttst_qquickanimationcontrollertst_qquickbehaviorstst_qquickitemparticletst_qquicklayoutstst_qquicktaphandlertst_quicktestmainwithsetuptst_testfiltering
 );| TRUE | evaluated 9821 times by 7 tests Evaluated by:tst_examplestst_qqmlecmascripttst_qquickanimationcontrollertst_qquickbehaviorstst_qquicklayoutstst_quicktestmainwithsetuptst_testfiltering
 |  | FALSE | evaluated 5246 times by 10 tests Evaluated by:tst_examplestst_flickableinteroptst_qqmlcomponenttst_qqmlcontexttst_qqmlecmascripttst_qqmlqttst_qquickbehaviorstst_qquickitemparticletst_qquicklayoutstst_qquicktaphandler
 | 
 | 5246-15067 | 
| 772 | } executed 39161 times by 21 tests:  end of blockExecuted by:tst_examplestst_flickableinteroptst_qqmlcomponenttst_qqmlcontexttst_qqmlecmascripttst_qqmlqttst_qquickaccessibletst_qquickanimationcontrollertst_qquickanimationstst_qquickbehaviorstst_qquickdraghandlertst_qquickitemlayertst_qquickitemparticletst_qquicklayoutstst_qquickshadereffecttst_qquickstatestst_qquicktaphandlertst_qquickworkerscripttst_quicktestmainwithsetuptst_signalspytst_testfiltering
 | 39161 | 
| 773 |  | - | 
| 774 | if (vmemo ) {| TRUE | evaluated 696469 times by 85 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlincubatortst_qqmlinfotst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnotifier...
 |  | FALSE | evaluated 2896942 times by 143 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfo...
 | 
 | 696469-2896942 | 
| 775 | const int methodCount = vmemo->cache->methodCount(); | - | 
| 776 | const int signalCount = vmemo->cache->signalCount(); | - | 
| 777 | const int propertyCount = vmemo->cache->propertyCount(); | - | 
| 778 |  | - | 
| 779 |  | - | 
| 780 | do { | - | 
| 781 | const StringCache::mapped_type &property(it.value()); | - | 
| 782 |  | - | 
| 783 | if (property.first < maximumIndexForProperty(property.second, methodCount, signalCount, propertyCount) ) {| TRUE | evaluated 696101 times by 85 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlincubatortst_qqmlinfotst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnotifier...
 |  | FALSE | evaluated 370 times by 5 tests Evaluated by:tst_qqmlecmascripttst_qquickanimationcontrollertst_qquicklayoutstst_quicktestmainwithsetuptst_testfiltering
 | 
 | 370-696101 | 
| 784 |  | - | 
| 785 | if (property.second->isFunction() || property.second->isSignalHandler()| TRUE | evaluated 144530 times by 57 tests Evaluated by:tst_examplestst_flickableinteroptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlnotifiertst_qqmlprofilerservicetst_qqmlpropertytst_qqmlqttst_qqmlsettingstst_qqmltranslationtst_qqmlvaluetypeproviders...
 |  | FALSE | evaluated 551571 times by 75 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlincubatortst_qqmlinfotst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlmoduleplugintst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlsettingstst_qqmltranslation...
 | 
) {| TRUE | never evaluated |  | FALSE | evaluated 551571 times by 75 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlincubatortst_qqmlinfotst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlmoduleplugintst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlsettingstst_qqmltranslation...
 | 
 | 0-551571 | 
| 786 |  | - | 
| 787 | } executed 144530 times by 57 testselse {:  end of blockExecuted by:tst_examplestst_flickableinteroptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlnotifiertst_qqmlprofilerservicetst_qqmlpropertytst_qqmlqttst_qqmlsettingstst_qqmltranslationtst_qqmlvaluetypeproviders...
 | 144530 | 
| 788 |  | - | 
| 789 | result = property.second; | - | 
| 790 | } executed 551571 times by 75 tests:  end of blockExecuted by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlincubatortst_qqmlinfotst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlmoduleplugintst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlsettingstst_qqmltranslation...
 | 551571 | 
| 791 | break; executed 696101 times by 85 tests:  break;Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlincubatortst_qqmlinfotst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnotifier...
 | 696101 | 
| 792 | } | - | 
| 793 |  | - | 
| 794 |  | - | 
| 795 | it = stringCache.findNext(it); | - | 
| 796 | } executed 370 times by 5 testswhile (it != end:  end of blockExecuted by:tst_qqmlecmascripttst_qquickanimationcontrollertst_qquicklayoutstst_quicktestmainwithsetuptst_testfiltering
 );| TRUE | evaluated 2 times by 1 test Evaluated by:tst_quicktestmainwithsetup
 |  | FALSE | evaluated 368 times by 4 tests Evaluated by:tst_qqmlecmascripttst_qquickanimationcontrollertst_qquicklayoutstst_testfiltering
 | 
 | 2-370 | 
| 797 | } executed 696469 times by 85 tests:  end of blockExecuted by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlincubatortst_qqmlinfotst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnotifier...
 | 696469 | 
| 798 |  | - | 
| 799 | return executed 3593411 times by 143 testsensureResolved(result);:  return ensureResolved(result);Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfo...
 executed 3593411 times by 143 tests:  return ensureResolved(result);Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfo...
 | 3593411 | 
| 800 | } | - | 
| 801 |  | - | 
| 802 | return executed 9300128 times by 138 testsnullptr;:  return nullptr;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 executed 9300128 times by 138 tests:  return nullptr;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 9300128 | 
| 803 | } | - | 
| 804 |  | - | 
| 805 | QString QQmlPropertyData::name(QObject *object) const | - | 
| 806 | { | - | 
| 807 | if (!object )| TRUE | never evaluated |  | FALSE | evaluated 4942 times by 16 tests Evaluated by:tst_examplestst_flickableinteroptst_qqmlbindingtst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlpropertytst_qquickanimatedimagetst_qquickanimationstst_qquickbehaviorstst_qquickgridviewtst_qquickimagetst_qquickitem2tst_qquicklistviewtst_qquickloadertst_qquicksmoothedanimationtst_qquicktaphandler
 | 
 | 0-4942 | 
| 808 | return never executed: QString();return QString(); never executed: return QString(); | 0 | 
| 809 |  | - | 
| 810 | return executed 4942 times by 16 testsname(object->metaObject());:  return name(object->metaObject());Executed by:tst_examplestst_flickableinteroptst_qqmlbindingtst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlpropertytst_qquickanimatedimagetst_qquickanimationstst_qquickbehaviorstst_qquickgridviewtst_qquickimagetst_qquickitem2tst_qquicklistviewtst_qquickloadertst_qquicksmoothedanimationtst_qquicktaphandler
 executed 4942 times by 16 tests:  return name(object->metaObject());Executed by:tst_examplestst_flickableinteroptst_qqmlbindingtst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlpropertytst_qquickanimatedimagetst_qquickanimationstst_qquickbehaviorstst_qquickgridviewtst_qquickimagetst_qquickitem2tst_qquicklistviewtst_qquickloadertst_qquicksmoothedanimationtst_qquicktaphandler
 | 4942 | 
| 811 | } | - | 
| 812 |  | - | 
| 813 | QString QQmlPropertyData::name(const QMetaObject *metaObject) const | - | 
| 814 | { | - | 
| 815 | if (!metaObject || coreIndex() == -1| TRUE | never evaluated |  | FALSE | evaluated 4942 times by 16 tests Evaluated by:tst_examplestst_flickableinteroptst_qqmlbindingtst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlpropertytst_qquickanimatedimagetst_qquickanimationstst_qquickbehaviorstst_qquickgridviewtst_qquickimagetst_qquickitem2tst_qquicklistviewtst_qquickloadertst_qquicksmoothedanimationtst_qquicktaphandler
 | 
)| TRUE | never evaluated |  | FALSE | evaluated 4942 times by 16 tests Evaluated by:tst_examplestst_flickableinteroptst_qqmlbindingtst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlpropertytst_qquickanimatedimagetst_qquickanimationstst_qquickbehaviorstst_qquickgridviewtst_qquickimagetst_qquickitem2tst_qquicklistviewtst_qquickloadertst_qquicksmoothedanimationtst_qquicktaphandler
 | 
 | 0-4942 | 
| 816 | return never executed: QString();return QString(); never executed: return QString(); | 0 | 
| 817 |  | - | 
| 818 | if (isFunction() ) {| TRUE | evaluated 14 times by 2 tests Evaluated by:tst_qqmlenginedebugservicetst_qqmlproperty
 |  | FALSE | evaluated 4928 times by 15 tests Evaluated by:tst_examplestst_flickableinteroptst_qqmlbindingtst_qqmlecmascripttst_qqmlpropertytst_qquickanimatedimagetst_qquickanimationstst_qquickbehaviorstst_qquickgridviewtst_qquickimagetst_qquickitem2tst_qquicklistviewtst_qquickloadertst_qquicksmoothedanimationtst_qquicktaphandler
 | 
 | 14-4928 | 
| 819 | QMetaMethod m = metaObject->method(coreIndex()); | - | 
| 820 |  | - | 
| 821 | return executed 14 times by 2 testsQString::fromUtf8(m.name().constData());:  return QString::fromUtf8(m.name().constData());Executed by:tst_qqmlenginedebugservicetst_qqmlproperty
 executed 14 times by 2 tests:  return QString::fromUtf8(m.name().constData());Executed by:tst_qqmlenginedebugservicetst_qqmlproperty
 | 14 | 
| 822 | } else { | - | 
| 823 | QMetaProperty p = metaObject->property(coreIndex()); | - | 
| 824 | return executed 4928 times by 15 testsQString::fromUtf8(p.name());:  return QString::fromUtf8(p.name());Executed by:tst_examplestst_flickableinteroptst_qqmlbindingtst_qqmlecmascripttst_qqmlpropertytst_qquickanimatedimagetst_qquickanimationstst_qquickbehaviorstst_qquickgridviewtst_qquickimagetst_qquickitem2tst_qquicklistviewtst_qquickloadertst_qquicksmoothedanimationtst_qquicktaphandler
 executed 4928 times by 15 tests:  return QString::fromUtf8(p.name());Executed by:tst_examplestst_flickableinteroptst_qqmlbindingtst_qqmlecmascripttst_qqmlpropertytst_qquickanimatedimagetst_qquickanimationstst_qquickbehaviorstst_qquickgridviewtst_qquickimagetst_qquickitem2tst_qquicklistviewtst_qquickloadertst_qquicksmoothedanimationtst_qquicktaphandler
 | 4928 | 
| 825 | } | - | 
| 826 | } | - | 
| 827 |  | - | 
| 828 | void QQmlPropertyData::markAsOverrideOf(QQmlPropertyData *predecessor) | - | 
| 829 | { | - | 
| 830 | setOverrideIndexIsProperty(!predecessor->isFunction()); | - | 
| 831 | setOverrideIndex(predecessor->coreIndex()); | - | 
| 832 |  | - | 
| 833 | predecessor->_flags.isOverridden = true; | - | 
| 834 | } executed 43696 times by 136 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodel...
 | 43696 | 
| 835 |  | - | 
| 836 | struct StaticQtMetaObject : public QObject | - | 
| 837 | { | - | 
| 838 | static const QMetaObject *get() | - | 
| 839 | { return executed 18 times by 6 tests&staticQtMetaObject;:  return &staticQtMetaObject;Executed by:tst_qjsenginetst_qqmlecmascripttst_qqmlqttst_qquickapplicationtst_qquickfocusscopetst_qquickitem
 executed 18 times by 6 tests}:  return &staticQtMetaObject;Executed by:tst_qjsenginetst_qqmlecmascripttst_qqmlqttst_qquickapplicationtst_qquickfocusscopetst_qquickitem
 | 18 | 
| 840 | }; | - | 
| 841 |  | - | 
| 842 | static int EnumType(const QMetaObject *metaobj, const QByteArray &str, int type) | - | 
| 843 | { | - | 
| 844 | QByteArray scope; | - | 
| 845 | QByteArray name; | - | 
| 846 | int scopeIdx = str.lastIndexOf("::"); | - | 
| 847 | if (scopeIdx != -1 ) {| TRUE | evaluated 40 times by 7 tests Evaluated by:tst_qjsenginetst_qqmlecmascripttst_qqmlqttst_qquickapplicationtst_qquickfocusscopetst_qquickitemtst_qquickloader
 |  | FALSE | evaluated 31628 times by 19 tests Evaluated by:tst_examplestst_qmlcachegentst_qqmlecmascripttst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmltranslationtst_qqmlvaluetypeproviderstst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickcustomaffectortst_qquickgridviewtst_qquicklayoutstst_qquicklistviewtst_qquickmultipointtouchareatst_qquickrepeatertst_qquickvisualdatamodeltst_qquickworkerscripttst_quicktestmainwithsetup
 | 
 | 40-31628 | 
| 848 | scope = str.left(scopeIdx); | - | 
| 849 | name = str.mid(scopeIdx + 2); | - | 
| 850 | } executed 40 times by 7 testselse {:  end of blockExecuted by:tst_qjsenginetst_qqmlecmascripttst_qqmlqttst_qquickapplicationtst_qquickfocusscopetst_qquickitemtst_qquickloader
 | 40 | 
| 851 | name = str; | - | 
| 852 | } executed 31628 times by 19 tests:  end of blockExecuted by:tst_examplestst_qmlcachegentst_qqmlecmascripttst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmltranslationtst_qqmlvaluetypeproviderstst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickcustomaffectortst_qquickgridviewtst_qquicklayoutstst_qquicklistviewtst_qquickmultipointtouchareatst_qquickrepeatertst_qquickvisualdatamodeltst_qquickworkerscripttst_quicktestmainwithsetup
 | 31628 | 
| 853 | const QMetaObject *meta; | - | 
| 854 | if (scope == "Qt" )| TRUE | evaluated 18 times by 6 tests Evaluated by:tst_qjsenginetst_qqmlecmascripttst_qqmlqttst_qquickapplicationtst_qquickfocusscopetst_qquickitem
 |  | FALSE | evaluated 31650 times by 20 tests Evaluated by:tst_examplestst_qmlcachegentst_qqmlecmascripttst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmltranslationtst_qqmlvaluetypeproviderstst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickcustomaffectortst_qquickgridviewtst_qquicklayoutstst_qquicklistviewtst_qquickloadertst_qquickmultipointtouchareatst_qquickrepeatertst_qquickvisualdatamodeltst_qquickworkerscripttst_quicktestmainwithsetup
 | 
 | 18-31650 | 
| 855 | meta = StaticQtMetaObject::get(); executed 18 times by 6 tests:  meta = StaticQtMetaObject::get();Executed by:tst_qjsenginetst_qqmlecmascripttst_qqmlqttst_qquickapplicationtst_qquickfocusscopetst_qquickitem
 | 18 | 
| 856 | else | - | 
| 857 | meta = metaobj; executed 31650 times by 20 tests:  meta = metaobj;Executed by:tst_examplestst_qmlcachegentst_qqmlecmascripttst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmltranslationtst_qqmlvaluetypeproviderstst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickcustomaffectortst_qquickgridviewtst_qquicklayoutstst_qquicklistviewtst_qquickloadertst_qquickmultipointtouchareatst_qquickrepeatertst_qquickvisualdatamodeltst_qquickworkerscripttst_quicktestmainwithsetup
 | 31650 | 
| 858 | for (int i = meta->enumeratorCount() - 1; i >= 0 ; --i) {| TRUE | evaluated 3974 times by 17 tests Evaluated by:tst_qjsenginetst_qmlcachegentst_qqmlecmascripttst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmlqttst_qqmltranslationtst_qqmlxmlhttprequesttst_qquickapplicationtst_qquickcustomaffectortst_qquickfocusscopetst_qquickgridviewtst_qquickitemtst_qquicklistviewtst_qquickloadertst_qquickmultipointtouchareatst_qquickrepeater
 |  | FALSE | evaluated 31644 times by 19 tests Evaluated by:tst_examplestst_qmlcachegentst_qqmlecmascripttst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmltranslationtst_qqmlvaluetypeproviderstst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickcustomaffectortst_qquickgridviewtst_qquicklayoutstst_qquicklistviewtst_qquickmultipointtouchareatst_qquickrepeatertst_qquickvisualdatamodeltst_qquickworkerscripttst_quicktestmainwithsetup
 | 
 | 3974-31644 | 
| 859 | QMetaEnum m = meta->enumerator(i); | - | 
| 860 | if (( m.name() == name)| TRUE | evaluated 24 times by 7 tests Evaluated by:tst_qjsenginetst_qqmlecmascripttst_qqmlqttst_qquickapplicationtst_qquickfocusscopetst_qquickitemtst_qquickloader
 |  | FALSE | evaluated 3950 times by 17 tests Evaluated by:tst_qjsenginetst_qmlcachegentst_qqmlecmascripttst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmlqttst_qqmltranslationtst_qqmlxmlhttprequesttst_qquickapplicationtst_qquickcustomaffectortst_qquickfocusscopetst_qquickgridviewtst_qquickitemtst_qquicklistviewtst_qquickloadertst_qquickmultipointtouchareatst_qquickrepeater
 | 
&& (scope.isEmpty()| TRUE | evaluated 24 times by 7 tests Evaluated by:tst_qjsenginetst_qqmlecmascripttst_qqmlqttst_qquickapplicationtst_qquickfocusscopetst_qquickitemtst_qquickloader
 |  | FALSE | evaluated 3950 times by 17 tests Evaluated by:tst_qjsenginetst_qmlcachegentst_qqmlecmascripttst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmlqttst_qqmltranslationtst_qqmlxmlhttprequesttst_qquickapplicationtst_qquickcustomaffectortst_qquickfocusscopetst_qquickgridviewtst_qquickitemtst_qquicklistviewtst_qquickloadertst_qquickmultipointtouchareatst_qquickrepeater
 | 
|| (| TRUE | evaluated 4 times by 1 test |  | FALSE | evaluated 20 times by 7 tests Evaluated by:tst_qjsenginetst_qqmlecmascripttst_qqmlqttst_qquickapplicationtst_qquickfocusscopetst_qquickitemtst_qquickloader
 | 
m.scope() == scope)| TRUE | evaluated 20 times by 7 tests Evaluated by:tst_qjsenginetst_qqmlecmascripttst_qqmlqttst_qquickapplicationtst_qquickfocusscopetst_qquickitemtst_qquickloader
 |  | FALSE | never evaluated | 
))| TRUE | evaluated 20 times by 7 tests Evaluated by:tst_qjsenginetst_qqmlecmascripttst_qqmlqttst_qquickapplicationtst_qquickfocusscopetst_qquickitemtst_qquickloader
 |  | FALSE | never evaluated | 
 | 0-3950 | 
| 861 | return executed 24 times by 7 testsQVariant::Int;:  return QVariant::Int;Executed by:tst_qjsenginetst_qqmlecmascripttst_qqmlqttst_qquickapplicationtst_qquickfocusscopetst_qquickitemtst_qquickloader
 executed 24 times by 7 tests:  return QVariant::Int;Executed by:tst_qjsenginetst_qqmlecmascripttst_qqmlqttst_qquickapplicationtst_qquickfocusscopetst_qquickitemtst_qquickloader
 | 24 | 
| 862 | } executed 3950 times by 17 tests:  end of blockExecuted by:tst_qjsenginetst_qmlcachegentst_qqmlecmascripttst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmlqttst_qqmltranslationtst_qqmlxmlhttprequesttst_qquickapplicationtst_qquickcustomaffectortst_qquickfocusscopetst_qquickgridviewtst_qquickitemtst_qquicklistviewtst_qquickloadertst_qquickmultipointtouchareatst_qquickrepeater
 | 3950 | 
| 863 | return executed 31644 times by 19 teststype;:  return type;Executed by:tst_examplestst_qmlcachegentst_qqmlecmascripttst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmltranslationtst_qqmlvaluetypeproviderstst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickcustomaffectortst_qquickgridviewtst_qquicklayoutstst_qquicklistviewtst_qquickmultipointtouchareatst_qquickrepeatertst_qquickvisualdatamodeltst_qquickworkerscripttst_quicktestmainwithsetup
 executed 31644 times by 19 tests:  return type;Executed by:tst_examplestst_qmlcachegentst_qqmlecmascripttst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmltranslationtst_qqmlvaluetypeproviderstst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickcustomaffectortst_qquickgridviewtst_qquicklayoutstst_qquicklistviewtst_qquickmultipointtouchareatst_qquickrepeatertst_qquickvisualdatamodeltst_qquickworkerscripttst_quicktestmainwithsetup
 | 31644 | 
| 864 | } | - | 
| 865 |  | - | 
| 866 | QQmlPropertyCacheMethodArguments *QQmlPropertyCache::createArgumentsObject(int argc, const QList<QByteArray> &names) | - | 
| 867 | { | - | 
| 868 | typedef QQmlPropertyCacheMethodArguments A; | - | 
| 869 | A *args = static_cast<A *>(malloc(sizeof(A) + (argc) * sizeof(int))); | - | 
| 870 | args->arguments[0] = argc; | - | 
| 871 | args->argumentsValid = false; | - | 
| 872 | args->signalParameterStringForJS = nullptr; | - | 
| 873 | args->parameterError = false; | - | 
| 874 | args->names = argc ? new QList<QByteArray>(names) : nullptr;| TRUE | evaluated 8346 times by 52 tests Evaluated by:tst_examplestst_flickableinteroptst_qjsenginetst_qmlcachegentst_qqmlbindingtst_qqmlconnectionstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlprofilerservicetst_qqmlqttst_qqmlsettingstst_qqmltranslationtst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickaccessibletst_qquickanimationcontrollertst_qquickapplicationtst_qquickcustomaffector...
 |  | FALSE | evaluated 4518 times by 69 tests Evaluated by:tst_examplestst_flickableinteroptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlnotifiertst_qqmlprofilerservicetst_qqmlpropertytst_qqmlpropertymap...
 | 
 | 4518-8346 | 
| 875 | args->next = argumentsCache; | - | 
| 876 | argumentsCache = args; | - | 
| 877 | return executed 12864 times by 80 testsargs;:  return args;Executed by:tst_examplestst_flickableinteroptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlnotifiertst_qqmlprofilerservice...
 executed 12864 times by 80 tests:  return args;Executed by:tst_examplestst_flickableinteroptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlnotifiertst_qqmlprofilerservice...
 | 12864 | 
| 878 | } | - | 
| 879 |  | - | 
| 880 | QString QQmlPropertyCache::signalParameterStringForJS(QV4::ExecutionEngine *engine, const QList<QByteArray> ¶meterNameList, QString *errorString) | - | 
| 881 | { | - | 
| 882 | bool unnamedParameter = false; | - | 
| 883 | const QSet<QString> &illegalNames = engine->v8Engine->illegalNames(); | - | 
| 884 | QString parameters; | - | 
| 885 |  | - | 
| 886 | for (int i = 0; i < parameterNameList.count() ; ++i) {| TRUE | evaluated 30 times by 5 tests Evaluated by:tst_examplestst_qmlcachegentst_qqmlconnectionstst_qqmlpropertytst_qquickapplication
 |  | FALSE | evaluated 46 times by 6 tests Evaluated by:tst_examplestst_qmlcachegentst_qqmlconnectionstst_qqmlenginedebugservicetst_qqmlpropertytst_qquickapplication
 | 
 | 30-46 | 
| 887 | if (i > 0 )| TRUE | evaluated 6 times by 1 test |  | FALSE | evaluated 24 times by 5 tests Evaluated by:tst_examplestst_qmlcachegentst_qqmlconnectionstst_qqmlpropertytst_qquickapplication
 | 
 | 6-24 | 
| 888 | parameters += QLatin1Char(','); executed 6 times by 1 test:  parameters += QLatin1Char(','); | 6 | 
| 889 | const QByteArray ¶m = parameterNameList.at(i); | - | 
| 890 | if (param.isEmpty() )| TRUE | evaluated 14 times by 3 tests Evaluated by:tst_examplestst_qqmlconnectionstst_qqmlproperty
 |  | FALSE | evaluated 16 times by 4 tests Evaluated by:tst_examplestst_qmlcachegentst_qqmlconnectionstst_qquickapplication
 | 
 | 14-16 | 
| 891 | unnamedParameter = true; executed 14 times by 3 tests:  unnamedParameter = true;Executed by:tst_examplestst_qqmlconnectionstst_qqmlproperty
 | 14 | 
| 892 | else if (unnamedParameter ) {| TRUE | evaluated 2 times by 1 test |  | FALSE | evaluated 14 times by 4 tests Evaluated by:tst_examplestst_qmlcachegentst_qqmlconnectionstst_qquickapplication
 | 
 | 2-14 | 
| 893 | if (errorString )| TRUE | evaluated 2 times by 1 test |  | FALSE | never evaluated | 
 | 0-2 | 
| 894 | * executed 2 times by 1 testerrorString = QCoreApplication::translate("QQmlRewrite", "Signal uses unnamed parameter followed by named parameter.");:  *errorString = QCoreApplication::translate("QQmlRewrite", "Signal uses unnamed parameter followed by named parameter."); executed 2 times by 1 test:  *errorString = QCoreApplication::translate("QQmlRewrite", "Signal uses unnamed parameter followed by named parameter."); | 2 | 
| 895 | return executed 2 times by 1 testQString();:  return QString(); executed 2 times by 1 test:  return QString(); | 2 | 
| 896 | } else if (illegalNames.contains(QString::fromUtf8(param)) ) {| TRUE | evaluated 2 times by 1 test |  | FALSE | evaluated 12 times by 4 tests Evaluated by:tst_examplestst_qmlcachegentst_qqmlconnectionstst_qquickapplication
 | 
 | 2-12 | 
| 897 | if (errorString )| TRUE | evaluated 2 times by 1 test |  | FALSE | never evaluated | 
 | 0-2 | 
| 898 | * executed 2 times by 1 testerrorString = QCoreApplication::translate("QQmlRewrite", "Signal parameter \"%1\" hides global variable.").arg(QString::fromUtf8(param));:  *errorString = QCoreApplication::translate("QQmlRewrite", "Signal parameter \"%1\" hides global variable.").arg(QString::fromUtf8(param)); executed 2 times by 1 test:  *errorString = QCoreApplication::translate("QQmlRewrite", "Signal parameter \"%1\" hides global variable.").arg(QString::fromUtf8(param)); | 2 | 
| 899 | return executed 2 times by 1 testQString();:  return QString(); executed 2 times by 1 test:  return QString(); | 2 | 
| 900 | } | - | 
| 901 | parameters += QString::fromUtf8(param); | - | 
| 902 | } executed 26 times by 5 tests:  end of blockExecuted by:tst_examplestst_qmlcachegentst_qqmlconnectionstst_qqmlpropertytst_qquickapplication
 | 26 | 
| 903 |  | - | 
| 904 | return executed 46 times by 6 testsparameters;:  return parameters;Executed by:tst_examplestst_qmlcachegentst_qqmlconnectionstst_qqmlenginedebugservicetst_qqmlpropertytst_qquickapplication
 executed 46 times by 6 tests:  return parameters;Executed by:tst_examplestst_qmlcachegentst_qqmlconnectionstst_qqmlenginedebugservicetst_qqmlpropertytst_qquickapplication
 | 46 | 
| 905 | } | - | 
| 906 |  | - | 
| 907 | int QQmlPropertyCache::originalClone(int index) | - | 
| 908 | { | - | 
| 909 | while (signal(index)->isCloned() )| TRUE | never evaluated |  | FALSE | evaluated 1870 times by 81 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmoduleplugintst_qqmlnativeconnectortst_qqmlnotifiertst_qqmlprofilerservice...
 | 
 | 0-1870 | 
| 910 | -- never executed: index;--index; never executed: --index; | 0 | 
| 911 | return executed 1870 times by 81 testsindex;:  return index;Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmoduleplugintst_qqmlnativeconnectortst_qqmlnotifiertst_qqmlprofilerservice...
 executed 1870 times by 81 tests:  return index;Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmoduleplugintst_qqmlnativeconnectortst_qqmlnotifiertst_qqmlprofilerservice...
 | 1870 | 
| 912 | } | - | 
| 913 |  | - | 
| 914 | int QQmlPropertyCache::originalClone(QObject *object, int index) | - | 
| 915 | { | - | 
| 916 | QQmlData *data = QQmlData::get(object, false); | - | 
| 917 | if (data && data->propertyCache| TRUE | evaluated 96850 times by 81 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmoduleplugintst_qqmlnativeconnectortst_qqmlnotifier...
 |  | FALSE | evaluated 16 times by 1 test | 
) {| TRUE | evaluated 64854 times by 68 tests Evaluated by:tst_examplestst_flickableinteroptst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmlnativeconnectortst_qqmlnotifiertst_qqmlprofilerservicetst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlstatemachinetst_qqmltimertst_qqmltypeloadertst_qqmlvaluetypeproviders...
 |  | FALSE | evaluated 31996 times by 60 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistreferencetst_qqmllocaletst_qqmlmoduleplugintst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlstatemachinetst_qqmltypeloadertst_qqmlvaluetypeproviders...
 | 
 | 16-96850 | 
| 918 | QQmlPropertyCache *cache = data->propertyCache; | - | 
| 919 | QQmlPropertyData *sig = cache->signal(index); | - | 
| 920 | while (sig && sig->isCloned()| TRUE | evaluated 64850 times by 68 tests Evaluated by:tst_examplestst_flickableinteroptst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmlnativeconnectortst_qqmlnotifiertst_qqmlprofilerservicetst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlstatemachinetst_qqmltimertst_qqmltypeloadertst_qqmlvaluetypeproviders...
 |  | FALSE | evaluated 4 times by 1 test | 
) {| TRUE | never evaluated |  | FALSE | evaluated 64850 times by 68 tests Evaluated by:tst_examplestst_flickableinteroptst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmlnativeconnectortst_qqmlnotifiertst_qqmlprofilerservicetst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlstatemachinetst_qqmltimertst_qqmltypeloadertst_qqmlvaluetypeproviders...
 | 
 | 0-64850 | 
| 921 | --index; | - | 
| 922 | sig = cache->signal(index); | - | 
| 923 | } never executed: end of block | 0 | 
| 924 | } executed 64854 times by 68 testselse {:  end of blockExecuted by:tst_examplestst_flickableinteroptst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmlnativeconnectortst_qqmlnotifiertst_qqmlprofilerservicetst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlstatemachinetst_qqmltimertst_qqmltypeloadertst_qqmlvaluetypeproviders...
 | 64854 | 
| 925 | while (QMetaObjectPrivate::signal(object->metaObject(), index).attributes() & QMetaMethod::Cloned )| TRUE | never evaluated |  | FALSE | evaluated 32012 times by 60 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistreferencetst_qqmllocaletst_qqmlmoduleplugintst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlstatemachinetst_qqmltypeloadertst_qqmlvaluetypeproviders...
 | 
 | 0-32012 | 
| 926 | -- never executed: index;--index; never executed: --index; | 0 | 
| 927 | } executed 32012 times by 60 tests:  end of blockExecuted by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistreferencetst_qqmllocaletst_qqmlmoduleplugintst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlstatemachinetst_qqmltypeloadertst_qqmlvaluetypeproviders...
 | 32012 | 
| 928 | return executed 96866 times by 81 testsindex;:  return index;Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmoduleplugintst_qqmlnativeconnectortst_qqmlnotifier...
 executed 96866 times by 81 tests:  return index;Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmoduleplugintst_qqmlnativeconnectortst_qqmlnotifier...
 | 96866 | 
| 929 | } | - | 
| 930 |  | - | 
| 931 | template<typename T> | - | 
| 932 | static QQmlPropertyData qQmlPropertyCacheCreate(const QMetaObject *metaObject, const T& propertyName) | - | 
| 933 | { | - | 
| 934 | ((metaObject) ? static_cast<void>(0) : qt_assert("metaObject", __FILE__, 984)); | - | 
| 935 |  | - | 
| 936 | QQmlPropertyData rv; | - | 
| 937 |  | - | 
| 938 |  | - | 
| 939 |  | - | 
| 940 |  | - | 
| 941 |  | - | 
| 942 |  | - | 
| 943 | static const int destroyedIdx1 = QObject::staticMetaObject.indexOfSignal("destroyed(QObject*)"); | - | 
| 944 | static const int destroyedIdx2 = QObject::staticMetaObject.indexOfSignal("destroyed()"); | - | 
| 945 | static const int deleteLaterIdx = QObject::staticMetaObject.indexOfSlot("deleteLater()"); | - | 
| 946 |  | - | 
| 947 | const bool preventDestruction = metaObject->superClass() || metaObject == &QObject::staticMetaObject; | - | 
| 948 |  | - | 
| 949 | int methodCount = metaObject->methodCount(); | - | 
| 950 | for (int ii = methodCount - 1; ii >= 0 ; --ii) {| TRUE | evaluated 747140 times by 21 tests Evaluated by:tst_examplestst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qqmltypeloadertst_qqmlvaluetypestst_qquickanimationstst_qquickdesignersupporttst_qquickgridviewtst_qquickimagetst_qquicklistviewtst_qquickmouseareatst_qquickpathviewtst_qquickrepeatertst_qquickspringanimationtst_qquickstatestst_qquickvisualdatamodeltst_signalspy
 |  | FALSE | evaluated 35650 times by 20 tests Evaluated by:tst_examplestst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qqmltypeloadertst_qqmlvaluetypestst_qquickanimationstst_qquickdesignersupporttst_qquickgridviewtst_qquickimagetst_qquicklistviewtst_qquickmouseareatst_qquickpathviewtst_qquickrepeatertst_qquickspringanimationtst_qquickstatestst_qquickvisualdatamodel
 | 
 | 35650-747140 | 
| 951 | if (preventDestruction && (ii == destroyedIdx1| TRUE | evaluated 747100 times by 21 tests Evaluated by:tst_examplestst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qqmltypeloadertst_qqmlvaluetypestst_qquickanimationstst_qquickdesignersupporttst_qquickgridviewtst_qquickimagetst_qquicklistviewtst_qquickmouseareatst_qquickpathviewtst_qquickrepeatertst_qquickspringanimationtst_qquickstatestst_qquickvisualdatamodeltst_signalspy
 |  | FALSE | evaluated 40 times by 1 test Evaluated by:tst_qquickdesignersupport
 | 
|| ii == destroyedIdx2| TRUE | evaluated 35602 times by 20 tests Evaluated by:tst_examplestst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qqmltypeloadertst_qqmlvaluetypestst_qquickanimationstst_qquickdesignersupporttst_qquickgridviewtst_qquickimagetst_qquicklistviewtst_qquickmouseareatst_qquickpathviewtst_qquickrepeatertst_qquickspringanimationtst_qquickstatestst_qquickvisualdatamodel
 |  | FALSE | evaluated 711498 times by 21 tests Evaluated by:tst_examplestst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qqmltypeloadertst_qqmlvaluetypestst_qquickanimationstst_qquickdesignersupporttst_qquickgridviewtst_qquickimagetst_qquicklistviewtst_qquickmouseareatst_qquickpathviewtst_qquickrepeatertst_qquickspringanimationtst_qquickstatestst_qquickvisualdatamodeltst_signalspy
 | 
|| ii == deleteLaterIdx| TRUE | evaluated 35602 times by 20 tests Evaluated by:tst_examplestst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qqmltypeloadertst_qqmlvaluetypestst_qquickanimationstst_qquickdesignersupporttst_qquickgridviewtst_qquickimagetst_qquicklistviewtst_qquickmouseareatst_qquickpathviewtst_qquickrepeatertst_qquickspringanimationtst_qquickstatestst_qquickvisualdatamodel
 |  | FALSE | evaluated 675896 times by 21 tests Evaluated by:tst_examplestst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qqmltypeloadertst_qqmlvaluetypestst_qquickanimationstst_qquickdesignersupporttst_qquickgridviewtst_qquickimagetst_qquicklistviewtst_qquickmouseareatst_qquickpathviewtst_qquickrepeatertst_qquickspringanimationtst_qquickstatestst_qquickvisualdatamodeltst_signalspy
 | 
))| TRUE | evaluated 35602 times by 20 tests Evaluated by:tst_examplestst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qqmltypeloadertst_qqmlvaluetypestst_qquickanimationstst_qquickdesignersupporttst_qquickgridviewtst_qquickimagetst_qquicklistviewtst_qquickmouseareatst_qquickpathviewtst_qquickrepeatertst_qquickspringanimationtst_qquickstatestst_qquickvisualdatamodel
 |  | FALSE | evaluated 640294 times by 21 tests Evaluated by:tst_examplestst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qqmltypeloadertst_qqmlvaluetypestst_qquickanimationstst_qquickdesignersupporttst_qquickgridviewtst_qquickimagetst_qquicklistviewtst_qquickmouseareatst_qquickpathviewtst_qquickrepeatertst_qquickspringanimationtst_qquickstatestst_qquickvisualdatamodeltst_signalspy
 | 
 | 40-747100 | 
| 952 | continue; executed 106806 times by 20 tests:  continue;Executed by:tst_examplestst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qqmltypeloadertst_qqmlvaluetypestst_qquickanimationstst_qquickdesignersupporttst_qquickgridviewtst_qquickimagetst_qquicklistviewtst_qquickmouseareatst_qquickpathviewtst_qquickrepeatertst_qquickspringanimationtst_qquickstatestst_qquickvisualdatamodel
 | 106806 | 
| 953 | QMetaMethod m = metaObject->method(ii); | - | 
| 954 | if (m.access() == QMetaMethod::Private )| TRUE | evaluated 51548 times by 20 tests Evaluated by:tst_examplestst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qqmltypeloadertst_qqmlvaluetypestst_qquickanimationstst_qquickdesignersupporttst_qquickgridviewtst_qquickimagetst_qquicklistviewtst_qquickmouseareatst_qquickpathviewtst_qquickrepeatertst_qquickspringanimationtst_qquickstatestst_qquickvisualdatamodel
 |  | FALSE | evaluated 588786 times by 21 tests Evaluated by:tst_examplestst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qqmltypeloadertst_qqmlvaluetypestst_qquickanimationstst_qquickdesignersupporttst_qquickgridviewtst_qquickimagetst_qquicklistviewtst_qquickmouseareatst_qquickpathviewtst_qquickrepeatertst_qquickspringanimationtst_qquickstatestst_qquickvisualdatamodeltst_signalspy
 | 
 | 51548-588786 | 
| 955 | continue; executed 51548 times by 20 tests:  continue;Executed by:tst_examplestst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qqmltypeloadertst_qqmlvaluetypestst_qquickanimationstst_qquickdesignersupporttst_qquickgridviewtst_qquickimagetst_qquicklistviewtst_qquickmouseareatst_qquickpathviewtst_qquickrepeatertst_qquickspringanimationtst_qquickstatestst_qquickvisualdatamodel
 | 51548 | 
| 956 |  | - | 
| 957 | if (m.name() == propertyName ) {| TRUE | evaluated 2856 times by 4 tests Evaluated by:tst_examplestst_qqmllistmodelworkerscripttst_qqmlpropertymaptst_signalspy
 |  | FALSE | evaluated 585930 times by 20 tests Evaluated by:tst_examplestst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qqmltypeloadertst_qqmlvaluetypestst_qquickanimationstst_qquickdesignersupporttst_qquickgridviewtst_qquickimagetst_qquicklistviewtst_qquickmouseareatst_qquickpathviewtst_qquickrepeatertst_qquickspringanimationtst_qquickstatestst_qquickvisualdatamodel
 | 
 | 2856-585930 | 
| 958 | rv.load(m); | - | 
| 959 | return executed 2856 times by 4 testsrv;:  return rv;Executed by:tst_examplestst_qqmllistmodelworkerscripttst_qqmlpropertymaptst_signalspy
 executed 2856 times by 4 tests:  return rv;Executed by:tst_examplestst_qqmllistmodelworkerscripttst_qqmlpropertymaptst_signalspy
 | 2856 | 
| 960 | } | - | 
| 961 | } executed 585930 times by 20 tests:  end of blockExecuted by:tst_examplestst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qqmltypeloadertst_qqmlvaluetypestst_qquickanimationstst_qquickdesignersupporttst_qquickgridviewtst_qquickimagetst_qquicklistviewtst_qquickmouseareatst_qquickpathviewtst_qquickrepeatertst_qquickspringanimationtst_qquickstatestst_qquickvisualdatamodel
 | 585930 | 
| 962 |  | - | 
| 963 | { | - | 
| 964 | const QMetaObject *cmo = metaObject; | - | 
| 965 | while (cmo ) {| TRUE | evaluated 35650 times by 20 tests Evaluated by:tst_examplestst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qqmltypeloadertst_qqmlvaluetypestst_qquickanimationstst_qquickdesignersupporttst_qquickgridviewtst_qquickimagetst_qquicklistviewtst_qquickmouseareatst_qquickpathviewtst_qquickrepeatertst_qquickspringanimationtst_qquickstatestst_qquickvisualdatamodel
 |  | FALSE | evaluated 436 times by 3 tests Evaluated by:tst_qqmllistreferencetst_qqmlpropertytst_qquickrepeater
 | 
 | 436-35650 | 
| 966 | int idx = cmo->indexOfProperty(propertyName); | - | 
| 967 | if (idx != -1 ) {| TRUE | evaluated 35214 times by 20 tests Evaluated by:tst_examplestst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qqmltypeloadertst_qqmlvaluetypestst_qquickanimationstst_qquickdesignersupporttst_qquickgridviewtst_qquickimagetst_qquicklistviewtst_qquickmouseareatst_qquickpathviewtst_qquickrepeatertst_qquickspringanimationtst_qquickstatestst_qquickvisualdatamodel
 |  | FALSE | evaluated 436 times by 3 tests Evaluated by:tst_qqmllistreferencetst_qqmlpropertytst_qquickrepeater
 | 
 | 436-35214 | 
| 968 | QMetaProperty p = cmo->property(idx); | - | 
| 969 | if (p.isScriptable() ) {| TRUE | evaluated 35214 times by 20 tests Evaluated by:tst_examplestst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qqmltypeloadertst_qqmlvaluetypestst_qquickanimationstst_qquickdesignersupporttst_qquickgridviewtst_qquickimagetst_qquicklistviewtst_qquickmouseareatst_qquickpathviewtst_qquickrepeatertst_qquickspringanimationtst_qquickstatestst_qquickvisualdatamodel
 |  | FALSE | never evaluated | 
 | 0-35214 | 
| 970 | rv.load(p); | - | 
| 971 | return executed 35214 times by 20 testsrv;:  return rv;Executed by:tst_examplestst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qqmltypeloadertst_qqmlvaluetypestst_qquickanimationstst_qquickdesignersupporttst_qquickgridviewtst_qquickimagetst_qquicklistviewtst_qquickmouseareatst_qquickpathviewtst_qquickrepeatertst_qquickspringanimationtst_qquickstatestst_qquickvisualdatamodel
 executed 35214 times by 20 tests:  return rv;Executed by:tst_examplestst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qqmltypeloadertst_qqmlvaluetypestst_qquickanimationstst_qquickdesignersupporttst_qquickgridviewtst_qquickimagetst_qquicklistviewtst_qquickmouseareatst_qquickpathviewtst_qquickrepeatertst_qquickspringanimationtst_qquickstatestst_qquickvisualdatamodel
 | 35214 | 
| 972 | } else { | - | 
| 973 | bool changed = false; | - | 
| 974 | while (cmo && cmo->propertyOffset() >= idx| TRUE | never evaluated |  | FALSE | never evaluated | 
) {| TRUE | never evaluated |  | FALSE | never evaluated | 
 | 0 | 
| 975 | cmo = cmo->superClass(); | - | 
| 976 | changed = true; | - | 
| 977 | } never executed: end of block | 0 | 
| 978 |  | - | 
| 979 |  | - | 
| 980 | if (!changed ) cmo = nullptr;| TRUE | never evaluated |  | FALSE | never evaluated | 
never executed: cmo = nullptr; | 0 | 
| 981 | } never executed: end of block | 0 | 
| 982 | } else { | - | 
| 983 | cmo = nullptr; | - | 
| 984 | } executed 436 times by 3 tests:  end of blockExecuted by:tst_qqmllistreferencetst_qqmlpropertytst_qquickrepeater
 | 436 | 
| 985 | } | - | 
| 986 | } | - | 
| 987 | return executed 436 times by 3 testsrv;:  return rv;Executed by:tst_qqmllistreferencetst_qqmlpropertytst_qquickrepeater
 executed 436 times by 3 tests:  return rv;Executed by:tst_qqmllistreferencetst_qqmlpropertytst_qquickrepeater
 | 436 | 
| 988 | } | - | 
| 989 |  | - | 
| 990 | static inline const char *qQmlPropertyCacheToString(QLatin1String string) | - | 
| 991 | { | - | 
| 992 | return executed 94 times by 2 testsstring.data();:  return string.data();Executed by:tst_qqmllistreferencetst_qquickdesignersupport
 executed 94 times by 2 tests:  return string.data();Executed by:tst_qqmllistreferencetst_qquickdesignersupport
 | 94 | 
| 993 | } | - | 
| 994 |  | - | 
| 995 | static inline QByteArray qQmlPropertyCacheToString(const QStringRef &string) | - | 
| 996 | { | - | 
| 997 | return executed 8366 times by 17 testsstring.toUtf8();:  return string.toUtf8();Executed by:tst_examplestst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qqmltypeloadertst_qqmlvaluetypestst_qquickanimationstst_qquickdesignersupporttst_qquickgridviewtst_qquickimagetst_qquicklistviewtst_qquickmouseareatst_qquickspringanimationtst_qquickstatestst_qquickvisualdatamodel
 executed 8366 times by 17 tests:  return string.toUtf8();Executed by:tst_examplestst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qqmltypeloadertst_qqmlvaluetypestst_qquickanimationstst_qquickdesignersupporttst_qquickgridviewtst_qquickimagetst_qquicklistviewtst_qquickmouseareatst_qquickspringanimationtst_qquickstatestst_qquickvisualdatamodel
 | 8366 | 
| 998 | } | - | 
| 999 |  | - | 
| 1000 | static inline QByteArray qQmlPropertyCacheToString(const QV4::String *string) | - | 
| 1001 | { | - | 
| 1002 | return executed 30046 times by 10 testsstring->toQString().toUtf8();:  return string->toQString().toUtf8();Executed by:tst_examplestst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmlpropertymaptst_qquickgridviewtst_qquicklistviewtst_qquickpathviewtst_qquickrepeatertst_qquickvisualdatamodeltst_signalspy
 executed 30046 times by 10 tests:  return string->toQString().toUtf8();Executed by:tst_examplestst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmlpropertymaptst_qquickgridviewtst_qquicklistviewtst_qquickpathviewtst_qquickrepeatertst_qquickvisualdatamodeltst_signalspy
 | 30046 | 
| 1003 | } | - | 
| 1004 |  | - | 
| 1005 | template<typename T> | - | 
| 1006 | QQmlPropertyData * | - | 
| 1007 | qQmlPropertyCacheProperty(QJSEngine *engine, QObject *obj, T name, | - | 
| 1008 | QQmlContextData *context, QQmlPropertyData &local) | - | 
| 1009 | { | - | 
| 1010 | QQmlPropertyCache *cache = nullptr; | - | 
| 1011 |  | - | 
| 1012 | QQmlData *ddata = QQmlData::get(obj, false); | - | 
| 1013 |  | - | 
| 1014 | if (ddata && ddata->propertyCache| TRUE | evaluated 115014 times by 81 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlsettingstst_qqmlstatemachine...
 |  | FALSE | evaluated 92077 times by 32 tests Evaluated by:tst_examplestst_multipointtoucharea_interoptst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlinstantiatortst_qqmllistreferencetst_qqmllocaletst_qqmlpropertytst_qqmltypeloadertst_qqmlvaluetypestst_qquickanimationstst_qquickdesignersupporttst_qquickdragtst_qquickdraghandlertst_qquickdropareatst_qquickflickabletst_qquickgraphicsinfotst_qquickgridviewtst_qquickitem2tst_qquickitemparticletst_qquicklayoutstst_qquicklistviewtst_qquickmouseareatst_qquickopenglinfo...
 | 
) {| TRUE | evaluated 92401 times by 80 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlsettingstst_qqmlstatemachine...
 |  | FALSE | evaluated 22613 times by 24 tests Evaluated by:tst_examplestst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmlpropertytst_qqmlpropertymaptst_qqmltypeloadertst_qqmlvaluetypestst_qquickaccessibletst_qquickanimationstst_qquickdesignersupporttst_qquickdragtst_qquickgridviewtst_qquickimagetst_qquicklayoutstst_qquicklistviewtst_qquickmouseareatst_qquickpathviewtst_qquickrepeatertst_qquickspringanimationtst_qquickstatestst_qquickvisualdatamodeltst_signalspy
 | 
 | 22613-115014 | 
| 1015 | cache = ddata->propertyCache; | - | 
| 1016 | } executed 92401 times by 80 testselse if (engine:  end of blockExecuted by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlsettingstst_qqmlstatemachine...
 ) {| TRUE | evaluated 103146 times by 35 tests Evaluated by:tst_examplestst_multipointtoucharea_interoptst_qqmlcontexttst_qqmlecmascripttst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlpropertytst_qqmlpropertymaptst_qqmltypeloadertst_qqmlvaluetypestst_qquickaccessibletst_qquickanimationstst_qquickdesignersupporttst_qquickdragtst_qquickdraghandlertst_qquickdropareatst_qquickflickabletst_qquickgraphicsinfotst_qquickgridviewtst_qquickitem2tst_qquickitemparticletst_qquicklayoutstst_qquicklistview...
 |  | FALSE | evaluated 11544 times by 18 tests Evaluated by:tst_examplestst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qqmltypeloadertst_qqmlvaluetypestst_qquickanimationstst_qquickdesignersupporttst_qquickgridviewtst_qquickimagetst_qquicklistviewtst_qquickmouseareatst_qquickspringanimationtst_qquickstatestst_qquickvisualdatamodel
 | 
 | 11544-103146 | 
| 1017 | QJSEnginePrivate *ep = QJSEnginePrivate::get(engine); | - | 
| 1018 | cache = ep->cache(obj); | - | 
| 1019 | if (cache ) {| TRUE | evaluated 76184 times by 31 tests Evaluated by:tst_examplestst_multipointtoucharea_interoptst_qqmlcontexttst_qqmlecmascripttst_qqmlinstantiatortst_qqmllocaletst_qqmlpropertytst_qqmltypeloadertst_qqmlvaluetypestst_qquickaccessibletst_qquickanimationstst_qquickdesignersupporttst_qquickdragtst_qquickdraghandlertst_qquickdropareatst_qquickflickabletst_qquickgraphicsinfotst_qquickgridviewtst_qquickitem2tst_qquickitemparticletst_qquicklayoutstst_qquicklistviewtst_qquickmouseareatst_qquickopenglinfotst_qquickpathview...
 |  | FALSE | evaluated 26962 times by 10 tests Evaluated by:tst_examplestst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmlpropertymaptst_qquickgridviewtst_qquicklistviewtst_qquickpathviewtst_qquickrepeatertst_qquickvisualdatamodeltst_signalspy
 | 
 | 26962-76184 | 
| 1020 | ddata = QQmlData::get(obj, true); | - | 
| 1021 | cache->addref(); | - | 
| 1022 | ddata->propertyCache = cache; | - | 
| 1023 | } executed 76184 times by 31 tests:  end of blockExecuted by:tst_examplestst_multipointtoucharea_interoptst_qqmlcontexttst_qqmlecmascripttst_qqmlinstantiatortst_qqmllocaletst_qqmlpropertytst_qqmltypeloadertst_qqmlvaluetypestst_qquickaccessibletst_qquickanimationstst_qquickdesignersupporttst_qquickdragtst_qquickdraghandlertst_qquickdropareatst_qquickflickabletst_qquickgraphicsinfotst_qquickgridviewtst_qquickitem2tst_qquickitemparticletst_qquicklayoutstst_qquicklistviewtst_qquickmouseareatst_qquickopenglinfotst_qquickpathview...
 | 76184 | 
| 1024 | } executed 103146 times by 35 tests:  end of blockExecuted by:tst_examplestst_multipointtoucharea_interoptst_qqmlcontexttst_qqmlecmascripttst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlpropertytst_qqmlpropertymaptst_qqmltypeloadertst_qqmlvaluetypestst_qquickaccessibletst_qquickanimationstst_qquickdesignersupporttst_qquickdragtst_qquickdraghandlertst_qquickdropareatst_qquickflickabletst_qquickgraphicsinfotst_qquickgridviewtst_qquickitem2tst_qquickitemparticletst_qquicklayoutstst_qquicklistview...
 | 103146 | 
| 1025 |  | - | 
| 1026 | QQmlPropertyData *rv = nullptr; | - | 
| 1027 |  | - | 
| 1028 | if (cache ) {| TRUE | evaluated 168585 times by 86 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymaptst_qqmlqt...
 |  | FALSE | evaluated 38506 times by 21 tests Evaluated by:tst_examplestst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qqmltypeloadertst_qqmlvaluetypestst_qquickanimationstst_qquickdesignersupporttst_qquickgridviewtst_qquickimagetst_qquicklistviewtst_qquickmouseareatst_qquickpathviewtst_qquickrepeatertst_qquickspringanimationtst_qquickstatestst_qquickvisualdatamodeltst_signalspy
 | 
 | 38506-168585 | 
| 1029 | rv = cache->property(name, obj, context); | - | 
| 1030 | } executed 168585 times by 86 testselse {:  end of blockExecuted by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymaptst_qqmlqt...
 | 168585 | 
| 1031 | local = qQmlPropertyCacheCreate(obj->metaObject(), qQmlPropertyCacheToString(name)); | - | 
| 1032 | if (local.isValid() )| TRUE | evaluated 38070 times by 21 tests Evaluated by:tst_examplestst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qqmltypeloadertst_qqmlvaluetypestst_qquickanimationstst_qquickdesignersupporttst_qquickgridviewtst_qquickimagetst_qquicklistviewtst_qquickmouseareatst_qquickpathviewtst_qquickrepeatertst_qquickspringanimationtst_qquickstatestst_qquickvisualdatamodeltst_signalspy
 |  | FALSE | evaluated 436 times by 3 tests Evaluated by:tst_qqmllistreferencetst_qqmlpropertytst_qquickrepeater
 | 
 | 436-38070 | 
| 1033 | rv = &local; executed 38070 times by 21 tests:  rv = &local;Executed by:tst_examplestst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qqmltypeloadertst_qqmlvaluetypestst_qquickanimationstst_qquickdesignersupporttst_qquickgridviewtst_qquickimagetst_qquicklistviewtst_qquickmouseareatst_qquickpathviewtst_qquickrepeatertst_qquickspringanimationtst_qquickstatestst_qquickvisualdatamodeltst_signalspy
 | 38070 | 
| 1034 | } executed 38506 times by 21 tests:  end of blockExecuted by:tst_examplestst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qqmltypeloadertst_qqmlvaluetypestst_qquickanimationstst_qquickdesignersupporttst_qquickgridviewtst_qquickimagetst_qquicklistviewtst_qquickmouseareatst_qquickpathviewtst_qquickrepeatertst_qquickspringanimationtst_qquickstatestst_qquickvisualdatamodeltst_signalspy
 | 38506 | 
| 1035 |  | - | 
| 1036 | return executed 207091 times by 86 testsrv;:  return rv;Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymaptst_qqmlqt...
 executed 207091 times by 86 tests:  return rv;Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymaptst_qqmlqt...
 | 207091 | 
| 1037 | } | - | 
| 1038 |  | - | 
| 1039 | QQmlPropertyData * | - | 
| 1040 | QQmlPropertyCache::property(QJSEngine *engine, QObject *obj, const QV4::String *name, | - | 
| 1041 | QQmlContextData *context, QQmlPropertyData &local) | - | 
| 1042 | { | - | 
| 1043 | return executed 141564 times by 74 testsqQmlPropertyCacheProperty<const QV4::String *>(engine, obj, name, context, local);:  return qQmlPropertyCacheProperty<const QV4::String *>(engine, obj, name, context, local);Executed by:tst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlsettingstst_qqmlstatemachine...
 executed 141564 times by 74 tests:  return qQmlPropertyCacheProperty<const QV4::String *>(engine, obj, name, context, local);Executed by:tst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlsettingstst_qqmlstatemachine...
 | 141564 | 
| 1044 | } | - | 
| 1045 |  | - | 
| 1046 | QQmlPropertyData * | - | 
| 1047 | QQmlPropertyCache::property(QJSEngine *engine, QObject *obj, const QStringRef &name, | - | 
| 1048 | QQmlContextData *context, QQmlPropertyData &local) | - | 
| 1049 | { | - | 
| 1050 | return executed 65345 times by 41 testsqQmlPropertyCacheProperty<const QStringRef &>(engine, obj, name, context, local);:  return qQmlPropertyCacheProperty<const QStringRef &>(engine, obj, name, context, local);Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymaptst_qqmltranslationtst_qqmltypeloadertst_qqmlvaluetypestst_qquickanimatedspritetst_qquickanimationcontrollertst_qquickanimationstst_qquickbehaviorstst_qquickdesignersupporttst_qquickdynamicpropertyanimation...
 executed 65345 times by 41 tests:  return qQmlPropertyCacheProperty<const QStringRef &>(engine, obj, name, context, local);Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymaptst_qqmltranslationtst_qqmltypeloadertst_qqmlvaluetypestst_qquickanimatedspritetst_qquickanimationcontrollertst_qquickanimationstst_qquickbehaviorstst_qquickdesignersupporttst_qquickdynamicpropertyanimation...
 | 65345 | 
| 1051 | } | - | 
| 1052 |  | - | 
| 1053 | QQmlPropertyData * | - | 
| 1054 | QQmlPropertyCache::property(QJSEngine *engine, QObject *obj, const QLatin1String &name, | - | 
| 1055 | QQmlContextData *context, QQmlPropertyData &local) | - | 
| 1056 | { | - | 
| 1057 | return executed 182 times by 9 testsqQmlPropertyCacheProperty<const QLatin1String &>(engine, obj, name, context, local);:  return qQmlPropertyCacheProperty<const QLatin1String &>(engine, obj, name, context, local);Executed by:tst_multipointtoucharea_interoptst_qqmllistreferencetst_qqmlpropertytst_qquickdesignersupporttst_qquickmultipointtouchareatst_qquickpathtst_qquickpathviewtst_qquickshapetst_qquickstates
 executed 182 times by 9 tests:  return qQmlPropertyCacheProperty<const QLatin1String &>(engine, obj, name, context, local);Executed by:tst_multipointtoucharea_interoptst_qqmllistreferencetst_qqmlpropertytst_qquickdesignersupporttst_qquickmultipointtouchareatst_qquickpathtst_qquickpathviewtst_qquickshapetst_qquickstates
 | 182 | 
| 1058 | } | - | 
| 1059 |  | - | 
| 1060 |  | - | 
| 1061 | static inline const QMetaObjectPrivate *priv(const uint* data) | - | 
| 1062 | { return executed 382254 times by 145 testsreinterpret_cast<const QMetaObjectPrivate*>(data);:  return reinterpret_cast<const QMetaObjectPrivate*>(data);Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 executed 382254 times by 145 tests}:  return reinterpret_cast<const QMetaObjectPrivate*>(data);Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 382254 | 
| 1063 |  | - | 
| 1064 | static inline const QByteArray stringData(const QMetaObject *mo, int index) | - | 
| 1065 | { | - | 
| 1066 | ((priv(mo->d.data)->revision >= 7) ? static_cast<void>(0) : qt_assert("priv(mo->d.data)->revision >= 7", __FILE__, 1116)); | - | 
| 1067 | const QByteArrayDataPtr data = { const_cast<QByteArrayData*>(&mo->d.stringdata[index]) }; | - | 
| 1068 | ((data.ptr->ref.isStatic()) ? static_cast<void>(0) : qt_assert("data.ptr->ref.isStatic()", __FILE__, 1118)); | - | 
| 1069 | ((data.ptr->alloc == 0) ? static_cast<void>(0) : qt_assert("data.ptr->alloc == 0", __FILE__, 1119)); | - | 
| 1070 | ((data.ptr->capacityReserved == 0) ? static_cast<void>(0) : qt_assert("data.ptr->capacityReserved == 0", __FILE__, 1120)); | - | 
| 1071 | ((data.ptr->size >= 0) ? static_cast<void>(0) : qt_assert("data.ptr->size >= 0", __FILE__, 1121)); | - | 
| 1072 | return executed 290680 times by 142 testsdata;:  return data;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 executed 290680 times by 142 tests:  return data;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 290680 | 
| 1073 | } | - | 
| 1074 |  | - | 
| 1075 | bool QQmlPropertyCache::isDynamicMetaObject(const QMetaObject *mo) | - | 
| 1076 | { | - | 
| 1077 | return executed 45787 times by 145 testspriv(mo->d.data)->revision >= 3 && priv(mo->d.data)->flags & DynamicMetaObject;:  return priv(mo->d.data)->revision >= 3 && priv(mo->d.data)->flags & DynamicMetaObject;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 executed 45787 times by 145 tests:  return priv(mo->d.data)->revision >= 3 && priv(mo->d.data)->flags & DynamicMetaObject;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubator...
 | 45787 | 
| 1078 | } | - | 
| 1079 |  | - | 
| 1080 | const char *QQmlPropertyCache::className() const | - | 
| 1081 | { | - | 
| 1082 | if (!_ownMetaObject && _metaObject) | - | 
| 1083 | return _metaObject->className(); | - | 
| 1084 | else | - | 
| 1085 | return _dynamicClassName.constData(); | - | 
| 1086 | } | - | 
| 1087 |  | - | 
| 1088 | void QQmlPropertyCache::toMetaObjectBuilder(QMetaObjectBuilder &builder) | - | 
| 1089 | { | - | 
| 1090 | struct Sort { static bool lt(const QPair<QString, QQmlPropertyData *> &lhs, | - | 
| 1091 | const QPair<QString, QQmlPropertyData *> &rhs) { | - | 
| 1092 | return executed 48914 times by 82 testslhs.second->coreIndex() < rhs.second->coreIndex();:  return lhs.second->coreIndex() < rhs.second->coreIndex();Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnotifier...
 executed 48914 times by 82 tests:  return lhs.second->coreIndex() < rhs.second->coreIndex();Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnotifier...
 | 48914 | 
| 1093 | } }; | - | 
| 1094 |  | - | 
| 1095 | struct Insert { static void in(QQmlPropertyCache *This, | - | 
| 1096 | QList<QPair<QString, QQmlPropertyData *> > &properties, | - | 
| 1097 | QList<QPair<QString, QQmlPropertyData *> > &methods, | - | 
| 1098 | StringCache::ConstIterator iter, QQmlPropertyData *data) { | - | 
| 1099 | if (data->isSignalHandler() )| TRUE | evaluated 21492 times by 97 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocale...
 |  | FALSE | evaluated 954196 times by 98 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 | 
 | 21492-954196 | 
| 1100 | return; executed 21492 times by 97 tests:  return;Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocale...
 | 21492 | 
| 1101 |  | - | 
| 1102 | if (data->isFunction() ) {| TRUE | evaluated 600758 times by 98 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 |  | FALSE | evaluated 353438 times by 98 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 | 
 | 353438-600758 | 
| 1103 | if (data->coreIndex() < This->methodIndexCacheStart )| TRUE | evaluated 572746 times by 98 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 |  | FALSE | evaluated 28012 times by 98 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 | 
 | 28012-572746 | 
| 1104 | return; executed 572746 times by 98 tests:  return;Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 | 572746 | 
| 1105 |  | - | 
| 1106 | QPair<QString, QQmlPropertyData *> entry = qMakePair((QString)iter.key(), data); | - | 
| 1107 |  | - | 
| 1108 | if (!methods.contains(entry) ) methods.append(entry);| TRUE | evaluated 28010 times by 98 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 |  | FALSE | evaluated 2 times by 1 test | 
executed 28010 times by 98 tests:  methods.append(entry);Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 | 2-28010 | 
| 1109 |  | - | 
| 1110 | data = This->overrideData(data); | - | 
| 1111 | if (data && !data->isFunction()| TRUE | evaluated 118 times by 11 tests Evaluated by:tst_examplestst_flickableinteroptst_qqmlecmascripttst_qqmlitemmodelstst_qquickapplicationtst_qquickdropareatst_qquickgridviewtst_qquicklistviewtst_qquickpinchareatst_qquickvisualdatamodeltst_quicktestmainwithsetup
 |  | FALSE | evaluated 27894 times by 98 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 | 
) Insert::in(This, properties, methods, iter, data);| TRUE | never evaluated |  | FALSE | evaluated 118 times by 11 tests Evaluated by:tst_examplestst_flickableinteroptst_qqmlecmascripttst_qqmlitemmodelstst_qquickapplicationtst_qquickdropareatst_qquickgridviewtst_qquicklistviewtst_qquickpinchareatst_qquickvisualdatamodeltst_quicktestmainwithsetup
 | 
never executed: Insert::in(This, properties, methods, iter, data); | 0-27894 | 
| 1112 | } executed 28012 times by 98 testselse {:  end of blockExecuted by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 | 28012 | 
| 1113 | if (data->coreIndex() < This->propertyIndexCacheStart )| TRUE | evaluated 332772 times by 98 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 |  | FALSE | evaluated 20666 times by 97 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocale...
 | 
 | 20666-332772 | 
| 1114 | return; executed 332772 times by 98 tests:  return;Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 | 332772 | 
| 1115 |  | - | 
| 1116 | QPair<QString, QQmlPropertyData *> entry = qMakePair((QString)iter.key(), data); | - | 
| 1117 |  | - | 
| 1118 | if (!properties.contains(entry) ) properties.append(entry);| TRUE | evaluated 20666 times by 97 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocale...
 |  | FALSE | never evaluated | 
executed 20666 times by 97 tests:  properties.append(entry);Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocale...
 | 0-20666 | 
| 1119 |  | - | 
| 1120 | data = This->overrideData(data); | - | 
| 1121 | if (data ) Insert::in(This, properties, methods, iter, data);| TRUE | evaluated 110 times by 10 tests Evaluated by:tst_examplestst_flickableinteroptst_qqmlecmascripttst_qqmlitemmodelstst_qqmlsettingstst_qquickapplicationtst_qquickgridviewtst_qquicklistviewtst_qquickmultipointtouchareatst_qquickpincharea
 |  | FALSE | evaluated 20556 times by 97 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocale...
 | 
executed 110 times by 10 tests:  Insert::in(This, properties, methods, iter, data);Executed by:tst_examplestst_flickableinteroptst_qqmlecmascripttst_qqmlitemmodelstst_qqmlsettingstst_qquickapplicationtst_qquickgridviewtst_qquicklistviewtst_qquickmultipointtouchareatst_qquickpincharea
 | 110-20556 | 
| 1122 | } executed 20666 times by 97 tests:  end of blockExecuted by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocale...
 | 20666 | 
| 1123 |  | - | 
| 1124 | } }; | - | 
| 1125 |  | - | 
| 1126 | builder.setClassName(_dynamicClassName); | - | 
| 1127 |  | - | 
| 1128 | QList<QPair<QString, QQmlPropertyData *> > properties; | - | 
| 1129 | QList<QPair<QString, QQmlPropertyData *> > methods; | - | 
| 1130 |  | - | 
| 1131 | for (StringCache::ConstIterator iter = stringCache.begin(), cend = stringCache.end(); iter != cend ; ++iter)| TRUE | evaluated 975578 times by 98 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 |  | FALSE | evaluated 8018 times by 98 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 | 
 | 8018-975578 | 
| 1132 | Insert::in(this, properties, methods, iter, iter.value().second); executed 975578 times by 98 tests:  Insert::in(this, properties, methods, iter, iter.value().second);Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 | 975578 | 
| 1133 |  | - | 
| 1134 | ((properties.count() == propertyIndexCache.count()) ? static_cast<void>(0) : qt_assert("properties.count() == propertyIndexCache.count()", __FILE__, 1184)); | - | 
| 1135 | ((methods.count() == methodIndexCache.count()) ? static_cast<void>(0) : qt_assert("methods.count() == methodIndexCache.count()", __FILE__, 1185)); | - | 
| 1136 |  | - | 
| 1137 | std::sort(properties.begin(), properties.end(), Sort::lt); | - | 
| 1138 | std::sort(methods.begin(), methods.end(), Sort::lt); | - | 
| 1139 |  | - | 
| 1140 | for (int ii = 0; ii < properties.count() ; ++ii) {| TRUE | evaluated 20666 times by 97 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocale...
 |  | FALSE | evaluated 8018 times by 98 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 | 
 | 8018-20666 | 
| 1141 | QQmlPropertyData *data = properties.at(ii).second; | - | 
| 1142 |  | - | 
| 1143 | int notifierId = -1; | - | 
| 1144 | if (data->notifyIndex() != -1 )| TRUE | evaluated 20666 times by 97 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocale...
 |  | FALSE | never evaluated | 
 | 0-20666 | 
| 1145 | notifierId = data->notifyIndex() - signalHandlerIndexCacheStart; executed 20666 times by 97 tests:  notifierId = data->notifyIndex() - signalHandlerIndexCacheStart;Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocale...
 | 20666 | 
| 1146 |  | - | 
| 1147 | QMetaPropertyBuilder property = builder.addProperty(properties.at(ii).first.toUtf8(), | - | 
| 1148 | QMetaType::typeName(data->propType()), | - | 
| 1149 | notifierId); | - | 
| 1150 |  | - | 
| 1151 | property.setReadable(true); | - | 
| 1152 | property.setWritable(data->isWritable()); | - | 
| 1153 | property.setResettable(data->isResettable()); | - | 
| 1154 | } executed 20666 times by 97 tests:  end of blockExecuted by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocale...
 | 20666 | 
| 1155 |  | - | 
| 1156 | for (int ii = 0; ii < methods.count() ; ++ii) {| TRUE | evaluated 28010 times by 98 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 |  | FALSE | evaluated 8018 times by 98 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 | 
 | 8018-28010 | 
| 1157 | QQmlPropertyData *data = methods.at(ii).second; | - | 
| 1158 |  | - | 
| 1159 | QByteArray returnType; | - | 
| 1160 | if (data->propType() != 0 )| TRUE | evaluated 7056 times by 54 tests Evaluated by:tst_examplestst_flickableinteroptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlnotifiertst_qqmlprofilerservicetst_qqmlpropertytst_qqmlqttst_qqmlsettingstst_qqmltranslationtst_qqmlvaluetypeproviders...
 |  | FALSE | evaluated 20954 times by 97 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocale...
 | 
 | 7056-20954 | 
| 1161 | returnType = QMetaType::typeName(data->propType()); executed 7056 times by 54 tests:  returnType = QMetaType::typeName(data->propType());Executed by:tst_examplestst_flickableinteroptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlnotifiertst_qqmlprofilerservicetst_qqmlpropertytst_qqmlqttst_qqmlsettingstst_qqmltranslationtst_qqmlvaluetypeproviders...
 | 7056 | 
| 1162 |  | - | 
| 1163 | QByteArray signature; | - | 
| 1164 |  | - | 
| 1165 | signature += methods.at(ii).first.toUtf8() + '('; | - | 
| 1166 |  | - | 
| 1167 | QQmlPropertyCacheMethodArguments *arguments = nullptr; | - | 
| 1168 | if (data->hasArguments() ) {| TRUE | evaluated 5348 times by 31 tests Evaluated by:tst_examplestst_flickableinteroptst_qmlcachegentst_qqmlconnectionstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlitemmodelstst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlprofilerservicetst_qqmlqttst_qqmlsettingstst_qqmlvaluetypeproviderstst_qqmlxmlhttprequesttst_qquickaccessibletst_qquickanimationcontrollertst_qquickapplicationtst_qquickdraghandlertst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquicklayoutstst_qquicklistviewtst_qquickpathview...
 |  | FALSE | evaluated 22662 times by 98 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 | 
 | 5348-22662 | 
| 1169 | arguments = (QQmlPropertyCacheMethodArguments *)data->arguments(); | - | 
| 1170 | ((arguments->argumentsValid) ? static_cast<void>(0) : qt_assert("arguments->argumentsValid", __FILE__, 1220)); | - | 
| 1171 | for (int ii = 0; ii < arguments->arguments[0] ; ++ii) {| TRUE | evaluated 9406 times by 31 tests Evaluated by:tst_examplestst_flickableinteroptst_qmlcachegentst_qqmlconnectionstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlitemmodelstst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlprofilerservicetst_qqmlqttst_qqmlsettingstst_qqmlvaluetypeproviderstst_qqmlxmlhttprequesttst_qquickaccessibletst_qquickanimationcontrollertst_qquickapplicationtst_qquickdraghandlertst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquicklayoutstst_qquicklistviewtst_qquickpathview...
 |  | FALSE | evaluated 5348 times by 31 tests Evaluated by:tst_examplestst_flickableinteroptst_qmlcachegentst_qqmlconnectionstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlitemmodelstst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlprofilerservicetst_qqmlqttst_qqmlsettingstst_qqmlvaluetypeproviderstst_qqmlxmlhttprequesttst_qquickaccessibletst_qquickanimationcontrollertst_qquickapplicationtst_qquickdraghandlertst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquicklayoutstst_qquicklistviewtst_qquickpathview...
 | 
 | 5348-9406 | 
| 1172 | if (ii != 0 ) signature.append(',');| TRUE | evaluated 4058 times by 21 tests Evaluated by:tst_examplestst_qqmlconnectionstst_qqmlecmascripttst_qqmlitemmodelstst_qqmllocaletst_qqmlmetaobjecttst_qqmlqttst_qqmlsettingstst_qqmlvaluetypeproviderstst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquicklayoutstst_qquicklistviewtst_qquickpathviewtst_qquickpositionerstst_qquickvisualdatamodeltst_quicktestmainwithsetuptst_testfiltering
 |  | FALSE | evaluated 5348 times by 31 tests Evaluated by:tst_examplestst_flickableinteroptst_qmlcachegentst_qqmlconnectionstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlitemmodelstst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlprofilerservicetst_qqmlqttst_qqmlsettingstst_qqmlvaluetypeproviderstst_qqmlxmlhttprequesttst_qquickaccessibletst_qquickanimationcontrollertst_qquickapplicationtst_qquickdraghandlertst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquicklayoutstst_qquicklistviewtst_qquickpathview...
 | 
executed 4058 times by 21 tests:  signature.append(',');Executed by:tst_examplestst_qqmlconnectionstst_qqmlecmascripttst_qqmlitemmodelstst_qqmllocaletst_qqmlmetaobjecttst_qqmlqttst_qqmlsettingstst_qqmlvaluetypeproviderstst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquicklayoutstst_qquicklistviewtst_qquickpathviewtst_qquickpositionerstst_qquickvisualdatamodeltst_quicktestmainwithsetuptst_testfiltering
 | 4058-5348 | 
| 1173 | signature.append(QMetaType::typeName(arguments->arguments[1 + ii])); | - | 
| 1174 | } executed 9406 times by 31 tests:  end of blockExecuted by:tst_examplestst_flickableinteroptst_qmlcachegentst_qqmlconnectionstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlitemmodelstst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlprofilerservicetst_qqmlqttst_qqmlsettingstst_qqmlvaluetypeproviderstst_qqmlxmlhttprequesttst_qquickaccessibletst_qquickanimationcontrollertst_qquickapplicationtst_qquickdraghandlertst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquicklayoutstst_qquicklistviewtst_qquickpathview...
 | 9406 | 
| 1175 | } executed 5348 times by 31 tests:  end of blockExecuted by:tst_examplestst_flickableinteroptst_qmlcachegentst_qqmlconnectionstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlitemmodelstst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlprofilerservicetst_qqmlqttst_qqmlsettingstst_qqmlvaluetypeproviderstst_qqmlxmlhttprequesttst_qquickaccessibletst_qquickanimationcontrollertst_qquickapplicationtst_qquickdraghandlertst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquicklayoutstst_qquicklistviewtst_qquickpathview...
 | 5348 | 
| 1176 |  | - | 
| 1177 | signature.append(')'); | - | 
| 1178 |  | - | 
| 1179 | QMetaMethodBuilder method; | - | 
| 1180 | if (data->isSignal() ) {| TRUE | evaluated 20954 times by 97 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocale...
 |  | FALSE | evaluated 7056 times by 54 tests Evaluated by:tst_examplestst_flickableinteroptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlnotifiertst_qqmlprofilerservicetst_qqmlpropertytst_qqmlqttst_qqmlsettingstst_qqmltranslationtst_qqmlvaluetypeproviders...
 | 
 | 7056-20954 | 
| 1181 | method = builder.addSignal(signature); | - | 
| 1182 | } executed 20954 times by 97 testselse {:  end of blockExecuted by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocale...
 | 20954 | 
| 1183 | method = builder.addSlot(signature); | - | 
| 1184 | } executed 7056 times by 54 tests:  end of blockExecuted by:tst_examplestst_flickableinteroptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlnotifiertst_qqmlprofilerservicetst_qqmlpropertytst_qqmlqttst_qqmlsettingstst_qqmltranslationtst_qqmlvaluetypeproviders...
 | 7056 | 
| 1185 | method.setAccess(QMetaMethod::Public); | - | 
| 1186 |  | - | 
| 1187 | if (arguments && arguments->names| TRUE | evaluated 5348 times by 31 tests Evaluated by:tst_examplestst_flickableinteroptst_qmlcachegentst_qqmlconnectionstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlitemmodelstst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlprofilerservicetst_qqmlqttst_qqmlsettingstst_qqmlvaluetypeproviderstst_qqmlxmlhttprequesttst_qquickaccessibletst_qquickanimationcontrollertst_qquickapplicationtst_qquickdraghandlertst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquicklayoutstst_qquicklistviewtst_qquickpathview...
 |  | FALSE | evaluated 22662 times by 98 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 | 
)| TRUE | evaluated 5348 times by 31 tests Evaluated by:tst_examplestst_flickableinteroptst_qmlcachegentst_qqmlconnectionstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlitemmodelstst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlprofilerservicetst_qqmlqttst_qqmlsettingstst_qqmlvaluetypeproviderstst_qqmlxmlhttprequesttst_qquickaccessibletst_qquickanimationcontrollertst_qquickapplicationtst_qquickdraghandlertst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquicklayoutstst_qquicklistviewtst_qquickpathview...
 |  | FALSE | never evaluated | 
 | 0-22662 | 
| 1188 | method.setParameterNames(*arguments->names); executed 5348 times by 31 tests:  method.setParameterNames(*arguments->names);Executed by:tst_examplestst_flickableinteroptst_qmlcachegentst_qqmlconnectionstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlitemmodelstst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlprofilerservicetst_qqmlqttst_qqmlsettingstst_qqmlvaluetypeproviderstst_qqmlxmlhttprequesttst_qquickaccessibletst_qquickanimationcontrollertst_qquickapplicationtst_qquickdraghandlertst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquicklayoutstst_qquicklistviewtst_qquickpathview...
 | 5348 | 
| 1189 |  | - | 
| 1190 | if (!returnType.isEmpty() )| TRUE | evaluated 7056 times by 54 tests Evaluated by:tst_examplestst_flickableinteroptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlnotifiertst_qqmlprofilerservicetst_qqmlpropertytst_qqmlqttst_qqmlsettingstst_qqmltranslationtst_qqmlvaluetypeproviders...
 |  | FALSE | evaluated 20954 times by 97 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocale...
 | 
 | 7056-20954 | 
| 1191 | method.setReturnType(returnType); executed 7056 times by 54 tests:  method.setReturnType(returnType);Executed by:tst_examplestst_flickableinteroptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlnotifiertst_qqmlprofilerservicetst_qqmlpropertytst_qqmlqttst_qqmlsettingstst_qqmltranslationtst_qqmlvaluetypeproviders...
 | 7056 | 
| 1192 | } executed 28010 times by 98 tests:  end of blockExecuted by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 | 28010 | 
| 1193 |  | - | 
| 1194 | for (int ii = 0; ii < enumCache.count() ; ++ii) {| TRUE | evaluated 2 times by 1 test |  | FALSE | evaluated 8018 times by 98 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 | 
 | 2-8018 | 
| 1195 | const QQmlEnumData &enumData = enumCache.at(ii); | - | 
| 1196 | QMetaEnumBuilder enumeration = builder.addEnumerator(enumData.name.toUtf8()); | - | 
| 1197 | enumeration.setIsScoped(true); | - | 
| 1198 | for (int jj = 0; jj < enumData.values.count() ; ++jj) {| TRUE | evaluated 4 times by 1 test |  | FALSE | evaluated 2 times by 1 test | 
 | 2-4 | 
| 1199 | const QQmlEnumValue &value = enumData.values.at(jj); | - | 
| 1200 | enumeration.addKey(value.namedValue.toUtf8(), value.value); | - | 
| 1201 | } executed 4 times by 1 test:  end of block | 4 | 
| 1202 | } executed 2 times by 1 test:  end of block | 2 | 
| 1203 |  | - | 
| 1204 | if (!_defaultPropertyName.isEmpty() ) {| TRUE | evaluated 6612 times by 85 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlsettings...
 |  | FALSE | evaluated 1406 times by 45 tests Evaluated by:tst_bindingdependencyapitst_examplestst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatype...
 | 
 | 1406-6612 | 
| 1205 | QQmlPropertyData *dp = property(_defaultPropertyName, nullptr, nullptr); | - | 
| 1206 | if (dp && dp->coreIndex() >= propertyIndexCacheStart| TRUE | evaluated 6612 times by 85 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlsettings...
 |  | FALSE | never evaluated | 
) {| TRUE | evaluated 18 times by 4 tests Evaluated by:tst_examplestst_qqmlmetaobjecttst_qquicklayoutstst_qquicklistview
 |  | FALSE | evaluated 6594 times by 85 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlsettings...
 | 
 | 0-6612 | 
| 1207 | ((!dp->isFunction()) ? static_cast<void>(0) : qt_assert("!dp->isFunction()", __FILE__, 1257)); | - | 
| 1208 | builder.addClassInfo("DefaultProperty", _defaultPropertyName.toUtf8()); | - | 
| 1209 | } executed 18 times by 4 tests:  end of blockExecuted by:tst_examplestst_qqmlmetaobjecttst_qquicklayoutstst_qquicklistview
 | 18 | 
| 1210 | } executed 6612 times by 85 tests:  end of blockExecuted by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlsettings...
 | 6612 | 
| 1211 | } executed 8018 times by 98 tests:  end of blockExecuted by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 | 8018 | 
| 1212 |  | - | 
| 1213 | namespace { | - | 
| 1214 | template <typename StringVisitor, typename TypeInfoVisitor> | - | 
| 1215 | int visitMethods(const QMetaObject &mo, int methodOffset, int methodCount, | - | 
| 1216 | StringVisitor visitString, TypeInfoVisitor visitTypeInfo) | - | 
| 1217 | { | - | 
| 1218 | const int intsPerMethod = 5; | - | 
| 1219 |  | - | 
| 1220 | int fieldsForParameterData = 0; | - | 
| 1221 |  | - | 
| 1222 | bool hasRevisionedMethods = false; | - | 
| 1223 |  | - | 
| 1224 | for (int i = 0; i < methodCount ; ++i) {| TRUE | evaluated 117536 times by 142 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 |  | FALSE | evaluated 25010 times by 142 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 
 | 25010-117536 | 
| 1225 | const int handle = methodOffset + i * intsPerMethod; | - | 
| 1226 |  | - | 
| 1227 | const uint flags = mo.d.data[handle + 4]; | - | 
| 1228 | if (flags & MethodRevisioned )| TRUE | evaluated 7312 times by 132 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocale...
 |  | FALSE | evaluated 110224 times by 142 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 
 | 7312-110224 | 
| 1229 | hasRevisionedMethods = true; executed 7312 times by 132 tests:  hasRevisionedMethods = true;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocale...
 | 7312 | 
| 1230 |  | - | 
| 1231 | visitString(mo.d.data[handle + 0]); | - | 
| 1232 | visitString(mo.d.data[handle + 3]); | - | 
| 1233 |  | - | 
| 1234 | const int argc = mo.d.data[handle + 1]; | - | 
| 1235 | const int paramIndex = mo.d.data[handle + 2]; | - | 
| 1236 |  | - | 
| 1237 | fieldsForParameterData += argc * 2; | - | 
| 1238 | fieldsForParameterData += 1; | - | 
| 1239 |  | - | 
| 1240 |  | - | 
| 1241 | for (int i = 0; i < 1 + argc ; ++i) {| TRUE | evaluated 220389 times by 142 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 |  | FALSE | evaluated 117536 times by 142 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 
 | 117536-220389 | 
| 1242 |  | - | 
| 1243 | visitTypeInfo(mo.d.data[paramIndex + i]); | - | 
| 1244 |  | - | 
| 1245 |  | - | 
| 1246 | if (i > 0 )| TRUE | evaluated 102853 times by 142 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 |  | FALSE | evaluated 117536 times by 142 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 
 | 102853-117536 | 
| 1247 | visitString(mo.d.data[paramIndex + argc + i]); executed 102853 times by 142 tests:  visitString(mo.d.data[paramIndex + argc + i]);Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 102853 | 
| 1248 | } executed 220389 times by 142 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 220389 | 
| 1249 | } executed 117536 times by 142 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 117536 | 
| 1250 |  | - | 
| 1251 | int fieldsForRevisions = 0; | - | 
| 1252 | if (hasRevisionedMethods )| TRUE | evaluated 1260 times by 132 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocale...
 |  | FALSE | evaluated 23750 times by 142 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 
 | 1260-23750 | 
| 1253 | fieldsForRevisions = methodCount; executed 1260 times by 132 tests:  fieldsForRevisions = methodCount;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocale...
 | 1260 | 
| 1254 |  | - | 
| 1255 | return executed 25010 times by 142 testsmethodCount * intsPerMethod + fieldsForRevisions + fieldsForParameterData;:  return methodCount * intsPerMethod + fieldsForRevisions + fieldsForParameterData;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 executed 25010 times by 142 tests:  return methodCount * intsPerMethod + fieldsForRevisions + fieldsForParameterData;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 25010 | 
| 1256 | } | - | 
| 1257 |  | - | 
| 1258 | template <typename StringVisitor, typename TypeInfoVisitor> | - | 
| 1259 | int visitProperties(const QMetaObject &mo, StringVisitor visitString, TypeInfoVisitor visitTypeInfo) | - | 
| 1260 | { | - | 
| 1261 | const QMetaObjectPrivate *const priv = reinterpret_cast<const QMetaObjectPrivate*>(mo.d.data); | - | 
| 1262 | const int intsPerProperty = 3; | - | 
| 1263 |  | - | 
| 1264 | bool hasRevisionedProperties = false; | - | 
| 1265 | bool hasNotifySignals = false; | - | 
| 1266 |  | - | 
| 1267 | for (int i = 0; i < priv->propertyCount ; ++i) {| TRUE | evaluated 63519 times by 142 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 |  | FALSE | evaluated 12505 times by 142 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 
 | 12505-63519 | 
| 1268 | const int handle = priv->propertyData + i * intsPerProperty; | - | 
| 1269 |  | - | 
| 1270 | const auto flags = mo.d.data[handle + 2]; | - | 
| 1271 | if (flags & Revisioned ) {| TRUE | evaluated 3792 times by 132 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobject...
 |  | FALSE | evaluated 59727 times by 142 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 
 | 3792-59727 | 
| 1272 | hasRevisionedProperties = true; | - | 
| 1273 | } executed 3792 times by 132 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobject...
 | 3792 | 
| 1274 | if (flags & Notify )| TRUE | evaluated 48436 times by 142 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 |  | FALSE | evaluated 15083 times by 137 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 | 
 | 15083-48436 | 
| 1275 | hasNotifySignals = true; executed 48436 times by 142 tests:  hasNotifySignals = true;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 48436 | 
| 1276 |  | - | 
| 1277 | visitString(mo.d.data[handle]); | - | 
| 1278 | visitTypeInfo(mo.d.data[handle + 1]); | - | 
| 1279 | } executed 63519 times by 142 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 63519 | 
| 1280 |  | - | 
| 1281 | int fieldsForPropertyRevisions = 0; | - | 
| 1282 | if (hasRevisionedProperties )| TRUE | evaluated 1182 times by 132 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobject...
 |  | FALSE | evaluated 11323 times by 142 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 
 | 1182-11323 | 
| 1283 | fieldsForPropertyRevisions = priv->propertyCount; executed 1182 times by 132 tests:  fieldsForPropertyRevisions = priv->propertyCount;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobject...
 | 1182 | 
| 1284 |  | - | 
| 1285 | int fieldsForNotifySignals = 0; | - | 
| 1286 | if (hasNotifySignals )| TRUE | evaluated 9473 times by 142 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 |  | FALSE | evaluated 3032 times by 86 tests Evaluated by:tst_drawingmodestst_examplestst_flickableinteroptst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlincubatortst_qqmllistmodeltst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertycachetst_qqmlpropertymaptst_qqmlqttst_qqmlsettings...
 | 
 | 3032-9473 | 
| 1287 | fieldsForNotifySignals = priv->propertyCount; executed 9473 times by 142 tests:  fieldsForNotifySignals = priv->propertyCount;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 9473 | 
| 1288 |  | - | 
| 1289 | return executed 12505 times by 142 testspriv->propertyCount * intsPerProperty + fieldsForPropertyRevisions:  return priv->propertyCount * intsPerProperty + fieldsForPropertyRevisions + fieldsForNotifySignals;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 executed 12505 times by 142 tests:  return priv->propertyCount * intsPerProperty + fieldsForPropertyRevisions + fieldsForNotifySignals;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 12505 | 
| 1290 | + fieldsForNotifySignals; executed 12505 times by 142 tests:  return priv->propertyCount * intsPerProperty + fieldsForPropertyRevisions + fieldsForNotifySignals;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 12505 | 
| 1291 | } | - | 
| 1292 |  | - | 
| 1293 | template <typename StringVisitor> | - | 
| 1294 | int visitClassInfo(const QMetaObject &mo, StringVisitor visitString) | - | 
| 1295 | { | - | 
| 1296 | const QMetaObjectPrivate *const priv = reinterpret_cast<const QMetaObjectPrivate*>(mo.d.data); | - | 
| 1297 | const int intsPerClassInfo = 2; | - | 
| 1298 |  | - | 
| 1299 | for (int i = 0; i < priv->classInfoCount ; ++i) {| TRUE | evaluated 2944 times by 132 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobject...
 |  | FALSE | evaluated 12505 times by 142 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 
 | 2944-12505 | 
| 1300 | const int handle = priv->classInfoData + i * intsPerClassInfo; | - | 
| 1301 |  | - | 
| 1302 | visitString(mo.d.data[handle]); | - | 
| 1303 | visitString(mo.d.data[handle + 1]); | - | 
| 1304 | } executed 2944 times by 132 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobject...
 | 2944 | 
| 1305 |  | - | 
| 1306 | return executed 12505 times by 142 testspriv->classInfoCount * intsPerClassInfo;:  return priv->classInfoCount * intsPerClassInfo;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 executed 12505 times by 142 tests:  return priv->classInfoCount * intsPerClassInfo;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 12505 | 
| 1307 | } | - | 
| 1308 |  | - | 
| 1309 | template <typename StringVisitor> | - | 
| 1310 | int visitEnumerations(const QMetaObject &mo, StringVisitor visitString) | - | 
| 1311 | { | - | 
| 1312 | const QMetaObjectPrivate *const priv = reinterpret_cast<const QMetaObjectPrivate*>(mo.d.data); | - | 
| 1313 | const int intsPerEnumerator = 4; | - | 
| 1314 |  | - | 
| 1315 | int fieldCount = priv->enumeratorCount * intsPerEnumerator; | - | 
| 1316 |  | - | 
| 1317 | for (int i = 0; i < priv->enumeratorCount ; ++i) {| TRUE | evaluated 9624 times by 136 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocale...
 |  | FALSE | evaluated 12505 times by 142 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 
 | 9624-12505 | 
| 1318 | const uint *enumeratorData = mo.d.data + priv->enumeratorData + i * intsPerEnumerator; | - | 
| 1319 |  | - | 
| 1320 | const uint keyCount = enumeratorData[2]; | - | 
| 1321 | fieldCount += keyCount * 2; | - | 
| 1322 |  | - | 
| 1323 | visitString(enumeratorData[0]); | - | 
| 1324 |  | - | 
| 1325 | const uint keyOffset = enumeratorData[3]; | - | 
| 1326 |  | - | 
| 1327 | for (uint j = 0; j < keyCount ; ++j) {| TRUE | evaluated 33182 times by 136 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocale...
 |  | FALSE | evaluated 9624 times by 136 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocale...
 | 
 | 9624-33182 | 
| 1328 | visitString(mo.d.data[keyOffset + 2 * j]); | - | 
| 1329 | } executed 33182 times by 136 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocale...
 | 33182 | 
| 1330 | } executed 9624 times by 136 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocale...
 | 9624 | 
| 1331 |  | - | 
| 1332 | return executed 12505 times by 142 testsfieldCount;:  return fieldCount;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 executed 12505 times by 142 tests:  return fieldCount;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 12505 | 
| 1333 | } | - | 
| 1334 |  | - | 
| 1335 | template <typename StringVisitor> | - | 
| 1336 | int countMetaObjectFields(const QMetaObject &mo, StringVisitor stringVisitor) | - | 
| 1337 | { | - | 
| 1338 | const QMetaObjectPrivate *const priv = reinterpret_cast<const QMetaObjectPrivate*>(mo.d.data); | - | 
| 1339 |  | - | 
| 1340 | const auto typeInfoVisitor = [&stringVisitor](uint typeInfo) { | - | 
| 1341 | if (typeInfo & IsUnresolvedType) | - | 
| 1342 | stringVisitor(typeInfo & TypeNameIndexMask); | - | 
| 1343 | }; | - | 
| 1344 |  | - | 
| 1345 | int fieldCount = MetaObjectPrivateFieldCount; | - | 
| 1346 |  | - | 
| 1347 | fieldCount += visitMethods(mo, priv->methodData, priv->methodCount, stringVisitor, | - | 
| 1348 | typeInfoVisitor); | - | 
| 1349 | fieldCount += visitMethods(mo, priv->constructorData, priv->constructorCount, stringVisitor, | - | 
| 1350 | typeInfoVisitor); | - | 
| 1351 |  | - | 
| 1352 | fieldCount += visitProperties(mo, stringVisitor, typeInfoVisitor); | - | 
| 1353 | fieldCount += visitClassInfo(mo, stringVisitor); | - | 
| 1354 | fieldCount += visitEnumerations(mo, stringVisitor); | - | 
| 1355 |  | - | 
| 1356 | return executed 12505 times by 142 testsfieldCount;:  return fieldCount;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 executed 12505 times by 142 tests:  return fieldCount;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 12505 | 
| 1357 | } | - | 
| 1358 |  | - | 
| 1359 | } | - | 
| 1360 |  | - | 
| 1361 | bool QQmlPropertyCache::determineMetaObjectSizes(const QMetaObject &mo, int *fieldCount, | - | 
| 1362 | int *stringCount) | - | 
| 1363 | { | - | 
| 1364 | const QMetaObjectPrivate *priv = reinterpret_cast<const QMetaObjectPrivate*>(mo.d.data); | - | 
| 1365 | if (priv->revision != 7 ) {| TRUE | never evaluated |  | FALSE | evaluated 12505 times by 142 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 
 | 0-12505 | 
| 1366 | return never executed: false;return false; never executed: return false; | 0 | 
| 1367 | } | - | 
| 1368 |  | - | 
| 1369 | uint highestStringIndex = 0; | - | 
| 1370 | const auto stringIndexVisitor = [&highestStringIndex](uint index) { | - | 
| 1371 | highestStringIndex = qMax(highestStringIndex, index); | - | 
| 1372 | } executed 521699 times by 142 tests;:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 521699 | 
| 1373 |  | - | 
| 1374 | *fieldCount = countMetaObjectFields(mo, stringIndexVisitor); | - | 
| 1375 | *stringCount = highestStringIndex + 1; | - | 
| 1376 |  | - | 
| 1377 | return executed 12505 times by 142 teststrue;:  return true;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 executed 12505 times by 142 tests:  return true;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 12505 | 
| 1378 | } | - | 
| 1379 |  | - | 
| 1380 | bool QQmlPropertyCache::addToHash(QCryptographicHash &hash, const QMetaObject &mo) | - | 
| 1381 | { | - | 
| 1382 | int fieldCount = 0; | - | 
| 1383 | int stringCount = 0; | - | 
| 1384 | if (!determineMetaObjectSizes(mo, &fieldCount, &stringCount) ) {| TRUE | never evaluated |  | FALSE | evaluated 12499 times by 142 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 
 | 0-12499 | 
| 1385 | return never executed: false;return false; never executed: return false; | 0 | 
| 1386 | } | - | 
| 1387 |  | - | 
| 1388 | hash.addData(reinterpret_cast<const char *>(mo.d.data), fieldCount * sizeof(uint)); | - | 
| 1389 | for (int i = 0; i < stringCount ; ++i) {| TRUE | evaluated 290680 times by 142 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 |  | FALSE | evaluated 12499 times by 142 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 
 | 12499-290680 | 
| 1390 | hash.addData(stringData(&mo, i)); | - | 
| 1391 | } executed 290680 times by 142 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 290680 | 
| 1392 |  | - | 
| 1393 | return executed 12499 times by 142 teststrue;:  return true;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 executed 12499 times by 142 tests:  return true;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 12499 | 
| 1394 | } | - | 
| 1395 |  | - | 
| 1396 | QByteArray QQmlPropertyCache::checksum(bool *ok) | - | 
| 1397 | { | - | 
| 1398 | if (!_checksum.isEmpty() ) {| TRUE | evaluated 77788 times by 136 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodel...
 |  | FALSE | evaluated 12493 times by 141 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 
 | 12493-77788 | 
| 1399 | *ok = true; | - | 
| 1400 | return executed 77788 times by 136 tests_checksum;:  return _checksum;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodel...
 executed 77788 times by 136 tests:  return _checksum;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodel...
 | 77788 | 
| 1401 | } | - | 
| 1402 |  | - | 
| 1403 |  | - | 
| 1404 | if (!_metaObject || _ownMetaObject| TRUE | never evaluated |  | FALSE | evaluated 12493 times by 141 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 
) {| TRUE | never evaluated |  | FALSE | evaluated 12493 times by 141 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 
 | 0-12493 | 
| 1405 | *ok = false; | - | 
| 1406 | return never executed: _checksum;return _checksum; never executed: return _checksum; | 0 | 
| 1407 | } | - | 
| 1408 |  | - | 
| 1409 | QCryptographicHash hash(QCryptographicHash::Md5); | - | 
| 1410 |  | - | 
| 1411 | if (_parent ) {| TRUE | evaluated 12009 times by 138 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscript...
 |  | FALSE | evaluated 484 times by 141 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 
 | 484-12009 | 
| 1412 | hash.addData(_parent->checksum(ok)); | - | 
| 1413 | if (!*ok )| TRUE | never evaluated |  | FALSE | evaluated 12009 times by 138 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscript...
 | 
 | 0-12009 | 
| 1414 | return never executed: QByteArray();return QByteArray(); never executed: return QByteArray(); | 0 | 
| 1415 | } executed 12009 times by 138 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscript...
 | 12009 | 
| 1416 |  | - | 
| 1417 | if (!addToHash(hash, *createMetaObject()) ) {| TRUE | never evaluated |  | FALSE | evaluated 12493 times by 141 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 
 | 0-12493 | 
| 1418 | *ok = false; | - | 
| 1419 | return never executed: QByteArray();return QByteArray(); never executed: return QByteArray(); | 0 | 
| 1420 | } | - | 
| 1421 |  | - | 
| 1422 | _checksum = hash.result(); | - | 
| 1423 | *ok = !_checksum.isEmpty(); | - | 
| 1424 | return executed 12493 times by 141 tests_checksum;:  return _checksum;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 executed 12493 times by 141 tests:  return _checksum;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 12493 | 
| 1425 | } | - | 
| 1426 |  | - | 
| 1427 |  | - | 
| 1428 |  | - | 
| 1429 |  | - | 
| 1430 |  | - | 
| 1431 | QList<QByteArray> QQmlPropertyCache::signalParameterNames(int index) const | - | 
| 1432 | { | - | 
| 1433 | QQmlPropertyData *signalData = signal(index); | - | 
| 1434 | if (signalData && signalData->hasArguments()| TRUE | evaluated 1870 times by 81 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmoduleplugintst_qqmlnativeconnectortst_qqmlnotifiertst_qqmlprofilerservice...
 |  | FALSE | never evaluated | 
) {| TRUE | evaluated 560 times by 34 tests Evaluated by:tst_examplestst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlecmascripttst_qqmlitemmodelstst_qqmllistmodelworkerscripttst_qqmlqttst_qqmlvaluetypestst_qquickaccessibletst_qquickanimatedspritetst_qquickanimationstst_qquickcustomaffectortst_qquickdraghandlertst_qquickdropareatst_qquickflickabletst_qquickfocusscopetst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquicklistviewtst_qquickloadertst_qquickmouseareatst_qquickmultipointtouchareatst_qquickpathview...
 |  | FALSE | evaluated 1310 times by 72 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistreferencetst_qqmllocaletst_qqmlmoduleplugintst_qqmlnativeconnectortst_qqmlnotifiertst_qqmlprofilerservicetst_qqmlpropertytst_qqmlpropertymap...
 | 
 | 0-1870 | 
| 1435 | QQmlPropertyCacheMethodArguments *args = (QQmlPropertyCacheMethodArguments *)signalData->arguments(); | - | 
| 1436 | if (args && args->names| TRUE | evaluated 125 times by 12 tests Evaluated by:tst_examplestst_qmlcachegentst_qqmlecmascripttst_qqmlitemmodelstst_qquickdraghandlertst_qquickdropareatst_qquicklistviewtst_qquickloadertst_qquickmouseareatst_qquickmultipointtouchareatst_qquickpinchareatst_qquicktext
 |  | FALSE | evaluated 435 times by 34 tests Evaluated by:tst_examplestst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlecmascripttst_qqmlitemmodelstst_qqmllistmodelworkerscripttst_qqmlqttst_qqmlvaluetypestst_qquickaccessibletst_qquickanimatedspritetst_qquickanimationstst_qquickcustomaffectortst_qquickdraghandlertst_qquickdropareatst_qquickflickabletst_qquickfocusscopetst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquicklistviewtst_qquickloadertst_qquickmouseareatst_qquickmultipointtouchareatst_qquickpathview...
 | 
)| TRUE | evaluated 125 times by 12 tests Evaluated by:tst_examplestst_qmlcachegentst_qqmlecmascripttst_qqmlitemmodelstst_qquickdraghandlertst_qquickdropareatst_qquicklistviewtst_qquickloadertst_qquickmouseareatst_qquickmultipointtouchareatst_qquickpinchareatst_qquicktext
 |  | FALSE | never evaluated | 
 | 0-435 | 
| 1437 | return executed 125 times by 12 tests*args->names;:  return *args->names;Executed by:tst_examplestst_qmlcachegentst_qqmlecmascripttst_qqmlitemmodelstst_qquickdraghandlertst_qquickdropareatst_qquicklistviewtst_qquickloadertst_qquickmouseareatst_qquickmultipointtouchareatst_qquickpinchareatst_qquicktext
 executed 125 times by 12 tests:  return *args->names;Executed by:tst_examplestst_qmlcachegentst_qqmlecmascripttst_qqmlitemmodelstst_qquickdraghandlertst_qquickdropareatst_qquicklistviewtst_qquickloadertst_qquickmouseareatst_qquickmultipointtouchareatst_qquickpinchareatst_qquicktext
 | 125 | 
| 1438 | const QMetaMethod &method = QMetaObjectPrivate::signal(firstCppMetaObject(), index); | - | 
| 1439 | return executed 435 times by 34 testsmethod.parameterNames();:  return method.parameterNames();Executed by:tst_examplestst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlecmascripttst_qqmlitemmodelstst_qqmllistmodelworkerscripttst_qqmlqttst_qqmlvaluetypestst_qquickaccessibletst_qquickanimatedspritetst_qquickanimationstst_qquickcustomaffectortst_qquickdraghandlertst_qquickdropareatst_qquickflickabletst_qquickfocusscopetst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquicklistviewtst_qquickloadertst_qquickmouseareatst_qquickmultipointtouchareatst_qquickpathview...
 executed 435 times by 34 tests:  return method.parameterNames();Executed by:tst_examplestst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlecmascripttst_qqmlitemmodelstst_qqmllistmodelworkerscripttst_qqmlqttst_qqmlvaluetypestst_qquickaccessibletst_qquickanimatedspritetst_qquickanimationstst_qquickcustomaffectortst_qquickdraghandlertst_qquickdropareatst_qquickflickabletst_qquickfocusscopetst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquicklistviewtst_qquickloadertst_qquickmouseareatst_qquickmultipointtouchareatst_qquickpathview...
 | 435 | 
| 1440 | } | - | 
| 1441 | return executed 1310 times by 72 testsQList<QByteArray>();:  return QList<QByteArray>();Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistreferencetst_qqmllocaletst_qqmlmoduleplugintst_qqmlnativeconnectortst_qqmlnotifiertst_qqmlprofilerservicetst_qqmlpropertytst_qqmlpropertymap...
 executed 1310 times by 72 tests:  return QList<QByteArray>();Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistreferencetst_qqmllocaletst_qqmlmoduleplugintst_qqmlnativeconnectortst_qqmlnotifiertst_qqmlprofilerservicetst_qqmlpropertytst_qqmlpropertymap...
 | 1310 | 
| 1442 | } | - | 
| 1443 |  | - | 
| 1444 |  | - | 
| 1445 | bool QQmlMetaObject::canConvert(const QQmlMetaObject &from, const QQmlMetaObject &to) | - | 
| 1446 | { | - | 
| 1447 | ((!from.isNull() && !to.isNull()) ? static_cast<void>(0) : qt_assert("!from.isNull() && !to.isNull()", __FILE__, 1497)); | - | 
| 1448 |  | - | 
| 1449 | struct I { static bool equal(const QMetaObject *lhs, const QMetaObject *rhs) { | - | 
| 1450 | return executed 2643550 times by 116 testslhs == rhs || (lhs && rhs && lhs->d.stringdata == rhs->d.stringdata);:  return lhs == rhs || (lhs && rhs && lhs->d.stringdata == rhs->d.stringdata);Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlcpputilstst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnativeconnectortst_qqmlnotifiertst_qqmlproperty...
 executed 2643550 times by 116 tests:  return lhs == rhs || (lhs && rhs && lhs->d.stringdata == rhs->d.stringdata);Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlcpputilstst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnativeconnectortst_qqmlnotifiertst_qqmlproperty...
 | 2643550 | 
| 1451 | } }; | - | 
| 1452 |  | - | 
| 1453 | const QMetaObject *tom = to._m.isT1() ?to._m.asT1()->metaObject():to._m.asT2();| TRUE | evaluated 40 times by 5 tests Evaluated by:tst_examplestst_qqmlcomponenttst_qqmlecmascripttst_qqmlpropertytst_qquickloader
 |  | FALSE | evaluated 920638 times by 117 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlcpputilstst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnativeconnectortst_qqmlnotifier...
 | 
 | 40-920638 | 
| 1454 | if (tom == &QObject::staticMetaObject ) return| TRUE | evaluated 2550 times by 31 tests Evaluated by:tst_examplestst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlconnectionstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymaptst_qqmltranslationtst_qqmlvaluetypestst_qquickanimationcontrollertst_qquickanimationstst_qquickapplicationtst_qquickbehaviorstst_qquickdesignersupporttst_qquickflipabletst_qquickfontloadertst_qquickgridviewtst_qquickitem2tst_qquicklistviewtst_qquickloadertst_qquickmousearea...
 |  | FALSE | evaluated 918128 times by 116 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlcpputilstst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnativeconnectortst_qqmlnotifiertst_qqmlproperty...
 | 
executed 2550 times by 31 teststrue;:  return true;Executed by:tst_examplestst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlconnectionstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymaptst_qqmltranslationtst_qqmlvaluetypestst_qquickanimationcontrollertst_qquickanimationstst_qquickapplicationtst_qquickbehaviorstst_qquickdesignersupporttst_qquickflipabletst_qquickfontloadertst_qquickgridviewtst_qquickitem2tst_qquicklistviewtst_qquickloadertst_qquickmousearea...
 executed 2550 times by 31 tests:  return true;Executed by:tst_examplestst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlconnectionstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymaptst_qqmltranslationtst_qqmlvaluetypestst_qquickanimationcontrollertst_qquickanimationstst_qquickapplicationtst_qquickbehaviorstst_qquickdesignersupporttst_qquickflipabletst_qquickfontloadertst_qquickgridviewtst_qquickitem2tst_qquicklistviewtst_qquickloadertst_qquickmousearea...
 | 2550-918128 | 
| 1455 |  | - | 
| 1456 | if (from._m.isT1() && to._m.isT1()| TRUE | evaluated 907624 times by 115 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnativeconnectortst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymap...
 |  | FALSE | evaluated 10504 times by 23 tests Evaluated by:tst_examplestst_qqmlcomponenttst_qqmlconnectionstst_qqmlcpputilstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qquickanimationstst_qquickbehaviorstst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquickitemlayertst_qquicklayoutstst_qquicklistviewtst_qquickloadertst_qquickpathviewtst_qquickrepeatertst_qquicktableviewtst_qquickvisualdatamodeltst_signalspy
 | 
) {| TRUE | evaluated 40 times by 5 tests Evaluated by:tst_examplestst_qqmlcomponenttst_qqmlecmascripttst_qqmlpropertytst_qquickloader
 |  | FALSE | evaluated 907584 times by 115 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnativeconnectortst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymap...
 | 
 | 40-907624 | 
| 1457 | QQmlPropertyCache *fromp = from._m.asT1(); | - | 
| 1458 | QQmlPropertyCache *top = to._m.asT1(); | - | 
| 1459 |  | - | 
| 1460 | while (fromp ) {| TRUE | evaluated 40 times by 5 tests Evaluated by:tst_examplestst_qqmlcomponenttst_qqmlecmascripttst_qqmlpropertytst_qquickloader
 |  | FALSE | never evaluated | 
 | 0-40 | 
| 1461 | if (fromp == top ) return| TRUE | evaluated 40 times by 5 tests Evaluated by:tst_examplestst_qqmlcomponenttst_qqmlecmascripttst_qqmlpropertytst_qquickloader
 |  | FALSE | never evaluated | 
executed 40 times by 5 teststrue;:  return true;Executed by:tst_examplestst_qqmlcomponenttst_qqmlecmascripttst_qqmlpropertytst_qquickloader
 executed 40 times by 5 tests:  return true;Executed by:tst_examplestst_qqmlcomponenttst_qqmlecmascripttst_qqmlpropertytst_qquickloader
 | 0-40 | 
| 1462 | fromp = fromp->parent(); | - | 
| 1463 | } never executed: end of block | 0 | 
| 1464 | } never executed: else if (from._m.isT1()end of block && to._m.isT2()| TRUE | evaluated 907584 times by 115 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnativeconnectortst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymap...
 |  | FALSE | evaluated 10504 times by 23 tests Evaluated by:tst_examplestst_qqmlcomponenttst_qqmlconnectionstst_qqmlcpputilstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qquickanimationstst_qquickbehaviorstst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquickitemlayertst_qquicklayoutstst_qquicklistviewtst_qquickloadertst_qquickpathviewtst_qquickrepeatertst_qquicktableviewtst_qquickvisualdatamodeltst_signalspy
 | 
) {| TRUE | evaluated 907584 times by 115 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnativeconnectortst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymap...
 |  | FALSE | never evaluated | 
 | 0-907584 | 
| 1465 | QQmlPropertyCache *fromp = from._m.asT1(); | - | 
| 1466 |  | - | 
| 1467 | while (fromp ) {| TRUE | evaluated 2633684 times by 115 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnativeconnectortst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymap...
 |  | FALSE | evaluated 186239 times by 72 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnativeconnectortst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymaptst_qqmlqt...
 | 
 | 186239-2633684 | 
| 1468 | const QMetaObject *fromm = fromp->metaObject(); | - | 
| 1469 | if (fromm && I::equal(fromm, tom)| TRUE | evaluated 2622416 times by 115 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnativeconnectortst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymap...
 |  | FALSE | evaluated 11268 times by 55 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qqmlbindingtst_qqmlcomponenttst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinstantiatortst_qqmllistmodeltst_qqmlmoduleplugintst_qqmlpropertytst_qqmlqttst_qqmlsettingstst_qqmltypeloadertst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickaccessibletst_qquickanimatedimagetst_qquickanimationcontrollertst_qquickanimationstst_qquickbehaviorstst_qquickborderimage...
 | 
) return| TRUE | evaluated 721345 times by 98 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmllistreferencetst_qqmlmoduleplugintst_qqmlpropertytst_qqmlqttst_qqmlsettingstst_qqmlstatemachinetst_qqmltypeloadertst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickaccessibletst_qquickagetst_qquickanchorstst_qquickangleddirection...
 |  | FALSE | evaluated 1901071 times by 114 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnativeconnectortst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymap...
 | 
executed 721345 times by 98 teststrue;:  return true;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmllistreferencetst_qqmlmoduleplugintst_qqmlpropertytst_qqmlqttst_qqmlsettingstst_qqmlstatemachinetst_qqmltypeloadertst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickaccessibletst_qquickagetst_qquickanchorstst_qquickangleddirection...
 executed 721345 times by 98 tests:  return true;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmllistmodeltst_qqmllistreferencetst_qqmlmoduleplugintst_qqmlpropertytst_qqmlqttst_qqmlsettingstst_qqmlstatemachinetst_qqmltypeloadertst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickaccessibletst_qquickagetst_qquickanchorstst_qquickangleddirection...
 | 11268-2622416 | 
| 1470 | fromp = fromp->parent(); | - | 
| 1471 | } executed 1912339 times by 114 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnativeconnectortst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymap...
 | 1912339 | 
| 1472 | } executed 186239 times by 72 testselse if (from._m.isT2():  end of blockExecuted by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnativeconnectortst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymaptst_qqmlqt...
 && to._m.isT1()| TRUE | evaluated 10504 times by 23 tests Evaluated by:tst_examplestst_qqmlcomponenttst_qqmlconnectionstst_qqmlcpputilstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qquickanimationstst_qquickbehaviorstst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquickitemlayertst_qquicklayoutstst_qquicklistviewtst_qquickloadertst_qquickpathviewtst_qquickrepeatertst_qquicktableviewtst_qquickvisualdatamodeltst_signalspy
 |  | FALSE | never evaluated | 
) {| TRUE | never evaluated |  | FALSE | evaluated 10504 times by 23 tests Evaluated by:tst_examplestst_qqmlcomponenttst_qqmlconnectionstst_qqmlcpputilstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qquickanimationstst_qquickbehaviorstst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquickitemlayertst_qquicklayoutstst_qquicklistviewtst_qquickloadertst_qquickpathviewtst_qquickrepeatertst_qquicktableviewtst_qquickvisualdatamodeltst_signalspy
 | 
 | 0-186239 | 
| 1473 | const QMetaObject *fromm = from._m.asT2(); | - | 
| 1474 |  | - | 
| 1475 | if (!tom ) return| TRUE | never evaluated |  | FALSE | never evaluated | 
never executed: false;return false; never executed: return false; | 0 | 
| 1476 |  | - | 
| 1477 | while (fromm ) {| TRUE | never evaluated |  | FALSE | never evaluated | 
 | 0 | 
| 1478 | if (I::equal(fromm, tom) ) return| TRUE | never evaluated |  | FALSE | never evaluated | 
never executed: true;return true; never executed: return true; | 0 | 
| 1479 | fromm = fromm->superClass(); | - | 
| 1480 | } never executed: end of block | 0 | 
| 1481 | } never executed: else {end of block | 0 | 
| 1482 | const QMetaObject *fromm = from._m.asT2(); | - | 
| 1483 |  | - | 
| 1484 | while (fromm ) {| TRUE | evaluated 21134 times by 23 tests Evaluated by:tst_examplestst_qqmlcomponenttst_qqmlconnectionstst_qqmlcpputilstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qquickanimationstst_qquickbehaviorstst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquickitemlayertst_qquicklayoutstst_qquicklistviewtst_qquickloadertst_qquickpathviewtst_qquickrepeatertst_qquicktableviewtst_qquickvisualdatamodeltst_signalspy
 |  | FALSE | evaluated 10376 times by 22 tests Evaluated by:tst_examplestst_qqmlcomponenttst_qqmlconnectionstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qquickanimationstst_qquickbehaviorstst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquickitemlayertst_qquicklayoutstst_qquicklistviewtst_qquickloadertst_qquickpathviewtst_qquickrepeatertst_qquicktableviewtst_qquickvisualdatamodeltst_signalspy
 | 
 | 10376-21134 | 
| 1485 | if (I::equal(fromm, tom) ) return| TRUE | evaluated 128 times by 8 tests Evaluated by:tst_examplestst_qqmlcpputilstst_qqmllistreferencetst_qqmlpropertytst_qquickitemtst_qquicklayoutstst_qquicklistviewtst_qquickrepeater
 |  | FALSE | evaluated 21006 times by 22 tests Evaluated by:tst_examplestst_qqmlcomponenttst_qqmlconnectionstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qquickanimationstst_qquickbehaviorstst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquickitemlayertst_qquicklayoutstst_qquicklistviewtst_qquickloadertst_qquickpathviewtst_qquickrepeatertst_qquicktableviewtst_qquickvisualdatamodeltst_signalspy
 | 
executed 128 times by 8 teststrue;:  return true;Executed by:tst_examplestst_qqmlcpputilstst_qqmllistreferencetst_qqmlpropertytst_qquickitemtst_qquicklayoutstst_qquicklistviewtst_qquickrepeater
 executed 128 times by 8 tests:  return true;Executed by:tst_examplestst_qqmlcpputilstst_qqmllistreferencetst_qqmlpropertytst_qquickitemtst_qquicklayoutstst_qquicklistviewtst_qquickrepeater
 | 128-21006 | 
| 1486 | fromm = fromm->superClass(); | - | 
| 1487 | } executed 21006 times by 22 tests:  end of blockExecuted by:tst_examplestst_qqmlcomponenttst_qqmlconnectionstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qquickanimationstst_qquickbehaviorstst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquickitemlayertst_qquicklayoutstst_qquicklistviewtst_qquickloadertst_qquickpathviewtst_qquickrepeatertst_qquicktableviewtst_qquickvisualdatamodeltst_signalspy
 | 21006 | 
| 1488 | } executed 10376 times by 22 tests:  end of blockExecuted by:tst_examplestst_qqmlcomponenttst_qqmlconnectionstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qquickanimationstst_qquickbehaviorstst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquickitemlayertst_qquicklayoutstst_qquicklistviewtst_qquickloadertst_qquickpathviewtst_qquickrepeatertst_qquicktableviewtst_qquickvisualdatamodeltst_signalspy
 | 10376 | 
| 1489 |  | - | 
| 1490 | return executed 196615 times by 74 testsfalse;:  return false;Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnativeconnectortst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymaptst_qqmlqt...
 executed 196615 times by 74 tests:  return false;Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnativeconnectortst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymaptst_qqmlqt...
 | 196615 | 
| 1491 | } | - | 
| 1492 |  | - | 
| 1493 | void QQmlMetaObject::resolveGadgetMethodOrPropertyIndex(QMetaObject::Call type, const QMetaObject **metaObject, int *index) | - | 
| 1494 | { | - | 
| 1495 | int offset; | - | 
| 1496 |  | - | 
| 1497 | switch (type) { | - | 
| 1498 | case executed 7916 times by 22 testsQMetaObject::ReadProperty::  case QMetaObject::ReadProperty:Executed by:tst_examplestst_flickableinteroptst_qqmlbindingtst_qqmlecmascripttst_qqmlitemmodelstst_qqmlmetaobjecttst_qqmlpropertytst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qquickanimatedimagetst_qquickbehaviorstst_qquickdragtst_qquickdraghandlertst_qquickflickabletst_qquickgridviewtst_qquickitem2tst_qquicklistviewtst_qquickmouseareatst_qquickpositionerstst_qquicktaphandlertst_qquicktextinputtst_qquickworkerscript
 executed 7916 times by 22 tests:  case QMetaObject::ReadProperty:Executed by:tst_examplestst_flickableinteroptst_qqmlbindingtst_qqmlecmascripttst_qqmlitemmodelstst_qqmlmetaobjecttst_qqmlpropertytst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qquickanimatedimagetst_qquickbehaviorstst_qquickdragtst_qquickdraghandlertst_qquickflickabletst_qquickgridviewtst_qquickitem2tst_qquicklistviewtst_qquickmouseareatst_qquickpositionerstst_qquicktaphandlertst_qquicktextinputtst_qquickworkerscript
 | 7916 | 
| 1499 | case executed 44318 times by 26 testsQMetaObject::WriteProperty::  case QMetaObject::WriteProperty:Executed by:tst_examplestst_flickableinteroptst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlmetaobjecttst_qqmlpropertytst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qquickaccessibletst_qquickanimationstst_qquickbehaviorstst_qquickdraghandlertst_qquickflipabletst_qquickfocusscopetst_qquickfontloader_statictst_qquickgridviewtst_qquickimagetst_qquicklistviewtst_qquickpathviewtst_qquickrepeatertst_qquickshadereffecttst_qquickstatestst_qquicktaphandlertst_qquicktexttst_qquicktextedit...
 executed 44318 times by 26 tests:  case QMetaObject::WriteProperty:Executed by:tst_examplestst_flickableinteroptst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlmetaobjecttst_qqmlpropertytst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qquickaccessibletst_qquickanimationstst_qquickbehaviorstst_qquickdraghandlertst_qquickflipabletst_qquickfocusscopetst_qquickfontloader_statictst_qquickgridviewtst_qquickimagetst_qquicklistviewtst_qquickpathviewtst_qquickrepeatertst_qquickshadereffecttst_qquickstatestst_qquicktaphandlertst_qquicktexttst_qquicktextedit...
 | 44318 | 
| 1500 | case never executed: QMetaObject::ResetProperty:case QMetaObject::ResetProperty: never executed: case QMetaObject::ResetProperty: | 0 | 
| 1501 | case never executed: QMetaObject::QueryPropertyDesignable:case QMetaObject::QueryPropertyDesignable: never executed: case QMetaObject::QueryPropertyDesignable: | 0 | 
| 1502 | case never executed: QMetaObject::QueryPropertyEditable:case QMetaObject::QueryPropertyEditable: never executed: case QMetaObject::QueryPropertyEditable: | 0 | 
| 1503 | case never executed: QMetaObject::QueryPropertyScriptable:case QMetaObject::QueryPropertyScriptable: never executed: case QMetaObject::QueryPropertyScriptable: | 0 | 
| 1504 | case never executed: QMetaObject::QueryPropertyStored:case QMetaObject::QueryPropertyStored: never executed: case QMetaObject::QueryPropertyStored: | 0 | 
| 1505 | case never executed: QMetaObject::QueryPropertyUser:case QMetaObject::QueryPropertyUser: never executed: case QMetaObject::QueryPropertyUser: | 0 | 
| 1506 | offset = (*metaObject)->propertyOffset(); | - | 
| 1507 | while (* index < offset| TRUE | evaluated 10 times by 1 test |  | FALSE | evaluated 52234 times by 35 tests Evaluated by:tst_examplestst_flickableinteroptst_qqmlbindingtst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlitemmodelstst_qqmlmetaobjecttst_qqmlpropertytst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qquickaccessibletst_qquickanimatedimagetst_qquickanimationstst_qquickbehaviorstst_qquickdragtst_qquickdraghandlertst_qquickflickabletst_qquickflipabletst_qquickfocusscopetst_qquickfontloader_statictst_qquickgridviewtst_qquickimagetst_qquickitem2tst_qquicklistviewtst_qquickmousearea...
 | 
) {| TRUE | evaluated 10 times by 1 test |  | FALSE | evaluated 52234 times by 35 tests Evaluated by:tst_examplestst_flickableinteroptst_qqmlbindingtst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlitemmodelstst_qqmlmetaobjecttst_qqmlpropertytst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qquickaccessibletst_qquickanimatedimagetst_qquickanimationstst_qquickbehaviorstst_qquickdragtst_qquickdraghandlertst_qquickflickabletst_qquickflipabletst_qquickfocusscopetst_qquickfontloader_statictst_qquickgridviewtst_qquickimagetst_qquickitem2tst_qquicklistviewtst_qquickmousearea...
 | 
 | 10-52234 | 
| 1508 | *metaObject = (*metaObject)->superClass(); | - | 
| 1509 | offset = (*metaObject)->propertyOffset(); | - | 
| 1510 | } executed 10 times by 1 test:  end of block | 10 | 
| 1511 | break; executed 52234 times by 35 tests:  break;Executed by:tst_examplestst_flickableinteroptst_qqmlbindingtst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlitemmodelstst_qqmlmetaobjecttst_qqmlpropertytst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qquickaccessibletst_qquickanimatedimagetst_qquickanimationstst_qquickbehaviorstst_qquickdragtst_qquickdraghandlertst_qquickflickabletst_qquickflipabletst_qquickfocusscopetst_qquickfontloader_statictst_qquickgridviewtst_qquickimagetst_qquickitem2tst_qquicklistviewtst_qquickmousearea...
 | 52234 | 
| 1512 | case executed 344 times by 5 testsQMetaObject::InvokeMetaMethod::  case QMetaObject::InvokeMetaMethod:Executed by:tst_examplestst_qqmlitemmodelstst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qquickanimationcontroller
 executed 344 times by 5 tests:  case QMetaObject::InvokeMetaMethod:Executed by:tst_examplestst_qqmlitemmodelstst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qquickanimationcontroller
 | 344 | 
| 1513 | offset = (*metaObject)->methodOffset(); | - | 
| 1514 | while (* index < offset| TRUE | evaluated 2 times by 1 test |  | FALSE | evaluated 344 times by 5 tests Evaluated by:tst_examplestst_qqmlitemmodelstst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qquickanimationcontroller
 | 
) {| TRUE | evaluated 2 times by 1 test |  | FALSE | evaluated 344 times by 5 tests Evaluated by:tst_examplestst_qqmlitemmodelstst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qquickanimationcontroller
 | 
 | 2-344 | 
| 1515 | *metaObject = (*metaObject)->superClass(); | - | 
| 1516 | offset = (*metaObject)->methodOffset(); | - | 
| 1517 | } executed 2 times by 1 test:  end of block | 2 | 
| 1518 | break; executed 344 times by 5 tests:  break;Executed by:tst_examplestst_qqmlitemmodelstst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qquickanimationcontroller
 | 344 | 
| 1519 | default never executed: :default: never executed: default: | 0 | 
| 1520 | offset = 0; | - | 
| 1521 | QMessageLogger(__FILE__, 1571, __PRETTY_FUNCTION__).warning("Unimplemented code."); | - | 
| 1522 | offset = 0x7fffffff; | - | 
| 1523 | } never executed: end of block | 0 | 
| 1524 |  | - | 
| 1525 | *index -= offset; | - | 
| 1526 | } executed 52578 times by 36 tests:  end of blockExecuted by:tst_examplestst_flickableinteroptst_qqmlbindingtst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlitemmodelstst_qqmlmetaobjecttst_qqmlpropertytst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qquickaccessibletst_qquickanimatedimagetst_qquickanimationcontrollertst_qquickanimationstst_qquickbehaviorstst_qquickdragtst_qquickdraghandlertst_qquickflickabletst_qquickflipabletst_qquickfocusscopetst_qquickfontloader_statictst_qquickgridviewtst_qquickimagetst_qquickitem2tst_qquicklistview...
 | 52578 | 
| 1527 |  | - | 
| 1528 | QQmlPropertyCache *QQmlMetaObject::propertyCache(QQmlEnginePrivate *e) const | - | 
| 1529 | { | - | 
| 1530 | if (_m.isNull() ) return| TRUE | never evaluated |  | FALSE | never evaluated | 
never executed: nullptr;return nullptr; never executed: return nullptr; | 0 | 
| 1531 | if (_m.isT1() ) return| TRUE | never evaluated |  | FALSE | never evaluated | 
never executed: _m.asT1();return _m.asT1(); never executed: return _m.asT1(); | 0 | 
| 1532 | else return never executed: e->cache(_m.asT2());return e->cache(_m.asT2()); never executed: return e->cache(_m.asT2()); | 0 | 
| 1533 | } | - | 
| 1534 |  | - | 
| 1535 | int QQmlMetaObject::methodReturnType(const QQmlPropertyData &data, QByteArray *unknownTypeError) const | - | 
| 1536 | { | - | 
| 1537 | ((!_m.isNull() && data.coreIndex() >= 0) ? static_cast<void>(0) : qt_assert("!_m.isNull() && data.coreIndex() >= 0", __FILE__, 1587)); | - | 
| 1538 |  | - | 
| 1539 | int type = data.propType(); | - | 
| 1540 |  | - | 
| 1541 | const char *propTypeName = nullptr; | - | 
| 1542 |  | - | 
| 1543 | if (type == QMetaType::UnknownType ) {| TRUE | evaluated 150 times by 9 tests Evaluated by:tst_examplestst_flickableinteroptst_qmlcachegentst_qqmlecmascripttst_qqmlincubatortst_qqmlqttst_qqmlxmlhttprequesttst_qquicktaphandlertst_qquickworkerscript
 |  | FALSE | evaluated 51538 times by 47 tests Evaluated by:tst_examplestst_flickableinteroptst_qjsenginetst_qmlcachegentst_qqmlcomponenttst_qqmlcontexttst_qqmlecmascripttst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetatypetst_qqmlpropertymaptst_qqmlqttst_qqmltimertst_qqmltranslationtst_qqmltypeloadertst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickanimationstst_qquickdragtst_qquickdroparea...
 | 
 | 150-51538 | 
| 1544 |  | - | 
| 1545 | QMetaMethod m; | - | 
| 1546 |  | - | 
| 1547 | if (_m.isT1() ) {| TRUE | evaluated 150 times by 9 tests Evaluated by:tst_examplestst_flickableinteroptst_qmlcachegentst_qqmlecmascripttst_qqmlincubatortst_qqmlqttst_qqmlxmlhttprequesttst_qquicktaphandlertst_qquickworkerscript
 |  | FALSE | never evaluated | 
 | 0-150 | 
| 1548 | QQmlPropertyCache *c = _m.asT1(); | - | 
| 1549 | ((data.coreIndex() < c->methodIndexCacheStart + c->methodIndexCache.count()) ? static_cast<void>(0) : qt_assert("data.coreIndex() < c->methodIndexCacheStart + c->methodIndexCache.count()", __FILE__, 1599)); | - | 
| 1550 |  | - | 
| 1551 | while (data.coreIndex() < c->methodIndexCacheStart )| TRUE | never evaluated |  | FALSE | evaluated 150 times by 9 tests Evaluated by:tst_examplestst_flickableinteroptst_qmlcachegentst_qqmlecmascripttst_qqmlincubatortst_qqmlqttst_qqmlxmlhttprequesttst_qquicktaphandlertst_qquickworkerscript
 | 
 | 0-150 | 
| 1552 | c = c->_parent; never executed: c = c->_parent; | 0 | 
| 1553 |  | - | 
| 1554 | const QMetaObject *metaObject = c->createMetaObject(); | - | 
| 1555 | ((metaObject) ? static_cast<void>(0) : qt_assert("metaObject", __FILE__, 1605)); | - | 
| 1556 | m = metaObject->method(data.coreIndex()); | - | 
| 1557 | } executed 150 times by 9 testselse {:  end of blockExecuted by:tst_examplestst_flickableinteroptst_qmlcachegentst_qqmlecmascripttst_qqmlincubatortst_qqmlqttst_qqmlxmlhttprequesttst_qquicktaphandlertst_qquickworkerscript
 | 150 | 
| 1558 | m = _m.asT2()->method(data.coreIndex()); | - | 
| 1559 | } never executed: end of block | 0 | 
| 1560 |  | - | 
| 1561 | type = m.returnType(); | - | 
| 1562 | propTypeName = m.typeName(); | - | 
| 1563 | } executed 150 times by 9 tests:  end of blockExecuted by:tst_examplestst_flickableinteroptst_qmlcachegentst_qqmlecmascripttst_qqmlincubatortst_qqmlqttst_qqmlxmlhttprequesttst_qquicktaphandlertst_qquickworkerscript
 | 150 | 
| 1564 |  | - | 
| 1565 | QMetaType::TypeFlags flags = QMetaType::typeFlags(type); | - | 
| 1566 | if (flags & QMetaType::IsEnumeration ) {| TRUE | evaluated 2 times by 1 test |  | FALSE | evaluated 51686 times by 49 tests Evaluated by:tst_examplestst_flickableinteroptst_qjsenginetst_qmlcachegentst_qqmlcomponenttst_qqmlcontexttst_qqmlecmascripttst_qqmlincubatortst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetatypetst_qqmlpropertymaptst_qqmlqttst_qqmltimertst_qqmltranslationtst_qqmltypeloadertst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickanimationstst_qquickdrag...
 | 
 | 2-51686 | 
| 1567 | type = QVariant::Int; | - | 
| 1568 | } executed 2 times by 1 testelse if (type == QMetaType::UnknownType:  end of block ||| TRUE | evaluated 2 times by 1 test |  | FALSE | evaluated 51684 times by 49 tests Evaluated by:tst_examplestst_flickableinteroptst_qjsenginetst_qmlcachegentst_qqmlcomponenttst_qqmlcontexttst_qqmlecmascripttst_qqmlincubatortst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetatypetst_qqmlpropertymaptst_qqmlqttst_qqmltimertst_qqmltranslationtst_qqmltypeloadertst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickanimationstst_qquickdrag...
 | 
 | 2-51684 | 
| 1569 | (type >= (int)QVariant::UserType && !(flags & QMetaType::PointerToQObject)| TRUE | evaluated 30915 times by 18 tests Evaluated by:tst_examplestst_qjsenginetst_qmlcachegentst_qqmlecmascripttst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmltranslationtst_qqmlvaluetypeproviderstst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickgridviewtst_qquickitem2tst_qquicklayoutstst_qquicklistviewtst_qquickrepeatertst_qquickvisualdatamodeltst_quicktestmainwithsetup
 |  | FALSE | evaluated 20769 times by 48 tests Evaluated by:tst_examplestst_flickableinteroptst_qjsenginetst_qmlcachegentst_qqmlcomponenttst_qqmlcontexttst_qqmlecmascripttst_qqmlincubatortst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetatypetst_qqmlpropertymaptst_qqmlqttst_qqmltimertst_qqmltypeloadertst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickanimationstst_qquickdragtst_qquickdroparea...
 | 
&&| TRUE | evaluated 30288 times by 17 tests Evaluated by:tst_examplestst_qjsenginetst_qmlcachegentst_qqmlecmascripttst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmltranslationtst_qqmlvaluetypeproviderstst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickgridviewtst_qquicklayoutstst_qquicklistviewtst_qquickrepeatertst_qquickvisualdatamodeltst_quicktestmainwithsetup
 |  | FALSE | evaluated 627 times by 4 tests Evaluated by:tst_qqmlecmascripttst_qquickitem2tst_qquicklistviewtst_qquickrepeater
 | 
 | 627-30915 | 
| 1570 | type != qMetaTypeId<QJSValue>() )) {| TRUE | evaluated 30280 times by 16 tests Evaluated by:tst_examplestst_qmlcachegentst_qqmlecmascripttst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmltranslationtst_qqmlvaluetypeproviderstst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickgridviewtst_qquicklayoutstst_qquicklistviewtst_qquickrepeatertst_qquickvisualdatamodeltst_quicktestmainwithsetup
 |  | FALSE | evaluated 8 times by 2 tests Evaluated by:tst_qjsenginetst_qqmlecmascript
 | 
 | 8-30280 | 
| 1571 |  | - | 
| 1572 | type = EnumType(metaObject(), propTypeName, type); | - | 
| 1573 | } executed 30282 times by 16 tests:  end of blockExecuted by:tst_examplestst_qmlcachegentst_qqmlecmascripttst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmltranslationtst_qqmlvaluetypeproviderstst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickgridviewtst_qquicklayoutstst_qquicklistviewtst_qquickrepeatertst_qquickvisualdatamodeltst_quicktestmainwithsetup
 | 30282 | 
| 1574 |  | - | 
| 1575 | if (type == QMetaType::UnknownType ) {| TRUE | evaluated 2 times by 1 test |  | FALSE | evaluated 51686 times by 49 tests Evaluated by:tst_examplestst_flickableinteroptst_qjsenginetst_qmlcachegentst_qqmlcomponenttst_qqmlcontexttst_qqmlecmascripttst_qqmlincubatortst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetatypetst_qqmlpropertymaptst_qqmlqttst_qqmltimertst_qqmltranslationtst_qqmltypeloadertst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickanimationstst_qquickdrag...
 | 
 | 2-51686 | 
| 1576 | if (unknownTypeError ) *| TRUE | evaluated 2 times by 1 test |  | FALSE | never evaluated | 
executed 2 times by 1 testunknownTypeError = propTypeName;:  *unknownTypeError = propTypeName; executed 2 times by 1 test:  *unknownTypeError = propTypeName; | 0-2 | 
| 1577 | } executed 2 times by 1 test:  end of block | 2 | 
| 1578 |  | - | 
| 1579 | return executed 51688 times by 49 teststype;:  return type;Executed by:tst_examplestst_flickableinteroptst_qjsenginetst_qmlcachegentst_qqmlcomponenttst_qqmlcontexttst_qqmlecmascripttst_qqmlincubatortst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetatypetst_qqmlpropertymaptst_qqmlqttst_qqmltimertst_qqmltranslationtst_qqmltypeloadertst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickanimationstst_qquickdrag...
 executed 51688 times by 49 tests:  return type;Executed by:tst_examplestst_flickableinteroptst_qjsenginetst_qmlcachegentst_qqmlcomponenttst_qqmlcontexttst_qqmlecmascripttst_qqmlincubatortst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetatypetst_qqmlpropertymaptst_qqmlqttst_qqmltimertst_qqmltranslationtst_qqmltypeloadertst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickanimationstst_qquickdrag...
 | 51688 | 
| 1580 | } | - | 
| 1581 |  | - | 
| 1582 | int *QQmlMetaObject::methodParameterTypes(int index, ArgTypeStorage *argStorage, | - | 
| 1583 | QByteArray *unknownTypeError) const | - | 
| 1584 | { | - | 
| 1585 | ((!_m.isNull() && index >= 0) ? static_cast<void>(0) : qt_assert("!_m.isNull() && index >= 0", __FILE__, 1635)); | - | 
| 1586 |  | - | 
| 1587 | if (_m.isT1() ) {| TRUE | evaluated 140996 times by 65 tests Evaluated by:tst_examplestst_flickableinteroptst_qjsenginetst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlconnectionstst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlprofilerservicetst_qqmlpropertymaptst_qqmlqttst_qqmlstatemachinetst_qqmltimertst_qqmltranslationtst_qqmltypeloadertst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequest...
 |  | FALSE | evaluated 8046 times by 61 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmoduleplugintst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlstatemachinetst_qqmltypeloader...
 | 
 | 8046-140996 | 
| 1588 | typedef QQmlPropertyCacheMethodArguments A; | - | 
| 1589 |  | - | 
| 1590 | QQmlPropertyCache *c = _m.asT1(); | - | 
| 1591 | ((index < c->methodIndexCacheStart + c->methodIndexCache.count()) ? static_cast<void>(0) : qt_assert("index < c->methodIndexCacheStart + c->methodIndexCache.count()", __FILE__, 1641)); | - | 
| 1592 |  | - | 
| 1593 | while (index < c->methodIndexCacheStart )| TRUE | evaluated 212887 times by 43 tests Evaluated by:tst_examplestst_flickableinteroptst_qqmlbindingtst_qqmlconnectionstst_qqmlecmascripttst_qqmlitemmodelstst_qqmllistmodeltst_qqmlprofilerservicetst_qqmlqttst_qqmlstatemachinetst_qqmltimertst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickanimationstst_qquickbehaviorstst_qquickcustomaffectortst_qquickdraghandlertst_qquickdropareatst_qquickflickabletst_qquickfocusscopetst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquicklayouts...
 |  | FALSE | evaluated 140996 times by 65 tests Evaluated by:tst_examplestst_flickableinteroptst_qjsenginetst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlconnectionstst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlprofilerservicetst_qqmlpropertymaptst_qqmlqttst_qqmlstatemachinetst_qqmltimertst_qqmltranslationtst_qqmltypeloadertst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequest...
 | 
 | 140996-212887 | 
| 1594 | c = c->_parent; executed 212887 times by 43 tests:  c = c->_parent;Executed by:tst_examplestst_flickableinteroptst_qqmlbindingtst_qqmlconnectionstst_qqmlecmascripttst_qqmlitemmodelstst_qqmllistmodeltst_qqmlprofilerservicetst_qqmlqttst_qqmlstatemachinetst_qqmltimertst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickanimationstst_qquickbehaviorstst_qquickcustomaffectortst_qquickdraghandlertst_qquickdropareatst_qquickflickabletst_qquickfocusscopetst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquicklayouts...
 | 212887 | 
| 1595 |  | - | 
| 1596 | QQmlPropertyData *rv = const_cast<QQmlPropertyData *>(&c->methodIndexCache.at(index - c->methodIndexCacheStart)); | - | 
| 1597 |  | - | 
| 1598 | if (rv->arguments() && static_cast<| TRUE | evaluated 137904 times by 53 tests Evaluated by:tst_examplestst_flickableinteroptst_qjsenginetst_qmlcachegentst_qqmlbindingtst_qqmlconnectionstst_qqmlecmascripttst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlqttst_qqmlstatemachinetst_qqmltimertst_qqmltranslationtst_qqmltypeloadertst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickanimationstst_qquickapplicationtst_qquickbehaviorstst_qquickcustomaffector...
 |  | FALSE | evaluated 3092 times by 65 tests Evaluated by:tst_examplestst_flickableinteroptst_qjsenginetst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlconnectionstst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlprofilerservicetst_qqmlpropertymaptst_qqmlqttst_qqmlstatemachinetst_qqmltimertst_qqmltranslationtst_qqmltypeloadertst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequest...
 | 
A *>(rv->arguments())->argumentsValid| TRUE | evaluated 137904 times by 53 tests Evaluated by:tst_examplestst_flickableinteroptst_qjsenginetst_qmlcachegentst_qqmlbindingtst_qqmlconnectionstst_qqmlecmascripttst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlqttst_qqmlstatemachinetst_qqmltimertst_qqmltranslationtst_qqmltypeloadertst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickanimationstst_qquickapplicationtst_qquickbehaviorstst_qquickcustomaffector...
 |  | FALSE | never evaluated | 
)| TRUE | evaluated 137904 times by 53 tests Evaluated by:tst_examplestst_flickableinteroptst_qjsenginetst_qmlcachegentst_qqmlbindingtst_qqmlconnectionstst_qqmlecmascripttst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlqttst_qqmlstatemachinetst_qqmltimertst_qqmltranslationtst_qqmltypeloadertst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickanimationstst_qquickapplicationtst_qquickbehaviorstst_qquickcustomaffector...
 |  | FALSE | never evaluated | 
 | 0-137904 | 
| 1599 | return executed 137904 times by 53 testsstatic_cast<A *>(rv->arguments())->arguments;:  return static_cast<A *>(rv->arguments())->arguments;Executed by:tst_examplestst_flickableinteroptst_qjsenginetst_qmlcachegentst_qqmlbindingtst_qqmlconnectionstst_qqmlecmascripttst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlqttst_qqmlstatemachinetst_qqmltimertst_qqmltranslationtst_qqmltypeloadertst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickanimationstst_qquickapplicationtst_qquickbehaviorstst_qquickcustomaffector...
 executed 137904 times by 53 tests:  return static_cast<A *>(rv->arguments())->arguments;Executed by:tst_examplestst_flickableinteroptst_qjsenginetst_qmlcachegentst_qqmlbindingtst_qqmlconnectionstst_qqmlecmascripttst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlqttst_qqmlstatemachinetst_qqmltimertst_qqmltranslationtst_qqmltypeloadertst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickanimationstst_qquickapplicationtst_qquickbehaviorstst_qquickcustomaffector...
 | 137904 | 
| 1600 |  | - | 
| 1601 | const QMetaObject *metaObject = c->createMetaObject(); | - | 
| 1602 | ((metaObject) ? static_cast<void>(0) : qt_assert("metaObject", __FILE__, 1652)); | - | 
| 1603 | QMetaMethod m = metaObject->method(index); | - | 
| 1604 |  | - | 
| 1605 | int argc = m.parameterCount(); | - | 
| 1606 | if (!rv->arguments() ) {| TRUE | evaluated 3092 times by 65 tests Evaluated by:tst_examplestst_flickableinteroptst_qjsenginetst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlconnectionstst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlprofilerservicetst_qqmlpropertymaptst_qqmlqttst_qqmlstatemachinetst_qqmltimertst_qqmltranslationtst_qqmltypeloadertst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequest...
 |  | FALSE | never evaluated | 
 | 0-3092 | 
| 1607 | A *args = c->createArgumentsObject(argc, m.parameterNames()); | - | 
| 1608 | rv->setArguments(args); | - | 
| 1609 | } executed 3092 times by 65 tests:  end of blockExecuted by:tst_examplestst_flickableinteroptst_qjsenginetst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlconnectionstst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlprofilerservicetst_qqmlpropertymaptst_qqmlqttst_qqmlstatemachinetst_qqmltimertst_qqmltranslationtst_qqmltypeloadertst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequest...
 | 3092 | 
| 1610 | A *args = static_cast<A *>(rv->arguments()); | - | 
| 1611 |  | - | 
| 1612 | QList<QByteArray> argTypeNames; | - | 
| 1613 |  | - | 
| 1614 | for (int ii = 0; ii < argc ; ++ii) {| TRUE | evaluated 3402 times by 44 tests Evaluated by:tst_examplestst_qjsenginetst_qmlcachegentst_qqmlbindingtst_qqmlecmascripttst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlqttst_qqmltranslationtst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickapplicationtst_qquickcustomaffectortst_qquickdraghandlertst_qquickdropareatst_qquickflickabletst_qquickfocusscopetst_qquickgridviewtst_qquickitemtst_qquickitem2...
 |  | FALSE | evaluated 3088 times by 65 tests Evaluated by:tst_examplestst_flickableinteroptst_qjsenginetst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlconnectionstst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlprofilerservicetst_qqmlpropertymaptst_qqmlqttst_qqmlstatemachinetst_qqmltimertst_qqmltranslationtst_qqmltypeloadertst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequest...
 | 
 | 3088-3402 | 
| 1615 | int type = m.parameterType(ii); | - | 
| 1616 | QMetaType::TypeFlags flags = QMetaType::typeFlags(type); | - | 
| 1617 | if (flags & QMetaType::IsEnumeration )| TRUE | evaluated 34 times by 4 tests Evaluated by:tst_qjsenginetst_qqmlecmascripttst_qqmlqttst_qquickitem2
 |  | FALSE | evaluated 3368 times by 44 tests Evaluated by:tst_examplestst_qjsenginetst_qmlcachegentst_qqmlbindingtst_qqmlecmascripttst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlqttst_qqmltranslationtst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickapplicationtst_qquickcustomaffectortst_qquickdraghandlertst_qquickdropareatst_qquickflickabletst_qquickfocusscopetst_qquickgridviewtst_qquickitemtst_qquickitem2...
 | 
 | 34-3368 | 
| 1618 | type = QVariant::Int; executed 34 times by 4 tests:  type = QVariant::Int;Executed by:tst_qjsenginetst_qqmlecmascripttst_qqmlqttst_qquickitem2
 | 34 | 
| 1619 | else if (type == QMetaType::UnknownType ||| TRUE | evaluated 18 times by 6 tests Evaluated by:tst_qqmlecmascripttst_qqmlqttst_qquickapplicationtst_qquickfocusscopetst_qquickitemtst_qquickloader
 |  | FALSE | evaluated 3350 times by 42 tests Evaluated by:tst_examplestst_qjsenginetst_qmlcachegentst_qqmlbindingtst_qqmlecmascripttst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmltranslationtst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickcustomaffectortst_qquickdraghandlertst_qquickdropareatst_qquickflickabletst_qquickfocusscopetst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquickitemparticletst_qquicklayouts...
 | 
 | 18-3350 | 
| 1620 | (type >= (int)QVariant::UserType && !(flags & QMetaType::PointerToQObject)| TRUE | evaluated 1234 times by 22 tests Evaluated by:tst_examplestst_qjsenginetst_qmlcachegentst_qqmlecmascripttst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qquickcustomaffectortst_qquickdraghandlertst_qquickdropareatst_qquickitemtst_qquickitem2tst_qquickitemparticletst_qquicklayoutstst_qquicklistviewtst_qquickmouseareatst_qquickmultipointtouchareatst_qquickpinchareatst_qquicktexttst_qquickvisualdatamodeltst_qquickwidgettst_qquickworkerscript
 |  | FALSE | evaluated 2116 times by 35 tests Evaluated by:tst_examplestst_qjsenginetst_qmlcachegentst_qqmlbindingtst_qqmlecmascripttst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmltranslationtst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickcustomaffectortst_qquickflickabletst_qquickfocusscopetst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquickitemparticletst_qquicklayoutstst_qquicklistviewtst_qquickloader...
 | 
&&| TRUE | evaluated 1146 times by 12 tests Evaluated by:tst_examplestst_qjsenginetst_qmlcachegentst_qqmlecmascripttst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qquickcustomaffectortst_qquicklayoutstst_qquickmultipointtouchareatst_qquickvisualdatamodeltst_qquickworkerscript
 |  | FALSE | evaluated 88 times by 14 tests Evaluated by:tst_qqmlecmascripttst_qqmlitemmodelstst_qquickdraghandlertst_qquickdropareatst_qquickitemtst_qquickitem2tst_qquickitemparticletst_qquicklayoutstst_qquicklistviewtst_qquickmouseareatst_qquickmultipointtouchareatst_qquickpinchareatst_qquicktexttst_qquickwidget
 | 
 | 88-2116 | 
| 1621 | type != qMetaTypeId<QJSValue>() )) {| TRUE | evaluated 1132 times by 11 tests Evaluated by:tst_examplestst_qjsenginetst_qmlcachegentst_qqmlecmascripttst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qquickcustomaffectortst_qquickmultipointtouchareatst_qquickvisualdatamodeltst_qquickworkerscript
 |  | FALSE | evaluated 14 times by 2 tests Evaluated by:tst_qqmlecmascripttst_qquicklayouts
 | 
 | 14-1132 | 
| 1622 |  | - | 
| 1623 | if (argTypeNames.isEmpty() )| TRUE | evaluated 1146 times by 16 tests Evaluated by:tst_examplestst_qjsenginetst_qmlcachegentst_qqmlecmascripttst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmlqttst_qquickapplicationtst_qquickcustomaffectortst_qquickfocusscopetst_qquickitemtst_qquickloadertst_qquickmultipointtouchareatst_qquickvisualdatamodeltst_qquickworkerscript
 |  | FALSE | evaluated 4 times by 2 tests Evaluated by:tst_examplestst_qquickvisualdatamodel
 | 
 | 4-1146 | 
| 1624 | argTypeNames = m.parameterTypes(); executed 1146 times by 16 tests:  argTypeNames = m.parameterTypes();Executed by:tst_examplestst_qjsenginetst_qmlcachegentst_qqmlecmascripttst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmlqttst_qquickapplicationtst_qquickcustomaffectortst_qquickfocusscopetst_qquickitemtst_qquickloadertst_qquickmultipointtouchareatst_qquickvisualdatamodeltst_qquickworkerscript
 | 1146 | 
| 1625 | type = EnumType(metaObject, argTypeNames.at(ii), type); | - | 
| 1626 | } executed 1150 times by 16 tests:  end of blockExecuted by:tst_examplestst_qjsenginetst_qmlcachegentst_qqmlecmascripttst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmlqttst_qquickapplicationtst_qquickcustomaffectortst_qquickfocusscopetst_qquickitemtst_qquickloadertst_qquickmultipointtouchareatst_qquickvisualdatamodeltst_qquickworkerscript
 | 1150 | 
| 1627 | if (type == QMetaType::UnknownType ) {| TRUE | evaluated 4 times by 1 test |  | FALSE | evaluated 3398 times by 44 tests Evaluated by:tst_examplestst_qjsenginetst_qmlcachegentst_qqmlbindingtst_qqmlecmascripttst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlqttst_qqmltranslationtst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickapplicationtst_qquickcustomaffectortst_qquickdraghandlertst_qquickdropareatst_qquickflickabletst_qquickfocusscopetst_qquickgridviewtst_qquickitemtst_qquickitem2...
 | 
 | 4-3398 | 
| 1628 | if (unknownTypeError ) *| TRUE | evaluated 2 times by 1 test |  | FALSE | evaluated 2 times by 1 test | 
executed 2 times by 1 testunknownTypeError = argTypeNames.at(ii);:  *unknownTypeError = argTypeNames.at(ii); executed 2 times by 1 test:  *unknownTypeError = argTypeNames.at(ii); | 2 | 
| 1629 | return executed 4 times by 1 testnullptr;:  return nullptr; executed 4 times by 1 test:  return nullptr; | 4 | 
| 1630 | } | - | 
| 1631 | args->arguments[ii + 1] = type; | - | 
| 1632 | } executed 3398 times by 44 tests:  end of blockExecuted by:tst_examplestst_qjsenginetst_qmlcachegentst_qqmlbindingtst_qqmlecmascripttst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlqttst_qqmltranslationtst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickapplicationtst_qquickcustomaffectortst_qquickdraghandlertst_qquickdropareatst_qquickflickabletst_qquickfocusscopetst_qquickgridviewtst_qquickitemtst_qquickitem2...
 | 3398 | 
| 1633 | args->argumentsValid = true; | - | 
| 1634 | return executed 3088 times by 65 testsstatic_cast<A *>(rv->arguments())->arguments;:  return static_cast<A *>(rv->arguments())->arguments;Executed by:tst_examplestst_flickableinteroptst_qjsenginetst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlconnectionstst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlprofilerservicetst_qqmlpropertymaptst_qqmlqttst_qqmlstatemachinetst_qqmltimertst_qqmltranslationtst_qqmltypeloadertst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequest...
 executed 3088 times by 65 tests:  return static_cast<A *>(rv->arguments())->arguments;Executed by:tst_examplestst_flickableinteroptst_qjsenginetst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlconnectionstst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlprofilerservicetst_qqmlpropertymaptst_qqmlqttst_qqmlstatemachinetst_qqmltimertst_qqmltranslationtst_qqmltypeloadertst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequest...
 | 3088 | 
| 1635 |  | - | 
| 1636 | } else { | - | 
| 1637 | QMetaMethod m = _m.asT2()->method(index); | - | 
| 1638 | return executed 8046 times by 61 testsmethodParameterTypes(m, argStorage, unknownTypeError);:  return methodParameterTypes(m, argStorage, unknownTypeError);Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmoduleplugintst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlstatemachinetst_qqmltypeloader...
 executed 8046 times by 61 tests:  return methodParameterTypes(m, argStorage, unknownTypeError);Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmoduleplugintst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlstatemachinetst_qqmltypeloader...
 | 8046 | 
| 1639 |  | - | 
| 1640 | } | - | 
| 1641 | } | - | 
| 1642 |  | - | 
| 1643 | int *QQmlMetaObject::methodParameterTypes(const QMetaMethod &m, ArgTypeStorage *argStorage, | - | 
| 1644 | QByteArray *unknownTypeError) const | - | 
| 1645 | { | - | 
| 1646 | ((argStorage) ? static_cast<void>(0) : qt_assert("argStorage", __FILE__, 1696)); | - | 
| 1647 |  | - | 
| 1648 | int argc = m.parameterCount(); | - | 
| 1649 | argStorage->resize(argc + 1); | - | 
| 1650 | argStorage->operator[](0) = argc; | - | 
| 1651 | QList<QByteArray> argTypeNames; | - | 
| 1652 |  | - | 
| 1653 | for (int ii = 0; ii < argc ; ++ii) {| TRUE | evaluated 1286 times by 6 tests Evaluated by:tst_qjsenginetst_qqmllistmodelworkerscripttst_qquickfocusscopetst_qquickitemtst_qquickitem2tst_qquickvisualdatamodel
 |  | FALSE | evaluated 8068 times by 62 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmoduleplugintst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlstatemachine...
 | 
 | 1286-8068 | 
| 1654 | int type = m.parameterType(ii); | - | 
| 1655 | QMetaType::TypeFlags flags = QMetaType::typeFlags(type); | - | 
| 1656 | if (flags & QMetaType::IsEnumeration )| TRUE | never evaluated |  | FALSE | evaluated 1286 times by 6 tests Evaluated by:tst_qjsenginetst_qqmllistmodelworkerscripttst_qquickfocusscopetst_qquickitemtst_qquickitem2tst_qquickvisualdatamodel
 | 
 | 0-1286 | 
| 1657 | type = QVariant::Int; never executed: type = QVariant::Int; | 0 | 
| 1658 | else if (type == QMetaType::UnknownType ||| TRUE | never evaluated |  | FALSE | evaluated 1286 times by 6 tests Evaluated by:tst_qjsenginetst_qqmllistmodelworkerscripttst_qquickfocusscopetst_qquickitemtst_qquickitem2tst_qquickvisualdatamodel
 | 
 | 0-1286 | 
| 1659 | (type >= (int)QVariant::UserType && !(flags & QMetaType::PointerToQObject)| TRUE | evaluated 296 times by 5 tests Evaluated by:tst_qqmllistmodelworkerscripttst_qquickfocusscopetst_qquickitemtst_qquickitem2tst_qquickvisualdatamodel
 |  | FALSE | evaluated 990 times by 2 tests Evaluated by:tst_qjsenginetst_qqmllistmodelworkerscript
 | 
&&| TRUE | evaluated 236 times by 2 tests Evaluated by:tst_qqmllistmodelworkerscripttst_qquickvisualdatamodel
 |  | FALSE | evaluated 60 times by 3 tests Evaluated by:tst_qquickfocusscopetst_qquickitemtst_qquickitem2
 | 
 | 60-990 | 
| 1660 | type != qMetaTypeId<QJSValue>() )) {| TRUE | evaluated 236 times by 2 tests Evaluated by:tst_qqmllistmodelworkerscripttst_qquickvisualdatamodel
 |  | FALSE | never evaluated | 
 | 0-236 | 
| 1661 |  | - | 
| 1662 | if (argTypeNames.isEmpty() )| TRUE | evaluated 198 times by 2 tests Evaluated by:tst_qqmllistmodelworkerscripttst_qquickvisualdatamodel
 |  | FALSE | evaluated 38 times by 1 test Evaluated by:tst_qquickvisualdatamodel
 | 
 | 38-198 | 
| 1663 | argTypeNames = m.parameterTypes(); executed 198 times by 2 tests:  argTypeNames = m.parameterTypes();Executed by:tst_qqmllistmodelworkerscripttst_qquickvisualdatamodel
 | 198 | 
| 1664 | type = EnumType(_m.asT2(), argTypeNames.at(ii), type); | - | 
| 1665 | } executed 236 times by 2 tests:  end of blockExecuted by:tst_qqmllistmodelworkerscripttst_qquickvisualdatamodel
 | 236 | 
| 1666 | if (type == QMetaType::UnknownType ) {| TRUE | never evaluated |  | FALSE | evaluated 1286 times by 6 tests Evaluated by:tst_qjsenginetst_qqmllistmodelworkerscripttst_qquickfocusscopetst_qquickitemtst_qquickitem2tst_qquickvisualdatamodel
 | 
 | 0-1286 | 
| 1667 | if (unknownTypeError ) *| TRUE | never evaluated |  | FALSE | never evaluated | 
never executed: unknownTypeError = argTypeNames.at(ii);*unknownTypeError = argTypeNames.at(ii); never executed: *unknownTypeError = argTypeNames.at(ii); | 0 | 
| 1668 | return never executed: nullptr;return nullptr; never executed: return nullptr; | 0 | 
| 1669 | } | - | 
| 1670 | argStorage->operator[](ii + 1) = type; | - | 
| 1671 | } executed 1286 times by 6 tests:  end of blockExecuted by:tst_qjsenginetst_qqmllistmodelworkerscripttst_qquickfocusscopetst_qquickitemtst_qquickitem2tst_qquickvisualdatamodel
 | 1286 | 
| 1672 |  | - | 
| 1673 | return executed 8068 times by 62 testsargStorage->data();:  return argStorage->data();Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmoduleplugintst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlstatemachine...
 executed 8068 times by 62 tests:  return argStorage->data();Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmoduleplugintst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlstatemachine...
 | 8068 | 
| 1674 | } | - | 
| 1675 |  | - | 
| 1676 | void QQmlObjectOrGadget::metacall(QMetaObject::Call type, int index, void **argv) const | - | 
| 1677 | { | - | 
| 1678 | if (ptr.isNull() ) {| TRUE | evaluated 8 times by 1 test |  | FALSE | evaluated 63966 times by 54 tests Evaluated by:tst_examplestst_flickableinteroptst_qjsenginetst_qmlcachegentst_qqmlcomponenttst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetatypetst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlsqldatabasetst_qqmltimertst_qqmltranslationtst_qqmltypeloadertst_qqmlvaluetypeproviderstst_qqmlvaluetypes...
 | 
 | 8-63966 | 
| 1679 | const QMetaObject *metaObject = _m.asT2(); | - | 
| 1680 | metaObject->d.static_metacall(nullptr, type, index, argv); | - | 
| 1681 | } executed 8 times by 1 test:  end of block | 8 | 
| 1682 | else if (ptr.isT1() ) {| TRUE | evaluated 63622 times by 54 tests Evaluated by:tst_examplestst_flickableinteroptst_qjsenginetst_qmlcachegentst_qqmlcomponenttst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetatypetst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlsqldatabasetst_qqmltimertst_qqmltranslationtst_qqmltypeloadertst_qqmlvaluetypeproviderstst_qqmlvaluetypes...
 |  | FALSE | evaluated 344 times by 5 tests Evaluated by:tst_examplestst_qqmlitemmodelstst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qquickanimationcontroller
 | 
 | 344-63622 | 
| 1683 | QMetaObject::metacall(ptr.asT1(), type, index, argv); | - | 
| 1684 | } executed 63622 times by 54 tests:  end of blockExecuted by:tst_examplestst_flickableinteroptst_qjsenginetst_qmlcachegentst_qqmlcomponenttst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetatypetst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlsqldatabasetst_qqmltimertst_qqmltranslationtst_qqmltypeloadertst_qqmlvaluetypeproviderstst_qqmlvaluetypes...
 | 63622 | 
| 1685 | else { | - | 
| 1686 | const QMetaObject *metaObject = _m.asT1()->metaObject(); | - | 
| 1687 | QQmlMetaObject::resolveGadgetMethodOrPropertyIndex(type, &metaObject, &index); | - | 
| 1688 | metaObject->d.static_metacall(reinterpret_cast<QObject*>(ptr.asT2()), type, index, argv); | - | 
| 1689 | } executed 344 times by 5 tests:  end of blockExecuted by:tst_examplestst_qqmlitemmodelstst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qquickanimationcontroller
 | 344 | 
| 1690 | } | - | 
| 1691 |  | - | 
| 1692 | int *QQmlStaticMetaObject::constructorParameterTypes(int index, ArgTypeStorage *dummy, | - | 
| 1693 | QByteArray *unknownTypeError) const | - | 
| 1694 | { | - | 
| 1695 | QMetaMethod m = _m.asT2()->constructor(index); | - | 
| 1696 | return executed 22 times by 1 testmethodParameterTypes(m, dummy, unknownTypeError);:  return methodParameterTypes(m, dummy, unknownTypeError); executed 22 times by 1 test:  return methodParameterTypes(m, dummy, unknownTypeError); | 22 | 
| 1697 | } | - | 
| 1698 |  | - | 
| 1699 |  | - | 
|  |  |  |