Branch Coverage

blib/lib/Net/DRI/Protocol/EPP/Extensions/IDN.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
50 0 0 unless $mes->is_success
53 0 0 unless defined $data
58 0 0 if ($name eq 'table') { }
0 0 elsif ($name eq 'uname') { }
75 0 0 unless $domain =~ /^xn--/
76 0 0 unless Net::DRI::Util::has_key($rd, 'idn_table')
77 0 0 unless Net::DRI::Util::xml_is_token($$rd{'idn_table'}, 1)
80 0 0 if (Net::DRI::Util::has_key($rd, 'uname'))
82 0 0 unless Net::DRI::Util::xml_is_token($$rd{'uname'}, 1, 255)