| blib/lib/Getopt/EX/i18n.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 9 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 249 | 0 | 0 | 0 | $opt{'country_lc'} and not $lang{$cc} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 243 | 0 | 0 | 0 | not $opthash{$lang} or $lang eq $cc |
| 247 | 0 | 0 | 0 | $lang eq $cc or @{$cc{$cc};} == 1 |