Condition Coverage

blib/lib/Alzabo/Runtime.pm
Criterion Covered Total %
condition 0 27 0.0


or 3 conditions

line l !l&&r !l&&!r condition
50 0 0 0 Alzabo::Utils::is_arrayref($$where[0]) or $$where[0] eq '('
53 0 0 0 $sql->last_op eq 'where' || $sql->last_op eq 'condition'
63 0 0 0 Alzabo::Utils::is_arrayref($$having[0]) or $$having[0] eq '('
66 0 0 0 $sql->last_op eq 'having' || $sql->last_op eq 'condition'
76 0 0 0 $sql->last_op eq 'where' || $sql->last_op eq 'having'
92 0 0 0 lc $clause eq 'and' or lc $clause eq 'or'
104 0 0 0 $x || $has_start
121 0 0 0 $x || $has_start
157 0 0 0 Alzabo::Utils::safe_isa($by, 'Alzabo::Column') or Alzabo::Utils::safe_isa($by, 'Alzabo::SQLMaker::Function')