blib/lib/PGXN/Site/Locale.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 15 | 18 | 83.3 |
line | true | false | branch |
---|---|---|---|
145 | 0 | 6 | unless @{$items;} |
146 | 2 | 4 | if @{$items;} == 1 |
150 | 2 | 2 | if @{$items;} > 1 |
157 | 0 | 6 | unless @{$items;} |
160 | 2 | 4 | if @{$items;} == 1 |
164 | 2 | 2 | if @{$items;} > 1 |
179 | 0 | 3 | unless open my $fh, "<:utf8", $file |
181 | 1 | 2 | ref $value eq 'CODE' ? : |
191 | 3 | 4 | if -e $file |