Condition Coverage

blib/lib/Dist/AutomationPolicy.pm
Criterion Covered Total %
condition 10 18 55.5


and 3 conditions

line !l l&&!r l&&r condition
122 5 4 0 @args == 1 and not ref $args[0]
126 5 0 4 @args == 1 && ref $args[0] eq 'HASH'
190 3 0 1 @args == 1 and not ref $args[0]
194 4 0 0 @args == 1 && ref $args[0] eq 'HASH'

or 3 conditions

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