Branch Coverage

blib/lib/Catalyst/Helper/Controller/DBIC/API/REST.pm
Criterion Covered Total %
branch 11 14 78.5


line true false branch
207 0 1 if $helper->{'dir'}
305 13 5 if (not $source_col_info{$k}{'is_auto_increment'} || $source_col_info{$k}{'default_value'} =~ /(nextval|sequence|timestamp)/) { }
315 12 1 unless $source_col_info{$k}{'is_nullable'}
319 1 12 if $source_col_info{$k}{'is_nullable'}
327 0 6 if (defined $extra_options{'result_class'})
341 2 4 if scalar @list_prefetch_allows > 0
344 0 6 if scalar @list_prefetch > 0