Condition Coverage

blib/lib/Class/DBI/Plugin/AutoUntaint.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
195 0 0 0 $type eq 'timestamp' && !$ut
197 0 0 0 $skip_ts and $args{'debug'} > 1

or 2 conditions

line l !l condition
155 0 0 $args{'untaint_columns'} || {}
156 0 0 $args{'skip_columns'} || []
157 0 0 $args{'match_columns'} || {}
158 0 0 $args{'untaint_types'} || {}
159 0 0 $args{'match_types'} || {}
181 0 0 $ut_cols{$col} || $$ut_types{$type} || $TypesMap{$type} || ''