Branch Coverage

blib/lib/CatalystX/CRUD/Results.pm
Criterion Covered Total %
branch 2 12 16.6


line true false branch
70 0 10 unless defined $self->results
72 10 0 if (ref $self->results eq 'ARRAY') { }
107 0 0 if (&blessed($q)) { }
0 0 elsif (ref $q eq 'CODE') { }
123 0 0 if (ref $self->results eq 'ARRAY') { }
136 0 0 if (&blessed($i) and $i->can('serialize')) { }