Branch Coverage

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


line true false branch
35 0 0 if ($self->archive->contains_file($running_file)) { }
62 0 0 if ($self->archive->contains_file($running_file)) { }
83 0 0 if ($self->archive->contains_file($complete_file)) { }
126 0 0 if ($self->archive->contains_file($complete_file)) { }
152 0 0 if ($success and $task_data->{'exit_code'} == 0) { }
0 0 elsif (not $success and $task_data->{'exit_code'} != 0) { }