Condition Coverage

blib/lib/Aviation/Report.pm
Criterion Covered Total %
condition 14 21 66.6


and 3 conditions

line !l l&&!r l&&r condition
94 0 0 0 $element eq 'OV' and $value =~ /^(.*?) (\d{3})(\d{3})$/
177 140 6 7 $id eq '' and $token =~ /^[A-Z]{4}$/

or 3 conditions

line l !l&&r !l&&!r condition
94 0 0 0 $element eq 'IC' or $element eq 'TB'
171 6 1 146 $intensity eq 'light' or $intensity eq 'heavy'
312 4 1 13 $1 eq 'FEW' or $1 eq 'SCT'
5 5 8 $1 eq 'FEW' or $1 eq 'SCT' or $1 eq 'BKN'
6 8 0 $1 eq 'FEW' or $1 eq 'SCT' or $1 eq 'BKN' or $1 eq 'OVC'