Condition Coverage

blib/lib/Class/DBI/Plugin/Backtickify.pm
Criterion Covered Total %
condition 0 20 0.0


and 3 conditions

line !l l&&!r l&&r condition
79 0 0 0 ($alias ||= '') &&= " AS `$alias`"

or 2 conditions

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

or 3 conditions

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