Branch Coverage

blib/lib/Parallel/Benchmark.pm
Criterion Covered Total %
branch 13 16 81.2


line true false branch
73 0 20 if -t *STDERR
93 15 0 if (defined $data)
111 31 15 if ($pid) { }
182 28 1 if (my $s = $stats->{$pid}) { }
1 0 elsif (kill(0, $pid) == 1) { }
183 22 6 if $s eq "setup_done"
190 5 4 if $done == keys %$pids
217 2 1 if ($class and $class eq 'Parallel::Benchmark::HaltedException') { }