| blib/lib/Archive/SevenZip.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 5 | 29 | 17.2 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 122 | 8 | 0 | 0 | not defined $found and @search | 
| 269 | 0 | 0 | 0 | @output and not $output[0] =~ /^--\s*$/ | 
| 276 | 0 | 0 | 0 | @output and not $output[0] =~ /^----------\s*$/ | 
| 435 | 0 | 0 | 0 | defined $_ && /\s/ | 
| line | l | !l | condition | 
|---|---|---|---|
| 442 | 0 | 9 | $options{'members'} ||= [] | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 113 | 0 | 1 | 0 | $class->version || "7zip not found via environment '($ENV{'PERL_ARCHIVE_SEVENZIP_BIN'})'" | 
| 481 | 0 | 0 | 9 | defined $options{'stdin'} or defined $options{'stdin_fh'} | 
| 487 | 0 | 0 | 9 | $options{'verbose'} or $self->{'verbose'} | 
| 546 | 0 | 0 | 0 | $options{'verbose'} or $self->{'verbose'} | 
| 628 | 0 | 0 | 0 | $target ||= $localname |