Branch Coverage

blib/lib/DateTime/Calendar/CopticEthiopic.pm
Criterion Covered Total %
branch 13 30 43.3


line true false branch
50 0 1 if $self->_isBogusGregorianDate(@_)
68 0 0 @_ ? :
70 0 0 if (not +(1 <= $day && $day <= 30) && (1 <= $month && $month <= 13) or $month == 13 and $day > 6 or $month == 13 and $day == 6 and not $self->isLeapYear) { }
85 1 0 @_ ? :
87 0 1 if (not +(1 <= $month && $month <= 12) && (1 <= $day && $day <= $GregorianDaysPerMonth[$month - 1]) or $day == 29 and $month == 2 and not $self->_isGregorianLeapYear($year)) { }
100 2 3 @_ ? :
120 0 1 $e == 4 || $i == 4 ? :
135 0 1 $self->_isGregorianLeapYear($year) ? :
0 1 $absolute < $self->_GregorianToAbsolute(1, 3, $year) ? :
153 4 0 @_ ? :
155 0 3 $self->_isGregorianLeapYear($year) ? :
1 3 $month <= 2 ? :
181 4 0 $_[0] % 4 != 0 || $_[0] % 400 == 100 || $_[0] % 400 == 200 || $_[0] % 400 == 300 ? :
198 0 0 @_ ? :
200 0 0 ($year + 1) % 4 ? :