| Line | Source | Count |
| 1 | | - |
| 2 | | - |
| 3 | | - |
| 4 | | - |
| 5 | | - |
| 6 | | - |
| 7 | | - |
| 8 | | - |
| 9 | | - |
| 10 | | - |
| 11 | | - |
| 12 | | - |
| 13 | | - |
| 14 | | - |
| 15 | | - |
| 16 | | - |
| 17 | | - |
| 18 | | - |
| 19 | | - |
| 20 | | - |
| 21 | | - |
| 22 | | - |
| 23 | | - |
| 24 | | - |
| 25 | | - |
| 26 | | - |
| 27 | | - |
| 28 | | - |
| 29 | | - |
| 30 | | - |
| 31 | | - |
| 32 | | - |
| 33 | | - |
| 34 | | - |
| 35 | | - |
| 36 | | - |
| 37 | | - |
| 38 | | - |
| 39 | | - |
| 40 | #ifndef QQMLJSKEYWORDS_P_H | - |
| 41 | #define QQMLJSKEYWORDS_P_H | - |
| 42 | | - |
| 43 | | - |
| 44 | | - |
| 45 | | - |
| 46 | | - |
| 47 | | - |
| 48 | | - |
| 49 | | - |
| 50 | | - |
| 51 | | - |
| 52 | | - |
| 53 | | - |
| 54 | #include "qqmljslexer_p.h" | - |
| 55 | | - |
| 56 | QT_QML_BEGIN_NAMESPACE | - |
| 57 | | - |
| 58 | namespace QQmlJS { | - |
| 59 | | - |
| 60 | static inline int classify2(const QChar *s, int parseModeFlags) { | - |
| 61 | if (s[0].unicode() == 'a') {| TRUE | evaluated 8938 times by 22 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qmlmin
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmlmoduleplugin
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickloader
- tst_qquickscreen
- tst_qrcqml
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | evaluated 1661399 times by 132 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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_qqmlitemmodels
- ...
|
| 8938-1661399 |
| 62 | if (s[1].unicode() == 's') {| TRUE | evaluated 4922 times by 22 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qmlmin
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmlmoduleplugin
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickloader
- tst_qquickscreen
- tst_qrcqml
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | evaluated 4013 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
|
| 4013-4922 |
| 63 | return (parseModeFlags & Lexer::QmlMode) ? Lexer::T_AS : Lexer::T_IDENTIFIER;executed 4922 times by 22 tests: return (parseModeFlags & Lexer::QmlMode) ? Lexer::T_AS : Lexer::T_IDENTIFIER;Executed by:- tst_ecmascripttests
- tst_examples
- tst_qmlmin
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmlmoduleplugin
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickloader
- tst_qquickscreen
- tst_qrcqml
- tst_quicktestmainwithsetup
- tst_testfiltering
| 4922 |
| 64 | } | - |
| 65 | }executed 4012 times by 6 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
| 4012 |
| 66 | else if (s[0].unicode() == 'd') {| TRUE | evaluated 5522 times by 17 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| | FALSE | evaluated 1657882 times by 132 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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_qqmlitemmodels
- ...
|
| 5522-1657882 |
| 67 | if (s[1].unicode() == 'o') {| TRUE | evaluated 1267 times by 12 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| | FALSE | evaluated 4254 times by 13 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
|
| 1267-4254 |
| 68 | return Lexer::T_DO;executed 1265 times by 12 tests: return Lexer::T_DO;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 1265 |
| 69 | } | - |
| 70 | }executed 4254 times by 13 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
| 4254 |
| 71 | else if (s[0].unicode() == 'i') {| TRUE | evaluated 1486241 times by 125 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
| | FALSE | evaluated 173216 times by 86 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlparser
- ...
|
| 173216-1486241 |
| 72 | if (s[1].unicode() == 'f') {| TRUE | evaluated 1379417 times by 60 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- 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
- ...
| | FALSE | evaluated 105860 times by 121 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
|
| 105860-1379417 |
| 73 | return Lexer::T_IF;executed 1378161 times by 60 tests: return Lexer::T_IF;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- 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
- ...
| 1378161 |
| 74 | } | - |
| 75 | else if (s[1].unicode() == 'n') {| TRUE | evaluated 14574 times by 16 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| | FALSE | evaluated 91260 times by 118 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmlmetaobject
- tst_qqmlmetatype
- ...
|
| 14574-91260 |
| 76 | return Lexer::T_IN;executed 14574 times by 16 tests: return Lexer::T_IN;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 14574 |
| 77 | } | - |
| 78 | }executed 91260 times by 118 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmlmetaobject
- tst_qqmlmetatype
- ...
| 91260 |
| 79 | else if (s[0].unicode() == 'o') {| TRUE | evaluated 14292 times by 25 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmltimer
- tst_qqmlvaluetypes
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquicksmoothedanimation
- tst_qquicktaphandler
| | FALSE | evaluated 158893 times by 85 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlparser
- ...
|
| 14292-158893 |
| 80 | if (s[1].unicode() == 'n') {| TRUE | evaluated 4786 times by 18 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlconnections
- tst_qqmlparser
- tst_qqmlvaluetypes
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquicksmoothedanimation
- tst_qquicktaphandler
| | FALSE | evaluated 9507 times by 10 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmltimer
- tst_qquickflickable
|
| 4786-9507 |
| 81 | return (parseModeFlags & Lexer::QmlMode) ? Lexer::T_ON : Lexer::T_IDENTIFIER;executed 4786 times by 18 tests: return (parseModeFlags & Lexer::QmlMode) ? Lexer::T_ON : Lexer::T_IDENTIFIER;Executed by:- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlconnections
- tst_qqmlparser
- tst_qqmlvaluetypes
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquicksmoothedanimation
- tst_qquicktaphandler
| 4786 |
| 82 | } | - |
| 83 | else if (s[1].unicode() == 'f') {| TRUE | evaluated 5724 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | evaluated 3783 times by 10 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmltimer
- tst_qquickflickable
|
| 3783-5724 |
| 84 | return Lexer::T_OF;executed 5724 times by 2 tests: return Lexer::T_OF;Executed by:- tst_ecmascripttests
- tst_qqmlparser
| 5724 |
| 85 | } | - |
| 86 | }executed 3783 times by 10 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmltimer
- tst_qquickflickable
| 3783 |
| 87 | return Lexer::T_IDENTIFIER;executed 262193 times by 129 tests: return Lexer::T_IDENTIFIER;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
| 262193 |
| 88 | } | - |
| 89 | | - |
| 90 | static inline int classify3(const QChar *s, int parseModeFlags) { | - |
| 91 | if (s[0].unicode() == 'f') {| TRUE | evaluated 60270 times by 44 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmoduleplugin
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickcustomaffector
- ...
| | FALSE | evaluated 2314968 times by 120 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- ...
|
| 60270-2314968 |
| 92 | if (s[1].unicode() == 'o') {| TRUE | evaluated 57158 times by 42 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlmoduleplugin
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickcustomaffector
- tst_qquickgridview
- ...
| | FALSE | evaluated 3024 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qmlmin
- tst_qqmllocale
- tst_qqmlparser
- tst_qquickfocusscope
|
| 3024-57158 |
| 93 | if (s[2].unicode() == 'r') {| TRUE | evaluated 46378 times by 31 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickscreen
- tst_qquickvisualdatamodel
- ...
| | FALSE | evaluated 10811 times by 23 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlmoduleplugin
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlproperty
- tst_qquickanimations
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquickstates
- tst_qv4assembler
- tst_qv4debugger
|
| 10811-46378 |
| 94 | return Lexer::T_FOR;executed 46363 times by 31 tests: return Lexer::T_FOR;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickscreen
- tst_qquickvisualdatamodel
- ...
| 46363 |
| 95 | } | - |
| 96 | }executed 10808 times by 23 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlmoduleplugin
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlproperty
- tst_qquickanimations
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquickstates
- tst_qv4assembler
- tst_qv4debugger
| 10808 |
| 97 | }executed 13836 times by 25 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmoduleplugin
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlproperty
- tst_qquickanimations
- tst_qquickfocusscope
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquickstates
- tst_qv4assembler
- tst_qv4debugger
| 13836 |
| 98 | else if (s[0].unicode() == 'g') {| TRUE | evaluated 57396 times by 16 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmltranslation
- tst_qqmlxmlhttprequest
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquickvisualdatamodel
| | FALSE | evaluated 2258742 times by 120 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- ...
|
| 57396-2258742 |
| 99 | if (s[1].unicode() == 'e') {| TRUE | evaluated 54451 times by 14 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmltranslation
- tst_qqmlxmlhttprequest
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquickvisualdatamodel
| | FALSE | evaluated 2920 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
|
| 2920-54451 |
| 100 | if (s[2].unicode() == 't') {| TRUE | evaluated 51350 times by 14 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmltranslation
- tst_qqmlxmlhttprequest
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquickvisualdatamodel
| | FALSE | evaluated 3098 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
| 3098-51350 |
| 101 | return Lexer::T_GET;executed 51348 times by 14 tests: return Lexer::T_GET;Executed by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmltranslation
- tst_qqmlxmlhttprequest
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickrepeater
- tst_qquickvisualdatamodel
| 51348 |
| 102 | } | - |
| 103 | }executed 3098 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlparser
| 3098 |
| 104 | }executed 6018 times by 5 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
| 6018 |
| 105 | else if (s[0].unicode() == 'i') {| TRUE | evaluated 40340 times by 74 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistreference
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlmoduleplugin
- tst_qqmlnativeconnector
- ...
| | FALSE | evaluated 2217056 times by 112 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
|
| 40340-2217056 |
| 106 | if (s[1].unicode() == 'n') {| TRUE | evaluated 19121 times by 73 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistreference
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlmoduleplugin
- tst_qqmlnativeconnector
- ...
| | FALSE | evaluated 21181 times by 10 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmlparser
- tst_qquickitemparticle
- tst_qquickrepeater
- tst_qtqmlmodules
|
| 19121-21181 |
| 107 | if (s[2].unicode() == 't') {| TRUE | evaluated 18899 times by 72 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistreference
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlmoduleplugin
- tst_qqmlnativeconnector
- ...
| | FALSE | evaluated 223 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qmlmin
- tst_qqmlparser
- tst_qqmlsqldatabase
|
| 223-18899 |
| 108 | return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_INT) : int(Lexer::T_IDENTIFIER);executed 18899 times by 72 tests: return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_INT) : int(Lexer::T_IDENTIFIER);Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistreference
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlmoduleplugin
- tst_qqmlnativeconnector
- ...
| 18899 |
| 109 | } | - |
| 110 | }executed 223 times by 5 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qmlmin
- tst_qqmlparser
- tst_qqmlsqldatabase
| 223 |
| 111 | }executed 21395 times by 12 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmlparser
- tst_qqmlsqldatabase
- tst_qquickitemparticle
- tst_qquickrepeater
- tst_qtqmlmodules
| 21395 |
| 112 | else if (s[0].unicode() == 'l') {| TRUE | evaluated 14479 times by 35 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquicklayouts
- tst_qquicklistview
- ...
| | FALSE | evaluated 2203428 times by 110 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- ...
|
| 14479-2203428 |
| 113 | if (s[1].unicode() == 'e') {| TRUE | evaluated 8277 times by 10 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickrepeater
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | evaluated 6201 times by 32 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- ...
|
| 6201-8277 |
| 114 | if (s[2].unicode() == 't') {| TRUE | evaluated 7536 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlecmascript
- tst_qqmlparser
| | FALSE | evaluated 741 times by 9 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qmlmin
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickrepeater
- tst_quicktestmainwithsetup
- tst_testfiltering
|
| 741-7536 |
| 115 | return int(Lexer::T_LET);executed 7535 times by 3 tests: return int(Lexer::T_LET);Executed by:- tst_ecmascripttests
- tst_qqmlecmascript
- tst_qqmlparser
| 7535 |
| 116 | } | - |
| 117 | }executed 741 times by 9 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qmlmin
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickrepeater
- tst_quicktestmainwithsetup
- tst_testfiltering
| 741 |
| 118 | }executed 6942 times by 35 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- tst_qquicklayouts
- tst_qquicklistview
- ...
| 6942 |
| 119 | else if (s[0].unicode() == 'n') {| TRUE | evaluated 334763 times by 27 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlmin
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmllocale
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpositioners
- tst_quicktestmainwithsetup
- tst_qv4debugger
- ...
| | FALSE | evaluated 1868976 times by 109 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
|
| 334763-1868976 |
| 120 | if (s[1].unicode() == 'e') {| TRUE | evaluated 330248 times by 24 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlmin
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- 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 3447 times by 10 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlsqldatabase
- tst_qquickbehaviors
- tst_qquicklistview
- tst_qv4debugger
|
| 3447-330248 |
| 121 | if (s[2].unicode() == 'w') {| TRUE | evaluated 330263 times by 24 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlmin
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- 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 4 times by 1 test |
| 4-330263 |
| 122 | return Lexer::T_NEW;executed 330031 times by 24 tests: return Lexer::T_NEW;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlmin
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- 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
| 330031 |
| 123 | } | - |
| 124 | }executed 4 times by 1 test: end of block | 4 |
| 125 | }executed 3451 times by 10 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlsqldatabase
- tst_qquickbehaviors
- tst_qquicklistview
- tst_qv4debugger
| 3451 |
| 126 | else if (s[0].unicode() == 's') {| TRUE | evaluated 25297 times by 38 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmlparser
- tst_qquickaccessible
- tst_qquickage
- tst_qquickangleddirection
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickellipseextruder
- tst_qquickfriction
- tst_qquickgravity
- tst_qquickgroupgoal
- tst_qquickimageparticle
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklineextruder
- tst_qquickmaskextruder
- ...
| | FALSE | evaluated 1843584 times by 89 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
|
| 25297-1843584 |
| 127 | if (s[1].unicode() == 'e') {| TRUE | evaluated 13714 times by 8 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qquickshadereffect
| | FALSE | evaluated 11582 times by 35 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmllistreference
- tst_qqmlparser
- tst_qquickaccessible
- tst_qquickage
- tst_qquickangleddirection
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickellipseextruder
- tst_qquickfriction
- tst_qquickgravity
- tst_qquickgroupgoal
- tst_qquickimageparticle
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklineextruder
- tst_qquickmaskextruder
- tst_qquickmousearea
- tst_qquickparticlegroup
- ...
|
| 11582-13714 |
| 128 | if (s[2].unicode() == 't') {| TRUE | evaluated 12215 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_qmlmin
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
| | FALSE | evaluated 1491 times by 5 testsEvaluated by:- tst_parserstress
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickshadereffect
|
| 1491-12215 |
| 129 | return Lexer::T_SET;executed 12210 times by 5 tests: return Lexer::T_SET;Executed by:- tst_ecmascripttests
- tst_qmlmin
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
| 12210 |
| 130 | } | - |
| 131 | }executed 1491 times by 5 tests: end of blockExecuted by:- tst_parserstress
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickshadereffect
| 1491 |
| 132 | }executed 13073 times by 36 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmllistreference
- tst_qqmlparser
- tst_qquickaccessible
- tst_qquickage
- tst_qquickangleddirection
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickcustomparticle
- tst_qquickellipseextruder
- tst_qquickfriction
- tst_qquickgravity
- tst_qquickgroupgoal
- tst_qquickimageparticle
- tst_qquickitemparticle
- tst_qquicklayouts
- tst_qquicklineextruder
- tst_qquickmaskextruder
- tst_qquickmousearea
- tst_qquickparticlegroup
- ...
| 13073 |
| 133 | else if (s[0].unicode() == 't') {| TRUE | evaluated 152721 times by 51 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimationcontroller
- tst_qquickanimations
- ...
| | FALSE | evaluated 1689592 times by 78 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- ...
|
| 152721-1689592 |
| 134 | if (s[1].unicode() == 'r') {| TRUE | evaluated 132125 times by 23 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- 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 20222 times by 41 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlitemmodels
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickborderimage
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- ...
|
| 20222-132125 |
| 135 | if (s[2].unicode() == 'y') {| TRUE | evaluated 132022 times by 23 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- 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 | never evaluated |
| 0-132022 |
| 136 | return Lexer::T_TRY;executed 131941 times by 23 tests: return Lexer::T_TRY;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- 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
| 131941 |
| 137 | } | - |
| 138 | } never executed: end of block | 0 |
| 139 | }executed 20222 times by 41 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlitemmodels
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickborderimage
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- ...
| 20222 |
| 140 | else if (s[0].unicode() == 'v') {| TRUE | evaluated 792664 times by 59 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- 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_qqmlmetatype
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlprofilerservice
- ...
| | FALSE | evaluated 896538 times by 68 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlmoduleplugin
- ...
|
| 792664-896538 |
| 141 | if (s[1].unicode() == 'a') {| TRUE | evaluated 791377 times by 58 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- 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_qqmlmetatype
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlprofilerservice
- ...
| | FALSE | evaluated 966 times by 6 testsEvaluated by:- tst_qmlmin
- tst_qqmlparser
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qquickanimations
- tst_qquickpathview
|
| 966-791377 |
| 142 | if (s[2].unicode() == 'r') {| TRUE | evaluated 780900 times by 58 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- 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_qqmlmetatype
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlprofilerservice
- ...
| | FALSE | evaluated 10317 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
|
| 10317-780900 |
| 143 | return Lexer::T_VAR;executed 780365 times by 58 tests: return Lexer::T_VAR;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- 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_qqmlmetatype
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlprofilerservice
- ...
| 780365 |
| 144 | } | - |
| 145 | }executed 10309 times by 4 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
| 10309 |
| 146 | }executed 11281 times by 8 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qquickanimations
- tst_qquickpathview
| 11281 |
| 147 | return Lexer::T_IDENTIFIER;executed 992156 times by 107 tests: return Lexer::T_IDENTIFIER;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
| 992156 |
| 148 | } | - |
| 149 | | - |
| 150 | static inline int classify4(const QChar *s, int parseModeFlags) { | - |
| 151 | if (s[0].unicode() == 'b') {| TRUE | evaluated 28263 times by 75 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmoduleplugin
- ...
| | FALSE | evaluated 3749234 times by 143 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlimport
- ...
|
| 28263-3749234 |
| 152 | if (s[1].unicode() == 'y') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | evaluated 28255 times by 75 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmoduleplugin
- ...
|
| 14-28255 |
| 153 | if (s[2].unicode() == 't') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 154 | if (s[3].unicode() == 'e') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 155 | return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_BYTE) : int(Lexer::T_IDENTIFIER);executed 14 times by 3 tests: return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_BYTE) : int(Lexer::T_IDENTIFIER);Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| 14 |
| 156 | } | - |
| 157 | } never executed: end of block | 0 |
| 158 | } never executed: end of block | 0 |
| 159 | }executed 28244 times by 75 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmoduleplugin
- ...
| 28244 |
| 160 | else if (s[0].unicode() == 'c') {| TRUE | evaluated 652825 times by 30 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickstates
- ...
| | FALSE | evaluated 3097638 times by 143 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlimport
- ...
|
| 652825-3097638 |
| 161 | if (s[1].unicode() == 'a') {| TRUE | evaluated 379341 times by 10 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickstates
| | FALSE | evaluated 274462 times by 29 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickstates
- tst_qquicktableview
- ...
|
| 274462-379341 |
| 162 | if (s[2].unicode() == 's') {| TRUE | evaluated 282195 times by 8 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
| | FALSE | evaluated 97025 times by 7 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickstates
|
| 97025-282195 |
| 163 | if (s[3].unicode() == 'e') {| TRUE | evaluated 282198 times by 8 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-282198 |
| 164 | return Lexer::T_CASE;executed 282195 times by 8 tests: return Lexer::T_CASE;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
| 282195 |
| 165 | } | - |
| 166 | } never executed: end of block | 0 |
| 167 | }executed 96988 times by 7 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickstates
| 96988 |
| 168 | else if (s[1].unicode() == 'h') {| TRUE | evaluated 68 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | evaluated 272824 times by 29 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickstates
- tst_qquicktableview
- ...
|
| 68-272824 |
| 169 | if (s[2].unicode() == 'a') {| TRUE | evaluated 22 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | evaluated 46 times by 1 test |
| 22-46 |
| 170 | if (s[3].unicode() == 'r') {| TRUE | evaluated 22 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-22 |
| 171 | return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_CHAR) : int(Lexer::T_IDENTIFIER);executed 22 times by 3 tests: return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_CHAR) : int(Lexer::T_IDENTIFIER);Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| 22 |
| 172 | } | - |
| 173 | } never executed: end of block | 0 |
| 174 | }executed 46 times by 1 test: end of block | 46 |
| 175 | }executed 369572 times by 29 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquickstates
- tst_qquicktableview
- ...
| 369572 |
| 176 | else if (s[0].unicode() == 'e') {| TRUE | evaluated 519557 times by 38 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetatype
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- ...
| | FALSE | evaluated 2576679 times by 143 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlimport
- ...
|
| 519557-2576679 |
| 177 | if (s[1].unicode() == 'l') {| TRUE | evaluated 379397 times by 34 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- ...
| | FALSE | evaluated 140607 times by 13 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetatype
- tst_qqmlparser
- tst_qqmlqt
- tst_qquickitem2
- tst_qquickworkerscript
|
| 140607-379397 |
| 178 | if (s[2].unicode() == 's') {| TRUE | evaluated 378392 times by 34 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- ...
| | FALSE | evaluated 98 times by 1 test |
| 98-378392 |
| 179 | if (s[3].unicode() == 'e') {| TRUE | evaluated 378657 times by 34 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- ...
| | FALSE | never evaluated |
| 0-378657 |
| 180 | return Lexer::T_ELSE;executed 378182 times by 34 tests: return Lexer::T_ELSE;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- ...
| 378182 |
| 181 | } | - |
| 182 | } never executed: end of block | 0 |
| 183 | }executed 98 times by 1 test: end of block | 98 |
| 184 | else if (s[1].unicode() == 'n') {| TRUE | evaluated 210 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qmlmin
- tst_qqmlparser
| | FALSE | evaluated 139568 times by 13 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetatype
- tst_qqmlparser
- tst_qqmlqt
- tst_qquickitem2
- tst_qquickworkerscript
|
| 210-139568 |
| 185 | if (s[2].unicode() == 'u') {| TRUE | evaluated 148 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qmlmin
- tst_qqmlparser
| | FALSE | evaluated 62 times by 1 test |
| 62-148 |
| 186 | if (s[3].unicode() == 'm') {| TRUE | evaluated 148 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qmlmin
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-148 |
| 187 | return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_ENUM) : int(Lexer::T_RESERVED_WORD);executed 148 times by 4 tests: return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_ENUM) : int(Lexer::T_RESERVED_WORD);Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qmlmin
- tst_qqmlparser
| 148 |
| 188 | } | - |
| 189 | } never executed: end of block | 0 |
| 190 | }executed 62 times by 1 test: end of block | 62 |
| 191 | }executed 139669 times by 13 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetatype
- tst_qqmlparser
- tst_qqmlqt
- tst_qquickitem2
- tst_qquickworkerscript
| 139669 |
| 192 | else if (s[0].unicode() == 'f') {| TRUE | evaluated 313401 times by 93 testsEvaluated by:- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- ...
| | FALSE | evaluated 2262780 times by 143 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlimport
- ...
|
| 313401-2262780 |
| 193 | if (s[1].unicode() == 'r') {| TRUE | evaluated 5879 times by 15 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qmlmin
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmlsettings
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickspringanimation
- tst_scenegraph
| | FALSE | evaluated 307154 times by 92 testsEvaluated by:- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- ...
|
| 5879-307154 |
| 194 | if (s[2].unicode() == 'o') {| TRUE | evaluated 5877 times by 14 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qmlmin
- tst_qqmlenginedebugservice
- tst_qqmlparser
- tst_qqmlsettings
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickspringanimation
- tst_scenegraph
| | FALSE | evaluated 2 times by 1 test |
| 2-5877 |
| 195 | if (s[3].unicode() == 'm') {| TRUE | evaluated 5877 times by 14 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qmlmin
- tst_qqmlenginedebugservice
- tst_qqmlparser
- tst_qqmlsettings
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickspringanimation
- tst_scenegraph
| | FALSE | never evaluated |
| 0-5877 |
| 196 | return int(Lexer::T_FROM);executed 5877 times by 14 tests: return int(Lexer::T_FROM);Executed by:- tst_ecmascripttests
- tst_examples
- tst_qmlmin
- tst_qqmlenginedebugservice
- tst_qqmlparser
- tst_qqmlsettings
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickspringanimation
- tst_scenegraph
| 5877 |
| 197 | } | - |
| 198 | } never executed: end of block | 0 |
| 199 | }executed 2 times by 1 test: end of block | 2 |
| 200 | }executed 306684 times by 93 tests: end of blockExecuted by:- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- ...
| 306684 |
| 201 | else if (s[0].unicode() == 'g') {| TRUE | evaluated 3452 times by 15 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlparser
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmultipointtoucharea
- tst_qquickpositioners
- tst_qquickvisualdatamodel
| | FALSE | evaluated 2260826 times by 143 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlimport
- ...
|
| 3452-2260826 |
| 202 | if (s[1].unicode() == 'o') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | evaluated 3438 times by 14 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qmlmin
- tst_qqmlparser
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmultipointtoucharea
- tst_qquickpositioners
- tst_qquickvisualdatamodel
|
| 14-3438 |
| 203 | if (s[2].unicode() == 't') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 204 | if (s[3].unicode() == 'o') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 205 | return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_GOTO) : int(Lexer::T_IDENTIFIER);executed 14 times by 3 tests: return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_GOTO) : int(Lexer::T_IDENTIFIER);Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| 14 |
| 206 | } | - |
| 207 | } never executed: end of block | 0 |
| 208 | } never executed: end of block | 0 |
| 209 | }executed 3438 times by 14 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qmlmin
- tst_qqmlparser
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmultipointtoucharea
- tst_qquickpositioners
- tst_qquickvisualdatamodel
| 3438 |
| 210 | else if (s[0].unicode() == 'l') {| TRUE | evaluated 20788 times by 46 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistreference
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlsettings
- tst_qqmlvaluetypes
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickborderimage
- tst_qquickdraghandler
- tst_qquickfocusscope
- tst_qquickfolderlistmodel
- tst_qquickgridview
- ...
| | FALSE | evaluated 2239212 times by 143 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlimport
- ...
|
| 20788-2239212 |
| 211 | if (s[1].unicode() == 'o') {| TRUE | evaluated 461 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlparser
- tst_qquickloader
| | FALSE | evaluated 20326 times by 44 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistreference
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlsettings
- tst_qqmlvaluetypes
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickborderimage
- tst_qquickdraghandler
- tst_qquickfocusscope
- tst_qquickfolderlistmodel
- tst_qquickgridview
- tst_qquickimage
- ...
|
| 461-20326 |
| 212 | if (s[2].unicode() == 'n') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | evaluated 447 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qmlmin
- tst_qqmlparser
- tst_qquickloader
|
| 14-447 |
| 213 | if (s[3].unicode() == 'g') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 214 | return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_LONG) : int(Lexer::T_IDENTIFIER);executed 14 times by 3 tests: return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_LONG) : int(Lexer::T_IDENTIFIER);Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| 14 |
| 215 | } | - |
| 216 | } never executed: end of block | 0 |
| 217 | }executed 447 times by 5 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qmlmin
- tst_qqmlparser
- tst_qquickloader
| 447 |
| 218 | }executed 20774 times by 45 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlitemmodels
- tst_qqmllistreference
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlsettings
- tst_qqmlvaluetypes
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickborderimage
- tst_qquickdraghandler
- tst_qquickfocusscope
- tst_qquickfolderlistmodel
- tst_qquickgridview
- tst_qquickimage
- ...
| 20774 |
| 219 | else if (s[0].unicode() == 'n') {| TRUE | evaluated 945664 times by 62 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- ...
| | FALSE | evaluated 1294138 times by 143 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlimport
- ...
|
| 945664-1294138 |
| 220 | if (s[1].unicode() == 'u') {| TRUE | evaluated 129960 times by 38 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlmin
- 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
- ...
| | FALSE | evaluated 813759 times by 47 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimationcontroller
- tst_qquickanimations
- ...
|
| 129960-813759 |
| 221 | if (s[2].unicode() == 'l') {| TRUE | evaluated 130635 times by 37 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlmin
- 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
- ...
| | FALSE | evaluated 87 times by 4 testsEvaluated by:- tst_examples
- tst_qmlmin
- tst_qqmlparser
- tst_qquickstates
|
| 87-130635 |
| 222 | if (s[3].unicode() == 'l') {| TRUE | evaluated 130474 times by 37 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlmin
- 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
- ...
| | FALSE | never evaluated |
| 0-130474 |
| 223 | return Lexer::T_NULL;executed 130172 times by 37 tests: return Lexer::T_NULL;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlmin
- 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
- ...
| 130172 |
| 224 | } | - |
| 225 | } never executed: end of block | 0 |
| 226 | }executed 87 times by 4 tests: end of blockExecuted by:- tst_examples
- tst_qmlmin
- tst_qqmlparser
- tst_qquickstates
| 87 |
| 227 | }executed 813338 times by 47 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimationcontroller
- tst_qquickanimations
- ...
| 813338 |
| 228 | else if (s[0].unicode() == 't') {| TRUE | evaluated 572486 times by 111 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- ...
| | FALSE | evaluated 720757 times by 136 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlimport
- ...
|
| 572486-720757 |
| 229 | if (s[1].unicode() == 'h') {| TRUE | evaluated 210788 times by 18 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- tst_qquicklayouts
- tst_qquickpathview
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| | FALSE | evaluated 361838 times by 111 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- ...
|
| 210788-361838 |
| 230 | if (s[2].unicode() == 'i') {| TRUE | evaluated 205405 times by 18 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- tst_qquicklayouts
- tst_qquickpathview
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| | FALSE | evaluated 4994 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qmlmin
- tst_qqmlparser
|
| 4994-205405 |
| 231 | if (s[3].unicode() == 's') {| TRUE | evaluated 205512 times by 18 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- tst_qquicklayouts
- tst_qquickpathview
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| | FALSE | never evaluated |
| 0-205512 |
| 232 | return Lexer::T_THIS;executed 205300 times by 18 tests: return Lexer::T_THIS;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- tst_qquicklayouts
- tst_qquickpathview
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_testfiltering
| 205300 |
| 233 | } | - |
| 234 | } never executed: end of block | 0 |
| 235 | }executed 4994 times by 3 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qmlmin
- tst_qqmlparser
| 4994 |
| 236 | else if (s[1].unicode() == 'r') {| TRUE | evaluated 233469 times by 96 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- ...
| | FALSE | evaluated 127096 times by 70 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlmoduleplugin
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlproperty
- ...
|
| 127096-233469 |
| 237 | if (s[2].unicode() == 'u') {| TRUE | evaluated 229747 times by 96 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- ...
| | FALSE | evaluated 3096 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qmlmin
- tst_qqmlparser
|
| 3096-229747 |
| 238 | if (s[3].unicode() == 'e') {| TRUE | evaluated 230715 times by 96 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- ...
| | FALSE | never evaluated |
| 0-230715 |
| 239 | return Lexer::T_TRUE;executed 229963 times by 96 tests: return Lexer::T_TRUE;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- ...
| 229963 |
| 240 | } | - |
| 241 | } never executed: end of block | 0 |
| 242 | }executed 3096 times by 4 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qmlmin
- tst_qqmlparser
| 3096 |
| 243 | }executed 135183 times by 70 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlmoduleplugin
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlproperty
- ...
| 135183 |
| 244 | else if (s[0].unicode() == 'v') {| TRUE | evaluated 12528 times by 16 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
| | FALSE | evaluated 708159 times by 136 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlimport
- ...
|
| 12528-708159 |
| 245 | if (s[1].unicode() == 'o') {| TRUE | evaluated 5489 times by 8 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
| | FALSE | evaluated 7040 times by 11 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qmlmin
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
|
| 5489-7040 |
| 246 | if (s[2].unicode() == 'i') {| TRUE | evaluated 5489 times by 8 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-5489 |
| 247 | if (s[3].unicode() == 'd') {| TRUE | evaluated 5490 times by 8 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-5490 |
| 248 | return Lexer::T_VOID;executed 5489 times by 8 tests: return Lexer::T_VOID;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
| 5489 |
| 249 | } | - |
| 250 | } never executed: end of block | 0 |
| 251 | } never executed: end of block | 0 |
| 252 | }executed 7037 times by 11 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_qmlmin
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
| 7037 |
| 253 | else if (s[0].unicode() == 'w') {| TRUE | evaluated 7975 times by 25 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmltranslation
- tst_qquickanimationcontroller
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickfontloader
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickrepeater
- tst_qquickstates
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_signalspy
- tst_testfiltering
| | FALSE | evaluated 700057 times by 136 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlimport
- ...
|
| 7975-700057 |
| 254 | if (s[1].unicode() == 'i') {| TRUE | evaluated 1963 times by 8 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qv4debugger
| | FALSE | evaluated 6011 times by 22 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmltranslation
- tst_qquickanimationcontroller
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickfontloader
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickrepeater
- tst_qquickstates
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
|
| 1963-6011 |
| 255 | if (s[2].unicode() == 't') {| TRUE | evaluated 1907 times by 8 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qv4debugger
| | FALSE | evaluated 56 times by 2 tests |
| 56-1907 |
| 256 | if (s[3].unicode() == 'h') {| TRUE | evaluated 1908 times by 8 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qv4debugger
| | FALSE | never evaluated |
| 0-1908 |
| 257 | return Lexer::T_WITH;executed 1907 times by 8 tests: return Lexer::T_WITH;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qv4debugger
| 1907 |
| 258 | } | - |
| 259 | } never executed: end of block | 0 |
| 260 | }executed 56 times by 2 tests: end of block | 56 |
| 261 | }executed 6067 times by 22 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmltranslation
- tst_qquickanimationcontroller
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickfontloader
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickrepeater
- tst_qquickstates
- tst_quicktestmainwithsetup
- tst_signalspy
- tst_testfiltering
| 6067 |
| 262 | return Lexer::T_IDENTIFIER;executed 2530214 times by 141 tests: return Lexer::T_IDENTIFIER;Executed 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlimport
- ...
| 2530214 |
| 263 | } | - |
| 264 | | - |
| 265 | static inline int classify5(const QChar *s, int parseModeFlags) { | - |
| 266 | if (s[0].unicode() == 'b') {| TRUE | evaluated 42759 times by 16 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmltranslation
- tst_qquickanimationcontroller
- tst_qquickbehaviors
- tst_qquicklayouts
- tst_qquicklistview
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | evaluated 2441515 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_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlfileselector
- tst_qqmlimport
- ...
|
| 42759-2441515 |
| 267 | if (s[1].unicode() == 'r') {| TRUE | evaluated 38889 times by 11 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | evaluated 3843 times by 9 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmltranslation
- tst_qquickbehaviors
- tst_qquicklistview
|
| 3843-38889 |
| 268 | if (s[2].unicode() == 'e') {| TRUE | evaluated 38646 times by 11 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | evaluated 252 times by 2 tests |
| 252-38646 |
| 269 | if (s[3].unicode() == 'a') {| TRUE | evaluated 38645 times by 11 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | never evaluated |
| 0-38645 |
| 270 | if (s[4].unicode() == 'k') {| TRUE | evaluated 38642 times by 11 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | never evaluated |
| 0-38642 |
| 271 | return Lexer::T_BREAK;executed 38637 times by 11 tests: return Lexer::T_BREAK;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
| 38637 |
| 272 | } | - |
| 273 | } never executed: end of block | 0 |
| 274 | } never executed: end of block | 0 |
| 275 | }executed 252 times by 2 tests: end of block | 252 |
| 276 | }executed 4095 times by 9 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmltranslation
- tst_qquickbehaviors
- tst_qquicklistview
| 4095 |
| 277 | else if (s[0].unicode() == 'c') {| TRUE | evaluated 243258 times by 108 testsEvaluated by:- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlpropertymap
- tst_qqmlqt
- ...
| | FALSE | evaluated 2198673 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_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlfileselector
- tst_qqmlimport
- ...
|
| 243258-2198673 |
| 278 | if (s[1].unicode() == 'a') {| TRUE | evaluated 135010 times by 26 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickimage
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_qtqmlmodules
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_sharedimage
- ...
| | FALSE | evaluated 107955 times by 99 testsEvaluated by:- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- ...
|
| 107955-135010 |
| 279 | if (s[2].unicode() == 't') {| TRUE | evaluated 131719 times by 23 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- 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 3402 times by 7 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qmlmin
- tst_qqmlparser
- tst_qquickanimatedimage
- tst_qquickimage
- tst_sharedimage
|
| 3402-131719 |
| 280 | if (s[3].unicode() == 'c') {| TRUE | evaluated 131622 times by 23 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- 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 36 times by 3 testsEvaluated by:- tst_parserstress
- tst_qmlmin
- tst_qqmlparser
|
| 36-131622 |
| 281 | if (s[4].unicode() == 'h') {| TRUE | evaluated 132025 times by 23 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- 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 | never evaluated |
| 0-132025 |
| 282 | return Lexer::T_CATCH;executed 132152 times by 23 tests: return Lexer::T_CATCH;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- 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
| 132152 |
| 283 | } | - |
| 284 | } never executed: end of block | 0 |
| 285 | }executed 36 times by 3 tests: end of blockExecuted by:- tst_parserstress
- tst_qmlmin
- tst_qqmlparser
| 36 |
| 286 | }executed 3438 times by 8 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qmlmin
- tst_qqmlparser
- tst_qquickanimatedimage
- tst_qquickimage
- tst_sharedimage
| 3438 |
| 287 | else if (s[1].unicode() == 'l') {| TRUE | evaluated 21185 times by 12 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_signalspy
| | FALSE | evaluated 86728 times by 99 testsEvaluated by:- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- ...
|
| 21185-86728 |
| 288 | if (s[2].unicode() == 'a') {| TRUE | evaluated 19159 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qmlmin
- tst_qqmlparser
| | FALSE | evaluated 2027 times by 11 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qmlmin
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_signalspy
|
| 2027-19159 |
| 289 | if (s[3].unicode() == 's') {| TRUE | evaluated 19075 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | evaluated 88 times by 2 tests |
| 88-19075 |
| 290 | if (s[4].unicode() == 's') {| TRUE | evaluated 19073 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-19073 |
| 291 | return Lexer::T_CLASS;executed 19058 times by 3 tests: return Lexer::T_CLASS;Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| 19058 |
| 292 | } | - |
| 293 | } never executed: end of block | 0 |
| 294 | }executed 88 times by 2 tests: end of block | 88 |
| 295 | }executed 2114 times by 11 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qmlmin
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_signalspy
| 2114 |
| 296 | else if (s[1].unicode() == 'o') {| TRUE | evaluated 78181 times by 96 testsEvaluated by:- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- ...
| | FALSE | evaluated 8545 times by 15 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmllocale
- tst_qqmlparser
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquickflickable
- tst_qquickitem
- tst_qquicklayouts
- tst_qquickloader
- tst_quicktestmainwithsetup
- tst_testfiltering
|
| 8545-78181 |
| 297 | if (s[2].unicode() == 'n') {| TRUE | evaluated 4912 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmlparser
| | FALSE | evaluated 73270 times by 96 testsEvaluated by:- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- ...
|
| 4912-73270 |
| 298 | if (s[3].unicode() == 's') {| TRUE | evaluated 4887 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmlparser
| | FALSE | evaluated 24 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
| 24-4887 |
| 299 | if (s[4].unicode() == 't') {| TRUE | evaluated 4889 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-4889 |
| 300 | return int(Lexer::T_CONST);executed 4887 times by 4 tests: return int(Lexer::T_CONST);Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlecmascript
- tst_qqmlparser
| 4887 |
| 301 | } | - |
| 302 | } never executed: end of block | 0 |
| 303 | }executed 24 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlparser
| 24 |
| 304 | }executed 73295 times by 96 tests: end of blockExecuted by:- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- ...
| 73295 |
| 305 | }executed 87392 times by 101 tests: end of blockExecuted by:- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- ...
| 87392 |
| 306 | else if (s[0].unicode() == 'f') {| TRUE | evaluated 120687 times by 85 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmoduleplugin
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlpropertymap
- tst_qqmlqt
- ...
| | FALSE | evaluated 2076855 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_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlfileselector
- tst_qqmlimport
- ...
|
| 120687-2076855 |
| 307 | if (s[1].unicode() == 'a') {| TRUE | evaluated 101311 times by 85 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmoduleplugin
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlpropertymap
- tst_qqmlqt
- ...
| | FALSE | evaluated 19383 times by 31 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
- ...
|
| 19383-101311 |
| 308 | if (s[2].unicode() == 'l') {| TRUE | evaluated 100865 times by 85 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmoduleplugin
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlpropertymap
- tst_qqmlqt
- ...
| | FALSE | evaluated 394 times by 3 testsEvaluated by:- tst_parserstress
- tst_qmlmin
- tst_qqmlparser
|
| 394-100865 |
| 309 | if (s[3].unicode() == 's') {| TRUE | evaluated 100875 times by 85 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmoduleplugin
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlpropertymap
- tst_qqmlqt
- ...
| | FALSE | never evaluated |
| 0-100875 |
| 310 | if (s[4].unicode() == 'e') {| TRUE | evaluated 100919 times by 85 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmoduleplugin
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlpropertymap
- tst_qqmlqt
- ...
| | FALSE | never evaluated |
| 0-100919 |
| 311 | return Lexer::T_FALSE;executed 100842 times by 85 tests: return Lexer::T_FALSE;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmoduleplugin
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlpropertymap
- tst_qqmlqt
- ...
| 100842 |
| 312 | } | - |
| 313 | } never executed: end of block | 0 |
| 314 | } never executed: end of block | 0 |
| 315 | }executed 394 times by 3 tests: end of blockExecuted by:- tst_parserstress
- tst_qmlmin
- tst_qqmlparser
| 394 |
| 316 | else if (s[1].unicode() == 'i') {| TRUE | evaluated 5596 times by 10 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlproperty
- tst_qquicklayouts
- tst_qquickrepeater
| | FALSE | evaluated 13787 times by 28 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquicktext
- tst_qquicktextedit
- tst_qquicktextinput
- ...
|
| 5596-13787 |
| 317 | if (s[2].unicode() == 'n') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | evaluated 5582 times by 9 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlproperty
- tst_qquicklayouts
- tst_qquickrepeater
|
| 14-5582 |
| 318 | if (s[3].unicode() == 'a') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 319 | if (s[4].unicode() == 'l') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 320 | return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_FINAL) : int(Lexer::T_IDENTIFIER);executed 14 times by 3 tests: return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_FINAL) : int(Lexer::T_IDENTIFIER);Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| 14 |
| 321 | } | - |
| 322 | } never executed: end of block | 0 |
| 323 | } never executed: end of block | 0 |
| 324 | }executed 5582 times by 9 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlproperty
- tst_qquicklayouts
- tst_qquickrepeater
| 5582 |
| 325 | else if (s[1].unicode() == 'l') {| TRUE | evaluated 7305 times by 11 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlparser
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquickloader
| | FALSE | evaluated 6481 times by 23 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquicktext
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickwidget
- tst_quicktestmainwithsetup
- tst_testfiltering
|
| 6481-7305 |
| 326 | if (s[2].unicode() == 'o') {| TRUE | evaluated 3497 times by 8 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlparser
- tst_qquickgridview
- tst_qquicklayouts
| | FALSE | evaluated 3808 times by 8 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qmlmin
- tst_qqmlparser
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickloader
|
| 3497-3808 |
| 327 | if (s[3].unicode() == 'a') {| TRUE | evaluated 32 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | evaluated 3466 times by 8 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlparser
- tst_qquickgridview
- tst_qquicklayouts
|
| 32-3466 |
| 328 | if (s[4].unicode() == 't') {| TRUE | evaluated 32 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-32 |
| 329 | return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_FLOAT) : int(Lexer::T_IDENTIFIER);executed 32 times by 3 tests: return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_FLOAT) : int(Lexer::T_IDENTIFIER);Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| 32 |
| 330 | } | - |
| 331 | } never executed: end of block | 0 |
| 332 | }executed 3465 times by 8 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlparser
- tst_qquickgridview
- tst_qquicklayouts
| 3465 |
| 333 | }executed 7274 times by 11 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlparser
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquickloader
| 7274 |
| 334 | }executed 19731 times by 31 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfocusscope
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickrepeater
- ...
| 19731 |
| 335 | else if (s[0].unicode() == 's') {| TRUE | evaluated 33006 times by 43 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistreference
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickapplication
- tst_qquickdrag
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickitem
- ...
| | FALSE | evaluated 2043293 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_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlfileselector
- tst_qqmlimport
- ...
|
| 33006-2043293 |
| 336 | if (s[1].unicode() == 'h') {| TRUE | evaluated 2246 times by 11 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickellipseextruder
- tst_qquicklineextruder
- tst_qquickmaskextruder
- tst_qquickrectangleextruder
| | FALSE | evaluated 30761 times by 39 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistreference
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickapplication
- tst_qquickdrag
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickitem
- tst_qquickitem2
- ...
|
| 2246-30761 |
| 337 | if (s[2].unicode() == 'o') {| TRUE | evaluated 84 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qmlmin
- tst_qqmlparser
| | FALSE | evaluated 2161 times by 11 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickellipseextruder
- tst_qquicklineextruder
- tst_qquickmaskextruder
- tst_qquickrectangleextruder
|
| 84-2161 |
| 338 | if (s[3].unicode() == 'r') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | evaluated 70 times by 2 tests |
| 14-70 |
| 339 | if (s[4].unicode() == 't') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 340 | return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_SHORT) : int(Lexer::T_IDENTIFIER);executed 14 times by 3 tests: return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_SHORT) : int(Lexer::T_IDENTIFIER);Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| 14 |
| 341 | } | - |
| 342 | } never executed: end of block | 0 |
| 343 | }executed 70 times by 2 tests: end of block | 70 |
| 344 | }executed 2231 times by 11 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickellipseextruder
- tst_qquicklineextruder
- tst_qquickmaskextruder
- tst_qquickrectangleextruder
| 2231 |
| 345 | else if (s[1].unicode() == 'u') {| TRUE | evaluated 1783 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qmlmin
- tst_qqmlparser
- tst_scenegraph
| | FALSE | evaluated 28938 times by 39 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistreference
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickapplication
- tst_qquickdrag
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickitem
- tst_qquickitem2
- ...
|
| 1783-28938 |
| 346 | if (s[2].unicode() == 'p') {| TRUE | evaluated 1608 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | evaluated 174 times by 3 testsEvaluated by:- tst_qmlmin
- tst_qqmlparser
- tst_scenegraph
|
| 174-1608 |
| 347 | if (s[3].unicode() == 'e') {| TRUE | evaluated 1607 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-1607 |
| 348 | if (s[4].unicode() == 'r') {| TRUE | evaluated 1607 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-1607 |
| 349 | return int(Lexer::T_SUPER);executed 1606 times by 3 tests: return int(Lexer::T_SUPER);Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| 1606 |
| 350 | } | - |
| 351 | } never executed: end of block | 0 |
| 352 | } never executed: end of block | 0 |
| 353 | }executed 174 times by 3 tests: end of blockExecuted by:- tst_qmlmin
- tst_qqmlparser
- tst_scenegraph
| 174 |
| 354 | }executed 31343 times by 43 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistreference
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickapplication
- tst_qquickdrag
- tst_qquickdraghandler
- tst_qquickellipseextruder
- tst_qquickflickable
- tst_qquickitem
- ...
| 31343 |
| 355 | else if (s[0].unicode() == 't') {| TRUE | evaluated 149606 times by 36 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmlmoduleplugin
- tst_qqmlnativeconnector
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmltranslation
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanchors
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquickitem2
- ...
| | FALSE | evaluated 1893121 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_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlfileselector
- tst_qqmlimport
- ...
|
| 149606-1893121 |
| 356 | if (s[1].unicode() == 'h') {| TRUE | evaluated 120286 times by 21 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickloader
- tst_qquicktextinput
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_signalspy
- tst_testfiltering
| | FALSE | evaluated 29121 times by 31 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmlmoduleplugin
- tst_qqmlnativeconnector
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmltranslation
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qquickanchors
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- ...
|
| 29121-120286 |
| 357 | if (s[2].unicode() == 'r') {| TRUE | evaluated 119534 times by 18 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickloader
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_signalspy
- tst_testfiltering
| | FALSE | evaluated 883 times by 7 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlproperty
- tst_qquicktextinput
|
| 883-119534 |
| 358 | if (s[3].unicode() == 'o') {| TRUE | evaluated 118795 times by 15 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_signalspy
- tst_testfiltering
| | FALSE | evaluated 1063 times by 6 testsEvaluated by:- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlxmlhttprequest
- tst_qquickloader
|
| 1063-118795 |
| 359 | if (s[4].unicode() == 'w') {| TRUE | evaluated 118750 times by 15 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_signalspy
- tst_testfiltering
| | FALSE | never evaluated |
| 0-118750 |
| 360 | return Lexer::T_THROW;executed 118569 times by 15 tests: return Lexer::T_THROW;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_signalspy
- tst_testfiltering
| 118569 |
| 361 | } | - |
| 362 | } never executed: end of block | 0 |
| 363 | }executed 1063 times by 6 tests: end of blockExecuted by:- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlxmlhttprequest
- tst_qquickloader
| 1063 |
| 364 | }executed 1946 times by 11 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlxmlhttprequest
- tst_qquickloader
- tst_qquicktextinput
| 1946 |
| 365 | }executed 31067 times by 33 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmlmoduleplugin
- tst_qqmlnativeconnector
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmltranslation
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanchors
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklayouts
- ...
| 31067 |
| 366 | else if (s[0].unicode() == 'w') {| TRUE | evaluated 137307 times by 110 testsEvaluated by:- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmlmoduleplugin
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlproperty
- ...
| | FALSE | evaluated 1756318 times by 119 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlfileselector
- tst_qqmlimport
- tst_qqmlincubator
- ...
|
| 137307-1756318 |
| 367 | if (s[1].unicode() == 'h') {| TRUE | evaluated 4149 times by 18 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickmousearea
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_signalspy
- tst_testfiltering
| | FALSE | evaluated 133158 times by 104 testsEvaluated by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmlmoduleplugin
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qquickaccessible
- ...
|
| 4149-133158 |
| 368 | if (s[2].unicode() == 'i') {| TRUE | evaluated 4004 times by 17 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_signalspy
- tst_testfiltering
| | FALSE | evaluated 144 times by 3 testsEvaluated by:- tst_qmlmin
- tst_qqmlparser
- tst_qquickmousearea
|
| 144-4004 |
| 369 | if (s[3].unicode() == 'l') {| TRUE | evaluated 3627 times by 16 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_signalspy
- tst_testfiltering
| | FALSE | evaluated 377 times by 3 testsEvaluated by:- tst_qmlmin
- tst_qqmlparser
- tst_qqmlxmlhttprequest
|
| 377-3627 |
| 370 | if (s[4].unicode() == 'e') {| TRUE | evaluated 3624 times by 16 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_signalspy
- tst_testfiltering
| | FALSE | never evaluated |
| 0-3624 |
| 371 | return Lexer::T_WHILE;executed 3623 times by 16 tests: return Lexer::T_WHILE;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_qv4debugger
- tst_signalspy
- tst_testfiltering
| 3623 |
| 372 | } | - |
| 373 | } never executed: end of block | 0 |
| 374 | }executed 377 times by 3 tests: end of blockExecuted by:- tst_qmlmin
- tst_qqmlparser
- tst_qqmlxmlhttprequest
| 377 |
| 375 | }executed 521 times by 4 tests: end of blockExecuted by:- tst_qmlmin
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickmousearea
| 521 |
| 376 | }executed 133679 times by 105 tests: end of blockExecuted by:- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmlmoduleplugin
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- ...
| 133679 |
| 377 | else if (s[0].unicode() == 'y') {| TRUE | evaluated 6440 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_qmlmin
- tst_qqmlparser
- tst_qquickdraghandler
| | FALSE | evaluated 1748990 times by 119 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlfileselector
- tst_qqmlimport
- tst_qqmlincubator
- ...
|
| 6440-1748990 |
| 378 | if (s[1].unicode() == 'i') {| TRUE | evaluated 5856 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | evaluated 585 times by 5 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qmlmin
- tst_qqmlparser
- tst_qquickdraghandler
|
| 585-5856 |
| 379 | if (s[2].unicode() == 'e') {| TRUE | evaluated 5856 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-5856 |
| 380 | if (s[3].unicode() == 'l') {| TRUE | evaluated 5856 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-5856 |
| 381 | if (s[4].unicode() == 'd') {| TRUE | evaluated 5856 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-5856 |
| 382 | return (parseModeFlags & Lexer::YieldIsKeyword) ? Lexer::T_YIELD : Lexer::T_IDENTIFIER;executed 5856 times by 2 tests: return (parseModeFlags & Lexer::YieldIsKeyword) ? Lexer::T_YIELD : Lexer::T_IDENTIFIER;Executed by:- tst_ecmascripttests
- tst_qqmlparser
| 5856 |
| 383 | } | - |
| 384 | } never executed: end of block | 0 |
| 385 | } never executed: end of block | 0 |
| 386 | } never executed: end of block | 0 |
| 387 | }executed 585 times by 5 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_qmlmin
- tst_qqmlparser
- tst_qquickdraghandler
| 585 |
| 388 | return Lexer::T_IDENTIFIER;executed 2056617 times by 138 tests: return Lexer::T_IDENTIFIER;Executed 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlfileselector
- tst_qqmlimport
- ...
| 2056617 |
| 389 | } | - |
| 390 | | - |
| 391 | static inline int classify6(const QChar *s, int parseModeFlags) { | - |
| 392 | if (s[0].unicode() == 'd') {| TRUE | evaluated 27479 times by 24 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlxmlhttprequest
- tst_qquickcustomparticle
- tst_qquickdynamicpropertyanimation
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickshadereffect
| | FALSE | evaluated 6413240 times by 148 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- ...
|
| 27479-6413240 |
| 393 | if (s[1].unicode() == 'e') {| TRUE | evaluated 23308 times by 11 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickgridview
- tst_qquickitem2
| | FALSE | evaluated 4160 times by 20 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlcomponent
- tst_qqmlincubator
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlxmlhttprequest
- tst_qquickcustomparticle
- tst_qquickdynamicpropertyanimation
- tst_qquickflickable
- tst_qquickshadereffect
|
| 4160-23308 |
| 394 | if (s[2].unicode() == 'l') {| TRUE | evaluated 23245 times by 10 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickgridview
- tst_qquickitem2
| | FALSE | evaluated 6 times by 2 testsEvaluated by:- tst_examples
- tst_qqmlparser
|
| 6-23245 |
| 395 | if (s[3].unicode() == 'e') {| TRUE | evaluated 23160 times by 10 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickgridview
- tst_qquickitem2
| | FALSE | evaluated 78 times by 2 tests |
| 78-23160 |
| 396 | if (s[4].unicode() == 't') {| TRUE | evaluated 23194 times by 10 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickgridview
- tst_qquickitem2
| | FALSE | never evaluated |
| 0-23194 |
| 397 | if (s[5].unicode() == 'e') {| TRUE | evaluated 23201 times by 10 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickgridview
- tst_qquickitem2
| | FALSE | never evaluated |
| 0-23201 |
| 398 | return Lexer::T_DELETE;executed 23187 times by 10 tests: return Lexer::T_DELETE;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickgridview
- tst_qquickitem2
| 23187 |
| 399 | } | - |
| 400 | } never executed: end of block | 0 |
| 401 | } never executed: end of block | 0 |
| 402 | }executed 78 times by 2 tests: end of block | 78 |
| 403 | }executed 84 times by 3 tests: end of blockExecuted by:- tst_examples
- tst_qmlmin
- tst_qqmlparser
| 84 |
| 404 | else if (s[1].unicode() == 'o') {| TRUE | evaluated 591 times by 14 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmllistmodelworkerscript
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlsettings
- tst_qquickcustomparticle
- tst_qquickdynamicpropertyanimation
- tst_qquickflickable
- tst_qquickshadereffect
| | FALSE | evaluated 3569 times by 9 testsEvaluated by:- tst_examples
- tst_parserstress
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlincubator
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlxmlhttprequest
|
| 591-3569 |
| 405 | if (s[2].unicode() == 'u') {| TRUE | evaluated 280 times by 9 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qmlmin
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlsettings
- tst_qquickdynamicpropertyanimation
- tst_qquickflickable
| | FALSE | evaluated 311 times by 8 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qquickcustomparticle
- tst_qquickshadereffect
|
| 280-311 |
| 406 | if (s[3].unicode() == 'b') {| TRUE | evaluated 280 times by 9 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qmlmin
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlsettings
- tst_qquickdynamicpropertyanimation
- tst_qquickflickable
| | FALSE | never evaluated |
| 0-280 |
| 407 | if (s[4].unicode() == 'l') {| TRUE | evaluated 280 times by 9 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qmlmin
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlsettings
- tst_qquickdynamicpropertyanimation
- tst_qquickflickable
| | FALSE | never evaluated |
| 0-280 |
| 408 | if (s[5].unicode() == 'e') {| TRUE | evaluated 280 times by 9 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qmlmin
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlsettings
- tst_qquickdynamicpropertyanimation
- tst_qquickflickable
| | FALSE | never evaluated |
| 0-280 |
| 409 | return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_DOUBLE) : int(Lexer::T_IDENTIFIER);executed 280 times by 9 tests: return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_DOUBLE) : int(Lexer::T_IDENTIFIER);Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qmlmin
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlsettings
- tst_qquickdynamicpropertyanimation
- tst_qquickflickable
| 280 |
| 410 | } | - |
| 411 | } never executed: end of block | 0 |
| 412 | } never executed: end of block | 0 |
| 413 | } never executed: end of block | 0 |
| 414 | }executed 311 times by 8 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qquickcustomparticle
- tst_qquickshadereffect
| 311 |
| 415 | }executed 3964 times by 14 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlcomponent
- tst_qqmlincubator
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlxmlhttprequest
- tst_qquickcustomparticle
- tst_qquickshadereffect
| 3964 |
| 416 | else if (s[0].unicode() == 'e') {| TRUE | evaluated 31777 times by 20 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlqt
- tst_qquickanimations
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitemlayer
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickstates
- tst_qquickworkerscript
| | FALSE | evaluated 6385295 times by 148 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- ...
|
| 31777-6385295 |
| 417 | if (s[1].unicode() == 'x') {| TRUE | evaluated 23548 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlparser
- tst_qquickstates
| | FALSE | evaluated 8228 times by 19 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlqt
- tst_qquickanimations
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitemlayer
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickworkerscript
|
| 8228-23548 |
| 418 | if (s[2].unicode() == 'p') {| TRUE | evaluated 23394 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlparser
| | FALSE | evaluated 154 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_qmlmin
- tst_qqmlparser
- tst_qquickstates
|
| 154-23394 |
| 419 | if (s[3].unicode() == 'o') {| TRUE | evaluated 1031 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | evaluated 22362 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qmlmin
- tst_qqmlparser
|
| 1031-22362 |
| 420 | if (s[4].unicode() == 'r') {| TRUE | evaluated 1031 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-1031 |
| 421 | if (s[5].unicode() == 't') {| TRUE | evaluated 1031 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-1031 |
| 422 | return Lexer::T_EXPORT;executed 1031 times by 3 tests: return Lexer::T_EXPORT;Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| 1031 |
| 423 | } | - |
| 424 | } never executed: end of block | 0 |
| 425 | } never executed: end of block | 0 |
| 426 | }executed 22361 times by 4 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qmlmin
- tst_qqmlparser
| 22361 |
| 427 | }executed 22515 times by 5 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qmlmin
- tst_qqmlparser
- tst_qquickstates
| 22515 |
| 428 | }executed 30743 times by 20 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlqt
- tst_qquickanimations
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitemlayer
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickstates
- tst_qquickworkerscript
| 30743 |
| 429 | else if (s[0].unicode() == 'i') {| TRUE | evaluated 116796 times by 144 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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
- ...
| | FALSE | evaluated 6270531 times by 142 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlfileselector
- ...
|
| 116796-6270531 |
| 430 | if (s[1].unicode() == 'm') {| TRUE | evaluated 101151 times by 144 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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
- ...
| | FALSE | evaluated 15641 times by 20 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickloader
- tst_qquickrepeater
- tst_qquicktext
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
|
| 15641-101151 |
| 431 | if (s[2].unicode() == 'p') {| TRUE | evaluated 100686 times by 144 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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
- ...
| | FALSE | evaluated 465 times by 6 testsEvaluated by:- tst_examples
- tst_qmlmin
- tst_qqmlparser
- tst_qquickanchors
- tst_qquickimage
- tst_qquickstates
|
| 465-100686 |
| 432 | if (s[3].unicode() == 'o') {| TRUE | evaluated 100686 times by 144 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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
- ...
| | FALSE | never evaluated |
| 0-100686 |
| 433 | if (s[4].unicode() == 'r') {| TRUE | evaluated 100686 times by 144 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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
- ...
| | FALSE | never evaluated |
| 0-100686 |
| 434 | if (s[5].unicode() == 't') {| TRUE | evaluated 100686 times by 144 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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
- ...
| | FALSE | never evaluated |
| 0-100686 |
| 435 | return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_IMPORT) : int(Lexer::T_RESERVED_WORD);executed 100686 times by 144 tests: return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_IMPORT) : int(Lexer::T_RESERVED_WORD);Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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
- ...
| 100686 |
| 436 | } | - |
| 437 | } never executed: end of block | 0 |
| 438 | } never executed: end of block | 0 |
| 439 | } never executed: end of block | 0 |
| 440 | }executed 465 times by 6 tests: end of blockExecuted by:- tst_examples
- tst_qmlmin
- tst_qqmlparser
- tst_qquickanchors
- tst_qquickimage
- tst_qquickstates
| 465 |
| 441 | }executed 16105 times by 23 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qquickanchors
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickloader
- tst_qquickrepeater
- tst_qquickstates
- tst_qquicktext
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
| 16105 |
| 442 | else if (s[0].unicode() == 'n') {| TRUE | evaluated 13186 times by 19 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlinfo
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquicktext
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | evaluated 6254168 times by 142 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlfileselector
- ...
|
| 13186-6254168 |
| 443 | if (s[1].unicode() == 'a') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | evaluated 13163 times by 18 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qmlmin
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlinfo
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquicktext
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_testfiltering
|
| 14-13163 |
| 444 | if (s[2].unicode() == 't') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 445 | if (s[3].unicode() == 'i') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 446 | if (s[4].unicode() == 'v') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 447 | if (s[5].unicode() == 'e') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 448 | return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_NATIVE) : int(Lexer::T_IDENTIFIER);executed 14 times by 3 tests: return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_NATIVE) : int(Lexer::T_IDENTIFIER);Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| 14 |
| 449 | } | - |
| 450 | } never executed: end of block | 0 |
| 451 | } never executed: end of block | 0 |
| 452 | } never executed: end of block | 0 |
| 453 | } never executed: end of block | 0 |
| 454 | }executed 13163 times by 18 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qmlmin
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlinfo
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquicktext
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_testfiltering
| 13163 |
| 455 | else if (s[0].unicode() == 'p') {| TRUE | evaluated 63042 times by 98 testsEvaluated by:- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlitemmodels
- tst_qqmllocale
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- ...
| | FALSE | evaluated 6194351 times by 142 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlfileselector
- ...
|
| 63042-6194351 |
| 456 | if (s[1].unicode() == 'u') {| TRUE | evaluated 242 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qmlmin
- tst_qqmlparser
| | FALSE | evaluated 62800 times by 97 testsEvaluated by:- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlitemmodels
- tst_qqmllocale
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- ...
|
| 242-62800 |
| 457 | if (s[2].unicode() == 'b') {| TRUE | evaluated 214 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | evaluated 28 times by 2 tests |
| 28-214 |
| 458 | if (s[3].unicode() == 'l') {| TRUE | evaluated 214 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-214 |
| 459 | if (s[4].unicode() == 'i') {| TRUE | evaluated 214 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-214 |
| 460 | if (s[5].unicode() == 'c') {| TRUE | evaluated 214 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-214 |
| 461 | return (parseModeFlags & Lexer::QmlMode) ? Lexer::T_PUBLIC : Lexer::T_IDENTIFIER;executed 214 times by 3 tests: return (parseModeFlags & Lexer::QmlMode) ? Lexer::T_PUBLIC : Lexer::T_IDENTIFIER;Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| 214 |
| 462 | } | - |
| 463 | } never executed: end of block | 0 |
| 464 | } never executed: end of block | 0 |
| 465 | } never executed: end of block | 0 |
| 466 | }executed 28 times by 2 tests: end of block | 28 |
| 467 | else if (s[1].unicode() == 'r') {| TRUE | evaluated 1318 times by 17 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qquickanimationcontroller
- tst_qquickflickable
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | evaluated 61482 times by 94 testsEvaluated by:- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlitemmodels
- tst_qqmllocale
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- ...
|
| 1318-61482 |
| 468 | if (s[2].unicode() == 'a') {| TRUE | evaluated 440 times by 13 testsEvaluated by:- tst_examples
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | evaluated 878 times by 10 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qmlmin
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquickflickable
- tst_qquicklayouts
- tst_qquicklistview
- tst_quicktestmainwithsetup
- tst_testfiltering
|
| 440-878 |
| 469 | if (s[3].unicode() == 'g') {| TRUE | evaluated 440 times by 13 testsEvaluated by:- tst_examples
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | never evaluated |
| 0-440 |
| 470 | if (s[4].unicode() == 'm') {| TRUE | evaluated 440 times by 13 testsEvaluated by:- tst_examples
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | never evaluated |
| 0-440 |
| 471 | if (s[5].unicode() == 'a') {| TRUE | evaluated 440 times by 13 testsEvaluated by:- tst_examples
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | never evaluated |
| 0-440 |
| 472 | return (parseModeFlags & Lexer::QmlMode) ? Lexer::T_PRAGMA : Lexer::T_IDENTIFIER;executed 440 times by 13 tests: return (parseModeFlags & Lexer::QmlMode) ? Lexer::T_PRAGMA : Lexer::T_IDENTIFIER;Executed by:- tst_examples
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_testfiltering
| 440 |
| 473 | } | - |
| 474 | } never executed: end of block | 0 |
| 475 | } never executed: end of block | 0 |
| 476 | } never executed: end of block | 0 |
| 477 | }executed 878 times by 10 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qmlmin
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquickflickable
- tst_qquicklayouts
- tst_qquicklistview
- tst_quicktestmainwithsetup
- tst_testfiltering
| 878 |
| 478 | }executed 62388 times by 94 tests: end of blockExecuted by:- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlitemmodels
- tst_qqmllocale
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- ...
| 62388 |
| 479 | else if (s[0].unicode() == 'r') {| TRUE | evaluated 930132 times by 66 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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
- ...
| | FALSE | evaluated 5263569 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlfileselector
- ...
|
| 930132-5263569 |
| 480 | if (s[1].unicode() == 'e') {| TRUE | evaluated 914976 times by 58 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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_qqmlnativeconnector
- ...
| | FALSE | evaluated 11938 times by 20 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlvaluetypes
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpositioners
- tst_qquickrectangle
- tst_qquickstates
- tst_qquicktaphandler
|
| 11938-914976 |
| 481 | if (s[2].unicode() == 't') {| TRUE | evaluated 859485 times by 50 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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
- ...
| | FALSE | evaluated 58743 times by 25 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlnativeconnector
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmltimer
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_scenegraph
|
| 58743-859485 |
| 482 | if (s[3].unicode() == 'u') {| TRUE | evaluated 855932 times by 50 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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
- ...
| | FALSE | evaluated 434 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qmlmin
- tst_qqmlparser
|
| 434-855932 |
| 483 | if (s[4].unicode() == 'r') {| TRUE | evaluated 856058 times by 50 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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
- ...
| | FALSE | never evaluated |
| 0-856058 |
| 484 | if (s[5].unicode() == 'n') {| TRUE | evaluated 854501 times by 50 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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
- ...
| | FALSE | evaluated 2 times by 1 test |
| 2-854501 |
| 485 | return Lexer::T_RETURN;executed 854091 times by 50 tests: return Lexer::T_RETURN;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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
- ...
| 854091 |
| 486 | } | - |
| 487 | }executed 2 times by 1 test: end of block | 2 |
| 488 | }executed 2 times by 1 test: end of block | 2 |
| 489 | }executed 436 times by 3 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qmlmin
- tst_qqmlparser
| 436 |
| 490 | }executed 59179 times by 25 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlnativeconnector
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmltimer
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickgridview
- tst_qquickimage
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_scenegraph
| 59179 |
| 491 | }executed 71120 times by 36 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlnativeconnector
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmltimer
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquicklistview
- ...
| 71120 |
| 492 | else if (s[0].unicode() == 's') {| TRUE | evaluated 169980 times by 114 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlfileselector
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
| | FALSE | evaluated 5091509 times by 132 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlimport
- ...
|
| 169980-5091509 |
| 493 | if ((parseModeFlags & Lexer::QmlMode) && s[1].unicode() == 'i') {| TRUE | evaluated 67613 times by 111 testsEvaluated by:- tst_bindingdependencyapi
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlfileselector
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- ...
| | FALSE | evaluated 102364 times by 12 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
|
| TRUE | evaluated 1410 times by 19 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlstatemachine
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickloader
- tst_qquicktaphandler
- tst_qquickworkerscript
- tst_scenegraph
| | FALSE | evaluated 66203 times by 109 testsEvaluated by:- tst_bindingdependencyapi
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlfileselector
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlnotifier
- ...
|
| 1410-102364 |
| 494 | if (s[2].unicode() == 'g') {| TRUE | evaluated 1365 times by 19 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlstatemachine
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickloader
- tst_qquicktaphandler
- tst_qquickworkerscript
- tst_scenegraph
| | FALSE | evaluated 45 times by 3 testsEvaluated by:- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
|
| 45-1365 |
| 495 | if (s[3].unicode() == 'n') {| TRUE | evaluated 1365 times by 19 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlstatemachine
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickloader
- tst_qquicktaphandler
- tst_qquickworkerscript
- tst_scenegraph
| | FALSE | never evaluated |
| 0-1365 |
| 496 | if (s[4].unicode() == 'a') {| TRUE | evaluated 1365 times by 19 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlstatemachine
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickloader
- tst_qquicktaphandler
- tst_qquickworkerscript
- tst_scenegraph
| | FALSE | never evaluated |
| 0-1365 |
| 497 | if (s[5].unicode() == 'l') {| TRUE | evaluated 1365 times by 19 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlstatemachine
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickloader
- tst_qquicktaphandler
- tst_qquickworkerscript
- tst_scenegraph
| | FALSE | never evaluated |
| 0-1365 |
| 498 | return Lexer::T_SIGNAL;executed 1365 times by 19 tests: return Lexer::T_SIGNAL;Executed by:- tst_examples
- tst_flickableinterop
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlstatemachine
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickloader
- tst_qquicktaphandler
- tst_qquickworkerscript
- tst_scenegraph
| 1365 |
| 499 | } | - |
| 500 | } never executed: end of block | 0 |
| 501 | } never executed: end of block | 0 |
| 502 | } never executed: end of block | 0 |
| 503 | }executed 45 times by 3 tests: end of blockExecuted by:- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
| 45 |
| 504 | else if (s[1].unicode() == 't') {| TRUE | evaluated 90768 times by 71 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlfileselector
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistreference
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlprofilerservice
- ...
| | FALSE | evaluated 77797 times by 82 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- ...
|
| 77797-90768 |
| 505 | if (s[2].unicode() == 'a') {| TRUE | evaluated 41844 times by 40 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistreference
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlstatemachine
- tst_qqmltranslation
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickapplication
- tst_qquickbehaviors
- tst_qquickdesignersupport
- tst_qquickflipable
- ...
| | FALSE | evaluated 48907 times by 54 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlfileselector
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlparser
- tst_qqmlprofilerservice
- tst_qqmlproperty
- tst_qqmlpropertymap
- tst_qqmlqt
- ...
|
| 41844-48907 |
| 506 | if (s[3].unicode() == 't') {| TRUE | evaluated 38559 times by 36 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistreference
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlstatemachine
- tst_qqmltranslation
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickapplication
- tst_qquickbehaviors
- tst_qquickdesignersupport
- tst_qquickflipable
- ...
| | FALSE | evaluated 3294 times by 9 testsEvaluated by:- tst_examples
- tst_qmlmin
- tst_qqmlparser
- tst_qquickanimations
- tst_qquickmultipointtoucharea
- tst_qquickpath
- tst_qquickpathview
- tst_qquickshape
- tst_qquickvisualdatamodel
|
| 3294-38559 |
| 507 | if (s[4].unicode() == 'i') {| TRUE | evaluated 7983 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | evaluated 30586 times by 34 testsEvaluated by:- tst_examples
- tst_parserstress
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistreference
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlstatemachine
- tst_qqmltranslation
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickapplication
- tst_qquickbehaviors
- tst_qquickdesignersupport
- tst_qquickflipable
- tst_qquickfontloader
- tst_qquickimage
- ...
|
| 7983-30586 |
| 508 | if (s[5].unicode() == 'c') {| TRUE | evaluated 7968 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-7968 |
| 509 | return (parseModeFlags & Lexer::StaticIsKeyword) ? int(Lexer::T_STATIC) : int(Lexer::T_IDENTIFIER);executed 7966 times by 3 tests: return (parseModeFlags & Lexer::StaticIsKeyword) ? int(Lexer::T_STATIC) : int(Lexer::T_IDENTIFIER);Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| 7966 |
| 510 | } | - |
| 511 | } never executed: end of block | 0 |
| 512 | }executed 30586 times by 34 tests: end of blockExecuted by:- tst_examples
- tst_parserstress
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistreference
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlstatemachine
- tst_qqmltranslation
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickapplication
- tst_qquickbehaviors
- tst_qquickdesignersupport
- tst_qquickflipable
- tst_qquickfontloader
- tst_qquickimage
- ...
| 30586 |
| 513 | }executed 33880 times by 38 tests: end of blockExecuted by:- tst_examples
- tst_parserstress
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistreference
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlstatemachine
- tst_qqmltranslation
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimations
- tst_qquickapplication
- tst_qquickbehaviors
- tst_qquickdesignersupport
- tst_qquickflipable
- tst_qquickfontloader
- tst_qquickimage
- ...
| 33880 |
| 514 | }executed 82787 times by 71 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlfileselector
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistreference
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlprofilerservice
- ...
| 82787 |
| 515 | else if (s[1].unicode() == 'w') {| TRUE | evaluated 2032 times by 8 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
| | FALSE | evaluated 75745 times by 81 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmltypeloader
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickage
- tst_qquickanchors
- tst_qquickangleddirection
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- ...
|
| 2032-75745 |
| 516 | if (s[2].unicode() == 'i') {| TRUE | evaluated 2034 times by 8 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-2034 |
| 517 | if (s[3].unicode() == 't') {| TRUE | evaluated 2032 times by 8 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-2032 |
| 518 | if (s[4].unicode() == 'c') {| TRUE | evaluated 2032 times by 8 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-2032 |
| 519 | if (s[5].unicode() == 'h') {| TRUE | evaluated 2033 times by 8 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-2033 |
| 520 | return Lexer::T_SWITCH;executed 2032 times by 8 tests: return Lexer::T_SWITCH;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
| 2032 |
| 521 | } | - |
| 522 | } never executed: end of block | 0 |
| 523 | } never executed: end of block | 0 |
| 524 | } never executed: end of block | 0 |
| 525 | } never executed: end of block | 0 |
| 526 | }executed 158578 times by 111 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlfileselector
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- tst_qqmllocale
- tst_qqmlmetaobject
- ...
| 158578 |
| 527 | else if (s[0].unicode() == 't') {| TRUE | evaluated 980598 times by 52 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmlvaluetypes
- ...
| | FALSE | evaluated 4105972 times by 129 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_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlimport
- tst_qqmlincubator
- ...
|
| 980598-4105972 |
| 528 | if (s[1].unicode() == 'h') {| TRUE | evaluated 747531 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qmlmin
- tst_qqmlparser
| | FALSE | evaluated 233543 times by 52 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmlvaluetypes
- ...
|
| 233543-747531 |
| 529 | if (s[2].unicode() == 'r') {| TRUE | evaluated 746496 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | evaluated 14 times by 2 tests |
| 14-746496 |
| 530 | if (s[3].unicode() == 'o') {| TRUE | evaluated 745504 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-745504 |
| 531 | if (s[4].unicode() == 'w') {| TRUE | evaluated 746151 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-746151 |
| 532 | if (s[5].unicode() == 's') {| TRUE | evaluated 309477 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | evaluated 437497 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
| 309477-437497 |
| 533 | return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_THROWS) : int(Lexer::T_IDENTIFIER);executed 308671 times by 3 tests: return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_THROWS) : int(Lexer::T_IDENTIFIER);Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| 308671 |
| 534 | } | - |
| 535 | }executed 437434 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlparser
| 437434 |
| 536 | }executed 437654 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlparser
| 437654 |
| 537 | }executed 437939 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlparser
| 437939 |
| 538 | }executed 437892 times by 3 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qmlmin
- tst_qqmlparser
| 437892 |
| 539 | else if (s[1].unicode() == 'y') {| TRUE | evaluated 210968 times by 16 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_scenegraph
- tst_signalspy
- tst_testfiltering
| | FALSE | evaluated 22384 times by 49 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickapplication
- ...
|
| 22384-210968 |
| 540 | if (s[2].unicode() == 'p') {| TRUE | evaluated 210712 times by 16 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_scenegraph
- tst_signalspy
- tst_testfiltering
| | FALSE | never evaluated |
| 0-210712 |
| 541 | if (s[3].unicode() == 'e') {| TRUE | evaluated 210590 times by 16 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_scenegraph
- tst_signalspy
- tst_testfiltering
| | FALSE | never evaluated |
| 0-210590 |
| 542 | if (s[4].unicode() == 'o') {| TRUE | evaluated 210716 times by 16 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_scenegraph
- tst_signalspy
- tst_testfiltering
| | FALSE | evaluated 6 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
| 6-210716 |
| 543 | if (s[5].unicode() == 'f') {| TRUE | evaluated 210188 times by 16 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_scenegraph
- tst_signalspy
- tst_testfiltering
| | FALSE | never evaluated |
| 0-210188 |
| 544 | return Lexer::T_TYPEOF;executed 210597 times by 16 tests: return Lexer::T_TYPEOF;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_scenegraph
- tst_signalspy
- tst_testfiltering
| 210597 |
| 545 | } | - |
| 546 | } never executed: end of block | 0 |
| 547 | }executed 6 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlparser
| 6 |
| 548 | }executed 6 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlparser
| 6 |
| 549 | }executed 6 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlparser
| 6 |
| 550 | }executed 460191 times by 49 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmllistmodel
- tst_qqmlnotifier
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlpropertymap
- tst_qqmlqt
- tst_qqmltimer
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickapplication
- ...
| 460191 |
| 551 | return Lexer::T_IDENTIFIER;executed 4921987 times by 140 tests: return Lexer::T_IDENTIFIER;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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlfileselector
- ...
| 4921987 |
| 552 | } | - |
| 553 | | - |
| 554 | static inline int classify7(const QChar *s, int parseModeFlags) { | - |
| 555 | if (s[0].unicode() == 'b') {| TRUE | evaluated 3752 times by 23 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickloader
- tst_qquickmousearea
- tst_qquicktext
- tst_qquicktextedit
- tst_quicktestmainwithsetup
- tst_testfiltering
- tst_touchmouse
| | FALSE | evaluated 3648569 times by 144 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlimport
- ...
|
| 3752-3648569 |
| 556 | if (s[1].unicode() == 'o') {| TRUE | evaluated 653 times by 7 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
| | FALSE | evaluated 3099 times by 21 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlvaluetypes
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickloader
- tst_qquickmousearea
- tst_qquicktext
- tst_qquicktextedit
- tst_quicktestmainwithsetup
- tst_testfiltering
- tst_touchmouse
|
| 653-3099 |
| 557 | if (s[2].unicode() == 'o') {| TRUE | evaluated 453 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
| | FALSE | evaluated 200 times by 4 testsEvaluated by:- tst_examples
- tst_qmlmin
- tst_qqmlparser
- tst_qqmlxmlhttprequest
|
| 200-453 |
| 558 | if (s[3].unicode() == 'l') {| TRUE | evaluated 453 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-453 |
| 559 | if (s[4].unicode() == 'e') {| TRUE | evaluated 20 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | evaluated 433 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
|
| 20-433 |
| 560 | if (s[5].unicode() == 'a') {| TRUE | evaluated 20 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-20 |
| 561 | if (s[6].unicode() == 'n') {| TRUE | evaluated 20 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-20 |
| 562 | return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_BOOLEAN) : int(Lexer::T_IDENTIFIER);executed 20 times by 3 tests: return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_BOOLEAN) : int(Lexer::T_IDENTIFIER);Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| 20 |
| 563 | } | - |
| 564 | } never executed: end of block | 0 |
| 565 | } never executed: end of block | 0 |
| 566 | }executed 433 times by 4 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
| 433 |
| 567 | }executed 433 times by 4 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
| 433 |
| 568 | }executed 633 times by 6 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
| 633 |
| 569 | }executed 3732 times by 22 tests: end of blockExecuted by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickloader
- tst_qquickmousearea
- tst_qquicktext
- tst_qquicktextedit
- tst_quicktestmainwithsetup
- tst_testfiltering
- tst_touchmouse
| 3732 |
| 570 | else if (s[0].unicode() == 'd') {| TRUE | evaluated 12828 times by 28 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquickbehaviors
- tst_qquickcustomparticle
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickparticlesystem
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickshadereffect
- tst_qquickspringanimation
- ...
| | FALSE | evaluated 3635099 times by 144 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlimport
- ...
|
| 12828-3635099 |
| 571 | if (s[1].unicode() == 'e') {| TRUE | evaluated 9388 times by 23 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquickcustomparticle
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickparticlesystem
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickshadereffect
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | evaluated 3436 times by 18 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmllocale
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquickbehaviors
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickspringanimation
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_testfiltering
|
| 3436-9388 |
| 572 | if (s[2].unicode() == 'f') {| TRUE | evaluated 1693 times by 11 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qquicklayouts
- tst_qquicklistview
| | FALSE | evaluated 7699 times by 18 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquickcustomparticle
- tst_qquicklayouts
- tst_qquickloader
- tst_qquickparticlesystem
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickshadereffect
- tst_quicktestmainwithsetup
- tst_testfiltering
|
| 1693-7699 |
| 573 | if (s[3].unicode() == 'a') {| TRUE | evaluated 1693 times by 11 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qquicklayouts
- tst_qquicklistview
| | FALSE | never evaluated |
| 0-1693 |
| 574 | if (s[4].unicode() == 'u') {| TRUE | evaluated 1692 times by 11 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qquicklayouts
- tst_qquicklistview
| | FALSE | never evaluated |
| 0-1692 |
| 575 | if (s[5].unicode() == 'l') {| TRUE | evaluated 1692 times by 11 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qquicklayouts
- tst_qquicklistview
| | FALSE | never evaluated |
| 0-1692 |
| 576 | if (s[6].unicode() == 't') {| TRUE | evaluated 1691 times by 11 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qquicklayouts
- tst_qquicklistview
| | FALSE | never evaluated |
| 0-1691 |
| 577 | return Lexer::T_DEFAULT;executed 1687 times by 11 tests: return Lexer::T_DEFAULT;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlmetaobject
- tst_qqmlparser
- tst_qquicklayouts
- tst_qquicklistview
| 1687 |
| 578 | } | - |
| 579 | } never executed: end of block | 0 |
| 580 | } never executed: end of block | 0 |
| 581 | } never executed: end of block | 0 |
| 582 | } never executed: end of block | 0 |
| 583 | }executed 7698 times by 18 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquickcustomparticle
- tst_qquicklayouts
- tst_qquickloader
- tst_qquickparticlesystem
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickshadereffect
- tst_quicktestmainwithsetup
- tst_testfiltering
| 7698 |
| 584 | }executed 11134 times by 25 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllocale
- tst_qqmlparser
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquickbehaviors
- tst_qquickcustomparticle
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickparticlesystem
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickshadereffect
- tst_qquickspringanimation
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_testfiltering
| 11134 |
| 585 | else if (s[0].unicode() == 'e') {| TRUE | evaluated 8338 times by 28 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickcustomaffector
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickshortcut
- ...
| | FALSE | evaluated 3629393 times by 144 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlimport
- ...
|
| 8338-3629393 |
| 586 | if (s[1].unicode() == 'x') {| TRUE | evaluated 2130 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlparser
| | FALSE | evaluated 6207 times by 26 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickcustomaffector
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickshortcut
- tst_qquickspringanimation
- tst_qquicktext
- ...
|
| 2130-6207 |
| 587 | if (s[2].unicode() == 't') {| TRUE | evaluated 1626 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | evaluated 504 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qmlmin
- tst_qqmlparser
|
| 504-1626 |
| 588 | if (s[3].unicode() == 'e') {| TRUE | evaluated 1625 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | evaluated 4 times by 1 test |
| 4-1625 |
| 589 | if (s[4].unicode() == 'n') {| TRUE | evaluated 1626 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-1626 |
| 590 | if (s[5].unicode() == 'd') {| TRUE | evaluated 1624 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-1624 |
| 591 | if (s[6].unicode() == 's') {| TRUE | evaluated 1622 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-1622 |
| 592 | return Lexer::T_EXTENDS;executed 1622 times by 3 tests: return Lexer::T_EXTENDS;Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| 1622 |
| 593 | } | - |
| 594 | } never executed: end of block | 0 |
| 595 | } never executed: end of block | 0 |
| 596 | } never executed: end of block | 0 |
| 597 | }executed 4 times by 1 test: end of block | 4 |
| 598 | }executed 508 times by 5 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qmlmin
- tst_qqmlparser
| 508 |
| 599 | }executed 6715 times by 27 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlconnections
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickcustomaffector
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpositioners
- tst_qquickshortcut
- tst_qquickspringanimation
- ...
| 6715 |
| 600 | else if (s[0].unicode() == 'f') {| TRUE | evaluated 10625 times by 14 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickitem
- tst_qquicklistview
- tst_scenegraph
| | FALSE | evaluated 3619578 times by 144 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlimport
- ...
|
| 10625-3619578 |
| 601 | if (s[1].unicode() == 'i') {| TRUE | evaluated 2824 times by 7 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
| | FALSE | evaluated 7760 times by 12 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickitem
- tst_qquicklistview
- tst_scenegraph
|
| 2824-7760 |
| 602 | if (s[2].unicode() == 'n') {| TRUE | evaluated 2774 times by 7 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
| | FALSE | evaluated 50 times by 2 tests |
| 50-2774 |
| 603 | if (s[3].unicode() == 'a') {| TRUE | evaluated 2769 times by 7 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
| | FALSE | evaluated 4 times by 1 test |
| 4-2769 |
| 604 | if (s[4].unicode() == 'l') {| TRUE | evaluated 2769 times by 7 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-2769 |
| 605 | if (s[5].unicode() == 'l') {| TRUE | evaluated 2769 times by 7 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-2769 |
| 606 | if (s[6].unicode() == 'y') {| TRUE | evaluated 2769 times by 7 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-2769 |
| 607 | return Lexer::T_FINALLY;executed 2769 times by 7 tests: return Lexer::T_FINALLY;Executed by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
| 2769 |
| 608 | } | - |
| 609 | } never executed: end of block | 0 |
| 610 | } never executed: end of block | 0 |
| 611 | } never executed: end of block | 0 |
| 612 | }executed 4 times by 1 test: end of block | 4 |
| 613 | }executed 54 times by 2 tests: end of block | 54 |
| 614 | }executed 7815 times by 12 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickitem
- tst_qquicklistview
- tst_scenegraph
| 7815 |
| 615 | else if (s[0].unicode() == 'p') {| TRUE | evaluated 39409 times by 30 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllocale
- tst_qqmlparser
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qquickanimatedimage
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgraphicsinfo
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickopenglinfo
- tst_qquickpositioners
- tst_qquickstates
- ...
| | FALSE | evaluated 3576809 times by 144 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlimport
- ...
|
| 39409-3576809 |
| 616 | if (s[1].unicode() == 'a') {| TRUE | evaluated 30834 times by 12 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlparser
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquicktext
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickvisualdatamodel
| | FALSE | evaluated 8581 times by 24 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllocale
- tst_qqmlparser
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qquickanimatedimage
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgraphicsinfo
- tst_qquickitem2
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickopenglinfo
- tst_qquickstates
- tst_qquicktaphandler
|
| 8581-30834 |
| 617 | if (s[2].unicode() == 'c') {| TRUE | evaluated 162 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qmlmin
- tst_qqmlparser
- tst_qquicklistview
- tst_qquickvisualdatamodel
| | FALSE | evaluated 30672 times by 9 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qmlmin
- tst_qqmlparser
- tst_qquickpositioners
- tst_qquicktext
- tst_qquicktextedit
- tst_qquicktextinput
|
| 162-30672 |
| 618 | if (s[3].unicode() == 'k') {| TRUE | evaluated 162 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qmlmin
- tst_qqmlparser
- tst_qquicklistview
- tst_qquickvisualdatamodel
| | FALSE | never evaluated |
| 0-162 |
| 619 | if (s[4].unicode() == 'a') {| TRUE | evaluated 162 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qmlmin
- tst_qqmlparser
- tst_qquicklistview
- tst_qquickvisualdatamodel
| | FALSE | never evaluated |
| 0-162 |
| 620 | if (s[5].unicode() == 'g') {| TRUE | evaluated 162 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qmlmin
- tst_qqmlparser
- tst_qquicklistview
- tst_qquickvisualdatamodel
| | FALSE | never evaluated |
| 0-162 |
| 621 | if (s[6].unicode() == 'e') {| TRUE | evaluated 162 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qmlmin
- tst_qqmlparser
- tst_qquicklistview
- tst_qquickvisualdatamodel
| | FALSE | never evaluated |
| 0-162 |
| 622 | return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_PACKAGE) : int(Lexer::T_IDENTIFIER);executed 162 times by 6 tests: return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_PACKAGE) : int(Lexer::T_IDENTIFIER);Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qmlmin
- tst_qqmlparser
- tst_qquicklistview
- tst_qquickvisualdatamodel
| 162 |
| 623 | } | - |
| 624 | } never executed: end of block | 0 |
| 625 | } never executed: end of block | 0 |
| 626 | } never executed: end of block | 0 |
| 627 | } never executed: end of block | 0 |
| 628 | }executed 30672 times by 9 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qmlmin
- tst_qqmlparser
- tst_qquickpositioners
- tst_qquicktext
- tst_qquicktextedit
- tst_qquicktextinput
| 30672 |
| 629 | else if (s[1].unicode() == 'r') {| TRUE | evaluated 6788 times by 20 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgraphicsinfo
- tst_qquickitem2
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickopenglinfo
- tst_qquickstates
- tst_qquicktaphandler
| | FALSE | evaluated 1782 times by 9 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qmlmin
- tst_qqmllocale
- tst_qqmlparser
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qquickanimatedimage
- tst_qquickmultipointtoucharea
|
| 1782-6788 |
| 630 | if (s[2].unicode() == 'i') {| TRUE | evaluated 40 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | evaluated 6754 times by 19 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmlmin
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgraphicsinfo
- tst_qquickitem2
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickopenglinfo
- tst_qquickstates
- tst_qquicktaphandler
|
| 40-6754 |
| 631 | if (s[3].unicode() == 'v') {| TRUE | evaluated 40 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-40 |
| 632 | if (s[4].unicode() == 'a') {| TRUE | evaluated 40 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-40 |
| 633 | if (s[5].unicode() == 't') {| TRUE | evaluated 40 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-40 |
| 634 | if (s[6].unicode() == 'e') {| TRUE | evaluated 40 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-40 |
| 635 | return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_PRIVATE) : int(Lexer::T_IDENTIFIER);executed 40 times by 3 tests: return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_PRIVATE) : int(Lexer::T_IDENTIFIER);Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| 40 |
| 636 | } | - |
| 637 | } never executed: end of block | 0 |
| 638 | } never executed: end of block | 0 |
| 639 | } never executed: end of block | 0 |
| 640 | } never executed: end of block | 0 |
| 641 | }executed 6747 times by 19 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmlmin
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgraphicsinfo
- tst_qquickitem2
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickopenglinfo
- tst_qquickstates
- tst_qquicktaphandler
| 6747 |
| 642 | }executed 39212 times by 27 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmlmin
- tst_qqmlconsole
- tst_qqmlecmascript
- tst_qqmllocale
- tst_qqmlparser
- tst_qqmltranslation
- tst_qqmlvaluetypes
- tst_qquickanimatedimage
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickgraphicsinfo
- tst_qquickitem2
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickopenglinfo
- tst_qquickpositioners
- tst_qquickstates
- tst_qquicktaphandler
- tst_qquicktext
- ...
| 39212 |
| 643 | return Lexer::T_IDENTIFIER;executed 3644993 times by 144 tests: return Lexer::T_IDENTIFIER;Executed 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlimport
- ...
| 3644993 |
| 644 | } | - |
| 645 | | - |
| 646 | static inline int classify8(const QChar *s, int parseModeFlags) { | - |
| 647 | if (s[0].unicode() == 'a') {| TRUE | evaluated 11465 times by 16 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_touchmouse
| | FALSE | evaluated 2480275 times by 141 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_qmlmin
- 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
- ...
|
| 11465-2480275 |
| 648 | if (s[1].unicode() == 'b') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | evaluated 11437 times by 15 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qmlmin
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_touchmouse
|
| 14-11437 |
| 649 | if (s[2].unicode() == 's') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 650 | if (s[3].unicode() == 't') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 651 | if (s[4].unicode() == 'r') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 652 | if (s[5].unicode() == 'a') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 653 | if (s[6].unicode() == 'c') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 654 | if (s[7].unicode() == 't') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 655 | return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_ABSTRACT) : int(Lexer::T_IDENTIFIER);executed 14 times by 3 tests: return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_ABSTRACT) : int(Lexer::T_IDENTIFIER);Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| 14 |
| 656 | } | - |
| 657 | } never executed: end of block | 0 |
| 658 | } never executed: end of block | 0 |
| 659 | } never executed: end of block | 0 |
| 660 | } never executed: end of block | 0 |
| 661 | } never executed: end of block | 0 |
| 662 | } never executed: end of block | 0 |
| 663 | }executed 11432 times by 15 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qmlmin
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickdroparea
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickpathview
- tst_touchmouse
| 11432 |
| 664 | else if (s[0].unicode() == 'c') {| TRUE | evaluated 26327 times by 57 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- ...
| | FALSE | evaluated 2455986 times by 140 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_qmlmin
- 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
- ...
|
| 26327-2455986 |
| 665 | if (s[1].unicode() == 'o') {| TRUE | evaluated 9348 times by 23 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qquickanimationcontroller
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickshape
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | evaluated 16977 times by 50 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickflickable
- tst_qquickfocusscope
- ...
|
| 9348-16977 |
| 666 | if (s[2].unicode() == 'n') {| TRUE | evaluated 6210 times by 19 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlitemmodels
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickshape
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | evaluated 3138 times by 10 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qmlmin
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpositioners
|
| 3138-6210 |
| 667 | if (s[3].unicode() == 't') {| TRUE | evaluated 5896 times by 19 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlitemmodels
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickshape
- tst_qquickvisualdatamodel
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | evaluated 314 times by 2 tests |
| 314-5896 |
| 668 | if (s[4].unicode() == 'i') {| TRUE | evaluated 1710 times by 11 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | evaluated 4188 times by 11 testsEvaluated by:- tst_examples
- tst_qmlmin
- tst_qqmlitemmodels
- tst_qqmlparser
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickshape
- tst_qquickvisualdatamodel
|
| 1710-4188 |
| 669 | if (s[5].unicode() == 'n') {| TRUE | evaluated 1709 times by 11 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | never evaluated |
| 0-1709 |
| 670 | if (s[6].unicode() == 'u') {| TRUE | evaluated 1708 times by 11 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | never evaluated |
| 0-1708 |
| 671 | if (s[7].unicode() == 'e') {| TRUE | evaluated 1708 times by 11 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | never evaluated |
| 0-1708 |
| 672 | return Lexer::T_CONTINUE;executed 1708 times by 11 tests: return Lexer::T_CONTINUE;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
| 1708 |
| 673 | } | - |
| 674 | } never executed: end of block | 0 |
| 675 | } never executed: end of block | 0 |
| 676 | } never executed: end of block | 0 |
| 677 | }executed 4188 times by 11 tests: end of blockExecuted by:- tst_examples
- tst_qmlmin
- tst_qqmlitemmodels
- tst_qqmlparser
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickshape
- tst_qquickvisualdatamodel
| 4188 |
| 678 | }executed 4502 times by 11 tests: end of blockExecuted by:- tst_examples
- tst_qmlmin
- tst_qqmlitemmodels
- tst_qqmlparser
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickshape
- tst_qquickvisualdatamodel
| 4502 |
| 679 | }executed 7640 times by 16 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_qmlmin
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickshape
- tst_qquickvisualdatamodel
| 7640 |
| 680 | }executed 24617 times by 55 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlsettings
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimatedsprite
- tst_qquickanimationcontroller
- tst_qquickanimations
- ...
| 24617 |
| 681 | else if (s[0].unicode() == 'd') {| TRUE | evaluated 58407 times by 50 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdrag
- tst_qquickdraghandler
- tst_qquickdroparea
- ...
| | FALSE | evaluated 2398342 times by 140 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_qmlmin
- 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
- ...
|
| 58407-2398342 |
| 682 | if (s[1].unicode() == 'e') {| TRUE | evaluated 24412 times by 29 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- ...
| | FALSE | evaluated 33995 times by 33 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdrag
- tst_qquickdraghandler
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickparticlegroup
- ...
|
| 24412-33995 |
| 683 | if (s[2].unicode() == 'b') {| TRUE | evaluated 58 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlparser
| | FALSE | evaluated 24354 times by 27 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickspringanimation
- tst_qquicktableview
- ...
|
| 58-24354 |
| 684 | if (s[3].unicode() == 'u') {| TRUE | evaluated 58 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-58 |
| 685 | if (s[4].unicode() == 'g') {| TRUE | evaluated 58 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-58 |
| 686 | if (s[5].unicode() == 'g') {| TRUE | evaluated 58 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-58 |
| 687 | if (s[6].unicode() == 'e') {| TRUE | evaluated 58 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-58 |
| 688 | if (s[7].unicode() == 'r') {| TRUE | evaluated 58 times by 4 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-58 |
| 689 | return Lexer::T_DEBUGGER;executed 58 times by 4 tests: return Lexer::T_DEBUGGER;Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qjsvalue
- tst_qqmlparser
| 58 |
| 690 | } | - |
| 691 | } never executed: end of block | 0 |
| 692 | } never executed: end of block | 0 |
| 693 | } never executed: end of block | 0 |
| 694 | } never executed: end of block | 0 |
| 695 | } never executed: end of block | 0 |
| 696 | }executed 24354 times by 27 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qquickanimations
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquickitemparticle
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickspringanimation
- tst_qquicktableview
- ...
| 24354 |
| 697 | }executed 58349 times by 48 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmltypeloader
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickdrag
- tst_qquickdraghandler
- tst_qquickdroparea
- tst_qquickflickable
- tst_qquickflipable
- ...
| 58349 |
| 698 | else if (s[0].unicode() == 'f') {| TRUE | evaluated 1270792 times by 70 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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
- ...
| | FALSE | evaluated 1124716 times by 136 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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
- ...
|
| 1124716-1270792 |
| 699 | if (s[1].unicode() == 'u') {| TRUE | evaluated 1201052 times by 65 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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
- ...
| | FALSE | evaluated 67558 times by 21 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickflipable
- tst_qquickimage
- tst_qquicklayouts
- tst_qquickrepeater
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_scenegraph
- tst_sharedimage
- tst_testfiltering
|
| 67558-1201052 |
| 700 | if (s[2].unicode() == 'n') {| TRUE | evaluated 1203800 times by 65 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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
- ...
| | FALSE | evaluated 36 times by 3 testsEvaluated by:- tst_qmlmin
- tst_qqmlparser
- tst_qquicklayouts
|
| 36-1203800 |
| 701 | if (s[3].unicode() == 'c') {| TRUE | evaluated 1202720 times by 65 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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
- ...
| | FALSE | never evaluated |
| 0-1202720 |
| 702 | if (s[4].unicode() == 't') {| TRUE | evaluated 1200709 times by 65 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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
- ...
| | FALSE | evaluated 279 times by 4 testsEvaluated by:- tst_parserstress
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
|
| 279-1200709 |
| 703 | if (s[5].unicode() == 'i') {| TRUE | evaluated 1201473 times by 65 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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
- ...
| | FALSE | never evaluated |
| 0-1201473 |
| 704 | if (s[6].unicode() == 'o') {| TRUE | evaluated 1204812 times by 65 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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
- ...
| | FALSE | never evaluated |
| 0-1204812 |
| 705 | if (s[7].unicode() == 'n') {| TRUE | evaluated 1201532 times by 65 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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
- ...
| | FALSE | never evaluated |
| 0-1201532 |
| 706 | return Lexer::T_FUNCTION;executed 1200732 times by 65 tests: return Lexer::T_FUNCTION;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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
- ...
| 1200732 |
| 707 | } | - |
| 708 | } never executed: end of block | 0 |
| 709 | } never executed: end of block | 0 |
| 710 | } never executed: end of block | 0 |
| 711 | }executed 279 times by 4 tests: end of blockExecuted by:- tst_parserstress
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
| 279 |
| 712 | }executed 279 times by 4 tests: end of blockExecuted by:- tst_parserstress
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
| 279 |
| 713 | }executed 315 times by 5 tests: end of blockExecuted by:- tst_parserstress
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquicklayouts
| 315 |
| 714 | }executed 67843 times by 21 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlsqldatabase
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickflipable
- tst_qquickimage
- tst_qquicklayouts
- tst_qquickrepeater
- tst_qquicktext
- tst_quicktestmainwithsetup
- tst_scenegraph
- tst_sharedimage
- tst_testfiltering
| 67843 |
| 715 | else if ((parseModeFlags & Lexer::QmlMode) && s[0].unicode() == 'p') {| TRUE | evaluated 293057 times by 134 testsEvaluated by:- tst_bindingdependencyapi
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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
- ...
| | FALSE | evaluated 829670 times by 13 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmltranslation
- tst_qquickworkerscript
- tst_qv4debugger
|
| TRUE | evaluated 82433 times by 105 testsEvaluated by:- tst_bindingdependencyapi
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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
- ...
| | FALSE | evaluated 210624 times by 126 testsEvaluated by:- tst_bindingdependencyapi
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlfileselector
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
|
| 82433-829670 |
| 716 | if (s[1].unicode() == 'r') {| TRUE | evaluated 71172 times by 104 testsEvaluated by:- tst_bindingdependencyapi
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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
- ...
| | FALSE | evaluated 11261 times by 22 testsEvaluated by:- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickanimations
- tst_qquickapplication
- tst_qquickcustomaffector
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickitemlayer
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpincharea
- tst_qquickpositioners
- tst_qquickrectangle
- tst_qquickshape
- tst_qquickspringanimation
- tst_qquicktaphandler
- tst_scenegraph
|
| 11261-71172 |
| 717 | if (s[2].unicode() == 'o') {| TRUE | evaluated 71097 times by 104 testsEvaluated by:- tst_bindingdependencyapi
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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
- ...
| | FALSE | evaluated 75 times by 4 testsEvaluated by:- tst_qmlmin
- tst_qqmlparser
- tst_qquickitem2
- tst_signalspy
|
| 75-71097 |
| 718 | if (s[3].unicode() == 'p') {| TRUE | evaluated 69900 times by 104 testsEvaluated by:- tst_bindingdependencyapi
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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
- ...
| | FALSE | evaluated 1197 times by 6 testsEvaluated by:- tst_examples
- tst_parserstress
- tst_qmlmin
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquickrepeater
|
| 1197-69900 |
| 719 | if (s[4].unicode() == 'e') {| TRUE | evaluated 69369 times by 104 testsEvaluated by:- tst_bindingdependencyapi
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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
- ...
| | FALSE | evaluated 531 times by 6 testsEvaluated by:- tst_qmlmin
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpositioners
|
| 531-69369 |
| 720 | if (s[5].unicode() == 'r') {| TRUE | evaluated 69369 times by 104 testsEvaluated by:- tst_bindingdependencyapi
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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
- ...
| | FALSE | never evaluated |
| 0-69369 |
| 721 | if (s[6].unicode() == 't') {| TRUE | evaluated 69369 times by 104 testsEvaluated by:- tst_bindingdependencyapi
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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
- ...
| | FALSE | never evaluated |
| 0-69369 |
| 722 | if (s[7].unicode() == 'y') {| TRUE | evaluated 69369 times by 104 testsEvaluated by:- tst_bindingdependencyapi
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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
- ...
| | FALSE | never evaluated |
| 0-69369 |
| 723 | return Lexer::T_PROPERTY;executed 69369 times by 104 tests: return Lexer::T_PROPERTY;Executed by:- tst_bindingdependencyapi
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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
- ...
| 69369 |
| 724 | } | - |
| 725 | } never executed: end of block | 0 |
| 726 | } never executed: end of block | 0 |
| 727 | } never executed: end of block | 0 |
| 728 | }executed 531 times by 6 tests: end of blockExecuted by:- tst_qmlmin
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpositioners
| 531 |
| 729 | }executed 1728 times by 10 tests: end of blockExecuted by:- tst_examples
- tst_parserstress
- tst_qmlmin
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickrepeater
| 1728 |
| 730 | }executed 1803 times by 12 tests: end of blockExecuted by:- tst_examples
- tst_parserstress
- tst_qmlmin
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_signalspy
| 1803 |
| 731 | }executed 13064 times by 27 tests: end of blockExecuted by:- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickapplication
- tst_qquickcustomaffector
- tst_qquickdraghandler
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpincharea
- tst_qquickpositioners
- tst_qquickrectangle
- tst_qquickrepeater
- tst_qquickshape
- tst_qquickspringanimation
- tst_qquicktaphandler
- ...
| 13064 |
| 732 | else if ((parseModeFlags & Lexer::QmlMode) && s[0].unicode() == 'r') {| TRUE | evaluated 210624 times by 126 testsEvaluated by:- tst_bindingdependencyapi
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlfileselector
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- ...
| | FALSE | evaluated 825996 times by 13 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmltranslation
- tst_qquickworkerscript
- tst_qv4debugger
|
| TRUE | evaluated 7954 times by 42 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickcustomaffector
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickgridview
- tst_qquickimageparticle
- tst_qquickitem2
- tst_qquickitemlayer
- ...
| | FALSE | evaluated 202670 times by 123 testsEvaluated by:- tst_bindingdependencyapi
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlfileselector
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistreference
- ...
|
| 7954-825996 |
| 733 | if (s[1].unicode() == 'e') {| TRUE | evaluated 3031 times by 23 testsEvaluated by:- tst_examples
- tst_parserstress
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlqt
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickcustomaffector
- tst_qquickflickable
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklistview
- tst_qquickmousearea
- tst_qquickrepeater
- tst_qquickshortcut
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickworkerscript
- tst_signalspy
| | FALSE | evaluated 4923 times by 27 testsEvaluated by:- tst_examples
- tst_multipointtoucharea_interop
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlparser
- tst_qqmlvaluetypes
- tst_qquickanchors
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickcustomaffector
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickimageparticle
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpincharea
- tst_qquickstates
- tst_quicktestmainwithsetup
- tst_rendernode
- ...
|
| 3031-4923 |
| 734 | if (s[2].unicode() == 'a') {| TRUE | evaluated 603 times by 16 testsEvaluated by:- tst_examples
- tst_parserstress
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklistview
- tst_qquicktextedit
- tst_qquicktextinput
- tst_signalspy
| | FALSE | evaluated 2428 times by 14 testsEvaluated by:- tst_examples
- tst_parserstress
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlxmlhttprequest
- tst_qquickcustomaffector
- tst_qquickflickable
- tst_qquickitem2
- tst_qquickmousearea
- tst_qquickrepeater
- tst_qquickshortcut
- tst_qquickworkerscript
|
| 603-2428 |
| 735 | if (s[3].unicode() == 'd') {| TRUE | evaluated 490 times by 15 testsEvaluated by:- tst_examples
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlproperty
- tst_qqmlxmlhttprequest
- tst_qquickanimatedimage
- tst_qquickgridview
- tst_qquickitem2
- tst_qquicklistview
- tst_qquicktextedit
- tst_qquicktextinput
- tst_signalspy
| | FALSE | evaluated 113 times by 4 testsEvaluated by:- tst_parserstress
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
|
| 113-490 |
| 736 | if (s[4].unicode() == 'o') {| TRUE | evaluated 235 times by 10 testsEvaluated by:- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlproperty
- tst_qquickanimatedimage
- tst_qquickgridview
- tst_qquicklistview
- tst_signalspy
| | FALSE | evaluated 255 times by 8 testsEvaluated by:- tst_examples
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickitem2
- tst_qquicktextedit
- tst_qquicktextinput
|
| 235-255 |
| 737 | if (s[5].unicode() == 'n') {| TRUE | evaluated 235 times by 10 testsEvaluated by:- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlproperty
- tst_qquickanimatedimage
- tst_qquickgridview
- tst_qquicklistview
- tst_signalspy
| | FALSE | never evaluated |
| 0-235 |
| 738 | if (s[6].unicode() == 'l') {| TRUE | evaluated 235 times by 10 testsEvaluated by:- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlproperty
- tst_qquickanimatedimage
- tst_qquickgridview
- tst_qquicklistview
- tst_signalspy
| | FALSE | never evaluated |
| 0-235 |
| 739 | if (s[7].unicode() == 'y') {| TRUE | evaluated 235 times by 10 testsEvaluated by:- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlproperty
- tst_qquickanimatedimage
- tst_qquickgridview
- tst_qquicklistview
- tst_signalspy
| | FALSE | never evaluated |
| 0-235 |
| 740 | return Lexer::T_READONLY;executed 235 times by 10 tests: return Lexer::T_READONLY;Executed by:- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlproperty
- tst_qquickanimatedimage
- tst_qquickgridview
- tst_qquicklistview
- tst_signalspy
| 235 |
| 741 | } | - |
| 742 | } never executed: end of block | 0 |
| 743 | } never executed: end of block | 0 |
| 744 | } never executed: end of block | 0 |
| 745 | }executed 255 times by 8 tests: end of blockExecuted by:- tst_examples
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickitem2
- tst_qquicktextedit
- tst_qquicktextinput
| 255 |
| 746 | }executed 368 times by 9 tests: end of blockExecuted by:- tst_examples
- tst_parserstress
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickitem2
- tst_qquicktextedit
- tst_qquicktextinput
| 368 |
| 747 | }executed 2796 times by 16 tests: end of blockExecuted by:- tst_examples
- tst_parserstress
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlxmlhttprequest
- tst_qquickcustomaffector
- tst_qquickflickable
- tst_qquickitem2
- tst_qquickmousearea
- tst_qquickrepeater
- tst_qquickshortcut
- tst_qquicktextedit
- tst_qquicktextinput
- tst_qquickworkerscript
| 2796 |
| 748 | }executed 7719 times by 35 tests: end of blockExecuted by:- tst_examples
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanchors
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickcustomaffector
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickimageparticle
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquickmousearea
- tst_qquickmultipointtoucharea
- tst_qquickpathview
- tst_qquickpincharea
- ...
| 7719 |
| 749 | else if (s[0].unicode() == 'v') {| TRUE | evaluated 4708 times by 27 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qmlmin
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qquickage
- tst_qquickangleddirection
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickfriction
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpointdirection
- tst_qquickscreen
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquicktargetdirection
- tst_qquicktrailemitter
- ...
| | FALSE | evaluated 1023968 times by 125 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlfileselector
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- ...
|
| 4708-1023968 |
| 750 | if (s[1].unicode() == 'o') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | evaluated 4694 times by 25 testsEvaluated by:- tst_examples
- tst_qmlmin
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qquickage
- tst_qquickangleddirection
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickfriction
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpointdirection
- tst_qquickscreen
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquicktargetdirection
- tst_qquicktrailemitter
- tst_qquickvisualdatamodel
- tst_qquickworkerscript
|
| 14-4694 |
| 751 | if (s[2].unicode() == 'l') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 752 | if (s[3].unicode() == 'a') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 753 | if (s[4].unicode() == 't') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 754 | if (s[5].unicode() == 'i') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 755 | if (s[6].unicode() == 'l') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 756 | if (s[7].unicode() == 'e') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 757 | return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_VOLATILE) : int(Lexer::T_IDENTIFIER);executed 14 times by 3 tests: return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_VOLATILE) : int(Lexer::T_IDENTIFIER);Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| 14 |
| 758 | } | - |
| 759 | } never executed: end of block | 0 |
| 760 | } never executed: end of block | 0 |
| 761 | } never executed: end of block | 0 |
| 762 | } never executed: end of block | 0 |
| 763 | } never executed: end of block | 0 |
| 764 | } never executed: end of block | 0 |
| 765 | }executed 4694 times by 25 tests: end of blockExecuted by:- tst_examples
- tst_qmlmin
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qquickage
- tst_qquickangleddirection
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickcumulativedirection
- tst_qquickcustomaffector
- tst_qquickfriction
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpointdirection
- tst_qquickscreen
- tst_qquicksmoothedanimation
- tst_qquickspringanimation
- tst_qquicktargetdirection
- tst_qquicktrailemitter
- tst_qquickvisualdatamodel
- tst_qquickworkerscript
| 4694 |
| 766 | return Lexer::T_IDENTIFIER;executed 1210906 times by 134 tests: return Lexer::T_IDENTIFIER;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlfileselector
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- ...
| 1210906 |
| 767 | } | - |
| 768 | | - |
| 769 | static inline int classify9(const QChar *s, int parseModeFlags) { | - |
| 770 | if (s[0].unicode() == 'i') {| TRUE | evaluated 69939 times by 22 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickbehaviors
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_scenegraph
| | FALSE | evaluated 1550064 times by 128 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- ...
|
| 69939-1550064 |
| 771 | if (s[1].unicode() == 'n') {| TRUE | evaluated 31429 times by 13 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickbehaviors
- tst_qquickcustomaffector
- tst_qquicklistview
- tst_qquicktextinput
- tst_qquickvisualdatamodel
| | FALSE | evaluated 38456 times by 15 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlparser
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickrepeater
- tst_scenegraph
|
| 31429-38456 |
| 772 | if (s[2].unicode() == 't') {| TRUE | evaluated 402 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | evaluated 31027 times by 12 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickbehaviors
- tst_qquickcustomaffector
- tst_qquicklistview
- tst_qquicktextinput
- tst_qquickvisualdatamodel
|
| 402-31027 |
| 773 | if (s[3].unicode() == 'e') {| TRUE | evaluated 64 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | evaluated 338 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
| 64-338 |
| 774 | if (s[4].unicode() == 'r') {| TRUE | evaluated 54 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | evaluated 10 times by 1 test |
| 10-54 |
| 775 | if (s[5].unicode() == 'f') {| TRUE | evaluated 48 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | evaluated 6 times by 1 test |
| 6-48 |
| 776 | if (s[6].unicode() == 'a') {| TRUE | evaluated 48 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-48 |
| 777 | if (s[7].unicode() == 'c') {| TRUE | evaluated 48 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-48 |
| 778 | if (s[8].unicode() == 'e') {| TRUE | evaluated 48 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-48 |
| 779 | return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_INTERFACE) : int(Lexer::T_IDENTIFIER);executed 48 times by 3 tests: return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_INTERFACE) : int(Lexer::T_IDENTIFIER);Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| 48 |
| 780 | } | - |
| 781 | } never executed: end of block | 0 |
| 782 | } never executed: end of block | 0 |
| 783 | } never executed: end of block | 0 |
| 784 | }executed 6 times by 1 test: end of block | 6 |
| 785 | }executed 16 times by 1 test: end of block | 16 |
| 786 | }executed 354 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlparser
| 354 |
| 787 | }executed 31381 times by 12 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickbehaviors
- tst_qquickcustomaffector
- tst_qquicklistview
- tst_qquicktextinput
- tst_qquickvisualdatamodel
| 31381 |
| 788 | }executed 69832 times by 21 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickbehaviors
- tst_qquickcustomaffector
- tst_qquickgridview
- tst_qquickimage
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickrepeater
- tst_qquicktextinput
- tst_qquickvisualdatamodel
- tst_scenegraph
| 69832 |
| 789 | else if (s[0].unicode() == 'p') {| TRUE | evaluated 245647 times by 31 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickbehaviors
- tst_qquickcustomaffector
- tst_qquickdraghandler
- tst_qquickfocusscope
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- ...
| | FALSE | evaluated 1304475 times by 128 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- ...
|
| 245647-1304475 |
| 790 | if (s[1].unicode() == 'r') {| TRUE | evaluated 232343 times by 12 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquicklayouts
| | FALSE | evaluated 11989 times by 24 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qquickaccessible
- tst_qquickbehaviors
- tst_qquickcustomaffector
- tst_qquickdraghandler
- tst_qquickfocusscope
- tst_qquickgridview
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpincharea
- tst_qquicktaphandler
- tst_qquicktext
- tst_qquicktextedit
- tst_qquicktextinput
|
| 11989-232343 |
| 791 | if (s[2].unicode() == 'o') {| TRUE | evaluated 231769 times by 11 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
| | FALSE | evaluated 510 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qmlmin
- tst_qqmlparser
- tst_qquicklayouts
|
| 510-231769 |
| 792 | if (s[3].unicode() == 't') {| TRUE | evaluated 229030 times by 9 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
| | FALSE | evaluated 2442 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_qmlmin
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
|
| 2442-229030 |
| 793 | if (s[4].unicode() == 'e') {| TRUE | evaluated 40 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | evaluated 229840 times by 9 testsEvaluated by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
|
| 40-229840 |
| 794 | if (s[5].unicode() == 'c') {| TRUE | evaluated 40 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-40 |
| 795 | if (s[6].unicode() == 't') {| TRUE | evaluated 40 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-40 |
| 796 | if (s[7].unicode() == 'e') {| TRUE | evaluated 40 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-40 |
| 797 | if (s[8].unicode() == 'd') {| TRUE | evaluated 40 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-40 |
| 798 | return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_PROTECTED) : int(Lexer::T_IDENTIFIER);executed 40 times by 3 tests: return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_PROTECTED) : int(Lexer::T_IDENTIFIER);Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| 40 |
| 799 | } | - |
| 800 | } never executed: end of block | 0 |
| 801 | } never executed: end of block | 0 |
| 802 | } never executed: end of block | 0 |
| 803 | } never executed: end of block | 0 |
| 804 | }executed 228865 times by 9 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
| 228865 |
| 805 | }executed 231675 times by 11 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
| 231675 |
| 806 | }executed 233248 times by 12 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmlvaluetypeproviders
- tst_qqmlxmlhttprequest
- tst_qquicklayouts
| 233248 |
| 807 | }executed 245067 times by 31 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlmin
- tst_qqmlbinding
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickaccessible
- tst_qquickbehaviors
- tst_qquickcustomaffector
- tst_qquickdraghandler
- tst_qquickfocusscope
- tst_qquickgridview
- tst_qquicklayouts
- tst_qquicklistview
- ...
| 245067 |
| 808 | else if (s[0].unicode() == 't') {| TRUE | evaluated 22713 times by 39 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmlpropertymap
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickdynamicpropertyanimation
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfriction
- tst_qquickgridview
- tst_qquickitem
- ...
| | FALSE | evaluated 1279786 times by 127 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- ...
|
| 22713-1279786 |
| 809 | if (s[1].unicode() == 'r') {| TRUE | evaluated 3761 times by 15 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qmlmin
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickitem
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickpathview
- tst_qquickstates
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | evaluated 18953 times by 34 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmlpropertymap
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickdraghandler
- tst_qquickdynamicpropertyanimation
- tst_qquickflickable
- tst_qquickfriction
- tst_qquickgridview
- tst_qquickitem2
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- ...
|
| 3761-18953 |
| 810 | if (s[2].unicode() == 'a') {| TRUE | evaluated 3324 times by 10 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qmlmin
- tst_qqmlparser
- tst_qquickflipable
- tst_qquickitem
- tst_qquickitem2
- tst_qquickpathview
- tst_qquickstates
| | FALSE | evaluated 437 times by 7 testsEvaluated by:- tst_qmlmin
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquickbehaviors
- tst_qquicklayouts
- tst_quicktestmainwithsetup
- tst_testfiltering
|
| 437-3324 |
| 811 | if (s[3].unicode() == 'n') {| TRUE | evaluated 3318 times by 10 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qmlmin
- tst_qqmlparser
- tst_qquickflipable
- tst_qquickitem
- tst_qquickitem2
- tst_qquickpathview
- tst_qquickstates
| | FALSE | evaluated 6 times by 1 test |
| 6-3318 |
| 812 | if (s[4].unicode() == 's') {| TRUE | evaluated 3318 times by 10 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_qjsengine
- tst_qmlmin
- tst_qqmlparser
- tst_qquickflipable
- tst_qquickitem
- tst_qquickitem2
- tst_qquickpathview
- tst_qquickstates
| | FALSE | never evaluated |
| 0-3318 |
| 813 | if (s[5].unicode() == 'i') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | evaluated 3304 times by 8 testsEvaluated by:- tst_examples
- tst_qmlmin
- tst_qqmlparser
- tst_qquickflipable
- tst_qquickitem
- tst_qquickitem2
- tst_qquickpathview
- tst_qquickstates
|
| 14-3304 |
| 814 | if (s[6].unicode() == 'e') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 815 | if (s[7].unicode() == 'n') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 816 | if (s[8].unicode() == 't') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 817 | return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_TRANSIENT) : int(Lexer::T_IDENTIFIER);executed 14 times by 3 tests: return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_TRANSIENT) : int(Lexer::T_IDENTIFIER);Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| 14 |
| 818 | } | - |
| 819 | } never executed: end of block | 0 |
| 820 | } never executed: end of block | 0 |
| 821 | } never executed: end of block | 0 |
| 822 | }executed 3304 times by 8 tests: end of blockExecuted by:- tst_examples
- tst_qmlmin
- tst_qqmlparser
- tst_qquickflipable
- tst_qquickitem
- tst_qquickitem2
- tst_qquickpathview
- tst_qquickstates
| 3304 |
| 823 | }executed 3304 times by 8 tests: end of blockExecuted by:- tst_examples
- tst_qmlmin
- tst_qqmlparser
- tst_qquickflipable
- tst_qquickitem
- tst_qquickitem2
- tst_qquickpathview
- tst_qquickstates
| 3304 |
| 824 | }executed 3310 times by 8 tests: end of blockExecuted by:- tst_examples
- tst_qmlmin
- tst_qqmlparser
- tst_qquickflipable
- tst_qquickitem
- tst_qquickitem2
- tst_qquickpathview
- tst_qquickstates
| 3310 |
| 825 | }executed 3747 times by 13 tests: end of blockExecuted by:- tst_examples
- tst_qmlmin
- tst_qqmlparser
- tst_qquickanimationcontroller
- tst_qquickbehaviors
- tst_qquickflipable
- tst_qquickitem
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickpathview
- tst_qquickstates
- tst_quicktestmainwithsetup
- tst_testfiltering
| 3747 |
| 826 | }executed 22700 times by 38 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlincubator
- tst_qqmllistmodel
- tst_qqmlparser
- tst_qqmlpropertymap
- tst_qqmlvaluetypeproviders
- tst_qqmlvaluetypes
- tst_qquickanchors
- tst_qquickanimatedimage
- tst_qquickanimationcontroller
- tst_qquickbehaviors
- tst_qquickdraghandler
- tst_qquickdynamicpropertyanimation
- tst_qquickflickable
- tst_qquickflipable
- tst_qquickfriction
- tst_qquickgridview
- tst_qquickitem
- tst_qquickitem2
- ...
| 22700 |
| 827 | return Lexer::T_IDENTIFIER;executed 1616941 times by 128 tests: return Lexer::T_IDENTIFIER;Executed 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- ...
| 1616941 |
| 828 | } | - |
| 829 | | - |
| 830 | static inline int classify10(const QChar *s, int parseModeFlags) { | - |
| 831 | if (s[0].unicode() == 'i') {| TRUE | evaluated 77012 times by 28 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicktextedit
- tst_qquickvisualdatamodel
- ...
| | FALSE | evaluated 965738 times by 128 testsEvaluated by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qmlcachegen
- tst_qmlmin
- 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_qqmllocale
- tst_qqmlmetaobject
- ...
|
| 77012-965738 |
| 832 | if (s[1].unicode() == 'm') {| TRUE | evaluated 544 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickloader
| | FALSE | evaluated 76497 times by 27 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlqt
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicktextedit
- tst_qquickvisualdatamodel
- tst_qquickworkerscript
- ...
|
| 544-76497 |
| 833 | if (s[2].unicode() == 'p') {| TRUE | evaluated 78 times by 6 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickloader
| | FALSE | evaluated 466 times by 2 tests |
| 78-466 |
| 834 | if (s[3].unicode() == 'l') {| TRUE | evaluated 72 times by 5 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qmlmin
- tst_qqmlparser
- tst_qquickloader
| | FALSE | evaluated 6 times by 3 testsEvaluated by:- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
|
| 6-72 |
| 835 | if (s[4].unicode() == 'e') {| TRUE | evaluated 40 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | evaluated 32 times by 3 testsEvaluated by:- tst_qmlmin
- tst_qqmlparser
- tst_qquickloader
|
| 32-40 |
| 836 | if (s[5].unicode() == 'm') {| TRUE | evaluated 40 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-40 |
| 837 | if (s[6].unicode() == 'e') {| TRUE | evaluated 40 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-40 |
| 838 | if (s[7].unicode() == 'n') {| TRUE | evaluated 40 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-40 |
| 839 | if (s[8].unicode() == 't') {| TRUE | evaluated 40 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-40 |
| 840 | if (s[9].unicode() == 's') {| TRUE | evaluated 40 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-40 |
| 841 | return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_IMPLEMENTS) : int(Lexer::T_IDENTIFIER);executed 40 times by 3 tests: return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_IMPLEMENTS) : int(Lexer::T_IDENTIFIER);Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| 40 |
| 842 | } | - |
| 843 | } never executed: end of block | 0 |
| 844 | } never executed: end of block | 0 |
| 845 | } never executed: end of block | 0 |
| 846 | } never executed: end of block | 0 |
| 847 | } never executed: end of block | 0 |
| 848 | }executed 32 times by 3 tests: end of blockExecuted by:- tst_qmlmin
- tst_qqmlparser
- tst_qquickloader
| 32 |
| 849 | }executed 38 times by 4 tests: end of blockExecuted by:- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickloader
| 38 |
| 850 | }executed 504 times by 4 tests: end of blockExecuted by:- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlparser
- tst_qquickloader
| 504 |
| 851 | else if (s[1].unicode() == 'n') {| TRUE | evaluated 30948 times by 21 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquicktextedit
- tst_qquickvisualdatamodel
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | evaluated 45436 times by 22 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquickvisualdatamodel
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_testfiltering
|
| 30948-45436 |
| 852 | if (s[2].unicode() == 's') {| TRUE | evaluated 25418 times by 18 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | evaluated 5474 times by 10 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmlparser
- tst_qquicklistview
- tst_qquicktextedit
- tst_qquickvisualdatamodel
|
| 5474-25418 |
| 853 | if (s[3].unicode() == 't') {| TRUE | evaluated 25489 times by 18 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | never evaluated |
| 0-25489 |
| 854 | if (s[4].unicode() == 'a') {| TRUE | evaluated 25481 times by 18 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | never evaluated |
| 0-25481 |
| 855 | if (s[5].unicode() == 'n') {| TRUE | evaluated 25417 times by 18 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | never evaluated |
| 0-25417 |
| 856 | if (s[6].unicode() == 'c') {| TRUE | evaluated 25440 times by 18 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | never evaluated |
| 0-25440 |
| 857 | if (s[7].unicode() == 'e') {| TRUE | evaluated 25509 times by 18 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | never evaluated |
| 0-25509 |
| 858 | if (s[8].unicode() == 'o') {| TRUE | evaluated 25520 times by 18 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | never evaluated |
| 0-25520 |
| 859 | if (s[9].unicode() == 'f') {| TRUE | evaluated 25495 times by 18 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_testfiltering
| | FALSE | never evaluated |
| 0-25495 |
| 860 | return Lexer::T_INSTANCEOF;executed 25435 times by 18 tests: return Lexer::T_INSTANCEOF;Executed by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_testfiltering
| 25435 |
| 861 | } | - |
| 862 | } never executed: end of block | 0 |
| 863 | } never executed: end of block | 0 |
| 864 | } never executed: end of block | 0 |
| 865 | } never executed: end of block | 0 |
| 866 | } never executed: end of block | 0 |
| 867 | } never executed: end of block | 0 |
| 868 | } never executed: end of block | 0 |
| 869 | }executed 5474 times by 10 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmlparser
- tst_qquicklistview
- tst_qquicktextedit
- tst_qquickvisualdatamodel
| 5474 |
| 870 | }executed 51407 times by 25 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlcomponent
- tst_qqmlecmascript
- tst_qqmlitemmodels
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmlparser
- tst_qqmlqt
- tst_qquickanimationcontroller
- tst_qquickitem2
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickpathview
- tst_qquickpositioners
- tst_qquickrepeater
- tst_qquicktextedit
- tst_qquickvisualdatamodel
- tst_qquickworkerscript
- tst_quicktestmainwithsetup
- tst_testfiltering
| 51407 |
| 871 | return Lexer::T_IDENTIFIER;executed 1016996 times by 129 tests: return Lexer::T_IDENTIFIER;Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qmlcachegen
- tst_qmlmin
- 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_qqmllocale
- ...
| 1016996 |
| 872 | } | - |
| 873 | | - |
| 874 | static inline int classify12(const QChar *s, int parseModeFlags) { | - |
| 875 | if (s[0].unicode() == 's') {| TRUE | evaluated 7669 times by 29 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlexpression
- tst_qqmlparser
- tst_qqmlsettings
- tst_qqmlstatemachine
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickfolderlistmodel
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickrectangle
- tst_qquickshadereffect
- tst_qquickstates
- ...
| | FALSE | evaluated 988113 times by 95 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlmoduleplugin
- tst_qqmlnotifier
- tst_qqmlparser
- ...
|
| 7669-988113 |
| 876 | if (s[1].unicode() == 'y') {| TRUE | evaluated 26 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | evaluated 7643 times by 29 testsEvaluated by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlexpression
- tst_qqmlparser
- tst_qqmlsettings
- tst_qqmlstatemachine
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickfolderlistmodel
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickrectangle
- tst_qquickshadereffect
- tst_qquickstates
- ...
|
| 26-7643 |
| 877 | if (s[2].unicode() == 'n') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | evaluated 12 times by 2 testsEvaluated by:- tst_ecmascripttests
- tst_qqmlparser
|
| 12-14 |
| 878 | if (s[3].unicode() == 'c') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 879 | if (s[4].unicode() == 'h') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 880 | if (s[5].unicode() == 'r') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 881 | if (s[6].unicode() == 'o') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 882 | if (s[7].unicode() == 'n') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 883 | if (s[8].unicode() == 'i') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 884 | if (s[9].unicode() == 'z') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 885 | if (s[10].unicode() == 'e') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 886 | if (s[11].unicode() == 'd') {| TRUE | evaluated 14 times by 3 testsEvaluated by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| | FALSE | never evaluated |
| 0-14 |
| 887 | return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_SYNCHRONIZED) : int(Lexer::T_IDENTIFIER);executed 14 times by 3 tests: return (parseModeFlags & Lexer::QmlMode) ? int(Lexer::T_SYNCHRONIZED) : int(Lexer::T_IDENTIFIER);Executed by:- tst_ecmascripttests
- tst_qjsengine
- tst_qqmlparser
| 14 |
| 888 | } | - |
| 889 | } never executed: end of block | 0 |
| 890 | } never executed: end of block | 0 |
| 891 | } never executed: end of block | 0 |
| 892 | } never executed: end of block | 0 |
| 893 | } never executed: end of block | 0 |
| 894 | } never executed: end of block | 0 |
| 895 | } never executed: end of block | 0 |
| 896 | } never executed: end of block | 0 |
| 897 | } never executed: end of block | 0 |
| 898 | }executed 12 times by 2 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_qqmlparser
| 12 |
| 899 | }executed 7655 times by 29 tests: end of blockExecuted by:- tst_ecmascripttests
- tst_examples
- tst_parserstress
- tst_qjsengine
- tst_qmlmin
- tst_qqmlecmascript
- tst_qqmlexpression
- tst_qqmlparser
- tst_qqmlsettings
- tst_qqmlstatemachine
- tst_qqmlvaluetypes
- tst_qqmlxmlhttprequest
- tst_qquickanimationcontroller
- tst_qquickanimations
- tst_qquickbehaviors
- tst_qquickflickable
- tst_qquickfolderlistmodel
- tst_qquickitemlayer
- tst_qquicklayouts
- tst_qquicklistview
- tst_qquickloader
- tst_qquickmousearea
- tst_qquickrectangle
- tst_qquickshadereffect
- tst_qquickstates
- ...
| 7655 |
| 900 | return Lexer::T_IDENTIFIER;executed 995736 times by 97 tests: return Lexer::T_IDENTIFIER;Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlmoduleplugin
- tst_qqmlnotifier
- ...
| 995736 |
| 901 | } | - |
| 902 | | - |
| 903 | int Lexer::classify(const QChar *s, int n, int parseModeFlags) { | - |
| 904 | switch (n) { | - |
| 905 | case 2: return classify2(s, parseModeFlags);executed 1671312 times by 133 tests: return classify2(s, parseModeFlags);Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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_qqmlitemmodels
- ...
executed 1671482 times by 133 tests: case 2:Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- 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_qqmlitemmodels
- ...
| 1671312-1671482 |
| 906 | case 3: return classify3(s, parseModeFlags);executed 2375694 times by 121 tests: return classify3(s, parseModeFlags);Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- ...
executed 2375302 times by 121 tests: case 3:Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qjsvalueiterator
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlincubator
- tst_qqmlinstantiator
- tst_qqmlitemmodels
- ...
| 2375302-2375694 |
| 907 | case 4: return classify4(s, parseModeFlags);executed 3779809 times by 143 tests: return classify4(s, parseModeFlags);Executed 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlimport
- ...
executed 3779306 times by 143 tests: case 4:Executed 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlimport
- ...
| 3779306-3779809 |
| 908 | case 5: return classify5(s, parseModeFlags);executed 2486341 times by 140 tests: return classify5(s, parseModeFlags);Executed 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlfileselector
- tst_qqmlimport
- ...
executed 2486226 times by 140 tests: case 5:Executed 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlfileselector
- tst_qqmlimport
- ...
| 2486226-2486341 |
| 909 | case 6: return classify6(s, parseModeFlags);executed 6441926 times by 148 tests: return classify6(s, parseModeFlags);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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- ...
executed 6436688 times by 148 tests: case 6: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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- ...
| 6436688-6441926 |
| 910 | case 7: return classify7(s, parseModeFlags);executed 3654559 times by 144 tests: return classify7(s, parseModeFlags);Executed 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlimport
- ...
executed 3652462 times by 144 tests: case 7:Executed 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlimport
- ...
| 3652462-3654559 |
| 911 | case 8: return classify8(s, parseModeFlags);executed 2494185 times by 141 tests: return classify8(s, parseModeFlags);Executed 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_qmlmin
- 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
- ...
executed 2492784 times by 141 tests: case 8:Executed 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_qmlmin
- 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
- ...
| 2492784-2494185 |
| 912 | case 9: return classify9(s, parseModeFlags);executed 1620148 times by 128 tests: return classify9(s, parseModeFlags);Executed 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- ...
executed 1619811 times by 128 tests: case 9:Executed 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlincubator
- tst_qqmlinfo
- ...
| 1619811-1620148 |
| 913 | case 10: return classify10(s, parseModeFlags);executed 1043074 times by 130 tests: return classify10(s, parseModeFlags);Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- 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
- ...
executed 1043129 times by 130 tests: case 10:Executed by:- tst_bindingdependencyapi
- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qjsonbinding
- tst_qjsvalue
- tst_qmlcachegen
- tst_qmlmin
- 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
- ...
| 1043074-1043129 |
| 914 | case 12: return classify12(s, parseModeFlags);executed 997803 times by 97 tests: return classify12(s, parseModeFlags);Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlmoduleplugin
- tst_qqmlnotifier
- ...
executed 997282 times by 97 tests: case 12:Executed by:- tst_ecmascripttests
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qjsengine
- tst_qmlcachegen
- tst_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmlecmascript
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllocale
- tst_qqmlmetaobject
- tst_qqmlmetatype
- tst_qqmlmoduleplugin
- tst_qqmlnotifier
- ...
| 997282-997803 |
| 915 | default: return Lexer::T_IDENTIFIER;executed 3865972 times by 140 tests: return Lexer::T_IDENTIFIER;Executed 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlimport
- ...
executed 3864157 times by 140 tests: default:Executed 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_qmlmin
- tst_qqmlapplicationengine
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlimport
- ...
| 3864157-3865972 |
| 916 | } | - |
| 917 | } | - |
| 918 | | - |
| 919 | } | - |
| 920 | | - |
| 921 | QT_QML_END_NAMESPACE | - |
| 922 | | - |
| 923 | #endif // QQMLJSKEYWORDS_P_H | - |
| | |