Condition Coverage

blib/lib/Unix/Conf/Bind8/Conf/Trustedkeys.pm
Criterion Covered Total %
condition 0 23 0.0


and 3 conditions

line !l l&&!r l&&r condition
219 0 0 0 ref $args{'KEYS'}[0] and UNIVERSAL::isa($args{'KEYS'}[0], 'ARRAY')
409 0 0 0 $itr and not $itr %= scalar @keys
471 0 0 0 $_[0] >= 0 and $_[0] <= 4
477 0 0 0 $_[0] >= 0 and $_[0] <= 4

or 2 conditions

line l !l condition
226 0 0 $ret = $new->key(@{$_;}) or return $ret

or 3 conditions

line l !l&&r !l&&!r condition
282 0 0 0 $$self{'keys'}{$domain} or keys %{$$self{'keys'}{$domain};}
288 0 0 0 $$self{'keys'}{$domain}{$algorithm} or keys %{$$self{'keys'}{$domain};}
471 0 0 0 $_[0] >= 0 and $_[0] <= 4 or $_[0] == 255