Condition Coverage

blib/lib/Net/EPP/Client.pm
Criterion Covered Total %
condition 0 29 0.0


and 3 conditions

line !l l&&!r l&&r condition
108 0 0 0 exists $params{'ssl'} && !$params{'ssl'}
115 0 0 0 exists $params{'frames'} && !$params{'frames'}
178 0 0 0 $@ and $@ ne ""
196 0 0 0 $@ and $@ ne ""
301 0 0 0 not $frame =~ /

or 2 conditions

line l !l condition
108 0 0 $params{'port'} || 700

or 3 conditions

line l !l&&r !l&&!r condition
178 0 0 0 not defined $self->{'connection'} or $@ and $@ ne ""
196 0 0 0 not defined $self->{'connection'} or $@ and $@ ne ""
265 0 0 0 not defined $doc or $@ ne ""
301 0 0 0 $frame->isa("XML::DOM::Document") or $frame->isa("XML::LibXML::Document")