Condition Coverage

blib/lib/Convert/ASN1.pm
Criterion Covered Total %
condition 13 21 61.9


and 3 conditions

line !l l&&!r l&&r condition
448 0 0 0 $pkg and UNIVERSAL::isa($pkg, "Convert::ASN1")

or 2 conditions

line l !l condition
113 2 36 $opt{'encoding'} || 'BER'
121 1 37 $opt{'tagdefault'} || 'IMPLICIT'
293 3 0 $@ || 'Unknown error'

or 3 conditions

line l !l&&r !l&&!r condition
273 33 79 57 @$script > 1 or defined $child->[2]
277 6 7 44 $child->[1] == 15 or $child->[3]
416 6 0 90 $value & '18446744073709551584' or $value == 31
447 0 0 0 ref $_[0] || ($_[0] =~ /^[\w\d]+(?:::[\w\d]+)*$/)[0]