Condition Coverage

blib/lib/SQL/Translator/Producer/DB2.pm
Criterion Covered Total %
condition 9 19 47.3


or 2 conditions

line l !l condition
268 0 8 $table->extra->{'TABLESPACE'} || ''
380 7 0 $trigger->perform_action_when || 'AFTER'
7 0 $db_events || 'UPDATE'
0 7 $trigger->extra->{'reference'} || 'REFERENCING OLD AS oldrow NEW AS newrow'
0 7 $trigger->extra->{'granularity'} || 'FOR EACH ROW'

or 3 conditions

line l !l&&r !l&&!r condition
285 14 24 0 $dt_translate{lc $field->data_type} || $field->data_type
294 0 0 17 $field->default_value =~ /current( |_)timestamp/i || $field->default_value =~ /now\(\)/i
391 0 1 0 $dt_translate{lc $to_field->data_type} || $to_field->data_type