Branch Coverage

blib/lib/Footprintless/CommandRunner/IPCRun.pm
Criterion Covered Total %
branch 18 18 100.0


line true false branch
20 3 23 if ($runner_options->{'timeout'})
39 4 22 if ($runner_options->{'out_callback'} or $runner_options->{'err_callback'}) { }
44 3 1 if $out_callback
45 2 2 if $err_callback
52 8 3 if ($out_callback)
59 7 3 if ($err_callback)
67 2 1 if $out_callback and length $last_part_out > 0
69 2 1 if $err_callback and length $last_part_err > 0
73 1 3 if ($error)