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