Condition Coverage

lib/Astro/Montenbruck/Lunation.pm
Criterion Covered Total %
condition 18 30 60.0


and 3 conditions

line !l l&&!r l&&r condition
183 0 0 0 $jd >= $pre->{'jd'} && $jd < $cur->{'jd'}
194 0 13 2 $d >= 0 and $d < 45
195 0 11 2 $d >= 45 and $d < 90
196 0 10 1 $d >= 90 and $d < 135
197 0 8 2 $d >= 135 and $d < 180
198 0 6 2 $d >= 180 and $d < 225
199 0 4 2 $d >= 225 and $d < 270
200 0 2 2 $d >= 270 and $d < 315
201 0 0 2 $d >= 315 and $d < 360

or 3 conditions

line l !l&&r !l&&!r condition
125 2 2 4 $quarter eq $NEW_MOON or $quarter eq $FULL_MOON