| blib/lib/App/PerlNitpick/Rule/RemoveEffectlessUTF8Pragma.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 7 | 10 | 70.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 13 | 3 | 20 | if $st->isa("PPI::Statement::Include") and $st->schild(0) eq "use" | 
| 16 | 0 | 1 | unless $use_utf8_statements | 
| 20 | 7 | 12 | unless $tok->significant | 
| 26 | 0 | 34 | if (ord substr($src, $i, 1) > 127) | 
| 32 | 1 | 0 | unless ($chars_outside_ascii_range) |