Condition Coverage

blib/lib/Net/DRI/Data/Contact/OpenSRS.pm
Criterion Covered Total %
condition 0 17 0.0


and 3 conditions

line !l l&&!r l&&r condition
89 0 0 0 $self->firstname and grep {not Net::DRI::Util::xml_is_normalizedstring($_, 1, 255);} $self->firstname
91 0 0 0 $self->voice and not Net::DRI::Util::xml_is_token($self->voice, undef, 17)
0 0 0 $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 0 $self->fax and not Net::DRI::Util::xml_is_token($self->fax, undef, 17)
0 0 0 $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})?$/

or 2 conditions

line l !l condition
84 0 0 $change ||= 0