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'}
1430 6 0 0 ref $date and $date->isa("DateTime")
1519 69 5 10 $dt->day_of_week == 6 and not $work_saturdays
1582 0 0 0 defined $e->{'year_start'} and $y < $e->{'year_start'}
1583 0 0 0 defined $e->{'year_end'} and $y > $e->{'year_end'}
1584 0 0 0 $e->{'day'} == $d and $e->{'month'} == $m
1591 0 0 0 $y >= $min_year and $y <= $max_year
1599 0 0 0 $e->{'day'} == $d and $e->{'month'} == $m
1600 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 95 0 $opts //= {}
320 2 592 $seen{$k} //= []
1502 1 2 $args{'work_saturdays'} // 0
1503 1 2 $args{'observe_joint_leaves'} // 1

or 3 conditions

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