| blib/lib/Perl/Critic/Policy/TooMuchCode/ProhibitUnnecessaryUTF8Pragma.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 12 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 20 | 0 | 0 | if $st->isa("PPI::Statement::Include") and $st->schild(0) eq "use" |
| 23 | 0 | 0 | unless $use_utf8_statements |
| 27 | 0 | 0 | unless $tok->significant |
| 33 | 0 | 0 | if (ord $c[$i] > 127) |
| 37 | 0 | 0 | if $chars_outside_ascii_range |
| 40 | 0 | 0 | unless ($chars_outside_ascii_range) |