| blib/lib/Archive/Cpio.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 20 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 69 | 0 | 0 | if (ref $file) { } |
| 72 | 0 | 0 | unless open $IN, '<', $file |
| 93 | 0 | 0 | if (ref $file) { } |
| 96 | 0 | 0 | unless open $OUT, '>', $file |
| 100 | 0 | 0 | if (not $cpio->{'archive_format'} or $fmt) |
| 116 | 0 | 0 | unless $cpio->{'list'} |
| 131 | 0 | 0 | if (@list) { } |
| 147 | 0 | 0 | if $_->name eq $file |
| 218 | 0 | 0 | unless $format2magic{$archive_format} |
| 243 | 0 | 0 | unless begins_with($s, $magic) |