Condition Coverage

blib/lib/Calendar/Indonesia/Holiday.pm
Criterion Covered Total %
condition 17 54 31.4


and 3 conditions

line !l l&&!r l&&r condition
372 0 0 0 $y = $args->{'year'} and $m = $args->{'month'}
0 0 0 $y = $args->{'year'} and $m = $args->{'month'} and $d = $args->{'day'}
1436 6 0 0 ref $date and $date->isa("DateTime")
1525 69 5 10 $dt->day_of_week == 6 and not $work_saturdays
1588 0 0 0 defined $e->{'year_start'} and $y < $e->{'year_start'}
1589 0 0 0 defined $e->{'year_end'} and $y > $e->{'year_end'}
1590 0 0 0 $e->{'day'} == $d and $e->{'month'} == $m
1597 0 0 0 $y >= $min_year and $y <= $max_year
1605 0 0 0 $e->{'day'} == $d and $e->{'month'} == $m
1606 0 0 0 $e->{'is_joint_leave'} and not $args{'include_joint_leave'}

or 2 conditions

line l !l condition
197 71 0 $opts //= {}
226 35 0 $opts //= {}
280 97 0 $opts //= {}
320 2 594 $seen{$k} //= []
1508 1 2 $args{'work_saturdays'} // 0
1509 1 2 $args{'observe_joint_leaves'} // 1

or 3 conditions

line l !l&&r !l&&!r condition
283 0 95 0 $h->{'ind_name0'} // $h->{'ind_name'}
285 0 95 0 $h->{'eng_name0'} // $h->{'eng_name'}
1496 3 0 0 $args{'start_date'} // $som
1499 3 0 0 $args{'end_date'} // $eom