| Line | Source | Count | 
|---|
| 1 |  | - | 
| 2 |  | - | 
| 3 |  | - | 
| 4 |  | - | 
| 5 |  | - | 
| 6 |  | - | 
| 7 |  | - | 
| 8 |  | - | 
| 9 | class QCryptographicHash; | - | 
| 10 | class QMetaProperty; | - | 
| 11 | class QQmlEngine; | - | 
| 12 | class QJSEngine; | - | 
| 13 | class QQmlPropertyData; | - | 
| 14 | class QMetaObjectBuilder; | - | 
| 15 | class QQmlPropertyCacheMethodArguments; | - | 
| 16 | class QQmlVMEMetaObject; | - | 
| 17 | template <typename T> class QQmlPropertyCacheCreator; | - | 
| 18 | template <typename T> class QQmlPropertyCacheAliasCreator; | - | 
| 19 |  | - | 
| 20 |  | - | 
| 21 |  | - | 
| 22 |  | - | 
| 23 |  | - | 
| 24 | class QQmlPropertyRawData | - | 
| 25 | { | - | 
| 26 | public: | - | 
| 27 | typedef QObjectPrivate::StaticMetaCallFunction StaticMetaCallFunction; | - | 
| 28 |  | - | 
| 29 | struct Flags { | - | 
| 30 | enum Types { | - | 
| 31 | OtherType = 0, | - | 
| 32 | FunctionType = 1, | - | 
| 33 | QObjectDerivedType = 2, | - | 
| 34 | EnumType = 3, | - | 
| 35 | QListType = 4, | - | 
| 36 | QmlBindingType = 5, | - | 
| 37 | QJSValueType = 6, | - | 
| 38 | V4HandleType = 7, | - | 
| 39 | VarPropertyType = 8, | - | 
| 40 | QVariantType = 9 | - | 
| 41 | }; | - | 
| 42 |  | - | 
| 43 |  | - | 
| 44 |  | - | 
| 45 |  | - | 
| 46 |  | - | 
| 47 |  | - | 
| 48 | enum { BitsLeftInFlags = 10 }; | - | 
| 49 | unsigned _otherBits : BitsLeftInFlags; | - | 
| 50 |  | - | 
| 51 |  | - | 
| 52 | unsigned isConstant : 1; | - | 
| 53 | unsigned isWritable : 1; | - | 
| 54 | unsigned isResettable : 1; | - | 
| 55 | unsigned isAlias : 1; | - | 
| 56 | unsigned isFinal : 1; | - | 
| 57 | unsigned isOverridden : 1; | - | 
| 58 | unsigned isDirect : 1; | - | 
| 59 |  | - | 
| 60 | unsigned type : 4; | - | 
| 61 |  | - | 
| 62 |  | - | 
| 63 | unsigned isVMEFunction : 1; | - | 
| 64 | unsigned hasArguments : 1; | - | 
| 65 | unsigned isSignal : 1; | - | 
| 66 | unsigned isVMESignal : 1; | - | 
| 67 | unsigned isV4Function : 1; | - | 
| 68 | unsigned isSignalHandler : 1; | - | 
| 69 | unsigned isOverload : 1; | - | 
| 70 | unsigned isCloned : 1; | - | 
| 71 | unsigned isConstructor : 1; | - | 
| 72 |  | - | 
| 73 |  | - | 
| 74 | unsigned notFullyResolved : 1; | - | 
| 75 | unsigned overrideIndexIsProperty: 1; | - | 
| 76 |  | - | 
| 77 | inline Flags(); | - | 
| 78 | inline bool operator==(const Flags &other) const; | - | 
| 79 | inline void copyPropertyTypeFlags(Flags from); | - | 
| 80 | }; | - | 
| 81 |  | - | 
| 82 | Flags flags() const { return executed 992 times by 27 tests_flags;:  return _flags;Executed by:tst_examplestst_flickableinteroptst_qmldiskcachetst_qqmlcomponenttst_qqmlecmascripttst_qqmlmetaobjecttst_qqmlpropertytst_qqmlqttst_qqmlsettingstst_qqmltypeloadertst_qqmlvaluetypestst_qquickaccessibletst_qquickanimationstst_qquickbehaviorstst_qquickdraghandlertst_qquickflickabletst_qquickfontloadertst_qquickitemtst_qquicklayoutstst_qquicklistviewtst_qquickloadertst_qquickshadereffecttst_qquickshortcuttst_qquicktaphandlertst_qquicktext...
 executed 992 times by 27 tests}:  return _flags;Executed by:tst_examplestst_flickableinteroptst_qmldiskcachetst_qqmlcomponenttst_qqmlecmascripttst_qqmlmetaobjecttst_qqmlpropertytst_qqmlqttst_qqmlsettingstst_qqmltypeloadertst_qqmlvaluetypestst_qquickaccessibletst_qquickanimationstst_qquickbehaviorstst_qquickdraghandlertst_qquickflickabletst_qquickfontloadertst_qquickitemtst_qquicklayoutstst_qquicklistviewtst_qquickloadertst_qquickshadereffecttst_qquickshortcuttst_qquicktaphandlertst_qquicktext...
 | 992 | 
| 83 | void setFlags(Flags f) | - | 
| 84 | { | - | 
| 85 | unsigned otherBits = _flags._otherBits; | - | 
| 86 | _flags = f; | - | 
| 87 | _flags._otherBits = otherBits; | - | 
| 88 | } executed 727326 times by 146 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...
 | 727326 | 
| 89 |  | - | 
| 90 | bool isValid() const { return executed 2560010 times by 123 testscoreIndex() != -1;:  return coreIndex() != -1;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatype...
 executed 2560010 times by 123 tests}:  return coreIndex() != -1;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatype...
 | 2560010 | 
| 91 |  | - | 
| 92 | bool isConstant() const { return executed 1219832 times by 111 tests_flags.isConstant;:  return _flags.isConstant;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistreferencetst_qqmllocaletst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymaptst_qqmlqt...
 executed 1219832 times by 111 tests}:  return _flags.isConstant;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistreferencetst_qqmllocaletst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymaptst_qqmlqt...
 | 1219832 | 
| 93 | bool isWritable() const { return executed 509747 times by 143 tests_flags.isWritable;:  return _flags.isWritable;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 509747 times by 143 tests}:  return _flags.isWritable;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...
 | 509747 | 
| 94 | void setWritable(bool onoff) { _flags.isWritable = onoff; } executed 6 times by 2 tests:  end of blockExecuted by:tst_qqmlecmascripttst_qqmlvaluetypes
 | 6 | 
| 95 | bool isResettable() const { return executed 23640 times by 99 tests_flags.isResettable;:  return _flags.isResettable;Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 executed 23640 times by 99 tests}:  return _flags.isResettable;Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 | 23640 | 
| 96 | bool isAlias() const { return executed 1318649 times by 143 tests_flags.isAlias;:  return _flags.isAlias;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 1318649 times by 143 tests}:  return _flags.isAlias;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...
 | 1318649 | 
| 97 | bool isFinal() const { return executed 104 times by 8 tests_flags.isFinal;:  return _flags.isFinal;Executed by:tst_examplestst_flickableinteroptst_qqmlecmascripttst_qqmlitemmodelstst_qquickapplicationtst_qquickgridviewtst_qquicklistviewtst_qquickpincharea
 executed 104 times by 8 tests}:  return _flags.isFinal;Executed by:tst_examplestst_flickableinteroptst_qqmlecmascripttst_qqmlitemmodelstst_qquickapplicationtst_qquickgridviewtst_qquicklistviewtst_qquickpincharea
 | 104 | 
| 98 | bool isOverridden() const { return never executed: _flags.isOverridden;return _flags.isOverridden; never executed: }return _flags.isOverridden; | 0 | 
| 99 | bool isDirect() const { return executed 571016 times by 101 tests_flags.isDirect;:  return _flags.isDirect;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...
 executed 571016 times by 101 tests}:  return _flags.isDirect;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...
 | 571016 | 
| 100 | bool hasStaticMetaCallFunction() const { return executed 8796114 times by 141 testsstaticMetaCallFunction() != nullptr;:  return staticMetaCallFunction() != nullptr;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodels...
 executed 8796114 times by 141 tests}:  return staticMetaCallFunction() != nullptr;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodels...
 | 8796114 | 
| 101 | bool isFunction() const { return executed 8935568 times by 142 tests_flags.type == Flags::FunctionType;:  return _flags.type == Flags::FunctionType;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_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfo...
 executed 8935568 times by 142 tests}:  return _flags.type == Flags::FunctionType;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_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfo...
 | 8935568 | 
| 102 | bool isQObject() const { return executed 3751180 times by 139 tests_flags.type == Flags::QObjectDerivedType;:  return _flags.type == Flags::QObjectDerivedType;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodels...
 executed 3751180 times by 139 tests}:  return _flags.type == Flags::QObjectDerivedType;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodels...
 | 3751180 | 
| 103 | bool isEnum() const { return executed 1937294 times by 143 tests_flags.type == Flags::EnumType;:  return _flags.type == Flags::EnumType;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 1937294 times by 143 tests}:  return _flags.type == Flags::EnumType;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...
 | 1937294 | 
| 104 | bool isQList() const { return executed 7205577 times by 143 tests_flags.type == Flags::QListType;:  return _flags.type == Flags::QListType;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 7205577 times by 143 tests}:  return _flags.type == Flags::QListType;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...
 | 7205577 | 
| 105 | bool isQmlBinding() const { return never executed: _flags.type == Flags::QmlBindingType;return _flags.type == Flags::QmlBindingType; never executed: }return _flags.type == Flags::QmlBindingType; | 0 | 
| 106 | bool isQJSValue() const { return never executed: _flags.type == Flags::QJSValueType;return _flags.type == Flags::QJSValueType; never executed: }return _flags.type == Flags::QJSValueType; | 0 | 
| 107 | bool isV4Handle() const { return executed 284785 times by 65 tests_flags.type == Flags::V4HandleType;:  return _flags.type == Flags::V4HandleType;Executed by:tst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsonbindingtst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlsettingstst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickaccessible...
 executed 284785 times by 65 tests}:  return _flags.type == Flags::V4HandleType;Executed by:tst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsonbindingtst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlsettingstst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickaccessible...
 | 284785 | 
| 108 | bool isVarProperty() const { return executed 3383178 times by 128 tests_flags.type == Flags::VarPropertyType;:  return _flags.type == Flags::VarPropertyType;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 executed 3383178 times by 128 tests}:  return _flags.type == Flags::VarPropertyType;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 | 3383178 | 
| 109 | bool isQVariant() const { return executed 284701 times by 65 tests_flags.type == Flags::QVariantType;:  return _flags.type == Flags::QVariantType;Executed by:tst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsonbindingtst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlsettingstst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickaccessible...
 executed 284701 times by 65 tests}:  return _flags.type == Flags::QVariantType;Executed by:tst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsonbindingtst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlsettingstst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickaccessible...
 | 284701 | 
| 110 | bool isVMEFunction() const { return executed 210863 times by 73 tests_flags.isVMEFunction;:  return _flags.isVMEFunction;Executed by:tst_examplestst_flickableinteroptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlnotifiertst_qqmlprofilerservicetst_qqmlpropertytst_qqmlpropertymap...
 executed 210863 times by 73 tests}:  return _flags.isVMEFunction;Executed by:tst_examplestst_flickableinteroptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlnotifiertst_qqmlprofilerservicetst_qqmlpropertytst_qqmlpropertymap...
 | 210863 | 
| 111 | bool hasArguments() const { return executed 87707 times by 105 tests_flags.hasArguments;:  return _flags.hasArguments;Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscript...
 executed 87707 times by 105 tests}:  return _flags.hasArguments;Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscript...
 | 87707 | 
| 112 | bool isSignal() const { return executed 731935 times by 146 tests_flags.isSignal;:  return _flags.isSignal;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 731935 times by 146 tests}:  return _flags.isSignal;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...
 | 731935 | 
| 113 | bool isVMESignal() const { return executed 631134 times by 120 tests_flags.isVMESignal;:  return _flags.isVMESignal;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobject...
 executed 631134 times by 120 tests}:  return _flags.isVMESignal;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobject...
 | 631134 | 
| 114 | bool isV4Function() const { return executed 131462 times by 57 tests_flags.isV4Function;:  return _flags.isV4Function;Executed by:tst_examplestst_flickableinteroptst_qjsenginetst_qmlcachegentst_qqmlcomponenttst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetatypetst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlsqldatabasetst_qqmlstatemachinetst_qqmltimertst_qqmltranslationtst_qqmltypeloadertst_qqmlvaluetypeproviders...
 executed 131462 times by 57 tests}:  return _flags.isV4Function;Executed by:tst_examplestst_flickableinteroptst_qjsenginetst_qmlcachegentst_qqmlcomponenttst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetatypetst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlsqldatabasetst_qqmlstatemachinetst_qqmltimertst_qqmltranslationtst_qqmltypeloadertst_qqmlvaluetypeproviders...
 | 131462 | 
| 115 | bool isSignalHandler() const { return executed 2135394 times by 101 tests_flags.isSignalHandler;:  return _flags.isSignalHandler;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...
 executed 2135394 times by 101 tests}:  return _flags.isSignalHandler;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...
 | 2135394 | 
| 116 | bool isOverload() const { return executed 53982 times by 50 tests_flags.isOverload;:  return _flags.isOverload;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 53982 times by 50 tests}:  return _flags.isOverload;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...
 | 53982 | 
| 117 | void setOverload(bool onoff) { _flags.isOverload = onoff; } never executed: end of block | 0 | 
| 118 | bool isCloned() const { return executed 66741 times by 83 tests_flags.isCloned;:  return _flags.isCloned;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 66741 times by 83 tests}:  return _flags.isCloned;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...
 | 66741 | 
| 119 | bool isConstructor() const { return executed 44611 times by 29 tests_flags.isConstructor;:  return _flags.isConstructor;Executed by:tst_examplestst_qjsenginetst_qmlcachegentst_qqmlecmascripttst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmltranslationtst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickflickabletst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquickitemparticletst_qquicklayoutstst_qquicklistviewtst_qquickmouseareatst_qquickpathviewtst_qquickpositionerstst_qquickrepeater...
 executed 44611 times by 29 tests}:  return _flags.isConstructor;Executed by:tst_examplestst_qjsenginetst_qmlcachegentst_qqmlecmascripttst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmltranslationtst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickanimationcontrollertst_qquickflickabletst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquickitemparticletst_qquicklayoutstst_qquicklistviewtst_qquickmouseareatst_qquickpathviewtst_qquickpositionerstst_qquickrepeater...
 | 44611 | 
| 120 |  | - | 
| 121 | bool hasOverride() const { return executed 48718 times by 99 testsoverrideIndex() >= 0;:  return overrideIndex() >= 0;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...
 executed 48718 times by 99 tests}:  return overrideIndex() >= 0;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...
 | 48718 | 
| 122 | bool hasRevision() const { return executed 1541815 times by 66 testsrevision() != 0;:  return revision() != 0;Executed by:tst_bindingdependencyapitst_examplestst_multipointtoucharea_interoptst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlincubatortst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetatypetst_qqmlprofilerservicetst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlsettingstst_qqmltimer...
 executed 1541815 times by 66 tests}:  return revision() != 0;Executed by:tst_bindingdependencyapitst_examplestst_multipointtoucharea_interoptst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlincubatortst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetatypetst_qqmlprofilerservicetst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlsettingstst_qqmltimer...
 | 1541815 | 
| 123 |  | - | 
| 124 | bool isFullyResolved() const { return executed 14368783 times by 143 tests!_flags.notFullyResolved;:  return !_flags.notFullyResolved;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 14368783 times by 143 tests}:  return !_flags.notFullyResolved;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...
 | 14368783 | 
| 125 |  | - | 
| 126 | int propType() const { ((isFullyResolved()) ? static_cast<void>(0) : qt_assert("isFullyResolved()", __FILE__, 187)); return executed 13838609 times by 143 tests_propType;:  return _propType;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 13838609 times by 143 tests}:  return _propType;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...
 | 13838609 | 
| 127 | void setPropType(int pt) | - | 
| 128 | { | - | 
| 129 | ((pt >= 0) ? static_cast<void>(0) : qt_assert("pt >= 0", __FILE__, 190)); | - | 
| 130 | ((pt <= std::numeric_limits<qint16>::max()) ? static_cast<void>(0) : qt_assert("pt <= std::numeric_limits<qint16>::max()", __FILE__, 191)); | - | 
| 131 | _propType = quint16(pt); | - | 
| 132 | } executed 14178045 times by 146 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...
 | 14178045 | 
| 133 |  | - | 
| 134 | int notifyIndex() const { return executed 1241634 times by 126 tests_notifyIndex;:  return _notifyIndex;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 executed 1241634 times by 126 tests}:  return _notifyIndex;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 | 1241634 | 
| 135 | void setNotifyIndex(int idx) | - | 
| 136 | { | - | 
| 137 | ((idx >= std::numeric_limits<qint16>::min()) ? static_cast<void>(0) : qt_assert("idx >= std::numeric_limits<qint16>::min()", __FILE__, 198)); | - | 
| 138 | ((idx <= std::numeric_limits<qint16>::max()) ? static_cast<void>(0) : qt_assert("idx <= std::numeric_limits<qint16>::max()", __FILE__, 199)); | - | 
| 139 | _notifyIndex = qint16(idx); | - | 
| 140 | } executed 13833634 times by 146 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...
 | 13833634 | 
| 141 |  | - | 
| 142 | bool overrideIndexIsProperty() const { return executed 1476 times by 22 tests_flags.overrideIndexIsProperty;:  return _flags.overrideIndexIsProperty;Executed by:tst_examplestst_flickableinteroptst_qjsenginetst_qqmlecmascripttst_qqmlitemmodelstst_qqmlqttst_qqmlsettingstst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qquickapplicationtst_qquickdropareatst_qquickfocusscopetst_qquickgridviewtst_qquickitemtst_qquickitemparticletst_qquicklayoutstst_qquicklistviewtst_qquickmultipointtouchareatst_qquickpathviewtst_qquickpinchareatst_qquickvisualdatamodeltst_quicktestmainwithsetup
 executed 1476 times by 22 tests}:  return _flags.overrideIndexIsProperty;Executed by:tst_examplestst_flickableinteroptst_qjsenginetst_qqmlecmascripttst_qqmlitemmodelstst_qqmlqttst_qqmlsettingstst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qquickapplicationtst_qquickdropareatst_qquickfocusscopetst_qquickgridviewtst_qquickitemtst_qquickitemparticletst_qquicklayoutstst_qquicklistviewtst_qquickmultipointtouchareatst_qquickpathviewtst_qquickpinchareatst_qquickvisualdatamodeltst_quicktestmainwithsetup
 | 1476 | 
| 143 | void setOverrideIndexIsProperty(bool onoff) { _flags.overrideIndexIsProperty = onoff; } executed 43736 times by 137 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...
 | 43736 | 
| 144 |  | - | 
| 145 | int overrideIndex() const { return executed 50194 times by 99 tests_overrideIndex;:  return _overrideIndex;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...
 executed 50194 times by 99 tests}:  return _overrideIndex;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...
 | 50194 | 
| 146 | void setOverrideIndex(int idx) | - | 
| 147 | { | - | 
| 148 | ((idx >= std::numeric_limits<qint16>::min()) ? static_cast<void>(0) : qt_assert("idx >= std::numeric_limits<qint16>::min()", __FILE__, 209)); | - | 
| 149 | ((idx <= std::numeric_limits<qint16>::max()) ? static_cast<void>(0) : qt_assert("idx <= std::numeric_limits<qint16>::max()", __FILE__, 210)); | - | 
| 150 | _overrideIndex = qint16(idx); | - | 
| 151 | } executed 13659655 times by 146 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...
 | 13659655 | 
| 152 |  | - | 
| 153 | int coreIndex() const { return executed 12994258 times by 145 tests_coreIndex;:  return _coreIndex;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 12994258 times by 145 tests}:  return _coreIndex;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...
 | 12994258 | 
| 154 | void setCoreIndex(int idx) | - | 
| 155 | { | - | 
| 156 | ((idx >= std::numeric_limits<qint16>::min()) ? static_cast<void>(0) : qt_assert("idx >= std::numeric_limits<qint16>::min()", __FILE__, 217)); | - | 
| 157 | ((idx <= std::numeric_limits<qint16>::max()) ? static_cast<void>(0) : qt_assert("idx <= std::numeric_limits<qint16>::max()", __FILE__, 218)); | - | 
| 158 | _coreIndex = qint16(idx); | - | 
| 159 | } executed 14196219 times by 146 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...
 | 14196219 | 
| 160 |  | - | 
| 161 | quint8 revision() const { return executed 1541863 times by 66 tests_revision;:  return _revision;Executed by:tst_bindingdependencyapitst_examplestst_multipointtoucharea_interoptst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlincubatortst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetatypetst_qqmlprofilerservicetst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlsettingstst_qqmltimer...
 executed 1541863 times by 66 tests}:  return _revision;Executed by:tst_bindingdependencyapitst_examplestst_multipointtoucharea_interoptst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlincubatortst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetatypetst_qqmlprofilerservicetst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlsettingstst_qqmltimer...
 | 1541863 | 
| 162 | void setRevision(quint8 rev) | - | 
| 163 | { | - | 
| 164 | ((rev <= std::numeric_limits<quint8>::max()) ? static_cast<void>(0) : qt_assert("rev <= std::numeric_limits<quint8>::max()", __FILE__, 225)); | - | 
| 165 | _revision = quint8(rev); | - | 
| 166 | } executed 14132737 times by 146 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...
 | 14132737 | 
| 167 | quint8 typeMinorVersion() const { return executed 8606 times by 102 tests_typeMinorVersion;:  return _typeMinorVersion;Executed by:tst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlimporttst_qqmlincubatortst_qqmlinstantiatortst_qqmllistmodeltst_qqmlmetaobjecttst_qqmlprofilerservicetst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlsettingstst_qqmltimer...
 executed 8606 times by 102 tests}:  return _typeMinorVersion;Executed by:tst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlimporttst_qqmlincubatortst_qqmlinstantiatortst_qqmllistmodeltst_qqmlmetaobjecttst_qqmlprofilerservicetst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlsettingstst_qqmltimer...
 | 8606 | 
| 168 | void setTypeMinorVersion(quint8 rev) | - | 
| 169 | { | - | 
| 170 | ((rev <= std::numeric_limits<quint8>::max()) ? static_cast<void>(0) : qt_assert("rev <= std::numeric_limits<quint8>::max()", __FILE__, 250)); | - | 
| 171 | _typeMinorVersion = quint8(rev); | - | 
| 172 | } executed 24291 times by 102 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...
 | 24291 | 
| 173 |  | - | 
| 174 | QQmlPropertyCacheMethodArguments *arguments() const { return executed 432032 times by 73 tests_arguments;:  return _arguments;Executed by:tst_examplestst_flickableinteroptst_qjsenginetst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlprofilerservicetst_qqmlpropertymaptst_qqmlqttst_qqmlsettingstst_qqmlstatemachinetst_qqmltimertst_qqmltranslation...
 executed 432032 times by 73 tests}:  return _arguments;Executed by:tst_examplestst_flickableinteroptst_qjsenginetst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmetaobjecttst_qqmlprofilerservicetst_qqmlpropertymaptst_qqmlqttst_qqmlsettingstst_qqmlstatemachinetst_qqmltimertst_qqmltranslation...
 | 432032 | 
| 175 | void setArguments(QQmlPropertyCacheMethodArguments *args) { _arguments = args; } executed 13976762 times by 146 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...
 | 13976762 | 
| 176 |  | - | 
| 177 | int metaObjectOffset() const { return executed 96 times by 2 tests_metaObjectOffset;:  return _metaObjectOffset;Executed by:tst_qqmlecmascripttst_qquickitem2
 executed 96 times by 2 tests}:  return _metaObjectOffset;Executed by:tst_qqmlecmascripttst_qquickitem2
 | 96 | 
| 178 | void setMetaObjectOffset(int off) | - | 
| 179 | { | - | 
| 180 | ((off >= std::numeric_limits<qint16>::min()) ? static_cast<void>(0) : qt_assert("off >= std::numeric_limits<qint16>::min()", __FILE__, 260)); | - | 
| 181 | ((off <= std::numeric_limits<qint16>::max()) ? static_cast<void>(0) : qt_assert("off <= std::numeric_limits<qint16>::max()", __FILE__, 261)); | - | 
| 182 | _metaObjectOffset = qint16(off); | - | 
| 183 | } executed 14086353 times by 146 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...
 | 14086353 | 
| 184 |  | - | 
| 185 | StaticMetaCallFunction staticMetaCallFunction() const { return executed 12908663 times by 141 tests_staticMetaCallFunction;:  return _staticMetaCallFunction;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodels...
 executed 12908663 times by 141 tests}:  return _staticMetaCallFunction;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodels...
 | 12908663 | 
| 186 | void trySetStaticMetaCallFunction(StaticMetaCallFunction f, unsigned relativePropertyIndex) | - | 
| 187 | { | - | 
| 188 | if (relativePropertyIndex < (1 << Flags::BitsLeftInFlags) - 1 ) {| TRUE | evaluated 13761709 times by 146 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-13761709 | 
| 189 | _flags._otherBits = relativePropertyIndex; | - | 
| 190 | _staticMetaCallFunction = f; | - | 
| 191 | } executed 13761709 times by 146 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...
 | 13761709 | 
| 192 | } executed 13761709 times by 146 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...
 | 13761709 | 
| 193 | quint16 relativePropertyIndex() const { ((hasStaticMetaCallFunction()) ? static_cast<void>(0) : qt_assert("hasStaticMetaCallFunction()", __FILE__, 273)); return executed 4112549 times by 132 tests_flags._otherBits;:  return _flags._otherBits;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocale...
 executed 4112549 times by 132 tests}:  return _flags._otherBits;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocale...
 | 4112549 | 
| 194 |  | - | 
| 195 | private: | - | 
| 196 | Flags _flags; | - | 
| 197 | qint16 _coreIndex = 0; | - | 
| 198 | quint16 _propType = 0; | - | 
| 199 |  | - | 
| 200 |  | - | 
| 201 |  | - | 
| 202 | qint16 _notifyIndex = 0; | - | 
| 203 | qint16 _overrideIndex = 0; | - | 
| 204 |  | - | 
| 205 | quint8 _revision = 0; | - | 
| 206 | quint8 _typeMinorVersion = 0; | - | 
| 207 | qint16 _metaObjectOffset = 0; | - | 
| 208 |  | - | 
| 209 | QQmlPropertyCacheMethodArguments *_arguments = nullptr; | - | 
| 210 | StaticMetaCallFunction _staticMetaCallFunction = nullptr; | - | 
| 211 |  | - | 
| 212 | friend class QQmlPropertyData; | - | 
| 213 | friend class QQmlPropertyCache; | - | 
| 214 | }; | - | 
| 215 |  | - | 
| 216 |  | - | 
| 217 |  | - | 
| 218 |  | - | 
| 219 | static_assert(bool(sizeof(QQmlPropertyRawData) == 32), "sizeof(QQmlPropertyRawData) == 32"); | - | 
| 220 |  | - | 
| 221 |  | - | 
| 222 | class QQmlPropertyData : public QQmlPropertyRawData | - | 
| 223 | { | - | 
| 224 | public: | - | 
| 225 | enum WriteFlag { | - | 
| 226 | BypassInterceptor = 0x01, | - | 
| 227 | DontRemoveBinding = 0x02, | - | 
| 228 | RemoveBindingOnAliasWrite = 0x04 | - | 
| 229 | }; | - | 
| 230 | typedef QFlags<WriteFlag> WriteFlags; | - | 
| 231 |  | - | 
| 232 | inline QQmlPropertyData(); | - | 
| 233 | inline QQmlPropertyData(const QQmlPropertyRawData &); | - | 
| 234 |  | - | 
| 235 | inline bool operator==(const QQmlPropertyRawData &); | - | 
| 236 |  | - | 
| 237 | static Flags flagsForProperty(const QMetaProperty &); | - | 
| 238 | void load(const QMetaProperty &); | - | 
| 239 | void load(const QMetaMethod &); | - | 
| 240 | QString name(QObject *) const; | - | 
| 241 | QString name(const QMetaObject *) const; | - | 
| 242 |  | - | 
| 243 | void markAsOverrideOf(QQmlPropertyData *predecessor); | - | 
| 244 |  | - | 
| 245 | inline void readProperty(QObject *target, void *property) const | - | 
| 246 | { | - | 
| 247 | void *args[] = { property, nullptr }; | - | 
| 248 | readPropertyWithArgs(target, args); | - | 
| 249 | } executed 2741476 times by 119 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocale...
 | 2741476 | 
| 250 |  | - | 
| 251 | inline void readPropertyWithArgs(QObject *target, void *args[]) const | - | 
| 252 | { | - | 
| 253 | if (hasStaticMetaCallFunction() )| TRUE | evaluated 2425556 times by 106 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmlmoduleplugintst_qqmlnotifiertst_qqmlpropertytst_qqmlqttst_qqmltimertst_qqmltranslationtst_qqmltypeloader...
 |  | FALSE | evaluated 412619 times by 78 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmoduleplugintst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymap...
 | 
 | 412619-2425556 | 
| 254 | staticMetaCallFunction()(target, QMetaObject::ReadProperty, relativePropertyIndex(), args); executed 2425556 times by 106 tests:  staticMetaCallFunction()(target, QMetaObject::ReadProperty, relativePropertyIndex(), args);Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmlmoduleplugintst_qqmlnotifiertst_qqmlpropertytst_qqmlqttst_qqmltimertst_qqmltranslationtst_qqmltypeloader...
 | 2425556 | 
| 255 | else if (isDirect() )| TRUE | never evaluated |  | FALSE | evaluated 412619 times by 78 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmoduleplugintst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymap...
 | 
 | 0-412619 | 
| 256 | target->qt_metacall(QMetaObject::ReadProperty, coreIndex(), args); never executed: target->qt_metacall(QMetaObject::ReadProperty, coreIndex(), args); | 0 | 
| 257 | else | - | 
| 258 | QMetaObject::metacall(target, QMetaObject::ReadProperty, coreIndex(), args); executed 412619 times by 78 tests:  QMetaObject::metacall(target, QMetaObject::ReadProperty, coreIndex(), args);Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmoduleplugintst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymap...
 | 412619 | 
| 259 | } | - | 
| 260 |  | - | 
| 261 | bool writeProperty(QObject *target, void *value, WriteFlags flags) const | - | 
| 262 | { | - | 
| 263 | int status = -1; | - | 
| 264 | void *argv[] = { value, nullptr, &status, &flags }; | - | 
| 265 | if (flags.testFlag(BypassInterceptor) && hasStaticMetaCallFunction()| TRUE | evaluated 1845390 times by 139 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscript...
 |  | FALSE | evaluated 10549 times by 75 tests Evaluated by:tst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsonbindingtst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmoduleplugintst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlsettingstst_qqmlstatemachinetst_qqmltimertst_qqmltypeloader...
 | 
)| TRUE | evaluated 1686993 times by 127 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlmoduleplugin...
 |  | FALSE | evaluated 158397 times by 97 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocale...
 | 
 | 10549-1845390 | 
| 266 | staticMetaCallFunction()(target, QMetaObject::WriteProperty, relativePropertyIndex(), argv); executed 1686993 times by 127 tests:  staticMetaCallFunction()(target, QMetaObject::WriteProperty, relativePropertyIndex(), argv);Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlmoduleplugin...
 | 1686993 | 
| 267 | else if (flags.testFlag(BypassInterceptor) && isDirect()| TRUE | evaluated 158397 times by 97 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocale...
 |  | FALSE | evaluated 10549 times by 75 tests Evaluated by:tst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsonbindingtst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllocaletst_qqmlmoduleplugintst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymaptst_qqmlqttst_qqmlsettingstst_qqmlstatemachinetst_qqmltimertst_qqmltypeloader...
 | 
)| TRUE | never evaluated |  | FALSE | evaluated 158397 times by 97 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocale...
 | 
 | 0-158397 | 
| 268 | target->qt_metacall(QMetaObject::WriteProperty, coreIndex(), argv); never executed: target->qt_metacall(QMetaObject::WriteProperty, coreIndex(), argv); | 0 | 
| 269 | else | - | 
| 270 | QMetaObject::metacall(target, QMetaObject::WriteProperty, coreIndex(), argv); executed 168946 times by 102 tests:  QMetaObject::metacall(target, QMetaObject::WriteProperty, coreIndex(), argv);Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsonbindingtst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreference...
 | 168946 | 
| 271 | return executed 1855939 times by 140 teststrue;:  return true;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsonbindingtst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodel...
 executed 1855939 times by 140 tests:  return true;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsonbindingtst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodel...
 | 1855939 | 
| 272 | } | - | 
| 273 |  | - | 
| 274 | static Flags defaultSignalFlags() | - | 
| 275 | { | - | 
| 276 | Flags f; | - | 
| 277 | f.isSignal = true; | - | 
| 278 | f.type = Flags::FunctionType; | - | 
| 279 | f.isVMESignal = true; | - | 
| 280 | return executed 24581 times by 102 testsf;:  return f;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 24581 times by 102 tests:  return f;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...
 | 24581 | 
| 281 | } | - | 
| 282 |  | - | 
| 283 | static Flags defaultSlotFlags() | - | 
| 284 | { | - | 
| 285 | Flags f; | - | 
| 286 | f.type = Flags::FunctionType; | - | 
| 287 | f.isVMEFunction = true; | - | 
| 288 | return executed 9724 times by 55 testsf;:  return f;Executed 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...
 executed 9724 times by 55 tests:  return f;Executed 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 | 
| 289 | } | - | 
| 290 |  | - | 
| 291 | private: | - | 
| 292 | friend class QQmlPropertyCache; | - | 
| 293 | void lazyLoad(const QMetaProperty &); | - | 
| 294 | void lazyLoad(const QMetaMethod &); | - | 
| 295 | bool notFullyResolved() const { return executed 3678898 times by 144 tests_flags.notFullyResolved;:  return _flags.notFullyResolved;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 3678898 times by 144 tests}:  return _flags.notFullyResolved;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...
 | 3678898 | 
| 296 | }; | - | 
| 297 |  | - | 
| 298 | struct QQmlEnumValue | - | 
| 299 | { | - | 
| 300 | QQmlEnumValue() {} | - | 
| 301 | QQmlEnumValue(const QString &n, int v) : namedValue(n), value(v) {} executed 4 times by 1 test:  end of block | 4 | 
| 302 | QString namedValue; | - | 
| 303 | int value = -1; | - | 
| 304 | }; | - | 
| 305 |  | - | 
| 306 | struct QQmlEnumData | - | 
| 307 | { | - | 
| 308 | QString name; | - | 
| 309 | QVector<QQmlEnumValue> values; | - | 
| 310 | }; | - | 
| 311 |  | - | 
| 312 | class QQmlPropertyCacheMethodArguments; | - | 
| 313 | class __attribute__((visibility("default"))) QQmlPropertyCache : public QQmlRefCount | - | 
| 314 | { | - | 
| 315 | public: | - | 
| 316 | QQmlPropertyCache(); | - | 
| 317 | QQmlPropertyCache(const QMetaObject *); | - | 
| 318 | ~QQmlPropertyCache() override; | - | 
| 319 |  | - | 
| 320 | void update(const QMetaObject *); | - | 
| 321 | void invalidate(const QMetaObject *); | - | 
| 322 |  | - | 
| 323 | void invalidate(void *, const QMetaObject *mo) { invalidate(mo); } executed 6 times by 1 test:  end of blockExecuted by:tst_qquickdesignersupport
 | 6 | 
| 324 |  | - | 
| 325 | QQmlPropertyCache *copy(); | - | 
| 326 |  | - | 
| 327 | QQmlPropertyCache *copyAndAppend(const QMetaObject *, | - | 
| 328 | QQmlPropertyRawData::Flags propertyFlags = QQmlPropertyData::Flags(), | - | 
| 329 | QQmlPropertyRawData::Flags methodFlags = QQmlPropertyData::Flags(), | - | 
| 330 | QQmlPropertyRawData::Flags signalFlags = QQmlPropertyData::Flags()); | - | 
| 331 | QQmlPropertyCache *copyAndAppend(const QMetaObject *, int revision, | - | 
| 332 | QQmlPropertyRawData::Flags propertyFlags = QQmlPropertyData::Flags(), | - | 
| 333 | QQmlPropertyRawData::Flags methodFlags = QQmlPropertyData::Flags(), | - | 
| 334 | QQmlPropertyRawData::Flags signalFlags = QQmlPropertyData::Flags()); | - | 
| 335 |  | - | 
| 336 | QQmlPropertyCache *copyAndReserve(int propertyCount, | - | 
| 337 | int methodCount, int signalCount, int enumCount); | - | 
| 338 | void appendProperty(const QString &, QQmlPropertyRawData::Flags flags, int coreIndex, | - | 
| 339 | int propType, int revision, int notifyIndex); | - | 
| 340 | void appendSignal(const QString &, QQmlPropertyRawData::Flags, int coreIndex, | - | 
| 341 | const int *types = nullptr, const QList<QByteArray> &names = QList<QByteArray>()); | - | 
| 342 | void appendMethod(const QString &, QQmlPropertyData::Flags flags, int coreIndex, | - | 
| 343 | const QList<QByteArray> &names = QList<QByteArray>()); | - | 
| 344 | void appendEnum(const QString &, const QVector<QQmlEnumValue> &); | - | 
| 345 |  | - | 
| 346 | const QMetaObject *metaObject() const; | - | 
| 347 | const QMetaObject *createMetaObject(); | - | 
| 348 | const QMetaObject *firstCppMetaObject() const; | - | 
| 349 |  | - | 
| 350 | template<typename K> | - | 
| 351 | QQmlPropertyData *property(const K &key, QObject *object, QQmlContextData *context) const | - | 
| 352 | { | - | 
| 353 | return executed 12126903 times by 144 testsfindProperty(stringCache.find(key), object, context);:  return findProperty(stringCache.find(key), object, 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 12126903 times by 144 tests:  return findProperty(stringCache.find(key), object, 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...
 | 12126903 | 
| 354 | } | - | 
| 355 |  | - | 
| 356 | QQmlPropertyData *property(int) const; | - | 
| 357 | QQmlPropertyData *method(int) const; | - | 
| 358 | QQmlPropertyData *signal(int index) const; | - | 
| 359 | QQmlEnumData *qmlEnum(int) const; | - | 
| 360 | int methodIndexToSignalIndex(int) const; | - | 
| 361 |  | - | 
| 362 | QString defaultPropertyName() const; | - | 
| 363 | QQmlPropertyData *defaultProperty() const; | - | 
| 364 | QQmlPropertyCache *parent() const; | - | 
| 365 |  | - | 
| 366 | void setParent(QQmlPropertyCache *newParent); | - | 
| 367 |  | - | 
| 368 | inline QQmlPropertyData *overrideData(QQmlPropertyData *) const; | - | 
| 369 | inline bool isAllowedInRevision(QQmlPropertyData *) const; | - | 
| 370 |  | - | 
| 371 | static QQmlPropertyData *property(QJSEngine *, QObject *, const QStringRef &, | - | 
| 372 | QQmlContextData *, QQmlPropertyData &); | - | 
| 373 | static QQmlPropertyData *property(QJSEngine *, QObject *, const QLatin1String &, | - | 
| 374 | QQmlContextData *, QQmlPropertyData &); | - | 
| 375 | static QQmlPropertyData *property(QJSEngine *, QObject *, const QV4::String *, | - | 
| 376 | QQmlContextData *, QQmlPropertyData &); | - | 
| 377 |  | - | 
| 378 | static QQmlPropertyData *property(QJSEngine *engine, QObject *obj, const QString &name, | - | 
| 379 | QQmlContextData *context, QQmlPropertyData &local) | - | 
| 380 | { | - | 
| 381 | return executed 4 times by 1 testproperty(engine, obj, QStringRef(&name), context, local);:  return property(engine, obj, QStringRef(&name), context, local); executed 4 times by 1 test:  return property(engine, obj, QStringRef(&name), context, local); | 4 | 
| 382 | } | - | 
| 383 |  | - | 
| 384 |  | - | 
| 385 | int originalClone(int index); | - | 
| 386 | static int originalClone(QObject *, int index); | - | 
| 387 |  | - | 
| 388 | QList<QByteArray> signalParameterNames(int index) const; | - | 
| 389 | static QString signalParameterStringForJS(QV4::ExecutionEngine *engine, const QList<QByteArray> ¶meterNameList, QString *errorString = nullptr); | - | 
| 390 |  | - | 
| 391 | const char *className() const; | - | 
| 392 |  | - | 
| 393 | inline int propertyCount() const; | - | 
| 394 | inline int propertyOffset() const; | - | 
| 395 | inline int methodCount() const; | - | 
| 396 | inline int methodOffset() const; | - | 
| 397 | inline int signalCount() const; | - | 
| 398 | inline int signalOffset() const; | - | 
| 399 | inline int qmlEnumCount() const; | - | 
| 400 |  | - | 
| 401 | static bool isDynamicMetaObject(const QMetaObject *); | - | 
| 402 |  | - | 
| 403 | void toMetaObjectBuilder(QMetaObjectBuilder &); | - | 
| 404 |  | - | 
| 405 | inline bool callJSFactoryMethod(QObject *object, void **args) const; | - | 
| 406 |  | - | 
| 407 | static bool determineMetaObjectSizes(const QMetaObject &mo, int *fieldCount, int *stringCount); | - | 
| 408 | static bool addToHash(QCryptographicHash &hash, const QMetaObject &mo); | - | 
| 409 |  | - | 
| 410 | QByteArray checksum(bool *ok); | - | 
| 411 | private: | - | 
| 412 | friend class QQmlEnginePrivate; | - | 
| 413 | friend class QQmlCompiler; | - | 
| 414 | template <typename T> friend class QQmlPropertyCacheCreator; | - | 
| 415 | template <typename T> friend class QQmlPropertyCacheAliasCreator; | - | 
| 416 | friend class QQmlComponentAndAliasResolver; | - | 
| 417 | friend class QQmlMetaObject; | - | 
| 418 | friend struct QQmlMetaTypeData; | - | 
| 419 |  | - | 
| 420 | inline QQmlPropertyCache *copy(int reserve); | - | 
| 421 |  | - | 
| 422 | void append(const QMetaObject *, int revision, | - | 
| 423 | QQmlPropertyRawData::Flags propertyFlags = QQmlPropertyRawData::Flags(), | - | 
| 424 | QQmlPropertyRawData::Flags methodFlags = QQmlPropertyData::Flags(), | - | 
| 425 | QQmlPropertyRawData::Flags signalFlags = QQmlPropertyData::Flags()); | - | 
| 426 |  | - | 
| 427 | QQmlPropertyCacheMethodArguments *createArgumentsObject(int count, const QList<QByteArray> &names); | - | 
| 428 |  | - | 
| 429 | typedef QVector<QQmlPropertyData> IndexCache; | - | 
| 430 | typedef QStringMultiHash<QPair<int, QQmlPropertyData *> > StringCache; | - | 
| 431 | typedef QVector<int> AllowedRevisionCache; | - | 
| 432 |  | - | 
| 433 | QQmlPropertyData *findProperty(StringCache::ConstIterator it, QObject *, QQmlContextData *) const; | - | 
| 434 | QQmlPropertyData *findProperty(StringCache::ConstIterator it, const QQmlVMEMetaObject *, QQmlContextData *) const; | - | 
| 435 |  | - | 
| 436 | QQmlPropertyData *ensureResolved(QQmlPropertyData*) const; | - | 
| 437 |  | - | 
| 438 | __attribute__((noinline)) void resolve(QQmlPropertyData *) const; | - | 
| 439 | void updateRecur(const QMetaObject *); | - | 
| 440 |  | - | 
| 441 | template<typename K> | - | 
| 442 | QQmlPropertyData *findNamedProperty(const K &key) const | - | 
| 443 | { | - | 
| 444 | StringCache::mapped_type *it = stringCache.value(key); | - | 
| 445 | return executed 58596 times by 102 testsit ? it->second : 0;:  return it ? it->second : 0;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 58596 times by 102 tests:  return it ? it->second : 0;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...
 | 58596 | 
| 446 | } | - | 
| 447 |  | - | 
| 448 | template<typename K> | - | 
| 449 | void setNamedProperty(const K &key, int index, QQmlPropertyData *data, bool isOverride) | - | 
| 450 | { | - | 
| 451 | stringCache.insert(key, qMakePair(index, data)); | - | 
| 452 | _hasPropertyOverrides |= isOverride; | - | 
| 453 | } executed 741205 times by 146 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...
 | 741205 | 
| 454 |  | - | 
| 455 | private: | - | 
| 456 | QQmlPropertyCache *_parent; | - | 
| 457 | int propertyIndexCacheStart; | - | 
| 458 | int methodIndexCacheStart; | - | 
| 459 | int signalHandlerIndexCacheStart; | - | 
| 460 |  | - | 
| 461 | IndexCache propertyIndexCache; | - | 
| 462 | IndexCache methodIndexCache; | - | 
| 463 | IndexCache signalHandlerIndexCache; | - | 
| 464 | StringCache stringCache; | - | 
| 465 | AllowedRevisionCache allowedRevisionCache; | - | 
| 466 | QVector<QQmlEnumData> enumCache; | - | 
| 467 |  | - | 
| 468 | bool _hasPropertyOverrides : 1; | - | 
| 469 | bool _ownMetaObject : 1; | - | 
| 470 | const QMetaObject *_metaObject; | - | 
| 471 | QByteArray _dynamicClassName; | - | 
| 472 | QByteArray _dynamicStringData; | - | 
| 473 | QString _defaultPropertyName; | - | 
| 474 | QQmlPropertyCacheMethodArguments *argumentsCache; | - | 
| 475 | int _jsFactoryMethodIndex; | - | 
| 476 | QByteArray _checksum; | - | 
| 477 | }; | - | 
| 478 |  | - | 
| 479 | typedef QQmlRefPointer<QQmlPropertyCache> QQmlPropertyCachePtr; | - | 
| 480 |  | - | 
| 481 |  | - | 
| 482 |  | - | 
| 483 |  | - | 
| 484 |  | - | 
| 485 |  | - | 
| 486 |  | - | 
| 487 | class QQmlEnginePrivate; | - | 
| 488 | class __attribute__((visibility("default"))) QQmlMetaObject | - | 
| 489 | { | - | 
| 490 | public: | - | 
| 491 | typedef QVarLengthArray<int, 9> ArgTypeStorage; | - | 
| 492 |  | - | 
| 493 | inline QQmlMetaObject(); | - | 
| 494 | inline QQmlMetaObject(QObject *); | - | 
| 495 | inline QQmlMetaObject(const QMetaObject *); | - | 
| 496 | inline QQmlMetaObject(QQmlPropertyCache *); | - | 
| 497 | inline QQmlMetaObject(const QQmlMetaObject &); | - | 
| 498 |  | - | 
| 499 | inline QQmlMetaObject &operator=(const QQmlMetaObject &); | - | 
| 500 |  | - | 
| 501 | inline bool isNull() const; | - | 
| 502 |  | - | 
| 503 | inline const char *className() const; | - | 
| 504 | inline int propertyCount() const; | - | 
| 505 |  | - | 
| 506 | inline bool hasMetaObject() const; | - | 
| 507 | inline const QMetaObject *metaObject() const; | - | 
| 508 |  | - | 
| 509 | QQmlPropertyCache *propertyCache(QQmlEnginePrivate *) const; | - | 
| 510 |  | - | 
| 511 | int methodReturnType(const QQmlPropertyData &data, QByteArray *unknownTypeError) const; | - | 
| 512 | int *methodParameterTypes(int index, ArgTypeStorage *argStorage, | - | 
| 513 | QByteArray *unknownTypeError) const; | - | 
| 514 |  | - | 
| 515 | static bool canConvert(const QQmlMetaObject &from, const QQmlMetaObject &to); | - | 
| 516 |  | - | 
| 517 |  | - | 
| 518 |  | - | 
| 519 | static void resolveGadgetMethodOrPropertyIndex(QMetaObject::Call type, const QMetaObject **metaObject, int *index); | - | 
| 520 |  | - | 
| 521 | protected: | - | 
| 522 | QBiPointer<QQmlPropertyCache, const QMetaObject> _m; | - | 
| 523 | int *methodParameterTypes(const QMetaMethod &method, ArgTypeStorage *argStorage, | - | 
| 524 | QByteArray *unknownTypeError) const; | - | 
| 525 |  | - | 
| 526 | }; | - | 
| 527 |  | - | 
| 528 | class QQmlObjectOrGadget: public QQmlMetaObject | - | 
| 529 | { | - | 
| 530 | public: | - | 
| 531 | QQmlObjectOrGadget(QObject *obj) | - | 
| 532 | : QQmlMetaObject(obj), | - | 
| 533 | ptr(obj) | - | 
| 534 | {} executed 63982 times by 55 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...
 | 63982 | 
| 535 | QQmlObjectOrGadget(QQmlPropertyCache *propertyCache, void *gadget) | - | 
| 536 | : QQmlMetaObject(propertyCache) | - | 
| 537 | , ptr(gadget) | - | 
| 538 | {} executed 344 times by 5 tests:  end of blockExecuted by:tst_examplestst_qqmlitemmodelstst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qquickanimationcontroller
 | 344 | 
| 539 |  | - | 
| 540 | void metacall(QMetaObject::Call type, int index, void **argv) const; | - | 
| 541 |  | - | 
| 542 | private: | - | 
| 543 | QBiPointer<QObject, void> ptr; | - | 
| 544 |  | - | 
| 545 | protected: | - | 
| 546 | QQmlObjectOrGadget(const QMetaObject* metaObject) | - | 
| 547 | : QQmlMetaObject(metaObject) | - | 
| 548 | {} executed 8 times by 1 test:  end of block | 8 | 
| 549 |  | - | 
| 550 | }; | - | 
| 551 |  | - | 
| 552 | class QQmlStaticMetaObject : public QQmlObjectOrGadget { | - | 
| 553 | public: | - | 
| 554 | QQmlStaticMetaObject(const QMetaObject* metaObject) | - | 
| 555 | : QQmlObjectOrGadget(metaObject) | - | 
| 556 | {} executed 8 times by 1 test:  end of block | 8 | 
| 557 | int *constructorParameterTypes(int index, ArgTypeStorage *dummy, QByteArray *unknownTypeError) const; | - | 
| 558 | }; | - | 
| 559 |  | - | 
| 560 | QQmlPropertyRawData::Flags::Flags() | - | 
| 561 | : _otherBits(0) | - | 
| 562 | , isConstant(false) | - | 
| 563 | , isWritable(false) | - | 
| 564 | , isResettable(false) | - | 
| 565 | , isAlias(false) | - | 
| 566 | , isFinal(false) | - | 
| 567 | , isOverridden(false) | - | 
| 568 | , isDirect(false) | - | 
| 569 | , type(OtherType) | - | 
| 570 | , isVMEFunction(false) | - | 
| 571 | , hasArguments(false) | - | 
| 572 | , isSignal(false) | - | 
| 573 | , isVMESignal(false) | - | 
| 574 | , isV4Function(false) | - | 
| 575 | , isSignalHandler(false) | - | 
| 576 | , isOverload(false) | - | 
| 577 | , isCloned(false) | - | 
| 578 | , isConstructor(false) | - | 
| 579 | , notFullyResolved(false) | - | 
| 580 | , overrideIndexIsProperty(false) | - | 
| 581 | {} executed 13928509 times by 146 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...
 | 13928509 | 
| 582 |  | - | 
| 583 | bool QQmlPropertyRawData::Flags::operator==(const QQmlPropertyRawData::Flags &other) const | - | 
| 584 | { | - | 
| 585 | return never executed: isConstant == other.isConstant &&return isConstant == other.isConstant && isWritable == other.isWritable && isResettable == other.isResettable && isAlias == other.isAlias && isFinal == other.isFinal && isOverridden == other.isOverridden && type == other.type && isVMEFunction == other.isV... && isSignalHandler == other.isSignalHandler && isOverload == other.isOverload && isCloned == other.isCloned && isConstructor == other.isConstructor && notFullyResolved == other.notFullyResolved && overrideIndexIsProperty == other.overrideIndexIsProperty; never executed: return isConstant == other.isConstant && isWritable == other.isWritable && isResettable == other.isResettable && isAlias == other.isAlias && isFinal == other.isFinal && isOverridden == other.isOverridden && type == other.type && isVMEFunction == other.isV... && isSignalHandler == other.isSignalHandler && isOverload == other.isOverload && isCloned == other.isCloned && isConstructor == other.isConstructor && notFullyResolved == other.notFullyResolved && overrideIndexIsProperty == other.overrideIndexIsProperty; | 0 | 
| 586 | isWritable == other.isWritable && never executed: return isConstant == other.isConstant && isWritable == other.isWritable && isResettable == other.isResettable && isAlias == other.isAlias && isFinal == other.isFinal && isOverridden == other.isOverridden && type == other.type && isVMEFunction == other.isV... && isSignalHandler == other.isSignalHandler && isOverload == other.isOverload && isCloned == other.isCloned && isConstructor == other.isConstructor && notFullyResolved == other.notFullyResolved && overrideIndexIsProperty == other.overrideIndexIsProperty; | 0 | 
| 587 | isResettable == other.isResettable && never executed: return isConstant == other.isConstant && isWritable == other.isWritable && isResettable == other.isResettable && isAlias == other.isAlias && isFinal == other.isFinal && isOverridden == other.isOverridden && type == other.type && isVMEFunction == other.isV... && isSignalHandler == other.isSignalHandler && isOverload == other.isOverload && isCloned == other.isCloned && isConstructor == other.isConstructor && notFullyResolved == other.notFullyResolved && overrideIndexIsProperty == other.overrideIndexIsProperty; | 0 | 
| 588 | isAlias == other.isAlias && never executed: return isConstant == other.isConstant && isWritable == other.isWritable && isResettable == other.isResettable && isAlias == other.isAlias && isFinal == other.isFinal && isOverridden == other.isOverridden && type == other.type && isVMEFunction == other.isV... && isSignalHandler == other.isSignalHandler && isOverload == other.isOverload && isCloned == other.isCloned && isConstructor == other.isConstructor && notFullyResolved == other.notFullyResolved && overrideIndexIsProperty == other.overrideIndexIsProperty; | 0 | 
| 589 | isFinal == other.isFinal && never executed: return isConstant == other.isConstant && isWritable == other.isWritable && isResettable == other.isResettable && isAlias == other.isAlias && isFinal == other.isFinal && isOverridden == other.isOverridden && type == other.type && isVMEFunction == other.isV... && isSignalHandler == other.isSignalHandler && isOverload == other.isOverload && isCloned == other.isCloned && isConstructor == other.isConstructor && notFullyResolved == other.notFullyResolved && overrideIndexIsProperty == other.overrideIndexIsProperty; | 0 | 
| 590 | isOverridden == other.isOverridden && never executed: return isConstant == other.isConstant && isWritable == other.isWritable && isResettable == other.isResettable && isAlias == other.isAlias && isFinal == other.isFinal && isOverridden == other.isOverridden && type == other.type && isVMEFunction == other.isV... && isSignalHandler == other.isSignalHandler && isOverload == other.isOverload && isCloned == other.isCloned && isConstructor == other.isConstructor && notFullyResolved == other.notFullyResolved && overrideIndexIsProperty == other.overrideIndexIsProperty; | 0 | 
| 591 | type == other.type && never executed: return isConstant == other.isConstant && isWritable == other.isWritable && isResettable == other.isResettable && isAlias == other.isAlias && isFinal == other.isFinal && isOverridden == other.isOverridden && type == other.type && isVMEFunction == other.isV... && isSignalHandler == other.isSignalHandler && isOverload == other.isOverload && isCloned == other.isCloned && isConstructor == other.isConstructor && notFullyResolved == other.notFullyResolved && overrideIndexIsProperty == other.overrideIndexIsProperty; | 0 | 
| 592 | isVMEFunction == other.isVMEFunction && never executed: return isConstant == other.isConstant && isWritable == other.isWritable && isResettable == other.isResettable && isAlias == other.isAlias && isFinal == other.isFinal && isOverridden == other.isOverridden && type == other.type && isVMEFunction == other.isV... && isSignalHandler == other.isSignalHandler && isOverload == other.isOverload && isCloned == other.isCloned && isConstructor == other.isConstructor && notFullyResolved == other.notFullyResolved && overrideIndexIsProperty == other.overrideIndexIsProperty; | 0 | 
| 593 | hasArguments == other.hasArguments && never executed: return isConstant == other.isConstant && isWritable == other.isWritable && isResettable == other.isResettable && isAlias == other.isAlias && isFinal == other.isFinal && isOverridden == other.isOverridden && type == other.type && isVMEFunction == other.isV... && isSignalHandler == other.isSignalHandler && isOverload == other.isOverload && isCloned == other.isCloned && isConstructor == other.isConstructor && notFullyResolved == other.notFullyResolved && overrideIndexIsProperty == other.overrideIndexIsProperty; | 0 | 
| 594 | isSignal == other.isSignal && never executed: return isConstant == other.isConstant && isWritable == other.isWritable && isResettable == other.isResettable && isAlias == other.isAlias && isFinal == other.isFinal && isOverridden == other.isOverridden && type == other.type && isVMEFunction == other.isV... && isSignalHandler == other.isSignalHandler && isOverload == other.isOverload && isCloned == other.isCloned && isConstructor == other.isConstructor && notFullyResolved == other.notFullyResolved && overrideIndexIsProperty == other.overrideIndexIsProperty; | 0 | 
| 595 | isVMESignal == other.isVMESignal && never executed: return isConstant == other.isConstant && isWritable == other.isWritable && isResettable == other.isResettable && isAlias == other.isAlias && isFinal == other.isFinal && isOverridden == other.isOverridden && type == other.type && isVMEFunction == other.isV... && isSignalHandler == other.isSignalHandler && isOverload == other.isOverload && isCloned == other.isCloned && isConstructor == other.isConstructor && notFullyResolved == other.notFullyResolved && overrideIndexIsProperty == other.overrideIndexIsProperty; | 0 | 
| 596 | isV4Function == other.isV4Function && never executed: return isConstant == other.isConstant && isWritable == other.isWritable && isResettable == other.isResettable && isAlias == other.isAlias && isFinal == other.isFinal && isOverridden == other.isOverridden && type == other.type && isVMEFunction == other.isV... && isSignalHandler == other.isSignalHandler && isOverload == other.isOverload && isCloned == other.isCloned && isConstructor == other.isConstructor && notFullyResolved == other.notFullyResolved && overrideIndexIsProperty == other.overrideIndexIsProperty; | 0 | 
| 597 | isSignalHandler == other.isSignalHandler && never executed: return isConstant == other.isConstant && isWritable == other.isWritable && isResettable == other.isResettable && isAlias == other.isAlias && isFinal == other.isFinal && isOverridden == other.isOverridden && type == other.type && isVMEFunction == other.isV... && isSignalHandler == other.isSignalHandler && isOverload == other.isOverload && isCloned == other.isCloned && isConstructor == other.isConstructor && notFullyResolved == other.notFullyResolved && overrideIndexIsProperty == other.overrideIndexIsProperty; | 0 | 
| 598 | isOverload == other.isOverload && never executed: return isConstant == other.isConstant && isWritable == other.isWritable && isResettable == other.isResettable && isAlias == other.isAlias && isFinal == other.isFinal && isOverridden == other.isOverridden && type == other.type && isVMEFunction == other.isV... && isSignalHandler == other.isSignalHandler && isOverload == other.isOverload && isCloned == other.isCloned && isConstructor == other.isConstructor && notFullyResolved == other.notFullyResolved && overrideIndexIsProperty == other.overrideIndexIsProperty; | 0 | 
| 599 | isCloned == other.isCloned && never executed: return isConstant == other.isConstant && isWritable == other.isWritable && isResettable == other.isResettable && isAlias == other.isAlias && isFinal == other.isFinal && isOverridden == other.isOverridden && type == other.type && isVMEFunction == other.isV... && isSignalHandler == other.isSignalHandler && isOverload == other.isOverload && isCloned == other.isCloned && isConstructor == other.isConstructor && notFullyResolved == other.notFullyResolved && overrideIndexIsProperty == other.overrideIndexIsProperty; | 0 | 
| 600 | isConstructor == other.isConstructor && never executed: return isConstant == other.isConstant && isWritable == other.isWritable && isResettable == other.isResettable && isAlias == other.isAlias && isFinal == other.isFinal && isOverridden == other.isOverridden && type == other.type && isVMEFunction == other.isV... && isSignalHandler == other.isSignalHandler && isOverload == other.isOverload && isCloned == other.isCloned && isConstructor == other.isConstructor && notFullyResolved == other.notFullyResolved && overrideIndexIsProperty == other.overrideIndexIsProperty; | 0 | 
| 601 | notFullyResolved == other.notFullyResolved && never executed: return isConstant == other.isConstant && isWritable == other.isWritable && isResettable == other.isResettable && isAlias == other.isAlias && isFinal == other.isFinal && isOverridden == other.isOverridden && type == other.type && isVMEFunction == other.isV... && isSignalHandler == other.isSignalHandler && isOverload == other.isOverload && isCloned == other.isCloned && isConstructor == other.isConstructor && notFullyResolved == other.notFullyResolved && overrideIndexIsProperty == other.overrideIndexIsProperty; | 0 | 
| 602 | overrideIndexIsProperty == other.overrideIndexIsProperty; never executed: return isConstant == other.isConstant && isWritable == other.isWritable && isResettable == other.isResettable && isAlias == other.isAlias && isFinal == other.isFinal && isOverridden == other.isOverridden && type == other.type && isVMEFunction == other.isV... && isSignalHandler == other.isSignalHandler && isOverload == other.isOverload && isCloned == other.isCloned && isConstructor == other.isConstructor && notFullyResolved == other.notFullyResolved && overrideIndexIsProperty == other.overrideIndexIsProperty; | 0 | 
| 603 | } | - | 
| 604 |  | - | 
| 605 | void QQmlPropertyRawData::Flags::copyPropertyTypeFlags(QQmlPropertyRawData::Flags from) | - | 
| 606 | { | - | 
| 607 | switch (from.type) { | - | 
| 608 | case executed 16 times by 2 testsQObjectDerivedType::  case QObjectDerivedType:Executed by:tst_examplestst_qqmlecmascript
 executed 16 times by 2 tests:  case QObjectDerivedType:Executed by:tst_examplestst_qqmlecmascript
 | 16 | 
| 609 | case never executed: EnumType:case EnumType: never executed: case EnumType: | 0 | 
| 610 | case executed 10 times by 3 testsQListType::  case QListType:Executed by:tst_examplestst_qquicklayoutstst_qquicklistview
 executed 10 times by 3 tests:  case QListType:Executed by:tst_examplestst_qquicklayoutstst_qquicklistview
 | 10 | 
| 611 | case never executed: QmlBindingType:case QmlBindingType: never executed: case QmlBindingType: | 0 | 
| 612 | case executed 18 times by 1 testQJSValueType::  case QJSValueType: executed 18 times by 1 test:  case QJSValueType: | 18 | 
| 613 | case never executed: V4HandleType:case V4HandleType: never executed: case V4HandleType: | 0 | 
| 614 | case executed 170 times by 3 testsQVariantType::  case QVariantType:Executed by:tst_examplestst_qqmlecmascripttst_qquickshortcut
 executed 170 times by 3 tests:  case QVariantType:Executed by:tst_examplestst_qqmlecmascripttst_qquickshortcut
 | 170 | 
| 615 | type = from.type; | - | 
| 616 | } executed 214 times by 5 tests:  end of blockExecuted by:tst_examplestst_qqmlecmascripttst_qquicklayoutstst_qquicklistviewtst_qquickshortcut
 | 214 | 
| 617 | } executed 992 times by 27 tests:  end of blockExecuted by:tst_examplestst_flickableinteroptst_qmldiskcachetst_qqmlcomponenttst_qqmlecmascripttst_qqmlmetaobjecttst_qqmlpropertytst_qqmlqttst_qqmlsettingstst_qqmltypeloadertst_qqmlvaluetypestst_qquickaccessibletst_qquickanimationstst_qquickbehaviorstst_qquickdraghandlertst_qquickflickabletst_qquickfontloadertst_qquickitemtst_qquicklayoutstst_qquicklistviewtst_qquickloadertst_qquickshadereffecttst_qquickshortcuttst_qquicktaphandlertst_qquicktext...
 | 992 | 
| 618 |  | - | 
| 619 | QQmlPropertyData::QQmlPropertyData() | - | 
| 620 | { | - | 
| 621 | setCoreIndex(-1); | - | 
| 622 | setPropType(0); | - | 
| 623 | setNotifyIndex(-1); | - | 
| 624 | setOverrideIndex(-1); | - | 
| 625 | setRevision(0); | - | 
| 626 | setMetaObjectOffset(-1); | - | 
| 627 | setArguments(nullptr); | - | 
| 628 | trySetStaticMetaCallFunction(nullptr, 0); | - | 
| 629 | } executed 13615919 times by 146 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...
 | 13615919 | 
| 630 |  | - | 
| 631 | QQmlPropertyData::QQmlPropertyData(const QQmlPropertyRawData &d) | - | 
| 632 | { | - | 
| 633 | *(static_cast<QQmlPropertyRawData *>(this)) = d; | - | 
| 634 | } never executed: end of block | 0 | 
| 635 |  | - | 
| 636 | bool QQmlPropertyData::operator==(const QQmlPropertyRawData &other) | - | 
| 637 | { | - | 
| 638 | return never executed: flags() == other.flags() &&return flags() == other.flags() && propType() == other.propType() && coreIndex() == other.coreIndex() && notifyIndex() == other.notifyIndex() && revision() == other.revision(); never executed: return flags() == other.flags() && propType() == other.propType() && coreIndex() == other.coreIndex() && notifyIndex() == other.notifyIndex() && revision() == other.revision(); | 0 | 
| 639 | propType() == other.propType() && never executed: return flags() == other.flags() && propType() == other.propType() && coreIndex() == other.coreIndex() && notifyIndex() == other.notifyIndex() && revision() == other.revision(); | 0 | 
| 640 | coreIndex() == other.coreIndex() && never executed: return flags() == other.flags() && propType() == other.propType() && coreIndex() == other.coreIndex() && notifyIndex() == other.notifyIndex() && revision() == other.revision(); | 0 | 
| 641 | notifyIndex() == other.notifyIndex() && never executed: return flags() == other.flags() && propType() == other.propType() && coreIndex() == other.coreIndex() && notifyIndex() == other.notifyIndex() && revision() == other.revision(); | 0 | 
| 642 | revision() == other.revision(); never executed: return flags() == other.flags() && propType() == other.propType() && coreIndex() == other.coreIndex() && notifyIndex() == other.notifyIndex() && revision() == other.revision(); | 0 | 
| 643 | } | - | 
| 644 |  | - | 
| 645 | inline QQmlPropertyData *QQmlPropertyCache::ensureResolved(QQmlPropertyData *p) const | - | 
| 646 | { | - | 
| 647 | if (p && __builtin_expect(!!(p->notFullyResolved()), false)| TRUE | evaluated 3671337 times by 144 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 | never evaluated | 
)| TRUE | evaluated 7436 times by 135 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...
 |  | FALSE | evaluated 3663901 times by 144 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...
 | 
 | 0-3671337 | 
| 648 | resolve(p); executed 7436 times by 135 tests:  resolve(p);Executed 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...
 | 7436 | 
| 649 |  | - | 
| 650 | return executed 3671337 times by 144 testsp;:  return p;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 3671337 times by 144 tests:  return p;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...
 | 3671337 | 
| 651 | } | - | 
| 652 |  | - | 
| 653 |  | - | 
| 654 | inline const QMetaObject *QQmlPropertyCache::metaObject() const | - | 
| 655 | { | - | 
| 656 | return _metaObject; | - | 
| 657 | } | - | 
| 658 |  | - | 
| 659 |  | - | 
| 660 |  | - | 
| 661 | inline const QMetaObject *QQmlPropertyCache::firstCppMetaObject() const | - | 
| 662 | { | - | 
| 663 | while (_parent && (_metaObject == nullptr| TRUE | evaluated 146760 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 3796 times by 66 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobject...
 | 
|| _ownMetaObject| TRUE | evaluated 6250 times by 102 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...
 |  | FALSE | evaluated 140510 times by 139 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodel...
 | 
))| TRUE | evaluated 283 times by 17 tests Evaluated by:tst_examplestst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlimporttst_qqmlinfotst_qqmlitemmodelstst_qqmllistmodeltst_qqmlvaluetypestst_qquickaccessibletst_qquickbehaviorstst_qquickdraghandlertst_qquickitemlayertst_qquicklistviewtst_qquickrepeatertst_qquickshadereffecttst_qquickvisualdatamodeltst_qquickworkerscript
 |  | FALSE | evaluated 140227 times by 139 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodel...
 | 
 | 283-146760 | 
| 664 | return executed 6533 times by 102 tests_parent->firstCppMetaObject();:  return _parent->firstCppMetaObject();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 6533 times by 102 tests:  return _parent->firstCppMetaObject();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...
 | 6533 | 
| 665 | return executed 144023 times by 142 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 144023 times by 142 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...
 | 144023 | 
| 666 | } | - | 
| 667 |  | - | 
| 668 | inline QQmlPropertyData *QQmlPropertyCache::property(int index) const | - | 
| 669 | { | - | 
| 670 | if (index < 0 || index >= (propertyIndexCacheStart + propertyIndexCache.count())| TRUE | never evaluated |  | FALSE | evaluated 2105 times by 32 tests Evaluated by:tst_examplestst_flickableinteroptst_qmldiskcachetst_qqmlcomponenttst_qqmlecmascripttst_qqmlmetaobjecttst_qqmlpropertytst_qqmlqttst_qqmlsettingstst_qqmltypeloadertst_qqmlvaluetypestst_qquickaccessibletst_qquickanimatedimagetst_qquickanimationstst_qquickbehaviorstst_qquickdraghandlertst_qquickflickabletst_qquickfontloadertst_qquickimagetst_qquickitemtst_qquicklayoutstst_qquicklistviewtst_qquickloadertst_qquickshadereffecttst_qquickshortcut...
 | 
)| TRUE | never evaluated |  | FALSE | evaluated 2105 times by 32 tests Evaluated by:tst_examplestst_flickableinteroptst_qmldiskcachetst_qqmlcomponenttst_qqmlecmascripttst_qqmlmetaobjecttst_qqmlpropertytst_qqmlqttst_qqmlsettingstst_qqmltypeloadertst_qqmlvaluetypestst_qquickaccessibletst_qquickanimatedimagetst_qquickanimationstst_qquickbehaviorstst_qquickdraghandlertst_qquickflickabletst_qquickfontloadertst_qquickimagetst_qquickitemtst_qquicklayoutstst_qquicklistviewtst_qquickloadertst_qquickshadereffecttst_qquickshortcut...
 | 
 | 0-2105 | 
| 671 | return never executed: nullptr;return nullptr; never executed: return nullptr; | 0 | 
| 672 |  | - | 
| 673 | if (index < propertyIndexCacheStart )| TRUE | evaluated 1115 times by 23 tests Evaluated by:tst_examplestst_flickableinteroptst_qqmlcomponenttst_qqmlecmascripttst_qqmlmetaobjecttst_qqmlqttst_qqmlsettingstst_qqmlvaluetypestst_qquickanimatedimagetst_qquickanimationstst_qquickbehaviorstst_qquickdraghandlertst_qquickimagetst_qquickitemtst_qquicklayoutstst_qquicklistviewtst_qquickloadertst_qquickshadereffecttst_qquickshortcuttst_qquicksmoothedanimationtst_qquicktaphandlertst_qquicktexttst_scenegraph
 |  | FALSE | evaluated 990 times by 27 tests Evaluated by:tst_examplestst_flickableinteroptst_qmldiskcachetst_qqmlcomponenttst_qqmlecmascripttst_qqmlmetaobjecttst_qqmlpropertytst_qqmlqttst_qqmlsettingstst_qqmltypeloadertst_qqmlvaluetypestst_qquickaccessibletst_qquickanimationstst_qquickdraghandlertst_qquickflickabletst_qquickfontloadertst_qquickimagetst_qquickitemtst_qquicklistviewtst_qquickloadertst_qquickshortcuttst_qquicktaphandlertst_qquicktexttst_qquicktextedittst_qquicktextinput...
 | 
 | 990-1115 | 
| 674 | return executed 1115 times by 23 tests_parent->property(index);:  return _parent->property(index);Executed by:tst_examplestst_flickableinteroptst_qqmlcomponenttst_qqmlecmascripttst_qqmlmetaobjecttst_qqmlqttst_qqmlsettingstst_qqmlvaluetypestst_qquickanimatedimagetst_qquickanimationstst_qquickbehaviorstst_qquickdraghandlertst_qquickimagetst_qquickitemtst_qquicklayoutstst_qquicklistviewtst_qquickloadertst_qquickshadereffecttst_qquickshortcuttst_qquicksmoothedanimationtst_qquicktaphandlertst_qquicktexttst_scenegraph
 executed 1115 times by 23 tests:  return _parent->property(index);Executed by:tst_examplestst_flickableinteroptst_qqmlcomponenttst_qqmlecmascripttst_qqmlmetaobjecttst_qqmlqttst_qqmlsettingstst_qqmlvaluetypestst_qquickanimatedimagetst_qquickanimationstst_qquickbehaviorstst_qquickdraghandlertst_qquickimagetst_qquickitemtst_qquicklayoutstst_qquicklistviewtst_qquickloadertst_qquickshadereffecttst_qquickshortcuttst_qquicksmoothedanimationtst_qquicktaphandlertst_qquicktexttst_scenegraph
 | 1115 | 
| 675 |  | - | 
| 676 | QQmlPropertyData *rv = const_cast<QQmlPropertyData *>(&propertyIndexCache.at(index - propertyIndexCacheStart)); | - | 
| 677 | return executed 990 times by 27 testsensureResolved(rv);:  return ensureResolved(rv);Executed by:tst_examplestst_flickableinteroptst_qmldiskcachetst_qqmlcomponenttst_qqmlecmascripttst_qqmlmetaobjecttst_qqmlpropertytst_qqmlqttst_qqmlsettingstst_qqmltypeloadertst_qqmlvaluetypestst_qquickaccessibletst_qquickanimationstst_qquickdraghandlertst_qquickflickabletst_qquickfontloadertst_qquickimagetst_qquickitemtst_qquicklistviewtst_qquickloadertst_qquickshortcuttst_qquicktaphandlertst_qquicktexttst_qquicktextedittst_qquicktextinput...
 executed 990 times by 27 tests:  return ensureResolved(rv);Executed by:tst_examplestst_flickableinteroptst_qmldiskcachetst_qqmlcomponenttst_qqmlecmascripttst_qqmlmetaobjecttst_qqmlpropertytst_qqmlqttst_qqmlsettingstst_qqmltypeloadertst_qqmlvaluetypestst_qquickaccessibletst_qquickanimationstst_qquickdraghandlertst_qquickflickabletst_qquickfontloadertst_qquickimagetst_qquickitemtst_qquicklistviewtst_qquickloadertst_qquickshortcuttst_qquicktaphandlertst_qquicktexttst_qquicktextedittst_qquicktextinput...
 | 990 | 
| 678 | } | - | 
| 679 |  | - | 
| 680 | inline QQmlPropertyData *QQmlPropertyCache::method(int index) const | - | 
| 681 | { | - | 
| 682 | if (index < 0 || index >= (methodIndexCacheStart + methodIndexCache.count())| TRUE | never evaluated |  | FALSE | never evaluated | 
)| TRUE | never evaluated |  | FALSE | never evaluated | 
 | 0 | 
| 683 | return never executed: nullptr;return nullptr; never executed: return nullptr; | 0 | 
| 684 |  | - | 
| 685 | if (index < methodIndexCacheStart )| TRUE | never evaluated |  | FALSE | never evaluated | 
 | 0 | 
| 686 | return never executed: _parent->method(index);return _parent->method(index); never executed: return _parent->method(index); | 0 | 
| 687 |  | - | 
| 688 | QQmlPropertyData *rv = const_cast<QQmlPropertyData *>(&methodIndexCache.at(index - methodIndexCacheStart)); | - | 
| 689 | return never executed: ensureResolved(rv);return ensureResolved(rv); never executed: return ensureResolved(rv); | 0 | 
| 690 | } | - | 
| 691 |  | - | 
| 692 |  | - | 
| 693 |  | - | 
| 694 |  | - | 
| 695 |  | - | 
| 696 | inline QQmlPropertyData *QQmlPropertyCache::signal(int index) const | - | 
| 697 | { | - | 
| 698 | if (index < 0 || index >= (signalHandlerIndexCacheStart + signalHandlerIndexCache.count())| TRUE | never evaluated |  | FALSE | evaluated 75693 times by 102 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...
 | 
)| TRUE | never evaluated |  | FALSE | evaluated 75693 times by 102 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...
 | 
 | 0-75693 | 
| 699 | return never executed: nullptr;return nullptr; never executed: return nullptr; | 0 | 
| 700 |  | - | 
| 701 | if (index < signalHandlerIndexCacheStart )| TRUE | never evaluated |  | FALSE | evaluated 75693 times by 102 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...
 | 
 | 0-75693 | 
| 702 | return never executed: _parent->signal(index);return _parent->signal(index); never executed: return _parent->signal(index); | 0 | 
| 703 |  | - | 
| 704 | QQmlPropertyData *rv = const_cast<QQmlPropertyData *>(&methodIndexCache.at(index - signalHandlerIndexCacheStart)); | - | 
| 705 | ((rv->isSignal() || rv->coreIndex() == -1) ? static_cast<void>(0) : qt_assert("rv->isSignal() || rv->coreIndex() == -1", __FILE__, 785)); | - | 
| 706 | return executed 75693 times by 102 testsensureResolved(rv);:  return ensureResolved(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 75693 times by 102 tests:  return ensureResolved(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...
 | 75693 | 
| 707 | } | - | 
| 708 |  | - | 
| 709 | inline QQmlEnumData *QQmlPropertyCache::qmlEnum(int index) const | - | 
| 710 | { | - | 
| 711 | if (index < 0 || index >= enumCache.count()| TRUE | never evaluated |  | FALSE | never evaluated | 
)| TRUE | never evaluated |  | FALSE | never evaluated | 
 | 0 | 
| 712 | return never executed: nullptr;return nullptr; never executed: return nullptr; | 0 | 
| 713 |  | - | 
| 714 | return never executed: const_cast<QQmlEnumData *>(&enumCache.at(index));return const_cast<QQmlEnumData *>(&enumCache.at(index)); never executed: return const_cast<QQmlEnumData *>(&enumCache.at(index)); | 0 | 
| 715 | } | - | 
| 716 |  | - | 
| 717 | inline int QQmlPropertyCache::methodIndexToSignalIndex(int index) const | - | 
| 718 | { | - | 
| 719 | if (index < 0 || index >= (methodIndexCacheStart + methodIndexCache.count())| TRUE | never evaluated |  | FALSE | evaluated 115442 times by 83 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmoduleplugintst_qqmlnativeconnectortst_qqmlnotifier...
 | 
)| TRUE | never evaluated |  | FALSE | evaluated 115442 times by 83 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmoduleplugintst_qqmlnativeconnectortst_qqmlnotifier...
 | 
 | 0-115442 | 
| 720 | return never executed: index;return index; never executed: return index; | 0 | 
| 721 |  | - | 
| 722 | if (index < methodIndexCacheStart )| TRUE | evaluated 65209 times by 43 tests Evaluated by:tst_examplestst_flickableinteroptst_qqmlbindingtst_qqmlcomponenttst_qqmlecmascripttst_qqmlinstantiatortst_qqmlitemmodelstst_qqmlprofilerservicetst_qqmlqttst_qqmlstatemachinetst_qqmltimertst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickanimatedspritetst_qquickanimationstst_qquickbehaviorstst_qquickcustomaffectortst_qquickdraghandlertst_qquickdropareatst_qquickflickabletst_qquickfocusscopetst_qquickgridviewtst_qquickitemtst_qquicklayoutstst_qquicklistview...
 |  | FALSE | evaluated 50233 times by 83 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmoduleplugintst_qqmlnativeconnectortst_qqmlnotifier...
 | 
 | 50233-65209 | 
| 723 | return executed 65209 times by 43 tests_parent->methodIndexToSignalIndex(index);:  return _parent->methodIndexToSignalIndex(index);Executed by:tst_examplestst_flickableinteroptst_qqmlbindingtst_qqmlcomponenttst_qqmlecmascripttst_qqmlinstantiatortst_qqmlitemmodelstst_qqmlprofilerservicetst_qqmlqttst_qqmlstatemachinetst_qqmltimertst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickanimatedspritetst_qquickanimationstst_qquickbehaviorstst_qquickcustomaffectortst_qquickdraghandlertst_qquickdropareatst_qquickflickabletst_qquickfocusscopetst_qquickgridviewtst_qquickitemtst_qquicklayoutstst_qquicklistview...
 executed 65209 times by 43 tests:  return _parent->methodIndexToSignalIndex(index);Executed by:tst_examplestst_flickableinteroptst_qqmlbindingtst_qqmlcomponenttst_qqmlecmascripttst_qqmlinstantiatortst_qqmlitemmodelstst_qqmlprofilerservicetst_qqmlqttst_qqmlstatemachinetst_qqmltimertst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickanimatedspritetst_qquickanimationstst_qquickbehaviorstst_qquickcustomaffectortst_qquickdraghandlertst_qquickdropareatst_qquickflickabletst_qquickfocusscopetst_qquickgridviewtst_qquickitemtst_qquicklayoutstst_qquicklistview...
 | 65209 | 
| 724 |  | - | 
| 725 | return executed 50233 times by 83 testsindex - methodIndexCacheStart + signalHandlerIndexCacheStart;:  return index - methodIndexCacheStart + signalHandlerIndexCacheStart;Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmoduleplugintst_qqmlnativeconnectortst_qqmlnotifier...
 executed 50233 times by 83 tests:  return index - methodIndexCacheStart + signalHandlerIndexCacheStart;Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmoduleplugintst_qqmlnativeconnectortst_qqmlnotifier...
 | 50233 | 
| 726 | } | - | 
| 727 |  | - | 
| 728 |  | - | 
| 729 | inline QString QQmlPropertyCache::defaultPropertyName() const | - | 
| 730 | { | - | 
| 731 | return executed 659932 times by 142 tests_defaultPropertyName;:  return _defaultPropertyName;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 659932 times by 142 tests:  return _defaultPropertyName;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...
 | 659932 | 
| 732 | } | - | 
| 733 |  | - | 
| 734 | inline QQmlPropertyCache *QQmlPropertyCache::parent() const | - | 
| 735 | { | - | 
| 736 | return executed 2059831 times by 137 tests_parent;:  return _parent;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 2059831 times by 137 tests:  return _parent;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...
 | 2059831 | 
| 737 | } | - | 
| 738 |  | - | 
| 739 | QQmlPropertyData * | - | 
| 740 | QQmlPropertyCache::overrideData(QQmlPropertyData *data) const | - | 
| 741 | { | - | 
| 742 | if (!data->hasOverride() )| TRUE | evaluated 48490 times by 99 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 228 times by 13 tests Evaluated by:tst_examplestst_flickableinteroptst_qqmlecmascripttst_qqmlitemmodelstst_qqmlsettingstst_qquickapplicationtst_qquickdropareatst_qquickgridviewtst_qquicklistviewtst_qquickmultipointtouchareatst_qquickpinchareatst_qquickvisualdatamodeltst_quicktestmainwithsetup
 | 
 | 228-48490 | 
| 743 | return executed 48490 times by 99 testsnullptr;:  return nullptr;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...
 executed 48490 times by 99 tests:  return nullptr;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...
 | 48490 | 
| 744 |  | - | 
| 745 | if (data->overrideIndexIsProperty() )| TRUE | evaluated 102 times by 8 tests Evaluated by:tst_examplestst_flickableinteroptst_qqmlecmascripttst_qqmlitemmodelstst_qquickapplicationtst_qquickgridviewtst_qquicklistviewtst_qquickpincharea
 |  | FALSE | evaluated 126 times by 13 tests Evaluated by:tst_examplestst_flickableinteroptst_qqmlecmascripttst_qqmlitemmodelstst_qqmlsettingstst_qquickapplicationtst_qquickdropareatst_qquickgridviewtst_qquicklistviewtst_qquickmultipointtouchareatst_qquickpinchareatst_qquickvisualdatamodeltst_quicktestmainwithsetup
 | 
 | 102-126 | 
| 746 | return executed 102 times by 8 testsproperty(data->overrideIndex());:  return property(data->overrideIndex());Executed by:tst_examplestst_flickableinteroptst_qqmlecmascripttst_qqmlitemmodelstst_qquickapplicationtst_qquickgridviewtst_qquicklistviewtst_qquickpincharea
 executed 102 times by 8 tests:  return property(data->overrideIndex());Executed by:tst_examplestst_flickableinteroptst_qqmlecmascripttst_qqmlitemmodelstst_qquickapplicationtst_qquickgridviewtst_qquicklistviewtst_qquickpincharea
 | 102 | 
| 747 | else | - | 
| 748 | return executed 126 times by 13 testsmethod(data->overrideIndex());:  return method(data->overrideIndex());Executed by:tst_examplestst_flickableinteroptst_qqmlecmascripttst_qqmlitemmodelstst_qqmlsettingstst_qquickapplicationtst_qquickdropareatst_qquickgridviewtst_qquicklistviewtst_qquickmultipointtouchareatst_qquickpinchareatst_qquickvisualdatamodeltst_quicktestmainwithsetup
 executed 126 times by 13 tests:  return method(data->overrideIndex());Executed by:tst_examplestst_flickableinteroptst_qqmlecmascripttst_qqmlitemmodelstst_qqmlsettingstst_qquickapplicationtst_qquickdropareatst_qquickgridviewtst_qquicklistviewtst_qquickmultipointtouchareatst_qquickpinchareatst_qquickvisualdatamodeltst_quicktestmainwithsetup
 | 126 | 
| 749 | } | - | 
| 750 |  | - | 
| 751 | bool QQmlPropertyCache::isAllowedInRevision(QQmlPropertyData *data) const | - | 
| 752 | { | - | 
| 753 | return executed 48 times by 2 tests(data->metaObjectOffset() == -1 && data->revision() == 0) ||:  return (data->metaObjectOffset() == -1 && data->revision() == 0) || (allowedRevisionCache[data->metaObjectOffset()] >= data->revision());Executed by:tst_qqmlecmascripttst_qquickitem2
 executed 48 times by 2 tests:  return (data->metaObjectOffset() == -1 && data->revision() == 0) || (allowedRevisionCache[data->metaObjectOffset()] >= data->revision());Executed by:tst_qqmlecmascripttst_qquickitem2
 | 48 | 
| 754 | (allowedRevisionCache[data->metaObjectOffset()] >= data->revision()); executed 48 times by 2 tests:  return (data->metaObjectOffset() == -1 && data->revision() == 0) || (allowedRevisionCache[data->metaObjectOffset()] >= data->revision());Executed by:tst_qqmlecmascripttst_qquickitem2
 | 48 | 
| 755 | } | - | 
| 756 |  | - | 
| 757 | int QQmlPropertyCache::propertyCount() const | - | 
| 758 | { | - | 
| 759 | return executed 696473 times by 86 testspropertyIndexCacheStart + propertyIndexCache.count();:  return propertyIndexCacheStart + propertyIndexCache.count();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 696473 times by 86 tests:  return propertyIndexCacheStart + propertyIndexCache.count();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...
 | 696473 | 
| 760 | } | - | 
| 761 |  | - | 
| 762 | int QQmlPropertyCache::propertyOffset() const | - | 
| 763 | { | - | 
| 764 | return executed 873210 times by 102 testspropertyIndexCacheStart;:  return propertyIndexCacheStart;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 873210 times by 102 tests:  return propertyIndexCacheStart;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...
 | 873210 | 
| 765 | } | - | 
| 766 |  | - | 
| 767 | int QQmlPropertyCache::methodCount() const | - | 
| 768 | { | - | 
| 769 | return executed 696473 times by 86 testsmethodIndexCacheStart + methodIndexCache.count();:  return methodIndexCacheStart + methodIndexCache.count();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 696473 times by 86 tests:  return methodIndexCacheStart + methodIndexCache.count();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...
 | 696473 | 
| 770 | } | - | 
| 771 |  | - | 
| 772 | int QQmlPropertyCache::methodOffset() const | - | 
| 773 | { | - | 
| 774 | return executed 902169 times by 102 testsmethodIndexCacheStart;:  return methodIndexCacheStart;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 902169 times by 102 tests:  return methodIndexCacheStart;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...
 | 902169 | 
| 775 | } | - | 
| 776 |  | - | 
| 777 | int QQmlPropertyCache::signalCount() const | - | 
| 778 | { | - | 
| 779 | return executed 726445 times by 102 testssignalHandlerIndexCacheStart + signalHandlerIndexCache.count();:  return signalHandlerIndexCacheStart + signalHandlerIndexCache.count();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 726445 times by 102 tests:  return signalHandlerIndexCacheStart + signalHandlerIndexCache.count();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...
 | 726445 | 
| 780 | } | - | 
| 781 |  | - | 
| 782 | int QQmlPropertyCache::signalOffset() const | - | 
| 783 | { | - | 
| 784 | return executed 283120 times by 102 testssignalHandlerIndexCacheStart;:  return signalHandlerIndexCacheStart;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 283120 times by 102 tests:  return signalHandlerIndexCacheStart;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...
 | 283120 | 
| 785 | } | - | 
| 786 |  | - | 
| 787 | int QQmlPropertyCache::qmlEnumCount() const | - | 
| 788 | { | - | 
| 789 | return never executed: enumCache.count();return enumCache.count(); never executed: return enumCache.count(); | 0 | 
| 790 | } | - | 
| 791 |  | - | 
| 792 | bool QQmlPropertyCache::callJSFactoryMethod(QObject *object, void **args) const | - | 
| 793 | { | - | 
| 794 | if (_jsFactoryMethodIndex != -1 ) {| TRUE | evaluated 449652 times by 127 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlmoduleplugin...
 |  | FALSE | evaluated 1043153 times by 142 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 
 | 449652-1043153 | 
| 795 | _metaObject->d.static_metacall(object, QMetaObject::InvokeMetaMethod, _jsFactoryMethodIndex, args); | - | 
| 796 | return executed 449652 times by 127 teststrue;:  return true;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlmoduleplugin...
 executed 449652 times by 127 tests:  return true;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetaobjecttst_qqmlmetatypetst_qqmlmoduleplugin...
 | 449652 | 
| 797 | } | - | 
| 798 | if (_parent )| TRUE | evaluated 958985 times by 142 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 |  | FALSE | evaluated 84168 times by 119 tests Evaluated by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodels...
 | 
 | 84168-958985 | 
| 799 | return executed 958985 times by 142 tests_parent->callJSFactoryMethod(object, args);:  return _parent->callJSFactoryMethod(object, args);Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 executed 958985 times by 142 tests:  return _parent->callJSFactoryMethod(object, args);Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiator...
 | 958985 | 
| 800 | return executed 84168 times by 119 testsfalse;:  return false;Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodels...
 executed 84168 times by 119 tests:  return false;Executed by:tst_bindingdependencyapitst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodels...
 | 84168 | 
| 801 | } | - | 
| 802 |  | - | 
| 803 | QQmlMetaObject::QQmlMetaObject() | - | 
| 804 | { | - | 
| 805 | } | - | 
| 806 |  | - | 
| 807 | QQmlMetaObject::QQmlMetaObject(QObject *o) | - | 
| 808 | { | - | 
| 809 | if (o ) {| TRUE | evaluated 964149 times by 121 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlcpputilstst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetatype...
 |  | FALSE | evaluated 344 times by 5 tests Evaluated by:tst_examplestst_qqmlitemmodelstst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qquickanimationcontroller
 | 
 | 344-964149 | 
| 810 | QQmlData *ddata = QQmlData::get(o, false); | - | 
| 811 | if (ddata && ddata->propertyCache| TRUE | evaluated 964069 times by 120 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetatypetst_qqmlmoduleplugin...
 |  | FALSE | evaluated 80 times by 8 tests Evaluated by:tst_examplestst_qqmlcpputilstst_qqmllistreferencetst_qqmlpropertytst_qquickitemtst_qquicklistviewtst_qquickrepeatertst_qquickwindow
 | 
) _m = ddata->propertyCache;| TRUE | evaluated 950821 times by 120 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetatypetst_qqmlmoduleplugin...
 |  | FALSE | evaluated 13248 times by 21 tests Evaluated by:tst_examplestst_qqmlcomponenttst_qqmlconnectionstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmllistmodelworkerscripttst_qqmlpropertymaptst_qquickanimationstst_qquickbehaviorstst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquickitemlayertst_qquicklayoutstst_qquicklistviewtst_qquickloadertst_qquickpathviewtst_qquickrepeatertst_qquicktableviewtst_qquickvisualdatamodeltst_signalspy
 | 
executed 950821 times by 120 tests:  _m = ddata->propertyCache;Executed by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetatypetst_qqmlmoduleplugin...
 | 80-964069 | 
| 812 | else _m = o->metaObject(); executed 13328 times by 25 tests:  _m = o->metaObject();Executed by:tst_examplestst_qqmlcomponenttst_qqmlconnectionstst_qqmlcpputilstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlpropertytst_qqmlpropertymaptst_qquickanimationstst_qquickbehaviorstst_qquickgridviewtst_qquickitemtst_qquickitem2tst_qquickitemlayertst_qquicklayoutstst_qquicklistviewtst_qquickloadertst_qquickpathviewtst_qquickrepeatertst_qquicktableviewtst_qquickvisualdatamodeltst_qquickwindowtst_signalspy
 | 13328 | 
| 813 | } | - | 
| 814 | } executed 964493 times by 121 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlcpputilstst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmllocaletst_qqmlmetatype...
 | 964493 | 
| 815 |  | - | 
| 816 | QQmlMetaObject::QQmlMetaObject(const QMetaObject *m) | - | 
| 817 | : _m(m) | - | 
| 818 | { | - | 
| 819 | } executed 925245 times by 120 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qjsenginetst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlcpputilstst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlincubatortst_qqmlinstantiatortst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmllistreferencetst_qqmlmetatypetst_qqmlmoduleplugintst_qqmlnativeconnector...
 | 925245 | 
| 820 |  | - | 
| 821 | QQmlMetaObject::QQmlMetaObject(QQmlPropertyCache *m) | - | 
| 822 | : _m(m) | - | 
| 823 | { | - | 
| 824 | } executed 31448 times by 131 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselectortst_qqmlimporttst_qqmlincubatortst_qqmlinfotst_qqmlinstantiatortst_qqmlitemmodels...
 | 31448 | 
| 825 |  | - | 
| 826 | QQmlMetaObject::QQmlMetaObject(const QQmlMetaObject &o) | - | 
| 827 | : _m(o._m) | - | 
| 828 | { | - | 
| 829 | } never executed: end of block | 0 | 
| 830 |  | - | 
| 831 | QQmlMetaObject &QQmlMetaObject::operator=(const QQmlMetaObject &o) | - | 
| 832 | { | - | 
| 833 | _m = o._m; | - | 
| 834 | return executed 21765 times by 97 tests*this;:  return *this;Executed by:tst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistreferencetst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymaptst_qqmlstatemachinetst_qqmltranslationtst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickaccessibletst_qquickagetst_qquickanchors...
 executed 21765 times by 97 tests:  return *this;Executed by:tst_drawingmodestst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_qmlcachegentst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlitemmodelstst_qqmllistmodeltst_qqmllistreferencetst_qqmlnotifiertst_qqmlpropertytst_qqmlpropertymaptst_qqmlstatemachinetst_qqmltranslationtst_qqmlvaluetypeproviderstst_qqmlvaluetypestst_qqmlxmlhttprequesttst_qquickaccessibletst_qquickagetst_qquickanchors...
 | 21765 | 
| 835 | } | - | 
| 836 |  | - | 
| 837 | bool QQmlMetaObject::isNull() const | - | 
| 838 | { | - | 
| 839 | return executed 1862947 times by 118 tests_m.isNull();:  return _m.isNull();Executed 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...
 executed 1862947 times by 118 tests:  return _m.isNull();Executed 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...
 | 1862947 | 
| 840 | } | - | 
| 841 |  | - | 
| 842 | const char *QQmlMetaObject::className() const | - | 
| 843 | { | - | 
| 844 | if (_m.isNull()) { | - | 
| 845 | return nullptr; | - | 
| 846 | } else if (_m.isT1()) { | - | 
| 847 | return _m.asT1()->className(); | - | 
| 848 | } else { | - | 
| 849 | return _m.asT2()->className(); | - | 
| 850 | } | - | 
| 851 | } | - | 
| 852 |  | - | 
| 853 | int QQmlMetaObject::propertyCount() const | - | 
| 854 | { | - | 
| 855 | if (_m.isNull() ) {| TRUE | never evaluated |  | FALSE | never evaluated | 
 | 0 | 
| 856 | return never executed: 0;return 0; never executed: return 0; | 0 | 
| 857 | } else if (_m.isT1() ) {| TRUE | never evaluated |  | FALSE | never evaluated | 
 | 0 | 
| 858 | return never executed: _m.asT1()->propertyCount();return _m.asT1()->propertyCount(); never executed: return _m.asT1()->propertyCount(); | 0 | 
| 859 | } else { | - | 
| 860 | return never executed: _m.asT2()->propertyCount();return _m.asT2()->propertyCount(); never executed: return _m.asT2()->propertyCount(); | 0 | 
| 861 | } | - | 
| 862 | } | - | 
| 863 |  | - | 
| 864 | bool QQmlMetaObject::hasMetaObject() const | - | 
| 865 | { | - | 
| 866 | return never executed: _m.isT2() || (!_m.isNull() && _m.asT1()->metaObject());return _m.isT2() || (!_m.isNull() && _m.asT1()->metaObject()); never executed: return _m.isT2() || (!_m.isNull() && _m.asT1()->metaObject()); | 0 | 
| 867 | } | - | 
| 868 |  | - | 
| 869 | const QMetaObject *QQmlMetaObject::metaObject() const | - | 
| 870 | { | - | 
| 871 | if (_m.isNull()) return nullptr; | - | 
| 872 | if (_m.isT1()) return _m.asT1()->createMetaObject(); | - | 
| 873 | else return _m.asT2(); | - | 
| 874 | } | - | 
| 875 |  | - | 
| 876 | class QQmlPropertyCacheVector | - | 
| 877 | { | - | 
| 878 | public: | - | 
| 879 | QQmlPropertyCacheVector() {} | - | 
| 880 | QQmlPropertyCacheVector(QQmlPropertyCacheVector &&other) | - | 
| 881 | : data(std::move(other.data)) {} executed 48474 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...
 | 48474 | 
| 882 | QQmlPropertyCacheVector &operator=(QQmlPropertyCacheVector &&other) { | - | 
| 883 | QVector<QFlagPointer<QQmlPropertyCache>> moved(std::move(other.data)); | - | 
| 884 | data.swap(moved); | - | 
| 885 | return executed 96946 times by 142 tests*this;:  return *this;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 96946 times by 142 tests:  return *this;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...
 | 96946 | 
| 886 | } | - | 
| 887 |  | - | 
| 888 | ~QQmlPropertyCacheVector() { clear(); } executed 2449054 times by 147 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_ecmascriptteststst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qjsvalueiteratortst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselector...
 | 2449054 | 
| 889 | void resize(int size) { return executed 55019 times by 142 testsdata.resize(size);:  return data.resize(size);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 55019 times by 142 tests}:  return data.resize(size);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...
 | 55019 | 
| 890 | int count() const { return executed 104455 times by 142 testsdata.count();:  return data.count();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 104455 times by 142 tests}:  return data.count();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...
 | 104455 | 
| 891 | void clear() | - | 
| 892 | { | - | 
| 893 | for (int i = 0; i < data.count() ; ++i) {| TRUE | evaluated 125141 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 4850468 times by 147 tests Evaluated by:tst_bindingdependencyapitst_drawingmodestst_ecmascriptteststst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qjsvalueiteratortst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselector...
 | 
 | 125141-4850468 | 
| 894 | if (QQmlPropertyCache *cache = data.at(i).data() )| TRUE | evaluated 125115 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 26 times by 8 tests Evaluated by:tst_examplestst_qqmlconnectionstst_qqmlpropertymaptst_qqmlvaluetypestst_qquickanimationstst_qquickbehaviorstst_qquickitem2tst_qquickstates
 | 
 | 26-125115 | 
| 895 | cache->release(); executed 125115 times by 142 tests:  cache->release();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...
 | 125115 | 
| 896 | } executed 125141 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...
 | 125141 | 
| 897 | data.clear(); | - | 
| 898 | } executed 4850677 times by 147 tests:  end of blockExecuted by:tst_bindingdependencyapitst_drawingmodestst_ecmascriptteststst_examplestst_flickableinteroptst_multipointtoucharea_interoptst_parserstresstst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qjsvalueiteratortst_qmlcachegentst_qmldiskcachetst_qqmlapplicationenginetst_qqmlbindingtst_qqmlcomponenttst_qqmlconnectionstst_qqmlconsoletst_qqmlcontexttst_qqmldebugjstst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmlfileselector...
 | 4850677 | 
| 899 |  | - | 
| 900 | void append(QQmlPropertyCache *cache) { cache->addref(); data.append(cache); } executed 750 times by 33 tests:  end of blockExecuted by:tst_examplestst_multipointtoucharea_interoptst_qmldiskcachetst_qqmlcontexttst_qqmlecmascripttst_qqmlenginecleanuptst_qqmlinstantiatortst_qqmllistmodeltst_qqmlqttst_qqmltypeloadertst_qqmlvaluetypestst_qquickanimationstst_qquickdraghandlertst_qquickflickabletst_qquickgridviewtst_qquickimagetst_qquickitem2tst_qquickitemlayertst_qquickitemparticletst_qquicklayoutstst_qquicklistviewtst_qquickloadertst_qquickmouseareatst_qquickpathviewtst_qquickpositioners...
 | 750 | 
| 901 | QQmlPropertyCache *at(int index) const { return executed 2053419 times by 142 testsdata.at(index).data();:  return data.at(index).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 2053419 times by 142 tests}:  return data.at(index).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...
 | 2053419 | 
| 902 | void set(int index, const QQmlRefPointer<QQmlPropertyCache> &replacement) { | - | 
| 903 | if (QQmlPropertyCache *oldCache = data.at(index).data() ) {| TRUE | evaluated 8 times by 2 tests Evaluated by:tst_qqmlvaluetypestst_qquickbehaviors
 |  | FALSE | evaluated 124595 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...
 | 
 | 8-124595 | 
| 904 | if (replacement.data() == oldCache )| TRUE | never evaluated |  | FALSE | evaluated 8 times by 2 tests Evaluated by:tst_qqmlvaluetypestst_qquickbehaviors
 | 
 | 0-8 | 
| 905 | return; never executed: return; | 0 | 
| 906 | oldCache->release(); | - | 
| 907 | } executed 8 times by 2 tests:  end of blockExecuted by:tst_qqmlvaluetypestst_qquickbehaviors
 | 8 | 
| 908 | data[index] = replacement.data(); | - | 
| 909 | replacement->addref(); | - | 
| 910 | } executed 124603 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...
 | 124603 | 
| 911 |  | - | 
| 912 | void setNeedsVMEMetaObject(int index) { data[index].setFlag(); } executed 11407 times by 102 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...
 | 11407 | 
| 913 | bool needsVMEMetaObject(int index) const { return executed 690413 times by 142 testsdata.at(index).flag();:  return data.at(index).flag();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 690413 times by 142 tests}:  return data.at(index).flag();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...
 | 690413 | 
| 914 | private: | - | 
| 915 | QQmlPropertyCacheVector(const QQmlPropertyCacheVector &) = delete; QQmlPropertyCacheVector &operator=(const QQmlPropertyCacheVector &) = delete; | - | 
| 916 | QVector<QFlagPointer<QQmlPropertyCache>> data; | - | 
| 917 | }; | - | 
| 918 |  | - | 
| 919 | constexpr inline QFlags<QQmlPropertyData::WriteFlags::enum_type> operator|(QQmlPropertyData::WriteFlags::enum_type f1, QQmlPropertyData::WriteFlags::enum_type f2) noexcept { return QFlags<QQmlPropertyData::WriteFlags::enum_type>(f1) | f2; } constexpr inline QFlags<QQmlPropertyData::WriteFlags::enum_type> operator|(QQmlPropertyData::WriteFlags::enum_type f1, QFlags<QQmlPropertyData::WriteFlags::enum_type> f2) noexcept { return f2 | f1; } constexpr inline QIncompatibleFlag operator|(QQmlPropertyData::WriteFlags::enum_type f1, int f2) noexcept { return QIncompatibleFlag(int(f1) | f2); } | - | 
| 920 |  | - | 
| 921 |  | - | 
|  |  |  |