line | % | coverage | condition |
41 | 33 | | ref $class || $class |
67 | 50 | | not $$self{'config'} and defined $self->dir and -e $self->dir . '/config.xml' |
71 | 67 | | not $$self{'config'} and not $self->debug |
244 | 67 | | $self->dir and not -e $self->dir . '/config.xml' |
255 | 50 | | $$self{'config'}{'name'} || '' |
256 | 50 | | $$self{'config'}{'description'} || '' |
294 | 33 | | $self->itype and $self->input |
303 | 0 | | $$arg{'key'} eq 'in' and defined $$arg{'type'} and $$arg{'type'} eq $self->itype |
325 | 67 | | -e $dir and -d $dir |
326 | 33 | | -e $dir and -d $dir |
401 | 33 | | not @steps and scalar @log > 2 |
440 | 33 | | defined $$self{'_stop'} and $step->id eq $$self{'_stop'} |
468 | 100 | | $$step{'name'} || '' |
474 | 100 | | defined $$arg{'type'} and $$arg{'type'} eq 'unnamed' |
480 | 67 | | defined $$arg{'type'} and $$arg{'type'} eq 'redir' |
525 | 100 | | $$arg{'key'} eq 'in' and $$arg{'type'} ne 'redir' |
536 | 50 | | $$outputs{$$arg{'value'}} || '' |
537 | 33 | | $prev_step_id ne $step->id and $prev_step_id eq $self->id |
| 0 | | $$arg{'value'} || '' |
568 | 50 | | $step->name || '' |