| Line | Source | Count |
| 1 | | - |
| 2 | | - |
| 3 | | - |
| 4 | | - |
| 5 | | - |
| 6 | namespace QQmlJS { namespace AST { | - |
| 7 | | - |
| 8 | FunctionExpression *asAnonymousFunctionDefinition(Node *n) | - |
| 9 | { | - |
| 10 | if (!n| TRUE | evaluated 2005097 times by 44 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- ...
| | FALSE | evaluated 2034747 times by 95 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
|
) | 2005097-2034747 |
| 11 | returnexecuted 2002566 times by 44 tests: return nullptr;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- ...
nullptr;executed 2002566 times by 44 tests: return nullptr;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- ...
| 2002566 |
| 12 | FunctionExpression *f = n->asFunctionDefinition(); | - |
| 13 | if (!f| TRUE | evaluated 1362232 times by 95 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
| | FALSE | evaluated 669538 times by 19 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
|
|| !f->name.isNull()| TRUE | evaluated 88768 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qqmlparser
| | FALSE | evaluated 580488 times by 19 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
|
) | 88768-1362232 |
| 14 | returnexecuted 1450751 times by 95 tests: return nullptr;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
nullptr;executed 1450751 times by 95 tests: return nullptr;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
| 1450751 |
| 15 | returnexecuted 580423 times by 19 tests: return f;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
f;executed 580423 times by 19 tests: return f;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 580423 |
| 16 | } | - |
| 17 | | - |
| 18 | ClassExpression *asAnonymousClassDefinition(Node *n) | - |
| 19 | { | - |
| 20 | if (!n| TRUE | evaluated 2004122 times by 44 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- ...
| | FALSE | evaluated 2029692 times by 95 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
|
) | 2004122-2029692 |
| 21 | returnexecuted 2004106 times by 44 tests: return nullptr;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- ...
nullptr;executed 2004106 times by 44 tests: return nullptr;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- ...
| 2004106 |
| 22 | ClassExpression *c = n->asClassDefinition(); | - |
| 23 | if (!c| TRUE | evaluated 2023957 times by 95 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
| | FALSE | evaluated 6819 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
|| !c->name.isNull()| TRUE | evaluated 650 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | evaluated 6185 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
) | 650-2023957 |
| 24 | returnexecuted 2027420 times by 95 tests: return nullptr;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
nullptr;executed 2027420 times by 95 tests: return nullptr;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
| 2027420 |
| 25 | returnexecuted 6187 times by 2 tests: return c;Executed by:- tst_ecmascripttests
- tst_qqmlparser
c;executed 6187 times by 2 tests: return c;Executed by:- tst_ecmascripttests
- tst_qqmlparser
| 6187 |
| 26 | } | - |
| 27 | | - |
| 28 | | - |
| 29 | void Node::accept(Visitor *visitor) | - |
| 30 | { | - |
| 31 | if (visitor->preVisit(this)| TRUE | evaluated 259762605 times by 147 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlfileselector
- ...
| | FALSE | never evaluated |
) { | 0-259762605 |
| 32 | accept0(visitor); | - |
| 33 | }executed 260068232 times by 147 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlfileselector
- ...
| 260068232 |
| 34 | visitor->postVisit(this); | - |
| 35 | }executed 260147967 times by 147 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlfileselector
- ...
| 260147967 |
| 36 | | - |
| 37 | void Node::accept(Node *node, Visitor *visitor) | - |
| 38 | { | - |
| 39 | if (node| TRUE | evaluated 200803032 times by 147 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlfileselector
- ...
| | FALSE | evaluated 21980855 times by 146 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlfileselector
- tst_qqmlimport
- ...
|
) | 21980855-200803032 |
| 40 | node->accept(visitor);executed 200627651 times by 147 tests: node->accept(visitor);Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlfileselector
- ...
| 200627651 |
| 41 | }executed 222669360 times by 147 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlfileselector
- ...
| 222669360 |
| 42 | | - |
| 43 | ExpressionNode *Node::expressionCast() | - |
| 44 | { | - |
| 45 | returnexecuted 11965 times by 12 tests: return nullptr;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
nullptr;executed 11965 times by 12 tests: return nullptr;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 11965 |
| 46 | } | - |
| 47 | | - |
| 48 | BinaryExpression *Node::binaryExpressionCast() | - |
| 49 | { | - |
| 50 | returnexecuted 3739 times by 2 tests: return nullptr;Executed by:- tst_ecmascripttests
- tst_qqmlparser
nullptr;executed 3739 times by 2 tests: return nullptr;Executed by:- tst_ecmascripttests
- tst_qqmlparser
| 3739 |
| 51 | } | - |
| 52 | | - |
| 53 | Statement *Node::statementCast() | - |
| 54 | { | - |
| 55 | returnexecuted 295790 times by 17 tests: return nullptr;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmlnotifier
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4assembler
- tst_qv4debugger
- tst_testfiltering
nullptr;executed 295790 times by 17 tests: return nullptr;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmlnotifier
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4assembler
- tst_qv4debugger
- tst_testfiltering
| 295790 |
| 56 | } | - |
| 57 | | - |
| 58 | UiObjectMember *Node::uiObjectMemberCast() | - |
| 59 | { | - |
| 60 | return never executed: return nullptr; nullptr;never executed: return nullptr; | 0 |
| 61 | } | - |
| 62 | | - |
| 63 | LeftHandSideExpression *Node::leftHandSideExpressionCast() | - |
| 64 | { | - |
| 65 | returnexecuted 2022 times by 2 tests: return nullptr;Executed by:- tst_ecmascripttests
- tst_qqmlparser
nullptr;executed 2022 times by 2 tests: return nullptr;Executed by:- tst_ecmascripttests
- tst_qqmlparser
| 2022 |
| 66 | } | - |
| 67 | | - |
| 68 | Pattern *Node::patternCast() | - |
| 69 | { | - |
| 70 | returnexecuted 2452662 times by 89 tests: return nullptr;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
nullptr;executed 2452662 times by 89 tests: return nullptr;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
| 2452662 |
| 71 | } | - |
| 72 | | - |
| 73 | FunctionExpression *Node::asFunctionDefinition() | - |
| 74 | { | - |
| 75 | returnexecuted 1362312 times by 95 tests: return nullptr;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
nullptr;executed 1362312 times by 95 tests: return nullptr;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
| 1362312 |
| 76 | } | - |
| 77 | | - |
| 78 | ClassExpression *Node::asClassDefinition() | - |
| 79 | { | - |
| 80 | returnexecuted 2024872 times by 95 tests: return nullptr;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
nullptr;executed 2024872 times by 95 tests: return nullptr;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
| 2024872 |
| 81 | } | - |
| 82 | | - |
| 83 | ExpressionNode *ExpressionNode::expressionCast() | - |
| 84 | { | - |
| 85 | returnexecuted 1330 times by 10 tests: return this;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_testfiltering
this;executed 1330 times by 10 tests: return this;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_testfiltering
| 1330 |
| 86 | } | - |
| 87 | | - |
| 88 | FormalParameterList *ExpressionNode::reparseAsFormalParameterList(MemoryPool *pool) | - |
| 89 | { | - |
| 90 | AST::ExpressionNode *expr = this; | - |
| 91 | AST::FormalParameterList *f = nullptr; | - |
| 92 | if (AST::Expression *commaExpr = AST::cast<AST::Expression *>(expr)| TRUE | evaluated 203 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | evaluated 1650 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
) { | 203-1650 |
| 93 | f = commaExpr->left->reparseAsFormalParameterList(pool); | - |
| 94 | if (!f| TRUE | never evaluated | | FALSE | evaluated 204 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
) | 0-204 |
| 95 | return never executed: return nullptr; nullptr;never executed: return nullptr; | 0 |
| 96 | | - |
| 97 | expr = commaExpr->right; | - |
| 98 | }executed 204 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlparser
| 204 |
| 99 | | - |
| 100 | AST::ExpressionNode *rhs = nullptr; | - |
| 101 | if (AST::BinaryExpression *assign = AST::cast<AST::BinaryExpression *>(expr)| TRUE | evaluated 670 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | evaluated 1180 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
) { | 670-1180 |
| 102 | if (assign->op != QSOperator::Assign| TRUE | never evaluated | | FALSE | evaluated 670 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
) | 0-670 |
| 103 | return never executed: return nullptr; nullptr;never executed: return nullptr; | 0 |
| 104 | expr = assign->left; | - |
| 105 | rhs = assign->right; | - |
| 106 | }executed 670 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlparser
| 670 |
| 107 | AST::PatternElement *binding = nullptr; | - |
| 108 | if (AST::IdentifierExpression *idExpr = AST::cast<AST::IdentifierExpression *>(expr)| TRUE | evaluated 481 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | evaluated 1369 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
) { | 481-1369 |
| 109 | binding = new (pool) AST::PatternElement(idExpr->name, rhs); | - |
| 110 | binding->identifierToken = idExpr->identifierToken; | - |
| 111 | }executed 481 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlparser
else if (AST::Pattern *p = expr->patternCast()| TRUE | evaluated 1370 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | never evaluated |
) { | 0-1370 |
| 112 | SourceLocation loc; | - |
| 113 | QString s; | - |
| 114 | if (!p->convertLiteralToAssignmentPattern(pool, &loc, &s)| TRUE | evaluated 36 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | evaluated 1335 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
) | 36-1335 |
| 115 | returnexecuted 36 times by 2 tests: return nullptr;Executed by:- tst_ecmascripttests
- tst_qqmlparser
nullptr;executed 36 times by 2 tests: return nullptr;Executed by:- tst_ecmascripttests
- tst_qqmlparser
| 36 |
| 116 | binding = new (pool) AST::PatternElement(p, rhs); | - |
| 117 | binding->identifierToken = p->firstSourceLocation(); | - |
| 118 | }executed 1331 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlparser
| 1331 |
| 119 | if (!binding| TRUE | never evaluated | | FALSE | evaluated 1811 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
) | 0-1811 |
| 120 | return never executed: return nullptr; nullptr;never executed: return nullptr; | 0 |
| 121 | returnexecuted 1812 times by 2 tests: return new (pool) AST::FormalParameterList(f, binding);Executed by:- tst_ecmascripttests
- tst_qqmlparser
new (pool) AST::FormalParameterList(f, binding);executed 1812 times by 2 tests: return new (pool) AST::FormalParameterList(f, binding);Executed by:- tst_ecmascripttests
- tst_qqmlparser
| 1812 |
| 122 | } | - |
| 123 | | - |
| 124 | BinaryExpression *BinaryExpression::binaryExpressionCast() | - |
| 125 | { | - |
| 126 | returnexecuted 1940 times by 2 tests: return this;Executed by:- tst_ecmascripttests
- tst_qqmlparser
this;executed 1940 times by 2 tests: return this;Executed by:- tst_ecmascripttests
- tst_qqmlparser
| 1940 |
| 127 | } | - |
| 128 | | - |
| 129 | Statement *Statement::statementCast() | - |
| 130 | { | - |
| 131 | returnexecuted 8319963 times by 139 tests: return this;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
this;executed 8319963 times by 139 tests: return this;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 8319963 |
| 132 | } | - |
| 133 | | - |
| 134 | UiObjectMember *UiObjectMember::uiObjectMemberCast() | - |
| 135 | { | - |
| 136 | return never executed: return this; this;never executed: return this; | 0 |
| 137 | } | - |
| 138 | | - |
| 139 | void NestedExpression::accept0(Visitor *visitor) | - |
| 140 | { | - |
| 141 | if (visitor->visit(this)| TRUE | evaluated 747232 times by 45 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmoduleplugin
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimationcontroller
- ...
| | FALSE | evaluated 145075 times by 44 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmoduleplugin
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- ...
|
) { | 145075-747232 |
| 142 | accept(expression, visitor); | - |
| 143 | }executed 748567 times by 45 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmoduleplugin
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimationcontroller
- ...
| 748567 |
| 144 | visitor->endVisit(this); | - |
| 145 | }executed 893927 times by 45 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmoduleplugin
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimationcontroller
- ...
| 893927 |
| 146 | | - |
| 147 | FunctionExpression *NestedExpression::asFunctionDefinition() | - |
| 148 | { | - |
| 149 | returnexecuted 6732 times by 22 tests: return expression->asFunctionDefinition();Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsonbinding
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlmoduleplugin
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickloader
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
expression->asFunctionDefinition();executed 6732 times by 22 tests: return expression->asFunctionDefinition();Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsonbinding
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlmoduleplugin
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickloader
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
| 6732 |
| 150 | } | - |
| 151 | | - |
| 152 | ClassExpression *NestedExpression::asClassDefinition() | - |
| 153 | { | - |
| 154 | returnexecuted 6739 times by 22 tests: return expression->asClassDefinition();Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsonbinding
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlmoduleplugin
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickloader
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
expression->asClassDefinition();executed 6739 times by 22 tests: return expression->asClassDefinition();Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsonbinding
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlmoduleplugin
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickloader
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
| 6739 |
| 155 | } | - |
| 156 | | - |
| 157 | void ThisExpression::accept0(Visitor *visitor) | - |
| 158 | { | - |
| 159 | if (visitor->visit(this)| TRUE | evaluated 20403 times by 15 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- tst_qquicklayouts
- tst_qquickpathview
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| | FALSE | evaluated 350374 times by 16 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- tst_qquicklayouts
- tst_qquickpathview
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
|
) { | 20403-350374 |
| 160 | }executed 20407 times by 15 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- tst_qquicklayouts
- tst_qquickpathview
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 20407 |
| 161 | | - |
| 162 | visitor->endVisit(this); | - |
| 163 | }executed 371587 times by 17 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- tst_qquicklayouts
- tst_qquickpathview
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 371587 |
| 164 | | - |
| 165 | void IdentifierExpression::accept0(Visitor *visitor) | - |
| 166 | { | - |
| 167 | if (visitor->visit(this)| TRUE | evaluated 38458700 times by 138 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| | FALSE | evaluated 19565107 times by 137 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
) { | 19565107-38458700 |
| 168 | }executed 38452365 times by 138 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 38452365 |
| 169 | | - |
| 170 | visitor->endVisit(this); | - |
| 171 | }executed 57962808 times by 138 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 57962808 |
| 172 | | - |
| 173 | void NullExpression::accept0(Visitor *visitor) | - |
| 174 | { | - |
| 175 | if (visitor->visit(this)| TRUE | evaluated 502688 times by 35 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- ...
| | FALSE | evaluated 105472 times by 34 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- ...
|
) { | 105472-502688 |
| 176 | }executed 503502 times by 35 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- ...
| 503502 |
| 177 | | - |
| 178 | visitor->endVisit(this); | - |
| 179 | }executed 612278 times by 35 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickitemlayer
- ...
| 612278 |
| 180 | | - |
| 181 | void TrueLiteral::accept0(Visitor *visitor) | - |
| 182 | { | - |
| 183 | if (visitor->visit(this)| TRUE | evaluated 624431 times by 61 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlstatemachine
- tst_qqmltimer
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- ...
| | FALSE | evaluated 161645 times by 60 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlstatemachine
- tst_qqmltimer
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- ...
|
) { | 161645-624431 |
| 184 | }executed 625254 times by 61 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlstatemachine
- tst_qqmltimer
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- ...
| 625254 |
| 185 | | - |
| 186 | visitor->endVisit(this); | - |
| 187 | }executed 788655 times by 61 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlstatemachine
- tst_qqmltimer
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- ...
| 788655 |
| 188 | | - |
| 189 | void FalseLiteral::accept0(Visitor *visitor) | - |
| 190 | { | - |
| 191 | if (visitor->visit(this)| TRUE | evaluated 164699 times by 49 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmltimer
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdraghandler
- tst_qquickdroparea
- ...
| | FALSE | evaluated 45678 times by 48 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmltimer
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdraghandler
- tst_qquickdroparea
- tst_qquickflickable
- ...
|
) { | 45678-164699 |
| 192 | }executed 164727 times by 49 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmltimer
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdraghandler
- tst_qquickdroparea
- ...
| 164727 |
| 193 | | - |
| 194 | visitor->endVisit(this); | - |
| 195 | }executed 210536 times by 49 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmltimer
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdraghandler
- tst_qquickdroparea
- ...
| 210536 |
| 196 | | - |
| 197 | void SuperLiteral::accept0(Visitor *visitor) | - |
| 198 | { | - |
| 199 | if (visitor->visit(this)| TRUE | evaluated 2900 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | evaluated 882 times by 1 test |
) { | 882-2900 |
| 200 | }executed 2900 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlparser
| 2900 |
| 201 | | - |
| 202 | visitor->endVisit(this); | - |
| 203 | }executed 3784 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlparser
| 3784 |
| 204 | | - |
| 205 | | - |
| 206 | void StringLiteral::accept0(Visitor *visitor) | - |
| 207 | { | - |
| 208 | if (visitor->visit(this)| TRUE | evaluated 17849088 times by 89 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
| | FALSE | evaluated 3216054 times by 88 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
|
) { | 3216054-17849088 |
| 209 | }executed 17852746 times by 89 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
| 17852746 |
| 210 | | - |
| 211 | visitor->endVisit(this); | - |
| 212 | }executed 21074792 times by 89 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
| 21074792 |
| 213 | | - |
| 214 | void TemplateLiteral::accept0(Visitor *visitor) | - |
| 215 | { | - |
| 216 | if (visitor->visit(this)| TRUE | evaluated 4695 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | evaluated 334 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
|
) { | 334-4695 |
| 217 | if (next| TRUE | evaluated 2458 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | evaluated 2238 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
|
) | 2238-2458 |
| 218 | accept(next, visitor);executed 2458 times by 2 tests: accept(next, visitor);Executed by:- tst_ecmascripttests
- tst_qqmlparser
| 2458 |
| 219 | }executed 4693 times by 3 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| 4693 |
| 220 | | - |
| 221 | visitor->endVisit(this); | - |
| 222 | }executed 5027 times by 3 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| 5027 |
| 223 | | - |
| 224 | void NumericLiteral::accept0(Visitor *visitor) | - |
| 225 | { | - |
| 226 | if (visitor->visit(this)| TRUE | evaluated 4080158 times by 91 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
| | FALSE | evaluated 765803 times by 80 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- ...
|
) { | 765803-4080158 |
| 227 | }executed 4080057 times by 91 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
| 4080057 |
| 228 | | - |
| 229 | visitor->endVisit(this); | - |
| 230 | }executed 4846621 times by 91 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
| 4846621 |
| 231 | | - |
| 232 | void RegExpLiteral::accept0(Visitor *visitor) | - |
| 233 | { | - |
| 234 | if (visitor->visit(this)| TRUE | evaluated 2120896 times by 9 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquicktextinput
| | FALSE | evaluated 1056179 times by 8 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlxmlhttprequest
- tst_qquicktextinput
|
) { | 1056179-2120896 |
| 235 | }executed 2120951 times by 9 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquicktextinput
| 2120951 |
| 236 | | - |
| 237 | visitor->endVisit(this); | - |
| 238 | }executed 3178081 times by 9 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquicktextinput
| 3178081 |
| 239 | | - |
| 240 | void ArrayPattern::accept0(Visitor *visitor) | - |
| 241 | { | - |
| 242 | if (visitor->visit(this)| TRUE | evaluated 166786 times by 47 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdroparea
- ...
| | FALSE | evaluated 44850 times by 46 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickellipseextruder
- ...
|
) | 44850-166786 |
| 243 | accept(elements, visitor);executed 166807 times by 47 tests: accept(elements, visitor);Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdroparea
- ...
| 166807 |
| 244 | | - |
| 245 | visitor->endVisit(this); | - |
| 246 | }executed 211842 times by 47 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdroparea
- ...
| 211842 |
| 247 | | - |
| 248 | bool ArrayPattern::isValidArrayLiteral(SourceLocation *errorLocation) const { | - |
| 249 | for (PatternElementList *it = elements; it != nullptr| TRUE | evaluated 3610 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
- tst_qqmlparser
- tst_qquicklayouts
| | FALSE | evaluated 754 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
- tst_qqmlparser
- tst_qquicklayouts
|
; it = it->next) { | 754-3610 |
| 250 | PatternElement *e = it->element; | - |
| 251 | if (e| TRUE | evaluated 3480 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
- tst_qqmlparser
- tst_qquicklayouts
| | FALSE | evaluated 130 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
- tst_qqmlparser
|
&& e->bindingTarget != nullptr| TRUE | never evaluated | | FALSE | evaluated 3480 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
- tst_qqmlparser
- tst_qquicklayouts
|
) { | 0-3480 |
| 252 | if (errorLocation| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 253 | * never executed: *errorLocation = e->firstSourceLocation(); errorLocation = e->firstSourceLocation();never executed: *errorLocation = e->firstSourceLocation(); | 0 |
| 254 | return never executed: return false; false;never executed: return false; | 0 |
| 255 | } | - |
| 256 | }executed 3610 times by 5 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
- tst_qqmlparser
- tst_qquicklayouts
| 3610 |
| 257 | returnexecuted 754 times by 5 tests: return true;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
- tst_qqmlparser
- tst_qquicklayouts
true;executed 754 times by 5 tests: return true;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
- tst_qqmlparser
- tst_qquicklayouts
| 754 |
| 258 | } | - |
| 259 | | - |
| 260 | void ObjectPattern::accept0(Visitor *visitor) | - |
| 261 | { | - |
| 262 | if (visitor->visit(this)| TRUE | evaluated 179113 times by 37 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- ...
| | FALSE | evaluated 151686 times by 36 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- ...
|
) { | 151686-179113 |
| 263 | accept(properties, visitor); | - |
| 264 | }executed 179337 times by 37 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- ...
| 179337 |
| 265 | | - |
| 266 | visitor->endVisit(this); | - |
| 267 | }executed 331160 times by 37 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- ...
| 331160 |
| 268 | bool ArrayPattern::convertLiteralToAssignmentPattern(MemoryPool *pool, SourceLocation *errorLocation, QString *errorMessage) | - |
| 269 | { | - |
| 270 | if (parseMode == Binding| TRUE | evaluated 437 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | evaluated 3278 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
) | 437-3278 |
| 271 | returnexecuted 437 times by 2 tests: return true;Executed by:- tst_ecmascripttests
- tst_qqmlparser
true;executed 437 times by 2 tests: return true;Executed by:- tst_ecmascripttests
- tst_qqmlparser
| 437 |
| 272 | for (auto *it = elements; it| TRUE | evaluated 3787 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | evaluated 3122 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
; it = it->next) { | 3122-3787 |
| 273 | if (!it->element| TRUE | evaluated 304 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | evaluated 3485 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
) | 304-3485 |
| 274 | continue;executed 304 times by 2 tests: continue;Executed by:- tst_ecmascripttests
- tst_qqmlparser
| 304 |
| 275 | if (it->element->type == PatternElement::SpreadElement| TRUE | evaluated 1008 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | evaluated 2477 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
&& it->next| TRUE | evaluated 72 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | evaluated 936 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
) { | 72-2477 |
| 276 | *errorLocation = it->element->firstSourceLocation(); | - |
| 277 | *errorMessage = QString::fromLatin1("'...' can only appear as last element in a destructuring list."); | - |
| 278 | returnexecuted 72 times by 2 tests: return false;Executed by:- tst_ecmascripttests
- tst_qqmlparser
false;executed 72 times by 2 tests: return false;Executed by:- tst_ecmascripttests
- tst_qqmlparser
| 72 |
| 279 | } | - |
| 280 | if (!it->element->convertLiteralToAssignmentPattern(pool, errorLocation, errorMessage)| TRUE | evaluated 92 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | evaluated 3329 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
) | 92-3329 |
| 281 | returnexecuted 92 times by 2 tests: return false;Executed by:- tst_ecmascripttests
- tst_qqmlparser
false;executed 92 times by 2 tests: return false;Executed by:- tst_ecmascripttests
- tst_qqmlparser
| 92 |
| 282 | }executed 3328 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlparser
| 3328 |
| 283 | parseMode = Binding; | - |
| 284 | returnexecuted 3122 times by 2 tests: return true;Executed by:- tst_ecmascripttests
- tst_qqmlparser
true;executed 3122 times by 2 tests: return true;Executed by:- tst_ecmascripttests
- tst_qqmlparser
| 3122 |
| 285 | } | - |
| 286 | | - |
| 287 | bool ObjectPattern::convertLiteralToAssignmentPattern(MemoryPool *pool, SourceLocation *errorLocation, QString *errorMessage) | - |
| 288 | { | - |
| 289 | if (parseMode == Binding| TRUE | evaluated 341 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | evaluated 2513 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
) | 341-2513 |
| 290 | returnexecuted 341 times by 2 tests: return true;Executed by:- tst_ecmascripttests
- tst_qqmlparser
true;executed 341 times by 2 tests: return true;Executed by:- tst_ecmascripttests
- tst_qqmlparser
| 341 |
| 291 | for (auto *it = properties; it| TRUE | evaluated 3259 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | evaluated 2430 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
; it = it->next) { | 2430-3259 |
| 292 | if (!it->property->convertLiteralToAssignmentPattern(pool, errorLocation, errorMessage)| TRUE | evaluated 86 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | evaluated 3175 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
) | 86-3175 |
| 293 | returnexecuted 86 times by 2 tests: return false;Executed by:- tst_ecmascripttests
- tst_qqmlparser
false;executed 86 times by 2 tests: return false;Executed by:- tst_ecmascripttests
- tst_qqmlparser
| 86 |
| 294 | }executed 3175 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlparser
| 3175 |
| 295 | parseMode = Binding; | - |
| 296 | returnexecuted 2430 times by 2 tests: return true;Executed by:- tst_ecmascripttests
- tst_qqmlparser
true;executed 2430 times by 2 tests: return true;Executed by:- tst_ecmascripttests
- tst_qqmlparser
| 2430 |
| 297 | } | - |
| 298 | | - |
| 299 | bool PatternElement::convertLiteralToAssignmentPattern(MemoryPool *pool, SourceLocation *errorLocation, QString *errorMessage) | - |
| 300 | { | - |
| 301 | ((type == Literal || type == SpreadElement) ? static_cast<void>(0) : qt_assert("type == Literal || type == SpreadElement", __FILE__, 407)); | - |
| 302 | ((bindingIdentifier.isNull()) ? static_cast<void>(0) : qt_assert("bindingIdentifier.isNull()", __FILE__, 408)); | - |
| 303 | ((bindingTarget == nullptr) ? static_cast<void>(0) : qt_assert("bindingTarget == nullptr", __FILE__, 409)); | - |
| 304 | ((bindingTarget == nullptr) ? static_cast<void>(0) : qt_assert("bindingTarget == nullptr", __FILE__, 410)); | - |
| 305 | ((initializer) ? static_cast<void>(0) : qt_assert("initializer", __FILE__, 411)); | - |
| 306 | ExpressionNode *init = initializer; | - |
| 307 | | - |
| 308 | initializer = nullptr; | - |
| 309 | LeftHandSideExpression *lhs = init->leftHandSideExpressionCast(); | - |
| 310 | if (type == SpreadElement| TRUE | evaluated 935 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | evaluated 5682 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
) { | 935-5682 |
| 311 | if (!lhs| TRUE | evaluated 54 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | evaluated 881 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
) { | 54-881 |
| 312 | *errorLocation = init->firstSourceLocation(); | - |
| 313 | *errorMessage = QString::fromLatin1("Invalid lhs expression after '...' in destructuring expression."); | - |
| 314 | returnexecuted 54 times by 2 tests: return false;Executed by:- tst_ecmascripttests
- tst_qqmlparser
false;executed 54 times by 2 tests: return false;Executed by:- tst_ecmascripttests
- tst_qqmlparser
| 54 |
| 315 | } | - |
| 316 | }executed 880 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlparser
else { | 880 |
| 317 | type = PatternElement::Binding; | - |
| 318 | | - |
| 319 | if (BinaryExpression *b = init->binaryExpressionCast()| TRUE | evaluated 1942 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | evaluated 3746 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
) { | 1942-3746 |
| 320 | if (b->op != QSOperator::Assign| TRUE | never evaluated | | FALSE | evaluated 1945 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
) { | 0-1945 |
| 321 | *errorLocation = b->operatorToken; | - |
| 322 | *errorMessage = QString::fromLatin1("Invalid assignment operation in destructuring expression"); | - |
| 323 | return never executed: return false; false;never executed: return false; | 0 |
| 324 | } | - |
| 325 | lhs = b->left->leftHandSideExpressionCast(); | - |
| 326 | initializer = b->right; | - |
| 327 | ((lhs) ? static_cast<void>(0) : qt_assert("lhs", __FILE__, 433)); | - |
| 328 | }executed 1941 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlparser
else { | 1941 |
| 329 | lhs = init->leftHandSideExpressionCast(); | - |
| 330 | }executed 3742 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlparser
| 3742 |
| 331 | if (!lhs| TRUE | evaluated 12 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | evaluated 5668 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
) { | 12-5668 |
| 332 | *errorLocation = init->firstSourceLocation(); | - |
| 333 | *errorMessage = QString::fromLatin1("Destructuring target is not a left hand side expression."); | - |
| 334 | returnexecuted 12 times by 2 tests: return false;Executed by:- tst_ecmascripttests
- tst_qqmlparser
false;executed 12 times by 2 tests: return false;Executed by:- tst_ecmascripttests
- tst_qqmlparser
| 12 |
| 335 | } | - |
| 336 | }executed 5668 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlparser
| 5668 |
| 337 | | - |
| 338 | if (auto *i = cast<IdentifierExpression *>(lhs)| TRUE | evaluated 4837 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | evaluated 1725 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
) { | 1725-4837 |
| 339 | bindingIdentifier = i->name; | - |
| 340 | identifierToken = i->identifierToken; | - |
| 341 | returnexecuted 4831 times by 2 tests: return true;Executed by:- tst_ecmascripttests
- tst_qqmlparser
true;executed 4831 times by 2 tests: return true;Executed by:- tst_ecmascripttests
- tst_qqmlparser
| 4831 |
| 342 | } | - |
| 343 | | - |
| 344 | bindingTarget = lhs; | - |
| 345 | if (auto *p = lhs->patternCast()| TRUE | evaluated 1116 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | evaluated 610 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
) { | 610-1116 |
| 346 | if (!p->convertLiteralToAssignmentPattern(pool, errorLocation, errorMessage)| TRUE | evaluated 56 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | evaluated 1061 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
) | 56-1061 |
| 347 | returnexecuted 56 times by 2 tests: return false;Executed by:- tst_ecmascripttests
- tst_qqmlparser
false;executed 56 times by 2 tests: return false;Executed by:- tst_ecmascripttests
- tst_qqmlparser
| 56 |
| 348 | }executed 1062 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlparser
| 1062 |
| 349 | returnexecuted 1672 times by 2 tests: return true;Executed by:- tst_ecmascripttests
- tst_qqmlparser
true;executed 1672 times by 2 tests: return true;Executed by:- tst_ecmascripttests
- tst_qqmlparser
| 1672 |
| 350 | } | - |
| 351 | | - |
| 352 | bool PatternProperty::convertLiteralToAssignmentPattern(MemoryPool *pool, SourceLocation *errorLocation, QString *errorMessage) | - |
| 353 | { | - |
| 354 | ((type != SpreadElement) ? static_cast<void>(0) : qt_assert("type != SpreadElement", __FILE__, 460)); | - |
| 355 | if (type == Binding| TRUE | never evaluated | | FALSE | evaluated 3260 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
) | 0-3260 |
| 356 | return never executed: return true; true;never executed: return true; | 0 |
| 357 | if (type == Getter| TRUE | evaluated 56 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | evaluated 3204 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
|| type == Setter| TRUE | never evaluated | | FALSE | evaluated 3203 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
) { | 0-3204 |
| 358 | *errorLocation = firstSourceLocation(); | - |
| 359 | *errorMessage = QString::fromLatin1("Invalid getter/setter in destructuring expression."); | - |
| 360 | returnexecuted 56 times by 2 tests: return false;Executed by:- tst_ecmascripttests
- tst_qqmlparser
false;executed 56 times by 2 tests: return false;Executed by:- tst_ecmascripttests
- tst_qqmlparser
| 56 |
| 361 | } | - |
| 362 | ((type == Literal) ? static_cast<void>(0) : qt_assert("type == Literal", __FILE__, 468)); | - |
| 363 | returnexecuted 3203 times by 2 tests: return PatternElement::convertLiteralToAssignmentPattern(pool, errorLocation, errorMessage);Executed by:- tst_ecmascripttests
- tst_qqmlparser
PatternElement::convertLiteralToAssignmentPattern(pool, errorLocation, errorMessage);executed 3203 times by 2 tests: return PatternElement::convertLiteralToAssignmentPattern(pool, errorLocation, errorMessage);Executed by:- tst_ecmascripttests
- tst_qqmlparser
| 3203 |
| 364 | } | - |
| 365 | | - |
| 366 | | - |
| 367 | void Elision::accept0(Visitor *visitor) | - |
| 368 | { | - |
| 369 | if (visitor->visit(this)| TRUE | evaluated 6935 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
- tst_qqmlparser
| | FALSE | never evaluated |
) { | 0-6935 |
| 370 | | - |
| 371 | }executed 6939 times by 4 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
- tst_qqmlparser
| 6939 |
| 372 | | - |
| 373 | visitor->endVisit(this); | - |
| 374 | }executed 6937 times by 4 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
- tst_qqmlparser
| 6937 |
| 375 | | - |
| 376 | void IdentifierPropertyName::accept0(Visitor *visitor) | - |
| 377 | { | - |
| 378 | if (visitor->visit(this)| TRUE | evaluated 277107 times by 22 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickrepeater
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| | FALSE | never evaluated |
) { | 0-277107 |
| 379 | }executed 277126 times by 22 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickrepeater
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 277126 |
| 380 | | - |
| 381 | visitor->endVisit(this); | - |
| 382 | }executed 277194 times by 22 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickrepeater
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 277194 |
| 383 | | - |
| 384 | void StringLiteralPropertyName::accept0(Visitor *visitor) | - |
| 385 | { | - |
| 386 | if (visitor->visit(this)| TRUE | evaluated 44906 times by 21 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickparticlegroup
- tst_qquickpathview
- tst_qquickspritesequence
- tst_qquickvisualdatamodel
- tst_qquickworkerscript
| | FALSE | never evaluated |
) { | 0-44906 |
| 387 | }executed 44916 times by 21 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickparticlegroup
- tst_qquickpathview
- tst_qquickspritesequence
- tst_qquickvisualdatamodel
- tst_qquickworkerscript
| 44916 |
| 388 | | - |
| 389 | visitor->endVisit(this); | - |
| 390 | }executed 44921 times by 21 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickparticlegroup
- tst_qquickpathview
- tst_qquickspritesequence
- tst_qquickvisualdatamodel
- tst_qquickworkerscript
| 44921 |
| 391 | | - |
| 392 | void NumericLiteralPropertyName::accept0(Visitor *visitor) | - |
| 393 | { | - |
| 394 | if (visitor->visit(this)| TRUE | evaluated 14382 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qqmlparser
| | FALSE | never evaluated |
) { | 0-14382 |
| 395 | }executed 14371 times by 3 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qqmlparser
| 14371 |
| 396 | | - |
| 397 | visitor->endVisit(this); | - |
| 398 | }executed 14380 times by 3 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qqmlparser
| 14380 |
| 399 | | - |
| 400 | void ArrayMemberExpression::accept0(Visitor *visitor) | - |
| 401 | { | - |
| 402 | if (visitor->visit(this)| TRUE | evaluated 163358 times by 33 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- ...
| | FALSE | evaluated 584121 times by 32 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- ...
|
) { | 163358-584121 |
| 403 | accept(base, visitor); | - |
| 404 | accept(expression, visitor); | - |
| 405 | }executed 163545 times by 33 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- ...
| 163545 |
| 406 | | - |
| 407 | visitor->endVisit(this); | - |
| 408 | }executed 747618 times by 33 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlapplicationengine
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- ...
| 747618 |
| 409 | | - |
| 410 | void FieldMemberExpression::accept0(Visitor *visitor) | - |
| 411 | { | - |
| 412 | if (visitor->visit(this)| TRUE | evaluated 5434695 times by 113 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- ...
| | FALSE | evaluated 7921637 times by 112 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- ...
|
) { | 5434695-7921637 |
| 413 | accept(base, visitor); | - |
| 414 | }executed 5437622 times by 113 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- ...
| 5437622 |
| 415 | | - |
| 416 | visitor->endVisit(this); | - |
| 417 | }executed 13359333 times by 113 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- ...
| 13359333 |
| 418 | | - |
| 419 | void NewMemberExpression::accept0(Visitor *visitor) | - |
| 420 | { | - |
| 421 | if (visitor->visit(this)| TRUE | evaluated 693741 times by 22 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllocale
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
| | FALSE | evaluated 197067 times by 21 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
|
) { | 197067-693741 |
| 422 | accept(base, visitor); | - |
| 423 | accept(arguments, visitor); | - |
| 424 | }executed 695635 times by 22 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllocale
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
| 695635 |
| 425 | | - |
| 426 | visitor->endVisit(this); | - |
| 427 | }executed 892991 times by 22 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllocale
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
| 892991 |
| 428 | | - |
| 429 | void NewExpression::accept0(Visitor *visitor) | - |
| 430 | { | - |
| 431 | if (visitor->visit(this)| TRUE | evaluated 3413 times by 10 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlxmlhttprequest
| | FALSE | evaluated 947 times by 9 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlqt
- tst_qqmlxmlhttprequest
|
) { | 947-3413 |
| 432 | accept(expression, visitor); | - |
| 433 | }executed 3418 times by 10 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlxmlhttprequest
| 3418 |
| 434 | | - |
| 435 | visitor->endVisit(this); | - |
| 436 | }executed 4365 times by 10 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlxmlhttprequest
| 4365 |
| 437 | | - |
| 438 | void CallExpression::accept0(Visitor *visitor) | - |
| 439 | { | - |
| 440 | if (visitor->visit(this)| TRUE | evaluated 12823583 times by 87 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
| | FALSE | evaluated 2557245 times by 86 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
|
) { | 2557245-12823583 |
| 441 | accept(base, visitor); | - |
| 442 | accept(arguments, visitor); | - |
| 443 | }executed 12852876 times by 87 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
| 12852876 |
| 444 | | - |
| 445 | visitor->endVisit(this); | - |
| 446 | }executed 15410141 times by 87 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
| 15410141 |
| 447 | | - |
| 448 | void ArgumentList::accept0(Visitor *visitor) | - |
| 449 | { | - |
| 450 | if (visitor->visit(this)| TRUE | evaluated 12654860 times by 78 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
| | FALSE | never evaluated |
) { | 0-12654860 |
| 451 | for (ArgumentList *it = this; it| TRUE | evaluated 17491663 times by 78 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
| | FALSE | evaluated 12661593 times by 78 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
|
; it = it->next) { | 12661593-17491663 |
| 452 | accept(it->expression, visitor); | - |
| 453 | }executed 17507235 times by 78 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
| 17507235 |
| 454 | }executed 12667526 times by 78 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
| 12667526 |
| 455 | | - |
| 456 | visitor->endVisit(this); | - |
| 457 | }executed 12661043 times by 78 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
| 12661043 |
| 458 | | - |
| 459 | void PostIncrementExpression::accept0(Visitor *visitor) | - |
| 460 | { | - |
| 461 | if (visitor->visit(this)| TRUE | evaluated 20359 times by 29 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlnativeconnector
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickrepeater
- ...
| | FALSE | evaluated 54314 times by 28 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlnativeconnector
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickstates
- ...
|
) { | 20359-54314 |
| 462 | accept(base, visitor); | - |
| 463 | }executed 20369 times by 29 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlnativeconnector
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickrepeater
- ...
| 20369 |
| 464 | | - |
| 465 | visitor->endVisit(this); | - |
| 466 | }executed 74683 times by 29 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlnativeconnector
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickrepeater
- ...
| 74683 |
| 467 | | - |
| 468 | void PostDecrementExpression::accept0(Visitor *visitor) | - |
| 469 | { | - |
| 470 | if (visitor->visit(this)| TRUE | evaluated 931 times by 9 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlparser
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquicktableview
| | FALSE | evaluated 1655 times by 8 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquicktableview
|
) { | 931-1655 |
| 471 | accept(base, visitor); | - |
| 472 | }executed 931 times by 9 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlparser
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquicktableview
| 931 |
| 473 | | - |
| 474 | visitor->endVisit(this); | - |
| 475 | }executed 2586 times by 9 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlparser
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquicktableview
| 2586 |
| 476 | | - |
| 477 | void DeleteExpression::accept0(Visitor *visitor) | - |
| 478 | { | - |
| 479 | if (visitor->visit(this)| TRUE | evaluated 125831 times by 9 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickgridview
- tst_qquickitem2
| | FALSE | evaluated 19322 times by 8 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlxmlhttprequest
- tst_qquickgridview
- tst_qquickitem2
|
) { | 19322-125831 |
| 480 | accept(expression, visitor); | - |
| 481 | }executed 126116 times by 9 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickgridview
- tst_qquickitem2
| 126116 |
| 482 | | - |
| 483 | visitor->endVisit(this); | - |
| 484 | }executed 145407 times by 9 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickgridview
- tst_qquickitem2
| 145407 |
| 485 | | - |
| 486 | void VoidExpression::accept0(Visitor *visitor) | - |
| 487 | { | - |
| 488 | if (visitor->visit(this)| TRUE | evaluated 7571 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
| | FALSE | evaluated 2056 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlecmascript
|
) { | 2056-7571 |
| 489 | accept(expression, visitor); | - |
| 490 | }executed 7577 times by 6 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
| 7577 |
| 491 | | - |
| 492 | visitor->endVisit(this); | - |
| 493 | }executed 9633 times by 6 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
| 9633 |
| 494 | | - |
| 495 | void TypeOfExpression::accept0(Visitor *visitor) | - |
| 496 | { | - |
| 497 | if (visitor->visit(this)| TRUE | evaluated 831514 times by 14 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_scenegraph
- tst_signalspy
- tst_testfiltering
| | FALSE | evaluated 190336 times by 13 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_scenegraph
- tst_signalspy
- tst_testfiltering
|
) { | 190336-831514 |
| 498 | accept(expression, visitor); | - |
| 499 | }executed 834514 times by 14 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_scenegraph
- tst_signalspy
- tst_testfiltering
| 834514 |
| 500 | | - |
| 501 | visitor->endVisit(this); | - |
| 502 | }executed 1024609 times by 14 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_scenegraph
- tst_signalspy
- tst_testfiltering
| 1024609 |
| 503 | | - |
| 504 | void PreIncrementExpression::accept0(Visitor *visitor) | - |
| 505 | { | - |
| 506 | if (visitor->visit(this)| TRUE | evaluated 6191 times by 33 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- ...
| | FALSE | evaluated 19460 times by 32 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickscreen
- ...
|
) { | 6191-19460 |
| 507 | accept(expression, visitor); | - |
| 508 | }executed 6213 times by 33 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- ...
| 6213 |
| 509 | | - |
| 510 | visitor->endVisit(this); | - |
| 511 | }executed 25616 times by 33 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- ...
| 25616 |
| 512 | | - |
| 513 | void PreDecrementExpression::accept0(Visitor *visitor) | - |
| 514 | { | - |
| 515 | if (visitor->visit(this)| TRUE | evaluated 737 times by 7 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickgridview
| | FALSE | evaluated 1323 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickgridview
|
) { | 737-1323 |
| 516 | accept(expression, visitor); | - |
| 517 | }executed 737 times by 7 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickgridview
| 737 |
| 518 | | - |
| 519 | visitor->endVisit(this); | - |
| 520 | }executed 2060 times by 7 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickgridview
| 2060 |
| 521 | | - |
| 522 | void UnaryPlusExpression::accept0(Visitor *visitor) | - |
| 523 | { | - |
| 524 | if (visitor->visit(this)| TRUE | evaluated 10593 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
- tst_qqmlparser
| | FALSE | evaluated 2909 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
|
) { | 2909-10593 |
| 525 | accept(expression, visitor); | - |
| 526 | }executed 10596 times by 4 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
- tst_qqmlparser
| 10596 |
| 527 | | - |
| 528 | visitor->endVisit(this); | - |
| 529 | }executed 13506 times by 4 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsvalue
- tst_qqmlparser
| 13506 |
| 530 | | - |
| 531 | void UnaryMinusExpression::accept0(Visitor *visitor) | - |
| 532 | { | - |
| 533 | if (visitor->visit(this)| TRUE | evaluated 204684 times by 25 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_scenegraph
- tst_testfiltering
| | FALSE | evaluated 55512 times by 24 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_scenegraph
- tst_testfiltering
|
) { | 55512-204684 |
| 534 | accept(expression, visitor); | - |
| 535 | }executed 204626 times by 25 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_scenegraph
- tst_testfiltering
| 204626 |
| 536 | | - |
| 537 | visitor->endVisit(this); | - |
| 538 | }executed 260050 times by 25 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_scenegraph
- tst_testfiltering
| 260050 |
| 539 | | - |
| 540 | void TildeExpression::accept0(Visitor *visitor) | - |
| 541 | { | - |
| 542 | if (visitor->visit(this)| TRUE | evaluated 2082 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qqmlparser
| | FALSE | evaluated 606 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
|
) { | 606-2082 |
| 543 | accept(expression, visitor); | - |
| 544 | }executed 2084 times by 5 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qqmlparser
| 2084 |
| 545 | | - |
| 546 | visitor->endVisit(this); | - |
| 547 | }executed 2690 times by 5 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsvalue
- tst_qqmlparser
| 2690 |
| 548 | | - |
| 549 | void NotExpression::accept0(Visitor *visitor) | - |
| 550 | { | - |
| 551 | if (visitor->visit(this)| TRUE | evaluated 735297 times by 34 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickfocusscope
- tst_qquickfontloader
- tst_qquickgridview
- tst_qquickitem
- tst_qquicklayouts
- ...
| | FALSE | evaluated 194277 times by 33 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickfocusscope
- tst_qquickfontloader
- tst_qquickgridview
- tst_qquickitem
- tst_qquicklayouts
- tst_qquicklistview
- ...
|
) { | 194277-735297 |
| 552 | accept(expression, visitor); | - |
| 553 | }executed 738200 times by 34 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickfocusscope
- tst_qquickfontloader
- tst_qquickgridview
- tst_qquickitem
- tst_qquicklayouts
- ...
| 738200 |
| 554 | | - |
| 555 | visitor->endVisit(this); | - |
| 556 | }executed 931794 times by 34 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickfocusscope
- tst_qquickfontloader
- tst_qquickgridview
- tst_qquickitem
- tst_qquicklayouts
- ...
| 931794 |
| 557 | | - |
| 558 | void BinaryExpression::accept0(Visitor *visitor) | - |
| 559 | { | - |
| 560 | if (visitor->visit(this)| TRUE | evaluated 30488098 times by 99 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
| | FALSE | evaluated 9722542 times by 98 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
|
) { | 9722542-30488098 |
| 561 | accept(left, visitor); | - |
| 562 | accept(right, visitor); | - |
| 563 | }executed 30514517 times by 99 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
| 30514517 |
| 564 | | - |
| 565 | visitor->endVisit(this); | - |
| 566 | }executed 40198793 times by 99 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
| 40198793 |
| 567 | | - |
| 568 | void ConditionalExpression::accept0(Visitor *visitor) | - |
| 569 | { | - |
| 570 | if (visitor->visit(this)| TRUE | evaluated 204719 times by 45 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmltypeloader
- tst_qquickaccessible
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickgridview
- tst_qquickitem2
- ...
| | FALSE | evaluated 26429 times by 44 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmltypeloader
- tst_qquickaccessible
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- ...
|
) { | 26429-204719 |
| 571 | accept(expression, visitor); | - |
| 572 | accept(ok, visitor); | - |
| 573 | accept(ko, visitor); | - |
| 574 | }executed 204871 times by 45 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmltypeloader
- tst_qquickaccessible
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickgridview
- tst_qquickitem2
- ...
| 204871 |
| 575 | | - |
| 576 | visitor->endVisit(this); | - |
| 577 | }executed 231247 times by 45 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmltypeloader
- tst_qquickaccessible
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquickgridview
- tst_qquickitem2
- ...
| 231247 |
| 578 | | - |
| 579 | void Expression::accept0(Visitor *visitor) | - |
| 580 | { | - |
| 581 | if (visitor->visit(this)| TRUE | evaluated 8700 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickdrag
| | FALSE | evaluated 1977 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qquickdrag
|
) { | 1977-8700 |
| 582 | accept(left, visitor); | - |
| 583 | accept(right, visitor); | - |
| 584 | }executed 8704 times by 6 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickdrag
| 8704 |
| 585 | | - |
| 586 | visitor->endVisit(this); | - |
| 587 | }executed 10681 times by 6 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickdrag
| 10681 |
| 588 | | - |
| 589 | void Block::accept0(Visitor *visitor) | - |
| 590 | { | - |
| 591 | if (visitor->visit(this)| TRUE | evaluated 6680014 times by 77 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmoduleplugin
- ...
| | FALSE | evaluated 3253598 times by 76 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmoduleplugin
- ...
|
) { | 3253598-6680014 |
| 592 | accept(statements, visitor); | - |
| 593 | }executed 6704043 times by 77 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmoduleplugin
- ...
| 6704043 |
| 594 | | - |
| 595 | visitor->endVisit(this); | - |
| 596 | }executed 9963909 times by 77 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmoduleplugin
- ...
| 9963909 |
| 597 | | - |
| 598 | void StatementList::accept0(Visitor *visitor) | - |
| 599 | { | - |
| 600 | if (visitor->visit(this)| TRUE | evaluated 13857550 times by 102 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- ...
| | FALSE | never evaluated |
) { | 0-13857550 |
| 601 | for (StatementList *it = this; it| TRUE | evaluated 22210294 times by 102 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- ...
| | FALSE | evaluated 13862858 times by 102 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- ...
|
; it = it->next) { | 13862858-22210294 |
| 602 | accept(it->statement, visitor); | - |
| 603 | }executed 22208906 times by 102 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- ...
| 22208906 |
| 604 | }executed 13870171 times by 102 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- ...
| 13870171 |
| 605 | | - |
| 606 | visitor->endVisit(this); | - |
| 607 | }executed 13869974 times by 102 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- ...
| 13869974 |
| 608 | | - |
| 609 | void VariableStatement::accept0(Visitor *visitor) | - |
| 610 | { | - |
| 611 | if (visitor->visit(this)| TRUE | evaluated 1692005 times by 49 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- ...
| | FALSE | evaluated 529288 times by 48 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- ...
|
) { | 529288-1692005 |
| 612 | accept(declarations, visitor); | - |
| 613 | }executed 1696746 times by 49 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- ...
| 1696746 |
| 614 | | - |
| 615 | visitor->endVisit(this); | - |
| 616 | }executed 2227049 times by 49 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- ...
| 2227049 |
| 617 | | - |
| 618 | void VariableDeclarationList::accept0(Visitor *visitor) | - |
| 619 | { | - |
| 620 | if (visitor->visit(this)| TRUE | evaluated 1735564 times by 51 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- ...
| | FALSE | never evaluated |
) { | 0-1735564 |
| 621 | for (VariableDeclarationList *it = this; it| TRUE | evaluated 1744091 times by 51 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- ...
| | FALSE | evaluated 1737728 times by 51 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- ...
|
; it = it->next) { | 1737728-1744091 |
| 622 | accept(it->declaration, visitor); | - |
| 623 | }executed 1747441 times by 51 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- ...
| 1747441 |
| 624 | }executed 1739526 times by 51 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- ...
| 1739526 |
| 625 | | - |
| 626 | visitor->endVisit(this); | - |
| 627 | }executed 1739458 times by 51 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- ...
| 1739458 |
| 628 | | - |
| 629 | void EmptyStatement::accept0(Visitor *visitor) | - |
| 630 | { | - |
| 631 | if (visitor->visit(this)| TRUE | evaluated 6766 times by 8 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickpathview
| | FALSE | evaluated 2115 times by 7 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlecmascript
- tst_qquickpathview
|
) { | 2115-6766 |
| 632 | }executed 6765 times by 8 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickpathview
| 6765 |
| 633 | | - |
| 634 | visitor->endVisit(this); | - |
| 635 | }executed 8882 times by 8 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickpathview
| 8882 |
| 636 | | - |
| 637 | void ExpressionStatement::accept0(Visitor *visitor) | - |
| 638 | { | - |
| 639 | if (visitor->visit(this)| TRUE | evaluated 19506945 times by 140 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| | FALSE | evaluated 5591255 times by 139 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
|
) { | 5591255-19506945 |
| 640 | accept(expression, visitor); | - |
| 641 | }executed 19517204 times by 140 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 19517204 |
| 642 | | - |
| 643 | visitor->endVisit(this); | - |
| 644 | }executed 25111874 times by 140 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- ...
| 25111874 |
| 645 | | - |
| 646 | void IfStatement::accept0(Visitor *visitor) | - |
| 647 | { | - |
| 648 | if (visitor->visit(this)| TRUE | evaluated 4789943 times by 59 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- ...
| | FALSE | evaluated 1210038 times by 58 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- ...
|
) { | 1210038-4789943 |
| 649 | accept(expression, visitor); | - |
| 650 | accept(ok, visitor); | - |
| 651 | accept(ko, visitor); | - |
| 652 | }executed 4803886 times by 59 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- ...
| 4803886 |
| 653 | | - |
| 654 | visitor->endVisit(this); | - |
| 655 | }executed 6017685 times by 59 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- ...
| 6017685 |
| 656 | | - |
| 657 | void DoWhileStatement::accept0(Visitor *visitor) | - |
| 658 | { | - |
| 659 | if (visitor->visit(this)| TRUE | evaluated 1454 times by 11 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| | FALSE | evaluated 1367 times by 10 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
|
) { | 1367-1454 |
| 660 | accept(statement, visitor); | - |
| 661 | accept(expression, visitor); | - |
| 662 | }executed 1455 times by 11 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 1455 |
| 663 | | - |
| 664 | visitor->endVisit(this); | - |
| 665 | }executed 2822 times by 11 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 2822 |
| 666 | | - |
| 667 | void WhileStatement::accept0(Visitor *visitor) | - |
| 668 | { | - |
| 669 | if (visitor->visit(this)| TRUE | evaluated 3857 times by 14 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_signalspy
- tst_testfiltering
| | FALSE | evaluated 1046 times by 13 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_signalspy
- tst_testfiltering
|
) { | 1046-3857 |
| 670 | accept(expression, visitor); | - |
| 671 | accept(statement, visitor); | - |
| 672 | }executed 3866 times by 14 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_signalspy
- tst_testfiltering
| 3866 |
| 673 | | - |
| 674 | visitor->endVisit(this); | - |
| 675 | }executed 4922 times by 14 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_signalspy
- tst_testfiltering
| 4922 |
| 676 | | - |
| 677 | void ForStatement::accept0(Visitor *visitor) | - |
| 678 | { | - |
| 679 | if (visitor->visit(this)| TRUE | evaluated 33095 times by 28 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickscreen
- tst_qquickvisualdatamodel
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- ...
| | FALSE | evaluated 29221 times by 27 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickscreen
- tst_qquickvisualdatamodel
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- ...
|
) { | 29221-33095 |
| 680 | accept(initialiser, visitor); | - |
| 681 | accept(declarations, visitor); | - |
| 682 | accept(condition, visitor); | - |
| 683 | accept(expression, visitor); | - |
| 684 | accept(statement, visitor); | - |
| 685 | }executed 33199 times by 28 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickscreen
- tst_qquickvisualdatamodel
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- ...
| 33199 |
| 686 | | - |
| 687 | visitor->endVisit(this); | - |
| 688 | }executed 62487 times by 28 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickscreen
- tst_qquickvisualdatamodel
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- ...
| 62487 |
| 689 | | - |
| 690 | void ForEachStatement::accept0(Visitor *visitor) | - |
| 691 | { | - |
| 692 | if (visitor->visit(this)| TRUE | evaluated 42640 times by 14 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| | FALSE | evaluated 26911 times by 13 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
|
) { | 26911-42640 |
| 693 | accept(lhs, visitor); | - |
| 694 | accept(expression, visitor); | - |
| 695 | accept(statement, visitor); | - |
| 696 | }executed 42881 times by 14 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 42881 |
| 697 | | - |
| 698 | visitor->endVisit(this); | - |
| 699 | }executed 69843 times by 14 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 69843 |
| 700 | | - |
| 701 | void ContinueStatement::accept0(Visitor *visitor) | - |
| 702 | { | - |
| 703 | if (visitor->visit(this)| TRUE | evaluated 7037 times by 10 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | evaluated 1002 times by 9 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
|
) { | 1002-7037 |
| 704 | }executed 7039 times by 10 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
| 7039 |
| 705 | | - |
| 706 | visitor->endVisit(this); | - |
| 707 | }executed 8046 times by 10 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
| 8046 |
| 708 | | - |
| 709 | void BreakStatement::accept0(Visitor *visitor) | - |
| 710 | { | - |
| 711 | if (visitor->visit(this)| TRUE | evaluated 113040 times by 10 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | evaluated 17075 times by 9 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
|
) { | 17075-113040 |
| 712 | }executed 113059 times by 10 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
| 113059 |
| 713 | | - |
| 714 | visitor->endVisit(this); | - |
| 715 | }executed 130330 times by 10 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
| 130330 |
| 716 | | - |
| 717 | void ReturnStatement::accept0(Visitor *visitor) | - |
| 718 | { | - |
| 719 | if (visitor->visit(this)| TRUE | evaluated 3823875 times by 49 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlnotifier
- tst_qqmlparser
- ...
| | FALSE | evaluated 751257 times by 48 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlnotifier
- tst_qqmlproperty
- ...
|
) { | 751257-3823875 |
| 720 | accept(expression, visitor); | - |
| 721 | }executed 3836866 times by 49 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlnotifier
- tst_qqmlparser
- ...
| 3836866 |
| 722 | | - |
| 723 | visitor->endVisit(this); | - |
| 724 | }executed 4585940 times by 49 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlnotifier
- tst_qqmlparser
- ...
| 4585940 |
| 725 | | - |
| 726 | void YieldExpression::accept0(Visitor *visitor) | - |
| 727 | { | - |
| 728 | if (visitor->visit(this)| TRUE | evaluated 10747 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | evaluated 2258 times by 1 test |
) { | 2258-10747 |
| 729 | accept(expression, visitor); | - |
| 730 | }executed 10751 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlparser
| 10751 |
| 731 | | - |
| 732 | visitor->endVisit(this); | - |
| 733 | }executed 13009 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlparser
| 13009 |
| 734 | | - |
| 735 | | - |
| 736 | void WithStatement::accept0(Visitor *visitor) | - |
| 737 | { | - |
| 738 | if (visitor->visit(this)| TRUE | evaluated 2335 times by 7 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qv4debugger
| | FALSE | evaluated 1669 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qv4debugger
|
) { | 1669-2335 |
| 739 | accept(expression, visitor); | - |
| 740 | accept(statement, visitor); | - |
| 741 | }executed 2338 times by 7 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qv4debugger
| 2338 |
| 742 | | - |
| 743 | visitor->endVisit(this); | - |
| 744 | }executed 4009 times by 7 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qv4debugger
| 4009 |
| 745 | | - |
| 746 | void SwitchStatement::accept0(Visitor *visitor) | - |
| 747 | { | - |
| 748 | if (visitor->visit(this)| TRUE | evaluated 2821 times by 7 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
| | FALSE | evaluated 749 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
|
) { | 749-2821 |
| 749 | accept(expression, visitor); | - |
| 750 | accept(block, visitor); | - |
| 751 | }executed 2831 times by 7 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
| 2831 |
| 752 | | - |
| 753 | visitor->endVisit(this); | - |
| 754 | }executed 3578 times by 7 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
| 3578 |
| 755 | | - |
| 756 | void CaseBlock::accept0(Visitor *visitor) | - |
| 757 | { | - |
| 758 | if (visitor->visit(this)| TRUE | evaluated 2826 times by 7 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
| | FALSE | never evaluated |
) { | 0-2826 |
| 759 | accept(clauses, visitor); | - |
| 760 | accept(defaultClause, visitor); | - |
| 761 | accept(moreClauses, visitor); | - |
| 762 | }executed 2831 times by 7 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
| 2831 |
| 763 | | - |
| 764 | visitor->endVisit(this); | - |
| 765 | }executed 2830 times by 7 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
| 2830 |
| 766 | | - |
| 767 | void CaseClauses::accept0(Visitor *visitor) | - |
| 768 | { | - |
| 769 | if (visitor->visit(this)| TRUE | evaluated 2657 times by 7 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
| | FALSE | never evaluated |
) { | 0-2657 |
| 770 | for (CaseClauses *it = this; it| TRUE | evaluated 244552 times by 7 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
| | FALSE | evaluated 2657 times by 7 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
|
; it = it->next) { | 2657-244552 |
| 771 | accept(it->clause, visitor); | - |
| 772 | }executed 244551 times by 7 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
| 244551 |
| 773 | }executed 2658 times by 7 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
| 2658 |
| 774 | | - |
| 775 | visitor->endVisit(this); | - |
| 776 | }executed 2658 times by 7 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
| 2658 |
| 777 | | - |
| 778 | void CaseClause::accept0(Visitor *visitor) | - |
| 779 | { | - |
| 780 | if (visitor->visit(this)| TRUE | evaluated 244552 times by 7 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
| | FALSE | never evaluated |
) { | 0-244552 |
| 781 | accept(expression, visitor); | - |
| 782 | accept(statements, visitor); | - |
| 783 | }executed 244552 times by 7 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
| 244552 |
| 784 | | - |
| 785 | visitor->endVisit(this); | - |
| 786 | }executed 244552 times by 7 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
| 244552 |
| 787 | | - |
| 788 | void DefaultClause::accept0(Visitor *visitor) | - |
| 789 | { | - |
| 790 | if (visitor->visit(this)| TRUE | evaluated 1736 times by 7 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
| | FALSE | never evaluated |
) { | 0-1736 |
| 791 | accept(statements, visitor); | - |
| 792 | }executed 1737 times by 7 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
| 1737 |
| 793 | | - |
| 794 | visitor->endVisit(this); | - |
| 795 | }executed 1737 times by 7 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
| 1737 |
| 796 | | - |
| 797 | void LabelledStatement::accept0(Visitor *visitor) | - |
| 798 | { | - |
| 799 | if (visitor->visit(this)| TRUE | evaluated 2795 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlparser
| | FALSE | evaluated 605 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
|
) { | 605-2795 |
| 800 | accept(statement, visitor); | - |
| 801 | }executed 2798 times by 6 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlparser
| 2798 |
| 802 | | - |
| 803 | visitor->endVisit(this); | - |
| 804 | }executed 3403 times by 6 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlparser
| 3403 |
| 805 | | - |
| 806 | void ThrowStatement::accept0(Visitor *visitor) | - |
| 807 | { | - |
| 808 | if (visitor->visit(this)| TRUE | evaluated 399993 times by 14 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_signalspy
- tst_testfiltering
| | FALSE | evaluated 96472 times by 13 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_signalspy
- tst_testfiltering
|
) { | 96472-399993 |
| 809 | accept(expression, visitor); | - |
| 810 | }executed 402738 times by 14 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_signalspy
- tst_testfiltering
| 402738 |
| 811 | | - |
| 812 | visitor->endVisit(this); | - |
| 813 | }executed 499391 times by 14 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_signalspy
- tst_testfiltering
| 499391 |
| 814 | | - |
| 815 | void TryStatement::accept0(Visitor *visitor) | - |
| 816 | { | - |
| 817 | if (visitor->visit(this)| TRUE | evaluated 437250 times by 22 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| | FALSE | evaluated 112780 times by 21 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
|
) { | 112780-437250 |
| 818 | accept(statement, visitor); | - |
| 819 | accept(catchExpression, visitor); | - |
| 820 | accept(finallyExpression, visitor); | - |
| 821 | }executed 440813 times by 22 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 440813 |
| 822 | | - |
| 823 | visitor->endVisit(this); | - |
| 824 | }executed 554862 times by 22 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 554862 |
| 825 | | - |
| 826 | void Catch::accept0(Visitor *visitor) | - |
| 827 | { | - |
| 828 | if (visitor->visit(this)| TRUE | evaluated 323136 times by 22 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| | FALSE | evaluated 114839 times by 21 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
|
) { | 114839-323136 |
| 829 | accept(patternElement, visitor); | - |
| 830 | accept(statement, visitor); | - |
| 831 | }executed 323095 times by 22 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 323095 |
| 832 | | - |
| 833 | visitor->endVisit(this); | - |
| 834 | }executed 438649 times by 22 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 438649 |
| 835 | | - |
| 836 | void Finally::accept0(Visitor *visitor) | - |
| 837 | { | - |
| 838 | if (visitor->visit(this)| TRUE | evaluated 3486 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
| | FALSE | never evaluated |
) { | 0-3486 |
| 839 | accept(statement, visitor); | - |
| 840 | }executed 3486 times by 6 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
| 3486 |
| 841 | | - |
| 842 | visitor->endVisit(this); | - |
| 843 | }executed 3486 times by 6 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlecmascript
- tst_qqmlparser
| 3486 |
| 844 | | - |
| 845 | void FunctionDeclaration::accept0(Visitor *visitor) | - |
| 846 | { | - |
| 847 | if (visitor->visit(this)| TRUE | evaluated 605117 times by 18 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4assembler
- tst_qv4debugger
- tst_testfiltering
| | FALSE | evaluated 291309 times by 17 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmlnotifier
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4assembler
- tst_qv4debugger
- tst_testfiltering
|
) { | 291309-605117 |
| 848 | accept(formals, visitor); | - |
| 849 | accept(body, visitor); | - |
| 850 | }executed 607831 times by 18 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4assembler
- tst_qv4debugger
- tst_testfiltering
| 607831 |
| 851 | | - |
| 852 | visitor->endVisit(this); | - |
| 853 | }executed 899926 times by 18 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4assembler
- tst_qv4debugger
- tst_testfiltering
| 899926 |
| 854 | | - |
| 855 | void FunctionExpression::accept0(Visitor *visitor) | - |
| 856 | { | - |
| 857 | if (visitor->visit(this)| TRUE | evaluated 2484502 times by 29 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlsqldatabase
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickloader
- ...
| | FALSE | evaluated 746023 times by 28 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlproperty
- tst_qqmlsqldatabase
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickloader
- tst_qquickworkerscript
- ...
|
) { | 746023-2484502 |
| 858 | accept(formals, visitor); | - |
| 859 | accept(body, visitor); | - |
| 860 | }executed 2492150 times by 29 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlsqldatabase
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickloader
- ...
| 2492150 |
| 861 | | - |
| 862 | visitor->endVisit(this); | - |
| 863 | }executed 3240231 times by 29 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlsqldatabase
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickloader
- ...
| 3240231 |
| 864 | | - |
| 865 | FunctionExpression *FunctionExpression::asFunctionDefinition() | - |
| 866 | { | - |
| 867 | returnexecuted 677557 times by 19 tests: return this;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
this;executed 677557 times by 19 tests: return this;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 677557 |
| 868 | } | - |
| 869 | | - |
| 870 | QStringList FormalParameterList::formals() const | - |
| 871 | { | - |
| 872 | QStringList formals; | - |
| 873 | int i = 0; | - |
| 874 | for (const FormalParameterList *it = this; it| TRUE | evaluated 1777695 times by 57 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- ...
| | FALSE | evaluated 816711 times by 57 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- ...
|
; it = it->next) { | 816711-1777695 |
| 875 | if (it->element| TRUE | evaluated 1777508 times by 57 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- ...
| | FALSE | never evaluated |
) { | 0-1777508 |
| 876 | QString name = it->element->bindingIdentifier.toString(); | - |
| 877 | int duplicateIndex = formals.indexOf(name); | - |
| 878 | if (duplicateIndex >= 0| TRUE | evaluated 346 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
| | FALSE | evaluated 1776956 times by 57 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- ...
|
) { | 346-1776956 |
| 879 | | - |
| 880 | formals[duplicateIndex] += QLatin1String("#") + QString::number(i); | - |
| 881 | }executed 344 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
| 344 |
| 882 | formals += name; | - |
| 883 | }executed 1776627 times by 57 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- ...
| 1776627 |
| 884 | ++i; | - |
| 885 | }executed 1779887 times by 57 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- ...
| 1779887 |
| 886 | returnexecuted 817270 times by 57 tests: return formals;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- ...
formals;executed 817270 times by 57 tests: return formals;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- ...
| 817270 |
| 887 | } | - |
| 888 | | - |
| 889 | QStringList FormalParameterList::boundNames() const | - |
| 890 | { | - |
| 891 | QStringList names; | - |
| 892 | for (const FormalParameterList *it = this; it| TRUE | evaluated 1776113 times by 57 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- ...
| | FALSE | evaluated 817180 times by 57 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- ...
|
; it = it->next) { | 817180-1776113 |
| 893 | if (it->element| TRUE | evaluated 1774832 times by 57 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- ...
| | FALSE | never evaluated |
) | 0-1774832 |
| 894 | it->element->boundNames(&names);executed 1776190 times by 57 tests: it->element->boundNames(&names);Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- ...
| 1776190 |
| 895 | }executed 1777735 times by 57 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- ...
| 1777735 |
| 896 | returnexecuted 816978 times by 57 tests: return names;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- ...
names;executed 816978 times by 57 tests: return names;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- ...
| 816978 |
| 897 | } | - |
| 898 | | - |
| 899 | void FormalParameterList::accept0(Visitor *visitor) | - |
| 900 | { | - |
| 901 | if (visitor->visit(this)| TRUE | evaluated 4752644 times by 22 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| | FALSE | never evaluated |
) { | 0-4752644 |
| 902 | accept(element, visitor); | - |
| 903 | if (next| TRUE | evaluated 2594689 times by 17 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| | FALSE | evaluated 2167425 times by 22 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
|
) | 2167425-2594689 |
| 904 | accept(next, visitor);executed 2592284 times by 17 tests: accept(next, visitor);Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 2592284 |
| 905 | }executed 4759124 times by 22 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 4759124 |
| 906 | | - |
| 907 | visitor->endVisit(this); | - |
| 908 | }executed 4758805 times by 22 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 4758805 |
| 909 | | - |
| 910 | FormalParameterList *FormalParameterList::finish(QQmlJS::MemoryPool *pool) | - |
| 911 | { | - |
| 912 | FormalParameterList *front = next; | - |
| 913 | next = nullptr; | - |
| 914 | | - |
| 915 | int i = 0; | - |
| 916 | for (const FormalParameterList *it = this; it| TRUE | evaluated 872054 times by 58 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- ...
| | FALSE | evaluated 876734 times by 58 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- ...
|
; it = it->next) { | 872054-876734 |
| 917 | if (it->element| TRUE | evaluated 870866 times by 58 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- ...
| | FALSE | never evaluated |
&& it->element->bindingIdentifier.isEmpty()| TRUE | evaluated 16528 times by 10 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickdraghandler
- tst_qquickfocusscope
- tst_qquickitem
- tst_qquickloader
- tst_qquicktextedit
- tst_qquicktextinput
| | FALSE | evaluated 857268 times by 57 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- ...
|
) | 0-870866 |
| 918 | it->element->bindingIdentifier = pool->newString(QLatin1String("arg#") + QString::number(i));executed 16522 times by 10 tests: it->element->bindingIdentifier = pool->newString(QLatin1String("arg#") + QString::number(i));Executed by:- tst_ecmascripttests
- tst_examples
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickdraghandler
- tst_qquickfocusscope
- tst_qquickitem
- tst_qquickloader
- tst_qquicktextedit
- tst_qquicktextinput
| 16522 |
| 919 | ++i; | - |
| 920 | }executed 873589 times by 58 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- ...
| 873589 |
| 921 | returnexecuted 878591 times by 58 tests: return front;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- ...
front;executed 878591 times by 58 tests: return front;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- ...
| 878591 |
| 922 | } | - |
| 923 | | - |
| 924 | void Program::accept0(Visitor *visitor) | - |
| 925 | { | - |
| 926 | if (visitor->visit(this)| TRUE | evaluated 2338635 times by 41 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetatype
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickdesignersupport
- ...
| | FALSE | never evaluated |
) { | 0-2338635 |
| 927 | accept(statements, visitor); | - |
| 928 | }executed 2339582 times by 41 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetatype
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickdesignersupport
- ...
| 2339582 |
| 929 | | - |
| 930 | visitor->endVisit(this); | - |
| 931 | }executed 2338898 times by 41 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetatype
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickdesignersupport
- ...
| 2338898 |
| 932 | | - |
| 933 | void DebuggerStatement::accept0(Visitor *visitor) | - |
| 934 | { | - |
| 935 | if (visitor->visit(this)| TRUE | evaluated 16 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsvalue
- tst_qqmlparser
| | FALSE | evaluated 2 times by 1 test |
) { | 2-16 |
| 936 | }executed 16 times by 3 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qjsvalue
- tst_qqmlparser
| 16 |
| 937 | | - |
| 938 | visitor->endVisit(this); | - |
| 939 | }executed 18 times by 3 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qjsvalue
- tst_qqmlparser
| 18 |
| 940 | | - |
| 941 | void UiProgram::accept0(Visitor *visitor) | - |
| 942 | { | - |
| 943 | if (visitor->visit(this)| TRUE | evaluated 7326 times by 1 test | | FALSE | never evaluated |
) { | 0-7326 |
| 944 | accept(headers, visitor); | - |
| 945 | accept(members, visitor); | - |
| 946 | }executed 7326 times by 1 test: end of block | 7326 |
| 947 | | - |
| 948 | visitor->endVisit(this); | - |
| 949 | }executed 7326 times by 1 test: end of block | 7326 |
| 950 | | - |
| 951 | void UiPublicMember::accept0(Visitor *visitor) | - |
| 952 | { | - |
| 953 | if (visitor->visit(this)| TRUE | evaluated 12056 times by 1 test | | FALSE | evaluated 7436 times by 101 testsEvaluated by:- tst_bindingdependencyapi
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlfileselector
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
|
) { | 7436-12056 |
| 954 | accept(statement, visitor); | - |
| 955 | accept(binding, visitor); | - |
| 956 | }executed 12056 times by 1 test: end of block | 12056 |
| 957 | | - |
| 958 | visitor->endVisit(this); | - |
| 959 | }executed 19492 times by 102 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlfileselector
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
| 19492 |
| 960 | | - |
| 961 | void UiObjectDefinition::accept0(Visitor *visitor) | - |
| 962 | { | - |
| 963 | if (visitor->visit(this)| TRUE | evaluated 43662 times by 1 test | | FALSE | evaluated 16385 times by 118 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetatype
- tst_qqmlmoduleplugin
- tst_qqmlnativeconnector
- tst_qqmlnotifier
- tst_qqmlproperty
- ...
|
) { | 16385-43662 |
| 964 | accept(qualifiedTypeNameId, visitor); | - |
| 965 | accept(initializer, visitor); | - |
| 966 | }executed 43662 times by 1 test: end of block | 43662 |
| 967 | | - |
| 968 | visitor->endVisit(this); | - |
| 969 | }executed 60047 times by 119 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetatype
- tst_qqmlmoduleplugin
- tst_qqmlnativeconnector
- tst_qqmlnotifier
- tst_qqmlparser
- ...
| 60047 |
| 970 | | - |
| 971 | void UiObjectInitializer::accept0(Visitor *visitor) | - |
| 972 | { | - |
| 973 | if (visitor->visit(this)| TRUE | evaluated 115016 times by 142 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlfileselector
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- ...
| | FALSE | never evaluated |
) { | 0-115016 |
| 974 | accept(members, visitor); | - |
| 975 | }executed 115016 times by 142 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlfileselector
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- ...
| 115016 |
| 976 | | - |
| 977 | visitor->endVisit(this); | - |
| 978 | }executed 115016 times by 142 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlfileselector
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- ...
| 115016 |
| 979 | | - |
| 980 | void UiParameterList::accept0(Visitor *visitor) | - |
| 981 | { | - |
| 982 | if (visitor->visit(this)| TRUE | never evaluated | | FALSE | never evaluated |
) { | 0 |
| 983 | } never executed: end of block | 0 |
| 984 | visitor->endVisit(this); | - |
| 985 | } never executed: end of block | 0 |
| 986 | | - |
| 987 | void UiObjectBinding::accept0(Visitor *visitor) | - |
| 988 | { | - |
| 989 | if (visitor->visit(this)| TRUE | evaluated 4164 times by 1 test | | FALSE | evaluated 1850 times by 76 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistreference
- tst_qqmlmetaobject
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsettings
- ...
|
) { | 1850-4164 |
| 990 | accept(qualifiedId, visitor); | - |
| 991 | accept(qualifiedTypeNameId, visitor); | - |
| 992 | accept(initializer, visitor); | - |
| 993 | }executed 4164 times by 1 test: end of block | 4164 |
| 994 | | - |
| 995 | visitor->endVisit(this); | - |
| 996 | }executed 6014 times by 77 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistreference
- tst_qqmlmetaobject
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlpropertymap
- tst_qqmlqt
- ...
| 6014 |
| 997 | | - |
| 998 | void UiScriptBinding::accept0(Visitor *visitor) | - |
| 999 | { | - |
| 1000 | if (visitor->visit(this)| TRUE | evaluated 128128 times by 1 test | | FALSE | evaluated 98156 times by 136 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
|
) { | 98156-128128 |
| 1001 | accept(qualifiedId, visitor); | - |
| 1002 | accept(statement, visitor); | - |
| 1003 | }executed 128128 times by 1 test: end of block | 128128 |
| 1004 | | - |
| 1005 | visitor->endVisit(this); | - |
| 1006 | }executed 226284 times by 137 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
| 226284 |
| 1007 | | - |
| 1008 | void UiArrayBinding::accept0(Visitor *visitor) | - |
| 1009 | { | - |
| 1010 | if (visitor->visit(this)| TRUE | evaluated 450 times by 1 test | | FALSE | evaluated 201 times by 24 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmllistreference
- tst_qqmlmetaobject
- tst_qqmlproperty
- tst_qqmltranslation
- tst_qquickanimations
- tst_qquickdesignersupport
- tst_qquickfontloader
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickspritegoal
- tst_qquickspritesequence
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
|
) { | 201-450 |
| 1011 | accept(qualifiedId, visitor); | - |
| 1012 | accept(members, visitor); | - |
| 1013 | }executed 450 times by 1 test: end of block | 450 |
| 1014 | | - |
| 1015 | visitor->endVisit(this); | - |
| 1016 | }executed 651 times by 25 tests: end of blockExecuted by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmllistreference
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmltranslation
- tst_qquickanimations
- tst_qquickdesignersupport
- tst_qquickfontloader
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickspritegoal
- tst_qquickspritesequence
- tst_qquickstates
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
| 651 |
| 1017 | | - |
| 1018 | void UiObjectMemberList::accept0(Visitor *visitor) | - |
| 1019 | { | - |
| 1020 | if (visitor->visit(this)| TRUE | evaluated 110562 times by 142 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlfileselector
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- ...
| | FALSE | never evaluated |
) { | 0-110562 |
| 1021 | for (UiObjectMemberList *it = this; it| TRUE | evaluated 316571 times by 142 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlfileselector
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- ...
| | FALSE | evaluated 110562 times by 142 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlfileselector
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- ...
|
; it = it->next) | 110562-316571 |
| 1022 | accept(it->member, visitor);executed 316571 times by 142 tests: accept(it->member, visitor);Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlfileselector
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- ...
| 316571 |
| 1023 | }executed 110562 times by 142 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlfileselector
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- ...
| 110562 |
| 1024 | | - |
| 1025 | visitor->endVisit(this); | - |
| 1026 | }executed 110562 times by 142 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlfileselector
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- ...
| 110562 |
| 1027 | | - |
| 1028 | void UiArrayMemberList::accept0(Visitor *visitor) | - |
| 1029 | { | - |
| 1030 | if (visitor->visit(this)| TRUE | evaluated 450 times by 1 test | | FALSE | never evaluated |
) { | 0-450 |
| 1031 | for (UiArrayMemberList *it = this; it| TRUE | evaluated 1222 times by 1 test | | FALSE | evaluated 450 times by 1 test |
; it = it->next) | 450-1222 |
| 1032 | accept(it->member, visitor);executed 1222 times by 1 test: accept(it->member, visitor); | 1222 |
| 1033 | }executed 450 times by 1 test: end of block | 450 |
| 1034 | | - |
| 1035 | visitor->endVisit(this); | - |
| 1036 | }executed 450 times by 1 test: end of block | 450 |
| 1037 | | - |
| 1038 | void UiQualifiedId::accept0(Visitor *visitor) | - |
| 1039 | { | - |
| 1040 | if (visitor->visit(this)| TRUE | evaluated 189762 times by 1 test | | FALSE | never evaluated |
) { | 0-189762 |
| 1041 | }executed 189762 times by 1 test: end of block | 189762 |
| 1042 | | - |
| 1043 | visitor->endVisit(this); | - |
| 1044 | }executed 189762 times by 1 test: end of block | 189762 |
| 1045 | | - |
| 1046 | void UiImport::accept0(Visitor *visitor) | - |
| 1047 | { | - |
| 1048 | if (visitor->visit(this)| TRUE | evaluated 9830 times by 1 test | | FALSE | evaluated 49481 times by 141 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlfileselector
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- ...
|
) { | 9830-49481 |
| 1049 | accept(importUri, visitor); | - |
| 1050 | }executed 9830 times by 1 test: end of block | 9830 |
| 1051 | | - |
| 1052 | visitor->endVisit(this); | - |
| 1053 | }executed 59311 times by 142 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlfileselector
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- ...
| 59311 |
| 1054 | | - |
| 1055 | void UiQualifiedPragmaId::accept0(Visitor *visitor) | - |
| 1056 | { | - |
| 1057 | if (visitor->visit(this)| TRUE | evaluated 36 times by 1 test | | FALSE | never evaluated |
) { | 0-36 |
| 1058 | }executed 36 times by 1 test: end of block | 36 |
| 1059 | | - |
| 1060 | visitor->endVisit(this); | - |
| 1061 | }executed 36 times by 1 test: end of block | 36 |
| 1062 | | - |
| 1063 | void UiPragma::accept0(Visitor *visitor) | - |
| 1064 | { | - |
| 1065 | if (visitor->visit(this)| TRUE | evaluated 36 times by 1 test | | FALSE | evaluated 11 times by 4 testsEvaluated by:- tst_examples
- tst_qmldiskcache
- tst_qqmlcontext
- tst_qqmltypeloader
|
) { | 11-36 |
| 1066 | accept(pragmaType, visitor); | - |
| 1067 | }executed 36 times by 1 test: end of block | 36 |
| 1068 | | - |
| 1069 | visitor->endVisit(this); | - |
| 1070 | }executed 47 times by 5 tests: end of blockExecuted by:- tst_examples
- tst_qmldiskcache
- tst_qqmlcontext
- tst_qqmlparser
- tst_qqmltypeloader
| 47 |
| 1071 | | - |
| 1072 | void UiHeaderItemList::accept0(Visitor *visitor) | - |
| 1073 | { | - |
| 1074 | if (visitor->visit(this)| TRUE | evaluated 59358 times by 142 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlfileselector
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- ...
| | FALSE | never evaluated |
) { | 0-59358 |
| 1075 | accept(headerItem, visitor); | - |
| 1076 | accept(next, visitor); | - |
| 1077 | }executed 59358 times by 142 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlfileselector
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- ...
| 59358 |
| 1078 | | - |
| 1079 | visitor->endVisit(this); | - |
| 1080 | }executed 59358 times by 142 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlfileselector
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- ...
| 59358 |
| 1081 | | - |
| 1082 | | - |
| 1083 | void UiSourceElement::accept0(Visitor *visitor) | - |
| 1084 | { | - |
| 1085 | if (visitor->visit(this)| TRUE | evaluated 2742 times by 1 test | | FALSE | evaluated 3161 times by 55 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmltranslation
- ...
|
) { | 2742-3161 |
| 1086 | accept(sourceElement, visitor); | - |
| 1087 | }executed 2742 times by 1 test: end of block | 2742 |
| 1088 | | - |
| 1089 | visitor->endVisit(this); | - |
| 1090 | }executed 5903 times by 56 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- ...
| 5903 |
| 1091 | | - |
| 1092 | void UiEnumDeclaration::accept0(Visitor *visitor) | - |
| 1093 | { | - |
| 1094 | if (visitor->visit(this)| TRUE | evaluated 18 times by 1 test | | FALSE | never evaluated |
) { | 0-18 |
| 1095 | accept(members, visitor); | - |
| 1096 | }executed 18 times by 1 test: end of block | 18 |
| 1097 | | - |
| 1098 | visitor->endVisit(this); | - |
| 1099 | }executed 18 times by 1 test: end of block | 18 |
| 1100 | | - |
| 1101 | void UiEnumMemberList::accept0(Visitor *visitor) | - |
| 1102 | { | - |
| 1103 | if (visitor->visit(this)| TRUE | evaluated 18 times by 1 test | | FALSE | never evaluated |
) { | 0-18 |
| 1104 | }executed 18 times by 1 test: end of block | 18 |
| 1105 | | - |
| 1106 | visitor->endVisit(this); | - |
| 1107 | }executed 18 times by 1 test: end of block | 18 |
| 1108 | | - |
| 1109 | void TaggedTemplate::accept0(Visitor *visitor) | - |
| 1110 | { | - |
| 1111 | if (visitor->visit(this)| TRUE | evaluated 1063 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | evaluated 306 times by 1 test |
) { | 306-1063 |
| 1112 | accept(base, visitor); | - |
| 1113 | accept(templateLiteral, visitor); | - |
| 1114 | }executed 1066 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlparser
| 1066 |
| 1115 | | - |
| 1116 | visitor->endVisit(this); | - |
| 1117 | }executed 1372 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlparser
| 1372 |
| 1118 | | - |
| 1119 | void PatternElement::accept0(Visitor *visitor) | - |
| 1120 | { | - |
| 1121 | if (visitor->visit(this)| TRUE | evaluated 7371843 times by 67 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlproperty
- ...
| | FALSE | evaluated 230 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlecmascript
|
) { | 230-7371843 |
| 1122 | accept(bindingTarget, visitor); | - |
| 1123 | accept(initializer, visitor); | - |
| 1124 | }executed 7377433 times by 67 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlproperty
- ...
| 7377433 |
| 1125 | | - |
| 1126 | visitor->endVisit(this); | - |
| 1127 | }executed 7376190 times by 67 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlproperty
- ...
| 7376190 |
| 1128 | | - |
| 1129 | void PatternElement::boundNames(QStringList *names) | - |
| 1130 | { | - |
| 1131 | if (bindingTarget| TRUE | evaluated 18303 times by 1 test | | FALSE | evaluated 2461400 times by 70 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlpropertymap
- ...
|
) { | 18303-2461400 |
| 1132 | if (PatternElementList *e = elementList()| TRUE | evaluated 10590 times by 1 test | | FALSE | evaluated 7665 times by 1 test |
) | 7665-10590 |
| 1133 | e->boundNames(names);executed 10590 times by 1 test: e->boundNames(names); | 10590 |
| 1134 | else if (PatternPropertyList *p = propertyList()| TRUE | evaluated 6453 times by 1 test | | FALSE | evaluated 1216 times by 1 test |
) | 1216-6453 |
| 1135 | p->boundNames(names);executed 6453 times by 1 test: p->boundNames(names); | 6453 |
| 1136 | }executed 18328 times by 1 test: end of block else { | 18328 |
| 1137 | names->append(bindingIdentifier.toString()); | - |
| 1138 | }executed 2465663 times by 70 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlnotifier
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlpropertymap
- ...
| 2465663 |
| 1139 | } | - |
| 1140 | | - |
| 1141 | void PatternElementList::accept0(Visitor *visitor) | - |
| 1142 | { | - |
| 1143 | if (visitor->visit(this)| TRUE | evaluated 389131 times by 41 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickellipseextruder
- tst_qquickfolderlistmodel
- ...
| | FALSE | never evaluated |
) { | 0-389131 |
| 1144 | accept(elision, visitor); | - |
| 1145 | accept(element, visitor); | - |
| 1146 | if (next| TRUE | evaluated 277766 times by 38 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickellipseextruder
- tst_qquickfriction
- ...
| | FALSE | evaluated 111606 times by 41 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickellipseextruder
- tst_qquickfolderlistmodel
- ...
|
) | 111606-277766 |
| 1147 | accept(next, visitor);executed 277756 times by 38 tests: accept(next, visitor);Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickellipseextruder
- tst_qquickfriction
- ...
| 277756 |
| 1148 | }executed 389277 times by 41 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickellipseextruder
- tst_qquickfolderlistmodel
- ...
| 389277 |
| 1149 | | - |
| 1150 | visitor->endVisit(this); | - |
| 1151 | }executed 389310 times by 41 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdrag
- tst_qquickdroparea
- tst_qquickellipseextruder
- tst_qquickfolderlistmodel
- ...
| 389310 |
| 1152 | | - |
| 1153 | void PatternElementList::boundNames(QStringList *names) | - |
| 1154 | { | - |
| 1155 | for (PatternElementList *it = this; it| TRUE | evaluated 14765 times by 1 test | | FALSE | evaluated 10628 times by 1 test |
; it = it->next) { | 10628-14765 |
| 1156 | if (it->element| TRUE | evaluated 13772 times by 1 test | | FALSE | evaluated 992 times by 1 test |
) | 992-13772 |
| 1157 | it->element->boundNames(names);executed 13771 times by 1 test: it->element->boundNames(names); | 13771 |
| 1158 | }executed 14805 times by 1 test: end of block | 14805 |
| 1159 | }executed 10628 times by 1 test: end of block | 10628 |
| 1160 | | - |
| 1161 | void PatternProperty::accept0(Visitor *visitor) | - |
| 1162 | { | - |
| 1163 | if (visitor->visit(this)| TRUE | evaluated 340866 times by 34 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- ...
| | FALSE | never evaluated |
) { | 0-340866 |
| 1164 | accept(name, visitor); | - |
| 1165 | accept(bindingTarget, visitor); | - |
| 1166 | accept(initializer, visitor); | - |
| 1167 | }executed 341142 times by 34 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- ...
| 341142 |
| 1168 | | - |
| 1169 | visitor->endVisit(this); | - |
| 1170 | }executed 341118 times by 34 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- ...
| 341118 |
| 1171 | | - |
| 1172 | void PatternProperty::boundNames(QStringList *names) | - |
| 1173 | { | - |
| 1174 | PatternElement::boundNames(names); | - |
| 1175 | }executed 11835 times by 1 test: end of block | 11835 |
| 1176 | | - |
| 1177 | void PatternPropertyList::accept0(Visitor *visitor) | - |
| 1178 | { | - |
| 1179 | if (visitor->visit(this)| TRUE | evaluated 318283 times by 34 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- ...
| | FALSE | never evaluated |
) { | 0-318283 |
| 1180 | accept(property, visitor); | - |
| 1181 | if (next| TRUE | evaluated 133712 times by 25 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| | FALSE | evaluated 184952 times by 34 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- ...
|
) | 133712-184952 |
| 1182 | accept(next, visitor);executed 133720 times by 25 tests: accept(next, visitor);Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 133720 |
| 1183 | }executed 318557 times by 34 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- ...
| 318557 |
| 1184 | | - |
| 1185 | visitor->endVisit(this); | - |
| 1186 | }executed 318631 times by 34 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- ...
| 318631 |
| 1187 | | - |
| 1188 | void PatternPropertyList::boundNames(QStringList *names) | - |
| 1189 | { | - |
| 1190 | for (PatternPropertyList *it = this; it| TRUE | evaluated 11803 times by 1 test | | FALSE | evaluated 6485 times by 1 test |
; it = it->next) | 6485-11803 |
| 1191 | it->property->boundNames(names);executed 11794 times by 1 test: it->property->boundNames(names); | 11794 |
| 1192 | }executed 6485 times by 1 test: end of block | 6485 |
| 1193 | | - |
| 1194 | void ComputedPropertyName::accept0(Visitor *visitor) | - |
| 1195 | { | - |
| 1196 | if (visitor->visit(this)| TRUE | evaluated 4364 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | never evaluated |
) { | 0-4364 |
| 1197 | accept(expression, visitor); | - |
| 1198 | }executed 4364 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlparser
| 4364 |
| 1199 | | - |
| 1200 | visitor->endVisit(this); | - |
| 1201 | }executed 4365 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlparser
| 4365 |
| 1202 | | - |
| 1203 | void ClassExpression::accept0(Visitor *visitor) | - |
| 1204 | { | - |
| 1205 | if (visitor->visit(this)| TRUE | evaluated 11426 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | evaluated 4437 times by 1 test |
) { | 4437-11426 |
| 1206 | accept(heritage, visitor); | - |
| 1207 | accept(elements, visitor); | - |
| 1208 | }executed 11484 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlparser
| 11484 |
| 1209 | | - |
| 1210 | visitor->endVisit(this); | - |
| 1211 | }executed 15942 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlparser
| 15942 |
| 1212 | | - |
| 1213 | ClassExpression *ClassExpression::asClassDefinition() | - |
| 1214 | { | - |
| 1215 | returnexecuted 6819 times by 2 tests: return this;Executed by:- tst_ecmascripttests
- tst_qqmlparser
this;executed 6819 times by 2 tests: return this;Executed by:- tst_ecmascripttests
- tst_qqmlparser
| 6819 |
| 1216 | } | - |
| 1217 | | - |
| 1218 | void ClassDeclaration::accept0(Visitor *visitor) | - |
| 1219 | { | - |
| 1220 | if (visitor->visit(this)| TRUE | evaluated 12690 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | evaluated 4831 times by 1 test |
) { | 4831-12690 |
| 1221 | accept(heritage, visitor); | - |
| 1222 | accept(elements, visitor); | - |
| 1223 | }executed 12762 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlparser
| 12762 |
| 1224 | | - |
| 1225 | visitor->endVisit(this); | - |
| 1226 | }executed 17602 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlparser
| 17602 |
| 1227 | | - |
| 1228 | void ClassElementList::accept0(Visitor *visitor) | - |
| 1229 | { | - |
| 1230 | if (visitor->visit(this)| TRUE | evaluated 22451 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | never evaluated |
) { | 0-22451 |
| 1231 | accept(property, visitor); | - |
| 1232 | if (next| TRUE | evaluated 1830 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | evaluated 20702 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
) | 1830-20702 |
| 1233 | accept(next, visitor);executed 1823 times by 2 tests: accept(next, visitor);Executed by:- tst_ecmascripttests
- tst_qqmlparser
| 1823 |
| 1234 | }executed 22530 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlparser
| 22530 |
| 1235 | | - |
| 1236 | visitor->endVisit(this); | - |
| 1237 | }executed 22548 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlparser
| 22548 |
| 1238 | | - |
| 1239 | ClassElementList *ClassElementList::finish() | - |
| 1240 | { | - |
| 1241 | ClassElementList *front = next; | - |
| 1242 | next = nullptr; | - |
| 1243 | returnexecuted 13279 times by 2 tests: return front;Executed by:- tst_ecmascripttests
- tst_qqmlparser
front;executed 13279 times by 2 tests: return front;Executed by:- tst_ecmascripttests
- tst_qqmlparser
| 13279 |
| 1244 | } | - |
| 1245 | | - |
| 1246 | Pattern *Pattern::patternCast() | - |
| 1247 | { | - |
| 1248 | returnexecuted 35386 times by 2 tests: return this;Executed by:- tst_ecmascripttests
- tst_qqmlparser
this;executed 35386 times by 2 tests: return this;Executed by:- tst_ecmascripttests
- tst_qqmlparser
| 35386 |
| 1249 | } | - |
| 1250 | | - |
| 1251 | LeftHandSideExpression *LeftHandSideExpression::leftHandSideExpressionCast() | - |
| 1252 | { | - |
| 1253 | returnexecuted 10282 times by 2 tests: return this;Executed by:- tst_ecmascripttests
- tst_qqmlparser
this;executed 10282 times by 2 tests: return this;Executed by:- tst_ecmascripttests
- tst_qqmlparser
| 10282 |
| 1254 | } | - |
| 1255 | | - |
| 1256 | } } | - |
| 1257 | | - |
| 1258 | | - |
| | |