Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
95 0 0 0 $self->identification and Net::DRI::Util::has_key($self->identification, 'value')
98 0 0 0 $self->type and not $self->type =~ /^(?:individual|organization)$/
99 0 0 0 $self->identification and $self->identification->{'type'} && !($self->identification->{'type'} =~ /^(?:010|020|030|040|110)$/) || !Net::DRI::Util::xml_is_token($self->identification->{'value'}, 1, 20)
100 0 0 0 $self->mobile and not Net::DRI::Util::xml_is_token($self->mobile, undef, 17)
0 0 0 $self->mobile and not Net::DRI::Util::xml_is_token($self->mobile, undef, 17) and not $self->mobile =~ /^\+[0-9]{1,3}\.[0-9]{1,14}(?:x\d+)?$/

or 2 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
99 0 0 0 $self->identification->{'type'} && !($self->identification->{'type'} =~ /^(?:010|020|030|040|110)$/) || !Net::DRI::Util::xml_is_token($self->identification->{'value'}, 1, 20)