| line |
true |
false |
branch |
|
630
|
0 |
0 |
if ($self->testKeyword($text, 'Alternates', 0, undef, 0, '#stay', 'Alternates')) |
|
637
|
0 |
0 |
if ($self->testDetectChar($text, '-', 0, 0, 0, undef, 0, '#stay', 'Alternates')) |
|
644
|
0 |
0 |
if ($self->testDetectChar($text, '+', 0, 0, 0, undef, 0, '#stay', 'Alternates')) |
|
649
|
0 |
0 |
if ($self->includeRules('Comment Alert', $text)) |
|
658
|
0 |
0 |
if ($self->testDetectSpaces($text, 0, undef, 0, '#stay', undef)) |
|
663
|
0 |
0 |
if ($self->includePlugin('Alerts', $text)) |
|
667
|
0 |
0 |
if ($self->testDetectIdentifier($text, 0, undef, 0, '#stay', undef)) |
|
679
|
0 |
0 |
if ($self->testDetectChar($text, '#', 0, 0, 0, undef, 0, 'Alert', 'Alert')) |
|
691
|
0 |
0 |
if ($self->testDetectChar($text, '>', 0, 0, 0, undef, 0, 'Alert', 'Container')) |
|
703
|
0 |
0 |
if ($self->testDetectChar($text, '>', 0, 0, 0, undef, 0, 'Alert', 'Container')) |
|
710
|
0 |
0 |
if ($self->testRegExpr($text, '[^#>]*', 0, 0, 0, undef, 0, '#stay', 'Attribute')) |
|
715
|
0 |
0 |
if ($self->includeRules('Comment Alert', $text)) |
|
726
|
0 |
0 |
if ($self->testFloat($text, 0, undef, 0, 'Integer Directives', 'Float')) |
|
732
|
0 |
0 |
if ($self->testInt($text, 0, undef, 0, 'Integer Directives', 'Int')) |
|
737
|
0 |
0 |
if ($self->includeRules('Comment Alert', $text)) |
|
749
|
0 |
0 |
if ($self->testRegExpr($text, '[^#]*', 0, 0, 0, undef, 0, '#stay', 'String')) |
|
754
|
0 |
0 |
if ($self->includeRules('Comment Alert', $text)) |
|
765
|
0 |
0 |
if ($self->testKeyword($text, 'String Directives', 0, undef, 0, 'String Directives', undef)) |
|
772
|
0 |
0 |
if ($self->testKeyword($text, 'Integer Directives', 0, undef, 0, 'Integer Directives', 'Directives')) |
|
779
|
0 |
0 |
if ($self->testKeyword($text, 'Alternative Directives', 0, undef, 0, 'Alternative Directives', 'Directives')) |
|
787
|
0 |
0 |
if ($self->testRegExpr($text, '<\\w+', 0, 0, 0, undef, 0, 'Container Open', 'Container')) |
|
795
|
0 |
0 |
if ($self->testRegExpr($text, '\\w+', 0, 0, 0, undef, 0, 'Container Close', 'Container')) |
|
803
|
0 |
0 |
if ($self->testDetectChar($text, '#', 0, 0, 0, undef, 1, 'Comment', 'Comment')) |