Condition Coverage

blib/lib/Dist/AutomationPolicy.pm
Criterion Covered Total %
condition 11 21 52.3


and 3 conditions

line !l l&&!r l&&r condition
139 5 4 0 @args == 1 and not ref $args[0]
143 5 0 4 @args == 1 && ref $args[0] eq 'HASH'
146 0 4 0 &PositiveInt()->check($version) and $version != 1
208 3 0 1 @args == 1 and not ref $args[0]
212 4 0 0 @args == 1 && ref $args[0] eq 'HASH'

or 3 conditions

line l !l&&r !l&&!r condition
127 0 2 0 $data //= $self->data
190 1 8 0 $args{$attr} //= $match->{$attr}