blib/lib/Data/Serializer/Persistent.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 12 | 66.6 |
line | true | false | branch |
---|---|---|---|
18 | 126 | 504 | if (ref $file_or_fh) { } |
25 | 504 | 0 | unless (defined $mode) |
28 | 504 | 0 | unless (defined $perm) |
32 | 0 | 504 | unless $fh->open($file_or_fh, $mode, $perm) |
41 | 126 | 504 | if (ref $file_or_fh) { } |
49 | 0 | 504 | unless $fh->open($file_or_fh, 0) |