| blib/lib/Bio/Tools/Run/WrapperBase.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 22 | 41 | 53.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 191 | 23 | 0 | 0 | $args[0] and exists $self->{'_tmpdir'} |
| 257 | 23 | 0 | 0 | defined $self->{'_tmpdir'} and -d $self->{'_tmpdir'} |
| 320 | 60 | 0 | 0 | -f $prog_path and -x $prog_path |
| 476 | 8 | 4 | 0 | exists $switches{$method} and not $value |
| 480 | 0 | 5 | 0 | $md and $method_length == 1 |
| 481 | 7 | 0 | 5 | $md and $method_length > 1 |
| line | l | !l | condition |
|---|---|---|---|
| 131 | 0 | 1 | $self->{'_error_string'} || '' |
| 150 | 1 | 0 | $self->{'_arguments'} || '' |
| 412 | 23 | 1 | $self->{'quiet'} || 0 |
| 466 | 3 | 0 | $join ||= ' ' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 168 | 0 | 1 | 3 | defined $value or not defined $self->{'no_param_checks'} |
| 211 | 7 | 1 | 0 | defined $nm or not defined $self->{'_outfilename'} |
| 464 | 3 | 0 | 0 | $params or $switches |
| 480 | 7 | 0 | 5 | $d or $md and $method_length == 1 |
| 481 | 0 | 5 | 7 | $dd or $md and $method_length > 1 |