Condition Coverage

blib/lib/File/SmartTail/DB.pm
Criterion Covered Total %
condition 0 22 0.0


and 3 conditions

line !l l&&!r l&&r condition
48 0 0 0 -f $fullname and open FH, ">> $fullname "
88 0 0 0 $$self{'STATFILE'} and $$self{'TIETYPE'} eq 'DB_File'
123 0 0 0 require File::SmartTail::Logger && File::SmartTail::Logger::LOG()

or 2 conditions

line l !l condition
39 0 0 $h{'tietype'} || 'DB_File'
114 0 0 $$self{'STATUSKEY'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
62 0 0 0 tie(%STATUS, $tietype, $filename, 66, 384) || LOG()->logdie("Tie of status for $statuskey failed [$!].\n")
66 0 0 0 ref $type || $type
123 0 0 0 $v ||= require File::SmartTail::Logger && File::SmartTail::Logger::LOG()