Branch Coverage

blib/lib/Psh/Joblist.pm
Criterion Covered Total %
branch 0 30 0.0


line true false branch
22 0 0 unless defined $job
27 0 0 if $jobs_order[$i] == $job
52 0 0 if $jobs_order[$i]{'pid'} == $pid
66 0 0 if defined $job_to_start
71 0 0 unless ($$job{'running'})
72 0 0 wantarray ? :
83 0 0 if $runningflag and $$job{'running'}
85 0 0 if ($call =~ m[([^/\s]+)\s*]) { }
0 0 elsif ($call =~ m[/([^/\s]+)\s+.*$]) { }
0 0 elsif ($call =~ m[^([^/\s]+)]) { }
92 0 0 if ($call eq $name)
93 0 0 wantarray ? :
97 0 0 wantarray ? :
114 0 0 if ($pointer <= $#jobs_order)
148 0 0 if (Psh::OS::has_job_control())