blib/lib/Test/Mojibake.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 21 | 21 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
82 | 2602 | 31 | 2 | $n == 1 and $line =~ /^\x{EF}\x{BB}\x{BF}/x |
124 | 36 | 1617 | 2 | $use_utf8 == 0 and $utf8 |
1617 | 34 | 2 | $use_utf8 == 1 and $latin1 | |
140 | 532 | 673 | 2 | $pod_utf8 == 0 and $utf8 |
673 | 530 | 2 | $pod_utf8 == 1 and $latin1 | |
231 | 16 | 1 | 5 | defined $first and $first =~ /(?:^\#!.*perl)|--\*-Perl-\*--/x |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
293 | 606 | 1 | 8500 | $bv < 128 or $bv > 191 |