blib/lib/Locale/Maketext/Lexicon.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 30 | 40.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
36 | 0 | 0 | 0 | defined $locale_encoding and lc $locale_encoding eq 'euc' |
0 | 0 | 0 | defined $locale_encoding and lc $locale_encoding eq 'euc' and defined $country_language | |
93 | 0 | 0 | 0 | exists $entries{$1} and @{$entries{$1};} |
117 | 2 | 7 | 71 | defined $src and not ref $src |
9 | 71 | 0 | defined $src and not ref $src and $src =~ /\*/ | |
125 | 78 | 0 | 2 | $@ and $@ =~ /^next\b/ |
268 | 4 | 1 | 0 | eof $src and $src eq \*{"${caller}::DATA";} |
278 | 0 | 0 | 5 | $package eq 'main' and -e $0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
93 | 19 | 0 | 0 | not defined $1 or exists $entries{$1} and @{$entries{$1};} |
268 | 0 | 5 | 0 | eof $src and $src eq \*{"${caller}::DATA";} or $src eq \*{'main::DATA';} |