line |
true |
false |
branch |
43
|
0 |
0 |
if ref $element and UNIVERSAL::isa($element, 'Unix::Conf::Bind8::Conf::Acl') |
48
|
0 |
0 |
if ($element =~ /^key/cg) |
49
|
0 |
0 |
unless $element =~ /\G\s+(\S+)\s*$/ |
50
|
0 |
0 |
if Unix::Conf::Bind8::Conf::_get_key($confds, $1) |
53
|
0 |
0 |
if &__valid_ipaddress($element) |
54
|
0 |
0 |
if &__valid_ipprefix($element) |
57
|
0 |
0 |
if $element eq 'none' or $element eq 'any' or $element eq 'localhost' or $element eq 'localnets' |
60
|
0 |
0 |
if Unix::Conf::Bind8::Conf::_get_acl($confds, $element) |
68
|
0 |
0 |
if $_[0] eq '*' |
69
|
0 |
0 |
unless $_[0] =~ /^\d+$/ |
70
|
0 |
0 |
if $_[0] >= 0 and $_[0] <= 65536 |