| blib/lib/Locale/gettext_dumb.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 12 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 166 | 7 | 0 | 2 | exists $ENV{'LANGUAGE'} and length $ENV{'LANGUAGE'} |
| 5 | 0 | 2 | exists $ENV{'LC_ALL'} and length $ENV{'LC_ALL'} | |
| 3 | 0 | 2 | exists $ENV{'LANG'} and length $ENV{'LANG'} | |
| 1 | 0 | 2 | exists $ENV{'LC_MESSAGES'} and length $ENV{'LC_MESSAGES'} |