line |
true |
false |
branch |
143
|
0 |
0 |
if ($self->testRegExpr($text, 'if ', 1, 0, 0, undef, 1, '#stay', 'Keyword')) |
152
|
0 |
0 |
if ($self->testStringDetect($text, 'end if', 1, 0, 0, undef, 0, '#stay', 'Keyword')) |
162
|
0 |
0 |
if ($self->testRegExpr($text, 'case ', 1, 0, 0, undef, 1, '#stay', 'Keyword')) |
171
|
0 |
0 |
if ($self->testStringDetect($text, 'end case', 1, 0, 0, undef, 0, '#stay', 'Keyword')) |
180
|
0 |
0 |
if ($self->testRegExpr($text, '\\sloop\\s+', 1, 0, 0, undef, 0, '#stay', 'Keyword')) |
189
|
0 |
0 |
if ($self->testRegExpr($text, '\\sloop$', 1, 0, 0, undef, 0, '#stay', 'Keyword')) |
198
|
0 |
0 |
if ($self->testStringDetect($text, 'end loop;', 1, 0, 0, undef, 0, '#stay', 'Keyword')) |
207
|
0 |
0 |
if ($self->testRegExpr($text, '\\sselect\\s+', 1, 0, 0, undef, 0, '#stay', 'Keyword')) |
216
|
0 |
0 |
if ($self->testRegExpr($text, '\\sselect$', 1, 0, 0, undef, 0, '#stay', 'Keyword')) |
225
|
0 |
0 |
if ($self->testStringDetect($text, 'end select;', 1, 0, 0, undef, 0, '#stay', 'Keyword')) |
232
|
0 |
0 |
if ($self->testKeyword($text, 'keywords', 0, undef, 0, '#stay', 'Keyword')) |
238
|
0 |
0 |
if ($self->testFloat($text, 0, undef, 0, '#stay', 'Float')) |
244
|
0 |
0 |
if ($self->testInt($text, 0, undef, 0, '#stay', 'Decimal')) |
251
|
0 |
0 |
if ($self->testRegExpr($text, q['.'], 0, 0, 0, undef, 0, '#stay', 'Char')) |
258
|
0 |
0 |
if ($self->testDetectChar($text, '"', 0, 0, 0, undef, 0, 'String', 'String')) |
266
|
0 |
0 |
if ($self->testDetect2Chars($text, '-', '-', 0, 0, 0, undef, 0, 'Comment', 'Comment')) |
278
|
0 |
0 |
if ($self->testDetectChar($text, '"', 0, 0, 0, undef, 0, '#pop', 'String')) |