line |
true |
false |
branch |
96
|
0 |
0 |
unless ($change) |
98
|
0 |
0 |
unless $self->name |
102
|
0 |
0 |
if defined $self->type and not $self->type =~ /^(?:LTD|PLC|IND|FIND|RCHAR|SCH|LLP|STRA|PTNR|GOV|CRC|STAT|FCORP|IP|FOTHER|OTHER|UNKNOWN)$/ |
103
|
0 |
0 |
if defined $self->co_no and not Net::DRI::Util::xml_is_token($self->co_no, undef, 255) |
105
|
0 |
0 |
if defined $self->opt_out and not $self->opt_out =~ /^[YN]$/i |
106
|
0 |
0 |
if @errs |
108
|
0 |
0 |
if (defined $self->type and defined $self->opt_out) |
110
|
0 |
0 |
if not $self->type =~ /^(?:IND|FIND)$/ and lc $self->opt_out ne 'n' |
112
|
0 |
0 |
if defined $self->type and $self->type eq 'SCH' and not defined $self->co_no |