Condition Coverage

blib/lib/Class/DBI/SQL/Transformer/Quotify.pm
Criterion Covered Total %
condition 6 19 31.5


and 3 conditions

line !l l&&!r l&&r condition
16 3 0 0 ($alias ||= '') &&= ' ' . $caller->db_Main->quote_identifier($alias)

or 2 conditions

line l !l condition
16 0 3 $alias ||= ''
56 360 0 $caller->db_Main->get_info(29) || '"'

or 3 conditions

line l !l&&r !l&&!r condition
15 0 3 0 $alias or $table
2 1 0 $class || ref $caller || $caller
29 0 0 0 $$self{'cmap'}{$_} || $caller->_croak("Don't understand table '${_}' in JOIN")
39 0 0 0 &$join_col($c1, $c2) || do { ($c1, $c2) = ($c2, $c1); ($t1, $t2) = ($t2, $t1); &$join_col($c1, $c2) }