| blib/lib/Mail/SpamAssassin/Locales.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 30 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 85 | 0 | 0 | if $cs eq "USASCII" |
| 86 | 0 | 0 | if $cs eq "ASCII" |
| 87 | 0 | 0 | if $cs =~ /^ISO8859/ |
| 88 | 0 | 0 | if $cs =~ /^ISO10646/ |
| 89 | 0 | 0 | if $cs =~ /^UTF/ |
| 90 | 0 | 0 | if $cs =~ /^UCS/ |
| 91 | 0 | 0 | if $cs =~ /^CP125/ |
| 92 | 0 | 0 | if $cs =~ /^WINDOWS/ |
| 93 | 0 | 0 | if $cs eq "IBM852" |
| 94 | 0 | 0 | if $cs =~ /^UNICODE11UTF[78]/ |
| 95 | 0 | 0 | if $cs eq "XUNKNOWN" |
| 96 | 0 | 0 | if $cs eq "ISO" |
| 99 | 0 | 0 | if (not defined $locale or $locale eq "C") |
| 103 | 0 | 0 | unless defined $ok_for_loc |
| 105 | 0 | 0 | if ($ok_for_loc =~ /(?:^| )\Q$cs\E(?:$| )/) |