Branch Coverage

blib/lib/XAS/Lib/Process/Unix.pm
Criterion Covered Total %
branch 0 46 0.0


line true false branch
37 0 0 $self->user eq 'root' ? :
38 0 0 $self->group eq 'root' ? :
68 0 0 if ($self->redirect) { }
75 0 0 unless (($child, $parent) = 'IO::Socket'->socketpair(1, 1, 0))
85 0 0 if (not $pid = fork) { }
89 0 0 unless (defined $pid)
138 0 0 unless ($pid = fork)
142 0 0 unless (defined $pid)
180 0 0 if (my $pid = $self->pid)
195 0 0 if ($self->pid)
200 0 0 if ($code == 3 or $code == 2)
202 0 0 if (kill 'STOP', $pid)
220 0 0 if ($self->pid)
225 0 0 if ($code == 6)
227 0 0 if (kill 'CONT', $pid)
245 0 0 if ($self->pid)
249 0 0 if (kill 'TERM', $pid)
251 0 0 unless $self->status == 4
266 0 0 if ($self->pid)
270 0 0 if (kill 'KILL', $pid)
301 0 0 unless ($self->status == 5 or $self->status == 4)
335 0 0 if (scalar @args > 1)
337 0 0 unless $args[0] = $self->_resolve_path($args[0], \@extensions, \@path)