blib/lib/Net/DNS/Check/HostsList.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 19 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
80 | 0 | 0 | 0 | $$self{'domain'} and $hostname =~ /.*$$self{'qdomain'}$/ |
0 | 0 | 0 | $$self{'domain'} and $hostname =~ /.*$$self{'qdomain'}$/ and $domcount == $hostcount |
line | l | !l | condition |
---|---|---|---|
59 | 0 | 0 | $param{'ip'} || [] |
60 | 0 | 0 | $param{'ip_orig'} || [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
19 | 0 | 0 | 0 | $param{'config'} || 'Net::DNS::Check::Config'->new |
21 | 0 | 0 | 0 | $param{'debug'} || $$self{'config'}->debug_default |
80 | 0 | 0 | 0 | $$self{'domain'} eq $hostname or $$self{'domain'} and $hostname =~ /.*$$self{'qdomain'}$/ and $domcount == $hostcount |