| blib/lib/Test/DNS.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 20 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 73 | 0 | 0 | if $self->_is_hash_format(@_) |
| 88 | 0 | 0 | unless $self->is_record($type, $domain, $ips, $test_name) |
| 149 | 0 | 0 | if ($rr->type eq 'CNAME') { } |
| 0 | 0 | elsif ($rr->type eq 'A') { } | |
| 154 | 0 | 0 | if ($query) |
| 177 | 0 | 0 | unless ref $expected eq 'ARRAY' |
| 182 | 0 | 0 | unless ($query_res) |
| 191 | 0 | 0 | if ($rr->type ne $type) { } |
| 192 | 0 | 0 | if ($rr->type eq 'CNAME' and $self->follow_cname) { } |
| 208 | 0 | 0 | unless $self->warnings |