blib/lib/Time/UTC_SLS.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 20 | 22 | 90.9 |
line | true | false | branch |
---|---|---|---|
107 | 4 | 22 | unless $day >= {_d => [1], _n => [5113], sign => '+'} |
109 | 13 | 9 | unless ($secs >= 0 and $secs <= 85399) |
111 | 4 | 9 | if $secs < 0 or $secs >= $day_len |
113 | 7 | 2 | if ($day_len != 86400) |
114 | 0 | 7 | unless $day_len == 86399 or $day_len == 86401 |
118 | 5 | 2 | if $secs > $slew_from |
140 | 1 | 18 | unless $day >= {_d => [1], _n => [5113], sign => '+'} |
142 | 9 | 9 | unless ($secs <= 85399) |
144 | 7 | 2 | if ($day_len != 86400) |
145 | 0 | 7 | unless $day_len == 86399 or $day_len == 86401 |
149 | 5 | 2 | if $secs > $slew_from |