blib/lib/Data/Phrasebook/Loader/ApacheFormat.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 8 | 75.0 |
line | true | false | branch |
---|---|---|---|
15 | 0 | 3 | unless defined $file |
17 | 0 | 3 | unless -r $file |
25 | 2 | 1 | if ($CACHE{$file} and $CACHE{$file}{'mtime'} == $mtime) { } |
48 | 1 | 3 | if ($dict and my $block = eval { do { $conf->block($dict) } }) |