| blib/lib/Net/DNS/Check/NSQuery.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 17 | 0.0 | 
| line | l | !l | condition | 
|---|---|---|---|
| 203 | 0 | 0 | $self->header_aa and scalar $packet->answer | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 16 | 0 | 0 | 0 | $param{'domain'} and $param{'nserver'} | 
| 261 | 0 | 0 | 0 | $hostname =~ /.*$$self{'qdomain'}$/ and $domcount == $hostcount | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 64 | 0 | 0 | 0 | $param{'config'} || 'Net::DNS::Check::Config'->new | 
| 75 | 0 | 0 | 0 | $param{'hostslist'} || 'Net::DNS::Check::HostsList'->new('domain', $$self{'domain'}, 'debug', $$self{'debug'} > 2, 'config', $$self{'config'}) | 
| 261 | 0 | 0 | 0 | $hostname eq $$self{'domain'} or $hostname =~ /.*$$self{'qdomain'}$/ and $domcount == $hostcount |