Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
42 0 0 0 $self->city and grep {not Net::DRI::Util::xml_is_normalizedstring($_, 2, 255);} $self->city
43 0 0 0 $self->sp and grep {not Net::DRI::Util::xml_is_normalizedstring($_, 2, 255);} $self->sp
46 0 0 0 $ra and ref $ra eq 'HASH'
0 0 0 $ra and ref $ra eq 'HASH' and exists $ra->{'pw'}
0 0 0 $ra and ref $ra eq 'HASH' and exists $ra->{'pw'} and not Net::DRI::Util::xml_is_normalizedstring($ra->{'pw'})

or 2 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
39 0 0 0 ref $rs[$i] ne 'ARRAY' or @{$rs[$i];} > 3
0 0 0 ref $rs[$i] ne 'ARRAY' or @{$rs[$i];} > 3 or grep {not Net::DRI::Util::xml_is_normalizedstring($_, 8, 255);} @{$rs[$i];}