Condition Coverage

blib/lib/Script/Resume.pm
Criterion Covered Total %
condition 0 20 0.0


and 3 conditions

line !l l&&!r l&&r condition
40 0 0 0 defined $opts{'RESUME'} and $opts{'RESUME'} == 0
174 0 0 0 not $$self{'_istate'}{'RETAIN_STATE'} and $$self{'_istate'}{'DONE'} || scalar keys %{$$self{'_stages'};} == scalar keys %{$$self{'_estate'}{'RESULTS'};}

or 2 conditions

line l !l condition
26 0 0 $ENV{'TEMP'} || $ENV{'TMP'} || '/tmp'

or 3 conditions

line l !l&&r !l&&!r condition
24 0 0 0 ref $this || $this
29 0 0 0 $opts{'STATE_FILE'} || $def_state_file
143 0 0 0 $$self{'_stages'}{$name}{'ALWAYS'} or not defined $$self{'_estate'}{'RESULTS'}{$name}
174 0 0 0 $$self{'_istate'}{'DONE'} || scalar keys %{$$self{'_stages'};} == scalar keys %{$$self{'_estate'}{'RESULTS'};}