Condition Coverage

blib/lib/Astro/Sunrise.pm
Criterion Covered Total %
condition 22 27 81.4


and 3 conditions

line !l l&&!r l&&r condition
57 424 180 1 $arg{'polar'} ne 'warn' and $arg{'polar'} ne 'retval'
523 16 0 1 $arg{'polar'} ne 'warn' and $arg{'polar'} ne 'retval'

or 2 conditions

line l !l condition
43 2 608 $arg{'precise'} ||= 0
44 234 376 $arg{'upper_limb'} ||= 0
45 197 413 $arg{'polar'} ||= 'warn'
515 0 19 $arg{'precise'} ||= 0
516 0 19 $arg{'upper_limb'} ||= 0
517 1 18 $arg{'polar'} ||= 'warn'

or 3 conditions

line l !l&&r !l&&!r condition
107 104 46 452 $h1 eq 'day' or $h1 eq 'night'
150 0 452 $h1 eq 'day' or $h1 eq 'night' or $h2 eq 'day'
46 0 452 $h1 eq 'day' or $h1 eq 'night' or $h2 eq 'day' or $h2 eq 'night'