Condition Coverage

blib/lib/Net/DRI/Protocol/EPP/Util.pm
Criterion Covered Total %
condition 0 73 0.0


and 3 conditions

line !l l&&!r l&&r condition
91 0 0 0 defined $d and $d
105 0 0 0 !defined($rauth->{'pw'}) || $rauth->{'pw'} eq '' and $epp->{'usenullauth'}
0 0 0 defined $isupdate and $isupdate
0 0 0 !defined($rauth->{'pw'}) || $rauth->{'pw'} eq '' and $epp->{'usenullauth'} and (defined $isupdate and $isupdate)
135 0 0 0 $y and $m
139 0 0 0 $y >= 1 and $y <= 99
144 0 0 0 $m >= 1 and $m <= 99
166 0 0 0 defined $noip && $noip
0 0 0 $n =~ /\S+\.$domain$/i || lc $n eq lc $domain || $asattr == 2 and not defined $noip && $noip
239 0 0 0 not defined $type and defined $epp->{'defaulti18ntype'}
292 0 0 0 $d and ref $d eq 'HASH'
340 0 0 0 $hasint and not $hasloc
0 0 0 $hasint and not $hasloc and ($v & 5) == $v
0 0 0 $hasloc and not $hasint
0 0 0 $hasloc and not $hasint and ($v & 6) == $v
362 0 0 0 $v & 5 and $hasloc
363 0 0 0 $v & 6 and $hasint

or 2 conditions

line l !l condition
38 0 0 $node->getAttribute('lang') || 'en'
0 0 $node->textContent || ''
124 0 0 $node->getAttribute('x') || ''
133 0 0 $ns //= 'domain'
204 0 0 $nn->getAttribute('ip') || 'v4'
230 0 0 $ns // 'domain'
291 0 0 $ns //= 'contact'
337 0 0 $ns //= 'contact'

or 3 conditions

line l !l&&r !l&&!r condition
105 0 0 0 !defined($rauth->{'pw'}) || $rauth->{'pw'} eq ''
166 0 0 0 $n =~ /\S+\.$domain$/i || lc $n eq lc $domain || $asattr == 2