line |
true |
false |
branch |
139
|
0 |
0 |
if ($self->testKeyword($text, 'keywords', 0, undef, 0, '#stay', 'Keyword')) |
146
|
0 |
0 |
if ($self->testKeyword($text, 'predefined-entities', 0, undef, 0, '#stay', 'Predefined entities')) |
153
|
0 |
0 |
if ($self->testKeyword($text, 'assertions', 0, undef, 0, '#stay', 'Assertions')) |
159
|
0 |
0 |
if ($self->testInt($text, 0, undef, 0, '#stay', 'Decimal')) |
165
|
0 |
0 |
if ($self->testFloat($text, 0, undef, 0, '#stay', 'Float')) |
171
|
0 |
0 |
if ($self->testHlCChar($text, 0, undef, 0, '#stay', 'Char')) |
178
|
0 |
0 |
if ($self->testDetectChar($text, '"', 0, 0, 0, undef, 0, 'Quoted String', 'String')) |
186
|
0 |
0 |
if ($self->testDetect2Chars($text, '-', '-', 0, 0, 0, undef, 0, 'Documentation', 'Comment')) |
198
|
0 |
0 |
if ($self->testDetectChar($text, '"', 0, 0, 0, undef, 0, '#pop', 'String')) |