Branch Coverage

blib/lib/DBIx/Log4perl.pm
Criterion Covered Total %
branch 0 50 0.0


line true false branch
39 0 0 unless defined $h
41 0 0 unless $$h{'logger'}->is_debug
46 0 0 if $level
49 0 0 if (scalar @args > 1) { }
0 0 elsif (ref $thing eq 'CODE') { }
0 0 elsif (ref $args[0]) { }
0 0 elsif (scalar @args == 1) { }
58 0 0 if (not defined $args[0]) { }
74 0 0 unless $$h{'logger'}->is_info
76 0 0 if $level
88 0 0 unless $$h{'logger'}->is_warn
93 0 0 if $level
96 0 0 if (scalar @args > 1) { }
0 0 elsif (ref $args[0]) { }
113 0 0 unless $$h{'logger'}->is_error
118 0 0 if $level
121 0 0 if (scalar @args > 1) { }
0 0 elsif (ref $thing eq 'CODE') { }
0 0 elsif (ref $args[0]) { }
147 0 0 if scalar @_ != 2 or not defined $_[1]
154 0 0 unless (exists $$m{$item})
164 0 0 if scalar @_ != 3 or not defined $_[1]
171 0 0 unless (exists $$m{$item})
184 0 0 unless $dbh
194 0 0 if ($$h{'logger'}->is_debug and $$h{'logmask'} & 128 and $$h{'driver'} eq 'Oracle') { }