Condition Coverage

blib/lib/Term/TtyRec/Plus.pm
Criterion Covered Total %
condition 13 15 86.6


and 3 conditions

line !l l&&!r l&&r condition
52 2 12 2 defined $$self{'infile'} && $$self{'infile'} =~ /\.bz2$/
64 14 2 1 defined $$self{'time_threshold'} and $$self{'time_threshold'} < 0
91 7624 2 3564 defined $$self{'time_threshold'} and defined $prev_timestamp
7626 1594 1970 defined $$self{'time_threshold'} and defined $prev_timestamp and $timestamp - $prev_timestamp > $$self{'time_threshold'}

or 3 conditions

line l !l&&r !l&&!r condition
41 0 0 15 not defined $$self{'infile'} or $$self{'infile'} eq '-'