Branch Coverage

blib/lib/Siebel/Srvrmgr/IPC.pm
Criterion Covered Total %
branch 5 16 31.2


line true false branch
73 0 2 $Siebel::Srvrmgr::IPC::Config{'osname'} eq 'MSWin32' ? :
105 0 0 if (defined $ret) { }
109 0 0 if $ret == 0
134 0 5 if ($Siebel::Srvrmgr::IPC::Config{'osname'} eq 'MSWin32') { }
136 5 0 if (WIFEXITED($child_error))
138 4 1 if (WEXITSTATUS($child_error) == 0) { }
150 0 0 if (WIFSIGNALED($child_error))
155 0 0 if (WIFSTOPPED($child_error)) { }