blib/lib/Locale/Maketext/Gettext/Functions.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 21 | 71.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
83 | 52 | 2 | 2 | defined $DOMAIN and $domain eq $DOMAIN |
131 | 0 | 0 | 102 | exists $PARAMS{'KEY_ENCODING'} and not &Encode::is_utf8($key) |
135 | 2 | 0 | 9 | scalar keys %{$$LH{'Lexicon'};} == 0 and exists $PARAMS{'KEY_ENCODING'} |
0 | 0 | 9 | scalar keys %{$$LH{'Lexicon'};} == 0 and exists $PARAMS{'KEY_ENCODING'} and not &Encode::is_utf8($key) | |
313 | 15 | 4 | 99 | exists $LANGS{$k} and $LANGS{$k} eq $langs |
373 | 7 | 11 | 124 | defined $DOMAIN and exists $LOCALEDIRS{$DOMAIN} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
356 | 403 | 0 | 323 | -f $MO_file or -r $MO_file |