blib/lib/encoding/warnings.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 16 | 68.7 |
line | true | false | branch |
---|---|---|---|
155 | 0 | 4 | if ${^ENCODING} and ref ${^ENCODING} ne $class |
156 | 0 | 4 | unless eval { do { require Encode; 1 } } |
158 | 0 | 4 | unless my $ascii = &Encode::find_encoding('us-ascii') |
159 | 0 | 4 | unless my $latin1 = &Encode::find_encoding('iso-8859-1') |
165 | 2 | 2 | $fatal eq 'FATAL' ? : |
194 | 1701 | 0 | if ($] >= 5.009004) |
196 | 1695 | 6 | unless $$hints{ref $self} |
201 | 3 | 3 | unless $@ |