Branch Coverage

blib/lib/TaskForest/Rerun.pm
Criterion Covered Total %
branch 0 44 0.0


line true false branch
78 0 0 if ($cascade or $dependents_only) { }
79 0 0 unless $ENV{'TF_JOB_DIR'}
80 0 0 unless $ENV{'TF_RUN_WRAPPER'}
81 0 0 unless $ENV{'TF_LOG_DIR'}
82 0 0 unless $ENV{'TF_FAMILY_DIR'}
88 0 0 if ($cascade)
97 0 0 unless (@$jobs)
114 0 0 unless $quiet
122 0 0 unless (-e $pid_file)
125 0 0 unless (-e $started_file)
128 0 0 unless (-e $rc_file)
131 0 0 unless (-e $rc_file)
137 0 0 unless open S, $pid_file
139 0 0 if (/^actual_start: (\d+)/)
142 0 0 if (/^pid: (\d+)/)
145 0 0 if $actual_start and $pid
153 0 0 if (@origs)
164 0 0 unless move($pid_file, $new_pid_file)
165 0 0 unless move($started_file, $new_started_file)
166 0 0 unless move($rc_file, $new_rc_file)
167 0 0 if (-e $log_file)
168 0 0 unless move($log_file, $new_log_file)