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
94 0 0 19 $code and $code == 1000
108 17 9 0 not $tld and $params->{'dname'}
141 0 0 26 $answ and ref $answ
226 17 11 0 not $tld and $params->{'dname'}
230 0 17 11 $params->{'server'} and not $tld
242 0 28 0 $tld and not $params->{'server'}
254 28 0 0 $tld eq 'name' and $params->{'server'} ne 'DotName'
259 0 0 28 $code and $code == 1000

or 2 conditions

line l !l condition
89 19 0 $params->{'sock_params'}{'PeerHost'} ||= 'epp.verisign-grs.com'
90 19 0 $params->{'sock_params'}{'PeerPort'} ||= 700
106 17 9 $self->{'tld'} || ''
224 17 11 $params->{'tld'} || ''
884 0 1 $params->{'pre_data'} ||= 'none'
885 0 1 $params->{'post_data'} ||= 'none'

or 3 conditions

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