blib/lib/App/PerlNitpick/Rule/RemoveEffectlessUTF8Pragma.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 9 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
13 | 20 | 0 | 3 | $st->isa("PPI::Statement::Include") and $st->schild(0) eq "use" |
18 | 1 | 0 | 19 | $tok and $chars_outside_ascii_range == 0 |
24 | 12 | 0 | 34 | $i < $len and $chars_outside_ascii_range == 0 |