Condition Coverage

blib/lib/App/TimelogTxt/File.pm
Criterion Covered Total %
condition 9 9 100.0


and 3 conditions

line !l l&&!r l&&r condition
39 1 10 103 defined($line = CORE::readline $$self{'fh'}) and substr($line, 0, $$self{'startlen'}) lt $$self{'start'}

or 3 conditions

line l !l&&r !l&&!r condition
34 6 2 35 $$self{'stage'} > 1 or eof $$self{'fh'}
47 1 25 9 not defined $line or substr($line, 0, $$self{'endlen'}) lt $$self{'end'}