Branch Coverage

blib/lib/Proc/WaitStat.pm
Criterion Covered Total %
branch 13 20 65.0


line true false branch
56 5 2 if (WIFEXITED($status)) { }
2 0 elsif (WIFSIGNALED($status)) { }
0 0 elsif (WIFSTOPPED($status)) { }
86 4 1 if (WIFEXITED($status)) { }
1 0 elsif (WIFSIGNALED($status)) { }
0 0 elsif (WIFSTOPPED($status)) { }
111 1 1 if $status
130 1 1 unless (ref $fh or ref \$fh eq 'GLOB')
135 1 1 unless (close $fh)
136 0 1 $! + 0 ? :