Branch Coverage

blib/lib/Net/DRI/Protocol/EPP/Extensions/VeriSign/WhoWas.pm
Criterion Covered Total %
branch 0 26 0.0


line true false branch
45 0 0 unless defined $domain and length $domain
47 0 0 if (index($domain, '.') > -1) { }
49 0 0 unless Net::DRI::Util::is_hostname($domain)
52 0 0 unless Net::DRI::Util::is_roid($domain)
57 0 0 $isroid ? :
65 0 0 unless $mes->is_success
67 0 0 unless defined $infdata
73 0 0 if ($name eq 'type') { }
0 0 elsif ($name eq 'name') { }
0 0 elsif ($name eq 'history') { }
84 0 0 unless $subname eq 'rec'
89 0 0 if ($recname =~ /^(?:name|newName|roid|op|clID|clName)$/) { }
0 0 elsif ($recname eq 'date') { }