| blib/lib/Net/DNS/Method/Constant.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 14 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 39 | 6 | 1 | 0 | $pos == 0 and length $q <= length $d |
| 49 | 0 | 10 | 0 | $q->qclass eq $$self{'class'} and $q->qtype eq $$self{'type'} || $q->qtype eq 'ANY' |
| 0 | 2 | 8 | $q->qclass eq $$self{'class'} and $q->qtype eq $$self{'type'} || $q->qtype eq 'ANY' and _match($q->qname, $$self{'zone'}) |
| line | l | !l | condition |
|---|---|---|---|
| 15 | 2 | 0 | ref $type || $type || 'Net::DNS::Method::Constant' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 49 | 10 | 0 | 0 | $q->qtype eq $$self{'type'} || $q->qtype eq 'ANY' |