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
371 0 0 0 $y = $args->{'year'} and $m = $args->{'month'}
0 0 0 $y = $args->{'year'} and $m = $args->{'month'} and $d = $args->{'day'}
1435 6 0 0 ref $date and $date->isa("DateTime")
1524 69 5 10 $dt->day_of_week == 6 and not $work_saturdays
1587 0 0 0 defined $e->{'year_start'} and $y < $e->{'year_start'}
1588 0 0 0 defined $e->{'year_end'} and $y > $e->{'year_end'}
1589 0 0 0 $e->{'day'} == $d and $e->{'month'} == $m
1596 0 0 0 $y >= $min_year and $y <= $max_year
1604 0 0 0 $e->{'day'} == $d and $e->{'month'} == $m
1605 0 0 0 $e->{'is_joint_leave'} and not $args{'include_joint_leave'}

or 2 conditions

line l !l condition
196 71 0 $opts //= {}
225 35 0 $opts //= {}
279 97 0 $opts //= {}
319 2 594 $seen{$k} //= []
1507 1 2 $args{'work_saturdays'} // 0
1508 1 2 $args{'observe_joint_leaves'} // 1

or 3 conditions

line l !l&&r !l&&!r condition
282 0 95 0 $h->{'ind_name0'} // $h->{'ind_name'}
284 0 95 0 $h->{'eng_name0'} // $h->{'eng_name'}
1495 3 0 0 $args{'start_date'} // $som
1498 3 0 0 $args{'end_date'} // $eom