blib/lib/Bio/Tools/Run/WrapperBase.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 21 | 41 | 51.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
191 | 21 | 0 | 0 | $args[0] and exists $self->{'_tmpdir'} |
257 | 21 | 0 | 0 | defined $self->{'_tmpdir'} and -d $self->{'_tmpdir'} |
320 | 61 | 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 | 2 | $self->{'_error_string'} || '' |
150 | 1 | 0 | $self->{'_arguments'} || '' |
412 | 19 | 3 | $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 | 2 | 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 | 0 | 12 | $dd or $md and $method_length > 1 |