Condition Coverage

blib/lib/XAS/Lib/Process.pm
Criterion Covered Total %
condition 0 16 0.0


and 3 conditions

line !l l&&!r l&&r condition
490 0 0 0 $filter->can('get_one') and $filter->can('get_one_start')

or 2 conditions

line l !l condition
450 0 0 $self->exit_code || ''
0 0 $self->exit_signal || ''

or 3 conditions

line l !l&&r !l&&!r condition
327 0 0 0 $stat == 3 or $stat == 2
340 0 0 0 $stat != 3 or $stat != 2
431 0 0 0 $retries < $self->exit_retries or $self->exit_retries < 0