Branch Coverage

blib/lib/DBIx/Sunny/Util.pm
Criterion Covered Total %
branch 6 10 60.0


line true false branch
17 0 0 if (&blessed($bind) and $bind->can('value_ref') and $bind->can('type')) { }
30 0 13 unless defined $query
31 0 13 if (@bind == 1 and ref $bind[0] eq 'HASH')
42 4 6 if (ref $bind and ref $bind eq 'ARRAY') { }
51 8 5 if ($num_bounds != $orig_num_binds)