Condition Coverage

blib/lib/DBIx/QuickORM/SQLBuilder/SQLAbstract.pm
Criterion Covered Total %
condition 6 13 46.1


and 3 conditions

line !l l&&!r l&&r condition
68 0 0 2 $pk and @$pk

or 2 conditions

line l !l condition
73 2 0 $sql->{'bind'} //= []
120 3 1 $params->{'where'} // undef

or 3 conditions

line l !l&&r !l&&!r condition
63 2 0 0 delete $params{'insert'} // delete $params{'update'}
105 80 0 0 $params->{'insert'} // croak("'insert' is required")