Branch Coverage

blib/lib/HPC/Runner/Command/stats/Logger/JSON/Summary.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
37 0 0 if (-e $running_file) { }
63 0 0 if (-e $running_file) { }
83 0 0 if (-e $complete_file) { }
125 0 0 if (-e $complete_file) { }
151 0 0 if ($success and $task_data->{'exit_code'} == 0) { }
0 0 elsif (not $success and $task_data->{'exit_code'} != 0) { }