line |
true |
false |
branch |
140
|
0 |
0 |
if ($self->testKeyword($text, 'metafunctions', 0, undef, 0, '#stay', 'MetaFunctions')) |
147
|
0 |
0 |
if ($self->testKeyword($text, 'statements', 0, undef, 0, '#stay', 'Statements')) |
154
|
0 |
0 |
if ($self->testKeyword($text, 'controllers', 0, undef, 0, '#stay', 'Execution Controllers')) |
161
|
0 |
0 |
if ($self->testKeyword($text, 'boolops', 0, undef, 0, '#stay', 'Boolean Operators')) |
168
|
0 |
0 |
if ($self->testRegExpr($text, '([!=><][=]|[><])', 0, 0, 0, undef, 0, '#stay', 'Expressers')) |
175
|
0 |
0 |
if ($self->testRegExpr($text, '[a-zA-Z_][a-zA-Z_0-9]+', 0, 0, 0, undef, 0, '#stay', 'Normal')) |
182
|
0 |
0 |
if ($self->testRegExpr($text, '([0-9]+\\.[0-9]*|\\.[0-9]+)?|[0-9]*', 0, 0, 0, undef, 0, '#stay', 'Number')) |
189
|
0 |
0 |
if ($self->testRegExpr($text, '#.*$', 0, 0, 0, undef, 0, '#stay', 'Comment')) |
196
|
0 |
0 |
if ($self->testRegExpr($text, '[+*/\\(\\)-]', 0, 0, 0, undef, 0, '#stay', 'Operator')) |
203
|
0 |
0 |
if ($self->testRegExpr($text, '[\\[\\]]', 0, 0, 0, undef, 0, '#stay', 'Scopes')) |
210
|
0 |
0 |
if ($self->testDetectChar($text, '"', 0, 0, 0, undef, 0, 'String', 'String')) |
221
|
0 |
0 |
if ($self->testHlCStringChar($text, 0, undef, 0, '#stay', 'String')) |
228
|
0 |
0 |
if ($self->testRegExpr($text, '%[a-zA-Z]', 0, 0, 0, undef, 0, '#stay', 'Operator')) |
235
|
0 |
0 |
if ($self->testDetectChar($text, '"', 0, 0, 0, undef, 0, '#pop', 'String')) |