| line | true | false | branch | 
 
| 38 | 0 | 0 | unless defined $rs[$i] | 
 
| 39 | 0 | 0 | if ref $rs[$i] ne 'ARRAY' or @{$rs[$i];} > 3 or grep {not Net::DRI::Util::xml_is_normalizedstring($_, 8, 255);} @{$rs[$i];} | 
 
| 42 | 0 | 0 | if $self->city and grep {not Net::DRI::Util::xml_is_normalizedstring($_, 2, 255);} $self->city | 
 
| 43 | 0 | 0 | if $self->sp and grep {not Net::DRI::Util::xml_is_normalizedstring($_, 2, 255);} $self->sp | 
 
| 46 | 0 | 0 | if $ra and ref $ra eq 'HASH' and exists $ra->{'pw'} and not Net::DRI::Util::xml_is_normalizedstring($ra->{'pw'}) | 
 
| 49 | 0 | 0 | if defined $self->disclose | 
 
| 51 | 0 | 0 | if @errs |