Condition Coverage

blib/lib/SQL/Preproc.pm
Criterion Covered Total %
condition 11 18 61.1


and 3 conditions

line !l l&&!r l&&r condition
1161 8 1 1 scalar @vars and substr($vars[0], 0, 1) eq '@'
1185 10 0 0 defined $cursor and $cursor ne ''
1210 10 0 0 $SQL::Preproc::RELAXED and $cursor eq ''
1256 10 0 0 $SQL::Preproc::RELAXED and $cursor eq ''
1623 4 4 0 $first eq '%' || $first eq '@' and scalar @vars > 1

or 3 conditions

line l !l&&r !l&&!r condition
1623 2 2 4 $first eq '%' || $first eq '@'