Branch Coverage

blib/lib/Astro/SunTime.pm
Criterion Covered Total %
branch 15 32 46.8


line true false branch
34 16 0 defined $params{'latitude'} ? :
35 16 0 defined $params{'longitude'} ? :
36 16 0 defined $params{'time_zone'} ? :
39 16 0 if ($params{'date'}) { }
0 0 elsif ($params{'time'}) { }
67 0 16 if ($params{'twilight'})
68 0 0 if ($params{'twilight'} eq 'astronomical') { }
0 0 elsif ($params{'twilight'} eq 'nautical') { }
0 0 elsif ($params{'twilight'} eq 'civil') { }
80 8 8 $type eq 'rise' ? :
86 0 16 if $M / $A - int($M / $A) == 0
91 8 8 if ($M > $C) { }
8 0 elsif ($M > $A) { }
107 0 16 if abs $S > 1
111 8 8 if $type eq 'rise'
134 0 32 if $D == 0