Condition Coverage

lib/Net/HL7/Message.pm
Criterion Covered Total %
condition 12 18 66.6


and 3 conditions

line !l l&&!r l&&r condition
132 0 0 11 defined $fldSep && defined $fldSepCtrl
160 26 46 10 $i == 0 and $j == 0
205 1 8 10 $segClass and eval "require $segClass;"
355 1 0 1 $segment->getName eq 'MSH' and $idx == 0

or 3 conditions

line l !l&&r !l&&!r condition
126 0 0 11 not defined $hdr or $hdr ne 'MSH'
132 0 1 10 not defined $fldSep && defined $fldSepCtrl or $fldSep ne $fldSepCtrl