blib/lib/Astro/Coord/Constellations.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 9 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
428 | 1746 | 102 | 20 | $coord->[1] >= $boundary_table[$i][2] and $coord->[0] >= $boundary_table[$i][0] |
1848 | 13 | 7 | $coord->[1] >= $boundary_table[$i][2] and $coord->[0] >= $boundary_table[$i][0] and $coord->[0] < $boundary_table[$i][1] | |
438 | 3 | 1 | 11 | defined $ra and defined $dec |