blib/lib/Net/DRI/Data/Contact/OpenSRS.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 8 | 0.0 |
line | true | false | branch |
---|---|---|---|
89 | 0 | 0 | if $self->firstname and grep {not Net::DRI::Util::xml_is_normalizedstring($_, 1, 255);} $self->firstname |
91 | 0 | 0 | if $self->voice and not Net::DRI::Util::xml_is_token($self->voice, undef, 17) and not $self->voice =~ /^\+[0-9]{1,3}\.[0-9]{1,12}(?:x\d{1,4})?$/ |
92 | 0 | 0 | if $self->fax and not Net::DRI::Util::xml_is_token($self->fax, undef, 17) and not $self->fax =~ /^\+[0-9]{1,3}\.[0-9]{1,12}(?:x\d{1,4})?$/ |
94 | 0 | 0 | if @errs |