| bin/streamzip | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 20 | 55.0 |
| line | true | false | branch |
|---|---|---|---|
| 40 | 0 | 28 | unless &GetOptions("zip64", \$zip64, "method=s", \&main::lookupMethod, 0, sub { |
| 44 | 0 | 28 | if @ARGV |
| 49 | 20 | 8 | if ($compression_method == 8 and defined $level) |
| 55 | 14 | 14 | if $zipfile eq "-" |
| 58 | 0 | 28 | unless zip("-", $zipfile, "Name", $memberName, "Zip64", $zip64, "Method", $compression_method, "Stream", $stream, @extraOpts) |
| 83 | 0 | 6 | unless defined $method |
| 86 | 0 | 6 | if $method == 14 |
| 89 | 0 | 6 | if $method == 95 |
| 92 | 0 | 6 | if $method == 93 |
| 103 | 0 | 0 | if $@ |