Branch Coverage

blib/lib/Net/Domain/Registration/Check.pm
Criterion Covered Total %
branch 0 10 0.0


line true false branch
72 0 0 if ($domain =~ /^(.*?)\.(.*)$/)
76 0 0 unless tld_exists($tld)
82 0 0 if (defined $answer)
93 0 0 if ($answer->header->rcode eq 'NXDOMAIN') { }
0 0 elsif ($answer->header->rcode eq 'NOERROR') { }