Condition Coverage

blib/lib/Calendar/Any/Julian.pm
Criterion Covered Total %
condition 5 15 33.3


and 3 conditions

line !l l&&!r l&&r condition
138 0 0 6 $month > 0 and $month < 13
139 6 0 0 $month == 2 and _is_leap_year($year)

or 3 conditions

line l !l&&r !l&&!r condition
17 0 45 0 ref $_class || $_class
98 0 0 6 $self->month < 1 or $self->month > 12
101 0 0 6 $self->day < 1 or $self->day > $self->last_day_of_month