blib/lib/Net/DRI/Data/Contact/IT.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 11 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
62 | 0 | 0 | 0 | defined $self->consent_for_publishing and not $self->consent_for_publishing =~ /^(?:0|1)$/ |
66 | 0 | 0 | 0 | defined $self->nationality_code and not $self->nationality_code =~ /^[a-zA-Z]{2}$/ |
70 | 0 | 0 | 0 | defined $self->entity_type and not $self->entity_type =~ /^[1-7]$/ |
line | l | !l | condition |
---|---|---|---|
57 | 0 | 0 | $change ||= 0 |