Condition Coverage

blib/lib/Test/DNS.pm
Criterion Covered Total %
condition 0 11 0.0


and 3 conditions

line !l l&&!r l&&r condition
63 0 0 0 @_ >= 3 && @_ <= 4 && ref $hashref eq 'HASH' && !ref($test_name) && ref \$test_name eq 'SCALAR'
192 0 0 0 $rr->type eq 'CNAME' and $self->follow_cname

or 2 conditions

line l !l condition
142 0 0 $method_by_type{$type} || 0

or 3 conditions

line l !l&&r !l&&!r condition
180 0 0 0 $test_name ||= "[$type] $input -> " . join(', ', @{$expected;})