blib/lib/Date/Extract/DE.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 21 | 52.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
82 | 0 | 0 | 6 | $month and $month >= 1 |
0 | 0 | 6 | $month and $month >= 1 and $month <= 12 | |
91 | 0 | 26 | 2 | defined $self->lookback_days and $result < $self->reference_date |
26 | 0 | 2 | defined $self->lookback_days and $result < $self->reference_date and $self->reference_date - $result > $self->lookback_days | |
106 | 0 | 2 | 2 | $date->{'year1'} and not $date->{'year2'} |
2 | 0 | 0 | not $date->{'year1'} and $date->{'year2'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
106 | 4 | 0 | 6 | $date->{'year1'} || $date->{'year2'} |