blib/lib/EntityModel/Definition/JSON.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 10 | 0.0 |
line | true | false | branch |
---|---|---|---|
39 | 0 | 0 | unless open my $fh, '<:encoding(utf-8)', $path |
41 | 0 | 0 | unless close $fh |
65 | 0 | 0 | unless my $path = delete $args{'path'} |
68 | 0 | 0 | unless open my $fh, '>:encoding(utf-8)', $path |
70 | 0 | 0 | unless close $fh |