Branch Coverage

perllib/Arch/Run.pm
Criterion Covered Total %
branch 0 40 0.0


line true false branch
55 0 0 unless defined $pid
57 0 0 if ($pid) { }
62 0 0 wantarray ? :
81 0 0 if $Arch::Run::DETACH_CONSOLE
91 0 0 unless exists $args{'command'}
94 0 0 ref $args{'command'} ? :
127 0 0 if $result > 0
131 0 0 if ($result) { }
133 0 0 if ($$rec{'mode'} eq 0) { }
0 0 elsif ($$rec{'mode'} eq 1) { }
147 0 0 if $result == 0
153 0 0 if length $$rec{'accum'}
157 0 0 $pid == $key ? :
161 0 0 if defined $$rec{'exit'}
174 0 0 unless $Arch::Run::SUBS{$key}{'done'}
180 0 0 if ($poll->events($Arch::Run::SUBS{$key}{'out'}))
195 0 0 if (exists $Arch::Run::SUBS{$pid})
199 0 0 if defined $old_cb
220 0 0 if caller ne 'Arch::Run'
225 0 0 if $observer->can($method)