line |
true |
false |
branch |
91
|
0 |
0 |
if ($self->testDetectSpaces($text, 0, undef, 0, '#stay', undef)) |
96
|
0 |
0 |
if ($self->includePlugin('Alerts', $text)) |
100
|
0 |
0 |
if ($self->testDetectIdentifier($text, 0, undef, 0, '#stay', undef)) |
110
|
0 |
0 |
if ($self->testFloat($text, 0, undef, 0, '#stay', 'Float')) |
115
|
0 |
0 |
if ($self->testInt($text, 0, undef, 0, '#stay', 'Int')) |
121
|
0 |
0 |
if ($self->testKeyword($text, 'keywords', 0, undef, 0, '#stay', 'Keyword')) |
128
|
0 |
0 |
if ($self->testRegExpr($text, ';.*$', 0, 0, 0, undef, 0, '#pop', 'Comment')) |
135
|
0 |
0 |
if ($self->testRegExpr($text, '#.*$', 0, 0, 0, undef, 0, '#pop', 'Comment')) |
150
|
0 |
0 |
if ($self->testRangeDetect($text, '[', ']', 0, 0, undef, 0, '#pop', 'Section')) |
157
|
0 |
0 |
if ($self->testDetectChar($text, '=', 0, 0, 0, undef, 0, 'Value', 'Assignment')) |
165
|
0 |
0 |
if ($self->testDetectChar($text, ';', 0, 0, 0, undef, 1, 'Comment', 'Comment')) |
173
|
0 |
0 |
if ($self->testDetectChar($text, '#', 0, 0, 0, undef, 1, 'Comment', 'Comment')) |