Condition Coverage

lib/DBI/Log.pm
Criterion Covered Total %
condition 7 17 41.1


and 3 conditions

line !l l&&!r l&&r condition
175 5 0 1 ref $query and ref $query eq "DBI::st"
180 0 0 6 $dbh and $opts{'replace_placeholders'}
187 4 0 2 $sth and $sth->{'ParamValues'}
191 0 0 0 defined $key and $key =~ /^\d+$/

or 2 conditions

line l !l condition
247 9 1 $depth ||= 0

or 3 conditions

line l !l&&r !l&&!r condition
104 0 0 0 $ENV{'HOME'} || (getpwuid $<)[7]