Branch Coverage

blib/lib/SQL/Composer/Update.pm
Criterion Covered Total %
branch 16 20 80.0


line true false branch
27 7 0 if ($params{'values'} or $params{'set'})
29 1 6 ref $values eq 'HASH' ? :
35 2 5 if (ref $value) { }
36 1 1 if (ref $value eq 'SCALAR') { }
1 0 elsif (ref $value eq 'REF') { }
40 1 0 if (ref $$value eq 'ARRAY') { }
63 1 6 if ($params{'where'})
72 2 5 if (defined(my $limit = $params{'limit'}))
76 1 6 if (defined(my $offset = $params{'offset'}))
89 0 6 unless (shift())->{'bind'}