Branch Coverage

blib/lib/Clustericious/Log/CommandLine.pm
Criterion Covered Total %
branch 0 54 0.0


line true false branch
34 0 0 if ($next)
41 0 0 if /^:(log(?:config|file|init|category))$/
43 0 0 if /^(?:trace|:levels|:all)$/
44 0 0 if /^(?:debug|:levels|:all)$/
45 0 0 if /^(?:info|:levels|:all)$/
46 0 0 if /^(?:warn|:levels|:all)$/
47 0 0 if /^(?:error|:levels|:all)$/
48 0 0 if /^(?:fatal|:levels|:all)$/
49 0 0 if /^(?:off|:levels|:all)$/
51 0 0 if /^(?:quiet|:long|:all)$/
52 0 0 if /^(?:verbose|:long|:all)$/
54 0 0 if /^(?:q|:short|:all)$/
55 0 0 if /^(?:v|:short|:all)$/
56 0 0 if /^(?:d|:short|:all)$/
58 0 0 if /^(?:loglevel|:logopts|:all)$/
61 0 0 if /^(?:logconfig|:logopts|:all)$/
64 0 0 if /^(?:logfile|:logopts|:all)$/
68 0 0 if /^handlelogoptions$/
71 0 0 if /^:noinit$/
83 0 0 length $_ ? :
133 0 0 if ($init{'logfile'})
138 0 0 if ($logfile =~ s/\|(.*)$//)
156 0 0 if exists $levelmap{$level}
162 0 0 if ($category eq '')
166 0 0 $level_id >= $Clustericious::Log::CommandLine::INFO ? :
0 0 defined $init{'logcategory'} ? :
169 0 0 if $category eq 'root'