| blib/lib/Encode/ZapCP1252.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 15 | 20 | 75.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 77 | 3 | 0 | $] >= 5.01 ? : | 
| 84 | 2 | 15 | unless defined $_[0] | 
| 85 | 4 | 11 | if defined wantarray | 
| 86 | 5 | 10 | if (&Encode::is_utf8($_[0])) { } | 
| 89 | 0 | 270 | unless $$table{$1} | 
| 91 | 4 | 11 | if defined wantarray | 
| 100 | 81 | 0 | $$table{$1} ? : | 
| 103 | 2 | 3 | if (my $err = $@) | 
| 107 | 0 | 2 | unless $err =~ /Malformed/ | 
| 109 | 0 | 54 | unless $$table{$1} |