Condition Coverage

blib/lib/SQL/DB/Expr.pm
Criterion Covered Total %
condition 9 19 47.3


and 3 conditions

line !l l&&!r l&&r condition
109 17 0 0 @_ == 1 and eval { do { $_[0]->isa('SQL::DB::Expr') } }
506 0 5 0 @_ >= 2 and $_[0] =~ /^select/i
517 0 4 0 @_ >= 2 and $_[0] =~ /^select/i

or 2 conditions

line l !l condition
175 2 4 $$tcount{$name} ||= []
353 28 447 eval { do { $e2->_multi } } || 0

or 3 conditions

line l !l&&r !l&&!r condition
561 2 0 0 shift() || croak('as($value)')
575 5 0 0 shift() || croak('like($value)')