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
217 0 0 0 $@ and $@ ne ''
235 0 0 0 $@ and $@ ne ''
349 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
217 0 0 0 not defined $self->{'connection'} or $@ and $@ ne ''
235 0 0 0 not defined $self->{'connection'} or $@ and $@ ne ''
307 0 0 0 not defined $document or $@ ne ''
349 0 0 0 $frame->isa('XML::DOM::Document') || $frame->isa('XML::LibXML::Document')