| blib/lib/Gzip/Faster.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 18 | 22 | 81.8 |
| line | true | false | branch |
|---|---|---|---|
| 19 | 0 | 11 | unless open my $in, "<:raw", $file |
| 22 | 0 | 11 | unless close $in |
| 36 | 3 | 1 | if ($file_name) |
| 39 | 1 | 3 | if ($mod_time) |
| 49 | 1 | 1 | if (keys %options) { } |
| 63 | 6 | 3 | if (keys %options) { } |
| 72 | 1 | 5 | if (defined $file_name_ref and ref $file_name_ref ne 'SCALAR') { } |
| 79 | 1 | 5 | if (defined $mod_time_ref and ref $mod_time_ref ne 'SCALAR') { } |
| 96 | 2 | 2 | if (keys %options) { } |
| 102 | 0 | 4 | unless open my $in, ">:raw", $file |
| 104 | 0 | 4 | unless close $in |