Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
212 0 0 0 $@ and $@ ne ""
230 0 0 0 $@ and $@ ne ""
344 0 0 0 ref $frame ne "" and $frame->isa('XML::DOM::Document') || $frame->isa('XML::LibXML::Document')
0 0 0 not $frame =~ /

or 3 conditions

line l !l&&r !l&&!r condition
212 0 0 0 not defined $self->{'connection'} or $@ and $@ ne ""
230 0 0 0 not defined $self->{'connection'} or $@ and $@ ne ""
302 0 0 0 not defined $document or $@ ne ""
344 0 0 0 $frame->isa('XML::DOM::Document') || $frame->isa('XML::LibXML::Document')