Branch Coverage

lib/SQL/Admin/Driver/Base/Producer.pm
Criterion Covered Total %
branch 14 32 43.7


line true false branch
42 0 0 refarray($_) ? :
56 0 0 unless ref $def
59 0 0 if refarray $def
62 0 0 if refhash $def
80 16 45 unless wantarray
90 0 364 unless refhash $def
91 115 249 unless exists $$def{$method}
101 93 156 unless wantarray
159 7 19 if (refhash $parent and $$parent{'size'})
161 1 6 if defined $$parent{'scale'}
300 13 0 if @retval > 2
301 9 4 if @retval > 3
367 0 0 if (exists $$def{'default_clause'}) { }
0 0 elsif (exists $$def{'not_null'}) { }
368 0 0 defined $$def{'default_clause'} ? :
374 0 0 $$def{'not_null'} ? :