Branch Coverage

blib/lib/Logger/Simple.pm
Criterion Covered Total %
branch 11 20 55.0


line true false branch
32 2 0 if (exists $$args{'Log'})
44 0 2 unless (open $FH, ">>$Log")
57 0 3 if ($^O eq 'MSWin32') { }
60 0 3 unless (print $FH "$format\n")
63 0 3 if ($^O eq 'MSWin32') { }
76 2 1 if (wantarray) { }
86 0 4 if ($^O eq 'MSWin32')
89 0 4 unless flock $SM, 2
95 4 0 if (-e $Logger::Simple::SEM)
99 0 4 if ($^O eq 'MSWin32') { }