Condition Coverage

blib/lib/Test/UnixCmdWrap.pm
Criterion Covered Total %
condition 11 13 84.6


and 3 conditions

line !l l&&!r l&&r condition
42 1 1 2 exists $args->{'cmd'} and not ref $args->{'cmd'}

or 2 conditions

line l !l condition
52 1 7 $p{'env'} //= {}
54 6 2 $p{'status'} //= 0

or 3 conditions

line l !l&&r !l&&!r condition
55 2 6 0 $p{'stderr'} //= qr/^$/u
56 3 5 0 $p{'stdout'} //= qr/^$/u