Condition Coverage

blib/lib/Logfile/EPrints/Filter/Period.pm
Criterion Covered Total %
condition 0 9 0.0


and 3 conditions

line !l l&&!r l&&r condition
15 0 0 0 defined $$self{'after'} and $hit->datetime <= $$self{'after'}
16 0 0 0 defined $$self{'before'} and $hit->datetime >= $$self{'before'}

or 3 conditions

line l !l&&r !l&&!r condition
7 0 0 0 ref $class || $class