blib/lib/Test/Mojibake.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 21 | 21 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
79 | 2516 | 31 | 2 | $n == 1 and $line =~ /^\x{EF}\x{BB}\x{BF}/x |
121 | 36 | 1555 | 2 | $use_utf8 == 0 and $utf8 |
1555 | 34 | 2 | $use_utf8 == 1 and $latin1 | |
137 | 506 | 673 | 2 | $pod_utf8 == 0 and $utf8 |
673 | 504 | 2 | $pod_utf8 == 1 and $latin1 | |
223 | 16 | 1 | 5 | defined $first and $first =~ /(?:^\#!.*perl)|--\*-Perl-\*--/x |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
279 | 321 | 1 | 4510 | $bv < 128 or $bv > 191 |