line |
true |
false |
branch |
221
|
0 |
0 |
if ($self->testDetect2Chars($text, '*', ')', 0, 0, 0, undef, 0, '#pop', 'Comment')) |
238
|
0 |
0 |
if ($self->testKeyword($text, 'keywords', 0, undef, 0, '#stay', 'Keyword')) |
245
|
0 |
0 |
if ($self->testKeyword($text, 'directives', 0, undef, 0, '#stay', 'Directive')) |
252
|
0 |
0 |
if ($self->testKeyword($text, 'types', 0, undef, 0, '#stay', 'Type')) |
258
|
0 |
0 |
if ($self->testFloat($text, 0, undef, 0, '#stay', 'Number')) |
264
|
0 |
0 |
if ($self->testInt($text, 0, undef, 0, '#stay', 'Number')) |
271
|
0 |
0 |
if ($self->testDetectChar($text, '"', 0, 0, 0, undef, 0, 'String1', 'String')) |
278
|
0 |
0 |
if ($self->testDetectChar($text, q['], 0, 0, 0, undef, 0, 'String2', 'String')) |
285
|
0 |
0 |
if ($self->testStringDetect($text, '(*$', 0, 0, 0, undef, 0, 'Prep1', 'Directive')) |
293
|
0 |
0 |
if ($self->testDetect2Chars($text, '(', '*', 0, 0, 0, undef, 0, 'Comment2', 'Comment')) |
305
|
0 |
0 |
if ($self->testStringDetect($text, '$*)', 0, 0, 0, undef, 0, 'Prep1', 'Directive')) |
317
|
0 |
0 |
if ($self->testDetectChar($text, '"', 0, 0, 0, undef, 0, '#pop', 'String')) |
329
|
0 |
0 |
if ($self->testDetectChar($text, q['], 0, 0, 0, undef, 0, '#pop', 'String')) |