Condition Coverage

blib/lib/DateTime/Event/Easter.pm
Criterion Covered Total %
condition 8 18 44.4


and 3 conditions

line !l l&&!r l&&r condition
94 182 0 303 $self->{'easter'} eq 'eastern' and $class ne 'DateTime::Calendar::Julian'
119 31 0 0 $self->{'easter'} eq 'eastern' and $class ne 'DateTime::Calendar::Julian'
242 0 0 3 ref($args{'to'}) =~ /DateTime/ and ref($args{'from'}) =~ /DateTime/
257 0 0 3 ref($args{'to'}) =~ /DateTime/ and ref($args{'from'}) =~ /DateTime/

or 3 conditions

line l !l&&r !l&&!r condition
67 0 0 4 $offset < -80 or $offset > 250
239 3 0 3 exists $args{'from'} or exists $args{'to'}