Condition Coverage

blib/lib/Ham/Resources/Utils.pm
Criterion Covered Total %
condition 17 39 43.5


and 3 conditions

line !l l&&!r l&&r condition
347 0 0 22 $key and $coord{$key} =~ /$grad_match/
350 6 4 0 $2 eq 'S' and $coord_dec{$key . '_dec'} < -90
351 4 6 0 $2 eq 'W' and $coord_dec{$key . '_dec'} < -180
354 5 7 0 $2 eq 'N' and $coord_dec{$key . '_dec'} > 90
355 7 5 0 $2 eq 'E' and $coord_dec{$key . '_dec'} > 180
623 0 0 6 $array_month{$intMonth} != 0 and $part_of_date[0] <= $array_month{$intMonth}
628 0 0 0 $intDay > 0 and $intDay < 29
632 0 0 0 $intYear % 4 == 0 and $intYear % 100 != 0

or 3 conditions

line l !l&&r !l&&!r condition
278 0 0 3 $course < -360 or $course > 360
348 4 6 12 $2 eq 'S' or $2 eq 'W'
10 0 12 $2 eq 'S' or $2 eq 'W' or $2 eq '-'
539 0 0 5 $Lat == 0 or $Long == 0
632 0 0 0 $intYear % 4 == 0 and $intYear % 100 != 0 or $intYear % 400 == 0