Condition Coverage

blib/lib/Geo/Hex1.pm
Criterion Covered Total %
condition 10 15 66.6


and 3 conditions

line !l l&&!r l&&r condition
118 1 0 4 $h_y_q < 2 * $h_x_q and $h_y_q > 0.5 * $h_x_q
123 1 1 9 $h_y_q > 2 * $h_x_q - 1 and $h_y_q < 0.5 * $h_x_q + 0.5
199 18 6 2 $d_y == 0 and $d_x == 0

or 3 conditions

line l !l&&r !l&&!r condition
100 0 0 16 not $level =~ /^\d+$/ or $level < 1
0 0 16 not $level =~ /^\d+$/ or $level < 1 or $level > 60