Branch Coverage

File:C4/Calendar.pm
Coverage:0.0%

line%coveragebranch
590TFunless defined $$self{'branchcode'}
670TFunless defined $branch
1990TFunless $weekday =~ /^[0-6]$/
2660TFif $options{'date'} and not $options{'day'}
3040TFif $options{'date'} and not $options{'day'}
4740TFif ($isSingleHoliday->rows) { }
4860TFif ($isWeekdayHoliday->rows) { }
5020TFif ($isDayMonthHoliday->rows)
5420TFif (defined $$exceptions{"$year/$month/$day"}) { }
5450TFif (exists $$weekDays{$weekday} or exists $$dayMonths{"$month/$day"} or exists $$singles{"$year/$month/$day"}) { }
5650TFunless $target_branch
5990TFif ($offset < 0)
6040TFif ($daysMode eq 'Datedue') { }
0TFelsif ($daysMode eq 'Calendar') { }
6120TFif (not $self->isHoliday($day, $month, $year))
6330TFunless my $self = shift @_
6340TFunless my $startdate = shift @_
6350TFunless my $enddate = shift @_
6380TFif (Date_to_Days($yearFrom, $monthFrom, $dayFrom) > Date_to_Days($yearTo, $monthTo, $dayTo))
6440TFunless $yearFrom != $yearTo or $monthFrom != $monthTo or $dayFrom != $dayTo
6450TFunless ($self->isHoliday($dayFrom, $monthFrom, $yearFrom))