Branch Coverage

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


line true false branch
75 0 0 unless ($top->localname || $top->nodeName) eq 'simpleVal'
81 0 0 if ($name =~ /^(methodID|validationEntityID|registrarID)$/) { }
0 0 elsif ($name =~ /^(executionDate|expirationDate)$/) { }
95 0 0 unless defined $d
96 0 0 if (Net::DRI::Util::is_class($d, 'DateTime')) { }
101 0 0 unless $d =~ /^\d{4}-\d{2}-\d{2}$/
111 0 0 unless exists $$rd{'method_id'} and exists $$rd{'execution_date'}
112 0 0 unless Net::DRI::Util::xml_is_token($$rd{'method_id'}, 1, 63)
115 0 0 if (exists $$rd{'validation_entity_id'})
117 0 0 unless Net::DRI::Util::xml_is_token($$rd{'validation_entity_id'}, 3, 16)
120 0 0 if (exists $$rd{'registrar_id'})
122 0 0 unless Net::DRI::Util::xml_is_token($$rd{'registrar_id'}, 3, 16)
127 0 0 unless defined $d
130 0 0 if (exists $$rd{'expiration_date'})
133 0 0 unless defined $d