Condition Coverage

blib/lib/File/Tail/App.pm
Criterion Covered Total %
condition 0 25 0.0


and 3 conditions

line !l l&&!r l&&r condition
44 0 0 0 exists $$args_ref{'seek_to'} and defined $$args_ref{'seek_to'}
45 0 0 0 $$args_ref{'seek_to'} eq '0' and $$args_ref{'seek_on_zero'}
56 0 0 0 $previous_position ne $start_size and $previous_position ne ''
62 0 0 0 $do_md5_check and $md5_chk ne _get_md5_info($tail, $md5_len, $do_md5_check)
84 0 0 0 $stat[1] ne $file_ident and $file_ident
153 0 0 0 defined $md5_len and $md5_len
154 0 0 0 defined $md5_chk and $md5_chk

or 2 conditions

line l !l condition
34 0 0 $$args_ref{'do_md5_check'} || 0
163 0 0 $md5_chk ||= 0