Branch Coverage

blib/lib/DBIx/LogAny.pm
Criterion Covered Total %
branch 0 52 0.0


line true false branch
40 0 0 unless defined $h
42 0 0 unless $$h{'logger'}->is_debug
47 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) { }
56 0 0 if (not defined $args[0]) { }
72 0 0 unless $$h{'logger'}->is_info
83 0 0 unless $$h{'logger'}->is_warn
88 0 0 if (scalar @args > 1) { }
0 0 elsif (ref $args[0]) { }
105 0 0 unless $$h{'logger'}->is_error
110 0 0 if (scalar @args > 1) { }
0 0 elsif (ref $thing eq 'CODE') { }
0 0 elsif (ref $args[0]) { }
136 0 0 if scalar @_ != 2 or not defined $_[1]
143 0 0 unless (exists $$m{$item})
153 0 0 if scalar @_ != 3 or not defined $_[1]
160 0 0 unless (exists $$m{$item})
173 0 0 unless $dbh
177 0 0 if ($$h{'logmask'} & 4)
179 0 0 defined $dsn ? :
0 0 defined $user ? :
0 0 if $$h{'logger'}->is_debug
187 0 0 if $$h{'logger'}->is_info
201 0 0 if ($$h{'logger'}->is_debug and $$h{'logmask'} & 128 and $$h{'driver'} eq 'Oracle') { }