line |
!l |
l&&!r |
l&&r |
condition |
147
|
0 |
0 |
0 |
$t[0] eq 'admin' and $t[1] eq 'registrant' |
|
0 |
0 |
0 |
$t[0] eq 'admin' and $t[1] eq 'registrant' and $t[2] eq 'tech' |
198
|
0 |
0 |
0 |
defined $rd and ref $rd |
|
0 |
0 |
0 |
defined $rd and ref $rd and exists $rd->{'delDate'} |
|
0 |
0 |
0 |
defined $rd and ref $rd and exists $rd->{'delDate'} and $rd->{'delDate'} =~ /^(?:immediate|cancel)$/ || Net::DRI::Util::is_class($rd->{'delDate'}, 'DateTime') |
219
|
0 |
0 |
0 |
defined $domain and $domain |
|
0 |
0 |
0 |
defined $domain and $domain and not ref $domain |
250
|
0 |
0 |
0 |
exists $rd->{'trDate'} and defined $rd->{'trDate'} |
|
0 |
0 |
0 |
exists $rd->{'trDate'} and defined $rd->{'trDate'} and Net::DRI::Util::check_isa($rd->{'trDate'}, 'DateTime') |