Branch Coverage

blib/lib/Debug/Fork/Tmux.pm
Criterion Covered Total %
branch 11 18 61.1


line true false branch
123 0 8 unless open my $cmd_output_fh, '-|', @cmd_and_args
128 3 5 unless defined $cmd_output_fh and 0 != $cmd_output_fh and my $cmd_out = <$cmd_output_fh>
136 0 5 unless defined $read_rv
138 2 3 unless 0 == $read_rv
143 1 2 unless length $cmd_out
160 8 0 if (defined $?)
165 0 8 if ($? == -1) { }
0 8 elsif ($? & 127) { }
171 0 0 $? & 128 ? :