Branch Coverage

blib/lib/Log/Cabin/Foundation.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
54 0 0 unless defined $name
57 0 0 unless defined $loggersingleton
75 0 0 if ($$self{'_LOG_LEVEL'} >= $FATAL or $$self{'_logsimpleobj'}{'_LOG_LEVEL'} >= $FATAL)
82 0 0 if ($$self{'_LOG_LEVEL'} >= $ERROR or $$self{'_logsimpleobj'}{'_LOG_LEVEL'} >= $ERROR)
89 0 0 if ($$self{'_LOG_LEVEL'} >= $WARN or $$self{'_logsimpleobj'}{'_LOG_LEVEL'} >= $WARN)
96 0 0 if ($$self{'_LOG_LEVEL'} >= $INFO or $$self{'_logsimpleobj'}{'_LOG_LEVEL'} >= $INFO)
103 0 0 if ($$self{'_LOG_LEVEL'} >= $DEBUG or $$self{'_logsimpleobj'}{'_LOG_LEVEL'} >= $DEBUG)