blib/lib/Time/UTC_SLS.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 20 | 22 | 90.9 |
line | true | false | branch |
---|---|---|---|
106 | 4 | 22 | unless $day >= {_d => [1], _n => [5113], sign => '+'} |
108 | 13 | 9 | unless ($secs >= 0 and $secs <= 85399) |
110 | 4 | 9 | if $secs < 0 or $secs >= $day_len |
112 | 7 | 2 | if ($day_len != 86400) |
113 | 0 | 7 | unless $day_len == 86399 or $day_len == 86401 |
117 | 5 | 2 | if $secs > $slew_from |
139 | 1 | 18 | unless $day >= {_d => [1], _n => [5113], sign => '+'} |
141 | 9 | 9 | unless ($secs <= 85399) |
143 | 7 | 2 | if ($day_len != 86400) |
144 | 0 | 7 | unless $day_len == 86399 or $day_len == 86401 |
148 | 5 | 2 | if $secs > $slew_from |