Condition Coverage

blib/lib/Net/DNS/Check.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
341 0 0 0 lc $rr->name eq lc $$self{'domain'} and $rr->type eq 'NS'
610 0 0 0 $$self{'check_status'} && !$$self{'error'}

or 3 conditions

line l !l&&r !l&&!r condition
109 0 0 0 $$self{'config'} ||= 'Net::DNS::Check::Config'->new
504 0 0 0 $$self{'config'}->test_conf('test', $test_name) || $$self{'config'}->default_status
524 0 0 0 defined $$self{'test_obj'} or defined $$self{'config'}{$status}
572 0 0 0 $test_name or $$self{'test_obj'}{$test_name}