Condition Coverage

blib/lib/DBIx/Class/CDBICompat/SQLTransformer.pm
Criterion Covered Total %
condition 0 17 0.0


and 3 conditions

line !l l&&!r l&&r condition
46 0 0 0 ($alias ||= '') &&= " $alias"

or 2 conditions

line l !l condition
46 0 0 $alias ||= ''

or 3 conditions

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