blib/lib/Locale/gettext_dumb.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 8 | 100.0 |
line | true | false | branch |
---|---|---|---|
166 | 2 | 7 | if (exists $ENV{'LANGUAGE'} and length $ENV{'LANGUAGE'}) { } |
2 | 5 | elsif (exists $ENV{'LC_ALL'} and length $ENV{'LC_ALL'}) { } | |
2 | 3 | elsif (exists $ENV{'LANG'} and length $ENV{'LANG'}) { } | |
2 | 1 | elsif (exists $ENV{'LC_MESSAGES'} and length $ENV{'LC_MESSAGES'}) { } |