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
351 0 0 22 $key and $coord{$key} =~ /$grad_match/
354 6 4 0 $2 eq 'S' and $coord_dec{$key . '_dec'} < -90
355 4 6 0 $2 eq 'W' and $coord_dec{$key . '_dec'} < -180
358 5 7 0 $2 eq 'N' and $coord_dec{$key . '_dec'} > 90
359 7 5 0 $2 eq 'E' and $coord_dec{$key . '_dec'} > 180
627 0 0 6 $array_month{$intMonth} != 0 and $part_of_date[0] <= $array_month{$intMonth}
632 0 0 0 $intDay > 0 and $intDay < 29
636 0 0 0 $intYear % 4 == 0 and $intYear % 100 != 0

or 3 conditions

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