blib/lib/Perl/Lint/Policy/ValuesAndExpressions/ProhibitSpecialHeredocTerminator.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 4 | 100.0 |
line | true | false | branch |
---|---|---|---|
18 | 12 | 181 | if ($token_type == 176 or $token_type == 177 or $token_type == 179) |
20 | 6 | 1 | if ($token_data eq '__FILE__' or $token_data eq '__LINE__' or $token_data eq '__PACKAGE__' or $token_data eq '__END__' or $token_data eq '__DATA__') |