Branch Coverage

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


line true false branch
51 0 0 unless $mes->is_success
54 0 0 unless defined $infdata
62 0 0 unless $name eq 'attr'
77 0 0 unless Net::DRI::Util::xml_is_token($k, 1, 50)
78 0 0 if ($name eq 'rem')
83 0 0 unless Net::DRI::Util::xml_is_token($v, 1, 1000)
94 0 0 unless Net::DRI::Util::has_key($rd, 'client_attributes')
97 0 0 unless ref $rcoa eq 'HASH'
111 0 0 unless defined $rem or defined $put
114 0 0 if (defined $rem)
116 0 0 unless ref $rem
117 0 0 if ref $rem eq 'ARRAY'
118 0 0 unless ref $rem eq 'HASH'
121 0 0 if (defined $put)
123 0 0 unless ref $put eq 'HASH'