| blib/lib/Date/Lectionary/Time.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 16 | 18 | 88.8 |
| line | true | false | branch |
|---|---|---|---|
| 61 | 1 | 10 | unless (length $date) |
| 66 | 9 | 1 | if ($date->isa('Time::Piece')) { } |
| 95 | 1 | 10 | unless (length $date) |
| 100 | 9 | 1 | if ($date->isa('Time::Piece')) { } |
| 103 | 2 | 7 | if ($daysToSubtract == 0) |
| 130 | 0 | 4 | unless (length $date) |
| 135 | 4 | 0 | if ($date->isa('Time::Piece')) { } |
| 145 | 2 | 2 | if ($dif1 < $dif2) { } |
| 1 | 1 | elsif ($dif1 == $dif2) { } |