| line |
!l |
l&&!r |
l&&r |
condition |
|
98
|
0 |
0 |
0 |
$self->voice and $self->type |
|
102
|
0 |
0 |
0 |
$self->name and grep {length $_ > 50;} $self->name |
|
103
|
0 |
0 |
0 |
$self->org and grep {length $_ > 100;} $self->org |
|
106
|
0 |
0 |
0 |
$self->type and not $self->type =~ /^(?:billing|tech|registrant|onsite|accmgr)$/ |
|
107
|
0 |
0 |
0 |
$self->vat and not Net::DRI::Util::xml_is_token($self->vat, 1, 20) |
|
108
|
0 |
0 |
0 |
$self->lang and not $self->lang =~ /^(?:fr|nl|en)$/ |
|
112
|
0 |
0 |
0 |
$self->type and $self->type =~ /^(?:type|billing|accmgr)$/ |
|
|
0 |
0 |
0 |
$self->type and $self->type =~ /^(?:type|billing|accmgr)$/ and not $self->org |
|
123
|
0 |
0 |
0 |
$a and ref $a eq 'HASH' |
|
|
0 |
0 |
0 |
$a and ref $a eq 'HASH' and exists $a->{'pw'} |
|
132
|
0 |
0 |
0 |
defined $what and $what |