line |
true |
false |
branch |
277
|
0 |
0 |
if ($self->testDetectChar($text, '{', 0, 0, 0, undef, 0, '#stay', 'Operators')) |
285
|
0 |
0 |
if ($self->testDetectChar($text, '}', 0, 0, 0, undef, 0, '#stay', 'Operators')) |
291
|
0 |
0 |
if ($self->testHlCHex($text, 0, undef, 0, '#stay', 'Integer')) |
297
|
0 |
0 |
if ($self->testHlCOct($text, 0, undef, 0, '#stay', 'Integer')) |
303
|
0 |
0 |
if ($self->testInt($text, 0, undef, 0, '#stay', 'Integer')) |
311
|
0 |
0 |
if ($self->testDetect2Chars($text, q['], '>', 0, 0, 0, undef, 0, 'out_comment', 'OutSide E code')) |
319
|
0 |
0 |
if ($self->testDetect2Chars($text, '-', '-', 0, 0, 0, undef, 0, 'comment', 'Comment')) |
327
|
0 |
0 |
if ($self->testDetect2Chars($text, '/', '/', 0, 0, 0, undef, 0, 'comment', 'Comment')) |
334
|
0 |
0 |
if ($self->testDetectChar($text, '"', 0, 0, 0, undef, 0, 'string', 'Vector')) |
341
|
0 |
0 |
if ($self->testAnyChar($text, q['[&><=:+\\-*\\|].,;], 0, 0, undef, 0, '#stay', 'Operators')) |
348
|
0 |
0 |
if ($self->testKeyword($text, 'Type', 0, undef, 0, '#stay', 'Data Type')) |
355
|
0 |
0 |
if ($self->testKeyword($text, 'Function', 0, undef, 0, '#stay', 'Function')) |
362
|
0 |
0 |
if ($self->testKeyword($text, 'Statement', 0, undef, 0, '#stay', 'Statement')) |
369
|
0 |
0 |
if ($self->testKeyword($text, 'Action', 0, undef, 0, '#stay', 'Action')) |
376
|
0 |
0 |
if ($self->testKeyword($text, 'Generation', 0, undef, 0, '#stay', 'Keyword')) |
383
|
0 |
0 |
if ($self->testKeyword($text, 'Cover', 0, undef, 0, '#stay', 'Keyword')) |
390
|
0 |
0 |
if ($self->testKeyword($text, 'Simulator', 0, undef, 0, '#stay', 'Keyword')) |
403
|
2 |
0 |
if ($self->testDetect2Chars($text, '<', q['], 0, 0, 0, undef, 0, '#pop', 'OutSide E code')) |
415
|
0 |
0 |
if ($self->testDetectChar($text, '"', 0, 0, 0, undef, 0, '#pop', 'Vector')) |