| blib/lib/Mindcal.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 6 | 12 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 24 | 0 | 1 | if (not defined $$self{'date'} or ref $$self{'date'} ne 'DateTime') |
| 64 | 0 | 2 | unless (exists $$self{'century_adjust'}{$cent * 100}) |
| 100 | 2 | 0 | if $self->is_leap_year and $month <= 2 |
| 112 | 0 | 2 | if $year % 4 |
| 113 | 0 | 2 | if $year % 100 |
| 114 | 0 | 2 | if $year % 400 |