Condition Coverage

blib/lib/Net/DNS/Resolver/Programmable.pm
Criterion Covered Total %
condition 7 12 58.3


and 3 conditions

line !l l&&!r l&&r condition
202 3 0 1 &Scalar::Util::blessed($_[0]) and $_[0]->isa('Net::DNS::Packet')
231 0 3 4 $rr->name eq $domain and $rr->type eq $rr_type
3 0 4 $rr->name eq $domain and $rr->type eq $rr_type and $rr->class eq $class

or 3 conditions

line l !l&&r !l&&!r condition
222 4 0 0 not defined $result or defined $rcode{$result}