Condition Coverage

blib/lib/Net/DRI/Protocol/EPP/Extensions/LU/Domain.pm
Criterion Covered Total %
condition 0 36 0.0


and 3 conditions

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')

or 3 conditions

line l !l&&r !l&&!r condition
121 0 0 0 $c->localname || $c->nodeName
198 0 0 0 $rd->{'delDate'} =~ /^(?:immediate|cancel)$/ || Net::DRI::Util::is_class($rd->{'delDate'}, 'DateTime')
294 0 0 0 $c->localname || $c->nodeName