Condition Coverage

blib/lib/Net/DRI/Protocol/EPP/Util.pm
Criterion Covered Total %
condition 0 71 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)
134 0 0 0 $y and $m
138 0 0 0 $y >= 1 and $y <= 99
143 0 0 0 $m >= 1 and $m <= 99
165 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
238 0 0 0 not defined $type and defined $$epp{'defaulti18ntype'}
291 0 0 0 $d and ref $d eq 'HASH'
339 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
361 0 0 0 $v & 5 and $hasloc
362 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') || ''
203 0 0 $nn->getAttribute('ip') || 'v4'
229 0 0 $ns // 'domain'
290 0 0 $ns //= 'contact'
336 0 0 $ns //= 'contact'

or 3 conditions

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