Branch Coverage

File:C4/Calendar.pm
Coverage:0.0%

line%coveragebranch
820TFunless defined $$self{'branchcode'}
900TFunless defined $branch
4880TFif ($isSingleHoliday->rows) { }
5000TFif ($isWeekdayHoliday->rows) { }
5160TFif ($isDayMonthHoliday->rows)
5560TFif (defined $$exceptions{"$year/$month/$day"}) { }
5590TFif (exists $$weekDays{$weekday} or exists $$dayMonths{"$month/$day"} or exists $$singles{"$year/$month/$day"}) { }
5840TFif ($offset < 0)
5890TFif ($daysMode eq 'Datedue') { }
0TFelsif ($daysMode eq 'Calendar') { }
5970TFif (not $self->isHoliday($day, $month, $year))
6180TFunless my $self = shift @_
6190TFunless my $startdate = shift @_
6200TFunless my $enddate = shift @_
6230TFif (Date_to_Days($yearFrom, $monthFrom, $dayFrom) > Date_to_Days($yearTo, $monthTo, $dayTo))
6290TFunless $yearFrom != $yearTo or $monthFrom != $monthTo or $dayFrom != $dayTo
6300TFunless ($self->isHoliday($dayFrom, $monthFrom, $yearFrom))