blib/lib/BioX/Workflow/SpecialVars.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 16 | 56.2 |
line | true | false | branch |
---|---|---|---|
152 | 0 | 9 | if ($self->auto_input and $self->local_attr->exists('OUTPUT')) { } |
177 | 0 | 93 | unless $self->create_outdir |
179 | 0 | 93 | if ($self->{'outdir'} =~ /\{\$/) |
182 | 35 | 58 | if not -d $self->outdir |
198 | 0 | 45 | if $self->local_attr->exists('INPUT') |
200 | 0 | 45 | if $self->local_attr->exists('OUTPUT') |
203 | 45 | 0 | if $self->local_attr->exists('indir') |
205 | 45 | 0 | if $self->local_attr->exists('outdir') |