Condition Coverage

blib/lib/Net/DLookup.pm
Criterion Covered Total %
condition 4 33 12.1


and 3 conditions

line !l l&&!r l&&r condition
226 0 0 0 $file and $$dlu{'_TLD_DATA'}
278 0 0 0 $$self{'_TLD'} and $$self{'_NAME'}
325 0 0 0 $$self{'_ISREGISTERED'} == 1 and length $$self{'_TLD'} == 3
376 0 0 0 length $tippytoptld[1] == 2 and $domlength > $MAX2TLD
0 0 0 length $tippytoptld[1] == 3 and $domlength > $MAX3TLD
402 0 0 0 exists $$self{'_NATION'} and exists $$self{'_TLD_DATA'}{$$self{'_NATION'}}

or 3 conditions

line l !l&&r !l&&!r condition
165 0 0 1 ref $_[0] || $_[0]
198 2 0 0 $clear or not $$dlu{'_TLD_DATA'}
208 2 0 411 '' eq $_ or /^\s*#/
371 0 0 0 $tldlength > 6 or $tldlength < 2
384 0 0 0 $$self{'_NAME'} =~ /^\W/ or $$self{'_NAME'} =~ /\W$/