Branch Coverage

blib/lib/SmokeRunner/Multi/SafeRun.pm
Criterion Covered Total %
branch 4 6 66.6


line true false branch
37 4 3 if ('File::Spec'->file_name_is_absolute($p{'command'})) { }
41 0 4 unless -x $cmd
46 0 3 unless $cmd = which($p{'command'})