blib/lib/Encoding/FixLatin.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 15 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
67 | 29 | 0 | 2 | $xs_loaded and $opt{'use_xs'} ne 'never' |
119 | 6 | 10 | 6 | $$opt{'ascii_hex'} and exists $non_1252{$char} |
141 | 16 | 0 | 1 | $overlong_fatal and $byte_count > length $bytes |
169 | 2 | 0 | 0 | not $xs_loaded and $use_xs eq 'always' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
162 | 31 | 0 | 2 | $use_xs eq 'never' or $xs_loaded |