Condition Coverage

blib/lib/Date/Extract/DE.pm
Criterion Covered Total %
condition 9 21 42.8


and 3 conditions

line !l l&&!r l&&r condition
82 0 0 1 $month and $month >= 1
0 0 1 $month and $month >= 1 and $month <= 12
91 0 13 1 defined $self->lookback_days and $result < $self->reference_date
13 0 1 defined $self->lookback_days and $result < $self->reference_date and $self->reference_date - $result > $self->lookback_days
106 0 0 1 $date->{'year1'} and not $date->{'year2'}
0 0 0 not $date->{'year1'} and $date->{'year2'}

or 3 conditions

line l !l&&r !l&&!r condition
106 1 0 3 $date->{'year1'} || $date->{'year2'}