Branch Coverage

blib/lib/SQL/OOP/Dataset.pm
Criterion Covered Total %
branch 18 24 75.0


line true false branch
17 5 16 scalar @_ == 1 ? :
18 0 21 if (ref $data_ref eq 'HASH')
35 21 17 scalar @_ == 1 ? :
36 0 38 if (ref $data_ref eq 'HASH')
61 6 22 if (blessed $_) { }
67 20 0 if wantarray
78 0 8 if ($$self{'gen'} and $prefix) { }
92 0 5 if ($$self{'gen'} and $prefix) { }
110 9 15 if ($type eq 1) { }
15 0 elsif ($type eq 2) { }
111 1 14 blessed $_ ? :
117 5 16 blessed($val[$idx]) ? :