Branch Coverage

blib/lib/Beam/Runner/ExecCommand.pm
Criterion Covered Total %
branch 4 8 50.0


line true false branch
41 1 1 if (ref $cmd eq 'ARRAY') { }
47 0 2 if ($exit == -1) { }
0 2 elsif ($exit & 127) { }
48 0 0 ref $cmd eq 'ARRAY' ? :