Condition Coverage

blib/lib/Date/Extract/DE.pm
Criterion Covered Total %
condition 13 18 72.2


and 3 conditions

line !l l&&!r l&&r condition
182 0 30 8 defined $self->lookback_days and $result < $self->reference_date
30 2 6 defined $self->lookback_days and $result < $self->reference_date and $self->reference_date - $result > $self->lookback_days
197 0 2 2 $date->{'year1'} and not $date->{'year2'}
2 0 0 not $date->{'year1'} and $date->{'year2'}
282 8 8 2 $date->{'conjugator'} ne 'range' and $date->{'days0'}

or 3 conditions

line l !l&&r !l&&!r condition
197 4 0 14 $date->{'year1'} || $date->{'year2'}