Condition Coverage

blib/lib/Calendar/Any/Chinese.pm
Criterion Covered Total %
condition 5 18 27.7


and 3 conditions

line !l l&&!r l&&r condition
110 0 0 1 defined $year && $year >= 1928

or 3 conditions

line l !l&&r !l&&!r condition
12 0 1 0 ref $_class || $_class
119 0 0 1 $self->year < 1 or $self->year > 60
122 0 0 1 $self->month < 1 or $self->month > 12
125 0 0 1 $self->day < 1 or $self->day > $self->last_day_of_month
375 0 0 0 $$months[0] > $next_sign or $next_sign >= $$months[1]