Condition Coverage

blib/lib/Protocol/FIX/Parser.pm
Criterion Covered Total %
condition 17 20 85.0


and 3 conditions

line !l l&&!r l&&r condition
129 0 19 1 $is_number and $value > 255
248 13 150 1 $owner and $parsed_subcomposites{$owner}
257 13 133 17 $owner && $owner ne $composite->{'name'}

or 2 conditions

line l !l condition
276 48 0 $composite->{'mandatory_composites'} // []

or 3 conditions

line l !l&&r !l&&!r condition
113 7 0 22 @trailer_pairs < 2 or not $trailer_pairs[0]
129 2 1 19 not $is_number or $is_number and $value > 255
248 8 1 163 $parsed_subcomposites{$field->{'name'}} or $owner and $parsed_subcomposites{$owner}