Condition Coverage

blib/lib/Unix/Conf/Bind8/Conf/Options.pm
Criterion Covered Total %
condition 0 60 0.0


and 3 conditions

line !l l&&!r l&&r condition
771 0 0 0 @_ == 1 and UNIVERSAL::isa($_[0], 'HASH')
1101 0 0 0 $port and not __valid_port $port
1113 0 0 0 $port && $port == 53
1159 0 0 0 $port and not __valid_port $port
1167 0 0 0 $port && $port == 53
1214 0 0 0 $port and not __valid_port $port
1217 0 0 0 $port && $port == 53
1260 0 0 0 $port and not __valid_port $port
1263 0 0 0 $port && $port == 53
1310 0 0 0 $port and not __valid_port $port
1358 0 0 0 $port and not __valid_port $port
1360 0 0 0 $port && $port == 53
1535 0 0 0 defined $class and not $class
1536 0 0 0 defined $type and not $type
1537 0 0 0 defined $name and not $name
1539 0 0 0 defined $class and not $class =~ /^(ANY|IN)$/
1541 0 0 0 defined $type and not $type =~ /^(ANY|A|NS|MX)$/

or 3 conditions

line l !l&&r !l&&!r condition
726 0 0 0 __valid_ipaddress($$args{'ADDRESS'}) or $$args{'ADDRESS'} eq '*'
730 0 0 0 __valid_port($$args{'PORT'}) or $$args{'PORT'} eq '*'
1104 0 0 0 UNIVERSAL::isa($$args{$port}, 'Unix::Conf::Bind8::Conf::Acl') or UNIVERSAL::isa($$args{$port}, 'ARRAY')