| blib/lib/Archive/SevenZip.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 29 | 17.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 121 | 8 | 0 | 0 | not defined $found and @search |
| 268 | 0 | 0 | 0 | @output and not $output[0] =~ /^--\s*$/ |
| 275 | 0 | 0 | 0 | @output and not $output[0] =~ /^----------\s*$/ |
| 434 | 0 | 0 | 0 | defined $_ && /\s/ |
| line | l | !l | condition |
|---|---|---|---|
| 441 | 0 | 9 | $options{'members'} ||= [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 112 | 0 | 1 | 0 | $class->version || "7zip not found via environment '($ENV{'PERL_ARCHIVE_SEVENZIP_BIN'})'" |
| 480 | 0 | 0 | 9 | defined $options{'stdin'} or defined $options{'stdin_fh'} |
| 486 | 0 | 0 | 9 | $options{'verbose'} or $self->{'verbose'} |
| 545 | 0 | 0 | 0 | $options{'verbose'} or $self->{'verbose'} |
| 627 | 0 | 0 | 0 | $target ||= $localname |