Condition Coverage

blib/lib/WWW/UsePerl/Journal/Entry.pm
Criterion Covered Total %
condition 4 9 44.4


and 3 conditions

line !l l&&!r l&&r condition
237 5 0 0 $hr > 12 and $amp eq 'PM'
238 5 0 0 $hr == 12 and $amp eq 'AM'

or 3 conditions

line l !l&&r !l&&!r condition
160 1 5 0 $$self{'content'} ||= do { $self->_get_content }