Condition Coverage

blib/lib/IO/EPP/Verisign.pm
Criterion Covered Total %
condition 23 54 42.5


and 3 conditions

line !l l&&!r l&&r condition
80 0 0 19 $code and $code == 1000
94 17 9 0 not $tld and $params->{'dname'}
127 0 0 26 $answ and ref $answ
202 17 11 0 not $tld and $params->{'dname'}
206 0 17 11 $params->{'server'} and not $tld
218 0 28 0 $tld and not $params->{'server'}
230 28 0 0 $tld eq 'name' and $params->{'server'} ne 'DotName'
235 0 0 28 $code and $code == 1000

or 2 conditions

line l !l condition
75 19 0 $params->{'sock_params'}{'PeerHost'} ||= 'epp.verisign-grs.com'
76 19 0 $params->{'sock_params'}{'PeerPort'} ||= 700
92 17 9 $self->{'tld'} || ''
200 17 11 $params->{'tld'} || ''
568 0 1 $params->{'pre_data'} ||= 'none'
569 0 1 $params->{'post_data'} ||= 'none'

or 3 conditions

line l !l&&r !l&&!r condition
185 28 0 0 $params->{'server'} or $params->{'dname'}
0 0 0 $params->{'server'} or $params->{'dname'} or $params->{'tld'}
194 28 0 0 $params->{'server'} or $params->{'tld'}
0 0 0 $params->{'server'} or $params->{'tld'} or $params->{'dname'}
344 0 0 0 $params->{'cont_id'} ||= IO::EPP::Base::gen_id(16)
459 1 8 0 $params->{'authinfo'} ||= IO::EPP::Base::gen_pw(16)