blib/lib/Data/Phrasebook/Loader/JSON/Syck.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 12 | 50.0 |
line | true | false | branch |
---|---|---|---|
19 | 0 | 1 | unless defined $filename |
21 | 0 | 1 | unless -e $filename |
23 | 0 | 1 | unless my $json = File::Slurp::slurp($filename) |
25 | 0 | 1 | unless ref $d eq 'HASH' |
32 | 0 | 2 | unless $key |
33 | 0 | 2 | unless $$class{'JSON'} |