| blib/lib/DateTimeX/Fiscal/Fiscal5253.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 20 | 26 | 76.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 285 | 191 | 30 | 0 | $restate and defined $$self{'_restated'} |
| 286 | 191 | 30 | 0 | $truncate and defined $$self{'_truncated'} |
| 301 | 131 | 30 | 60 | $$self{'_weeks'} == 53 and not $truncate |
| 400 | 360 | 19 | 15 | $$self{'end_type'} eq 'closest' and $eom_day - $dt->day > 3 |
| line | l | !l | condition |
|---|---|---|---|
| 466 | 562 | 6 | $args{'date'} ||= 'today' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 278 | 221 | 0 | 0 | shift() || $$self{'style'} |
| 449 | 4 | 2 | 0 | $args{'style'} ||= $$self{'style'} |
| 467 | 91 | 477 | 0 | $args{'style'} ||= $$self{'style'} |
| 486 | 138 | 138 | 290 | $date lt $$cdata{'start'} or $date gt $$cdata{'end'} |