| blib/lib/Calendar/Any/Util/Solar.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 6 | 21 | 28.5 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 94 | 0 | 14 | 8 | $next != 0 and $long < $next | 
| 14 | 0 | 0 | $next == 0 and $l < $long | |
| 138 | 0 | 0 | 30 | $year > 1988 and $year < 2020 | 
| 0 | 0 | 0 | $year > 1900 and $year < 1988 | |
| 0 | 0 | 0 | $year > 1800 and $year < 1900 | |
| 0 | 0 | 0 | $year > 1620 and $year < 1800 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 94 | 8 | 0 | 14 | $next != 0 and $long < $next or $next == 0 and $l < $long |