Condition Coverage

blib/lib/Unix/Conf/Bind8/Conf/Acl.pm
Criterion Covered Total %
condition 0 28 0.0


and 3 conditions

line !l l&&!r l&&r condition
191 0 0 0 ref $_[0] and not UNIVERSAL::isa($_[0], 'Unix::Conf::Bind8::Conf::Acl')
217 0 0 0 ref $_ and UNIVERSAL::isa($_, 'Unix::Conf::Bind8::Conf::Acl')
252 0 0 0 ref $_ and UNIVERSAL::isa($_, 'Unix::Conf::Bind8::Conf::Acl')
287 0 0 0 ref $_[0] and not UNIVERSAL::isa($_[0], 'Unix::Conf::Bind8::Conf::Acl')
317 0 0 0 ref $_ and UNIVERSAL::isa($_, 'Unix::Conf::Bind8::Conf::Acl')
354 0 0 0 ref $_[0] and not UNIVERSAL::isa($_[0], 'Unix::Conf::Bind8::Conf::Acl')
399 0 0 0 $$self{'aclparent'} and keys %{$$self{'allelements'};} == 0
403 0 0 0 not keys %{$$self{'allelements'};} and $self->name

or 2 conditions

line l !l condition
128 0 0 $args{'ELEMENTS'} || []
399 0 0 $ret = $$self{'aclparent'}->delete_elements($self) or return $ret