Branch Coverage

blib/lib/DBIx/MoCo/Schema.pm
Criterion Covered Total %
branch 14 18 77.7


line true false branch
7 0 20 unless my $klass = shift()
21 10 263 unless ($$self{'primary_keys'})
30 3 12 unless ($$self{'unique_keys'})
39 0 153 if $_[0]
45 1 4 if (@_)
46 1 0 ref $_[0] && ref $_[0] eq 'ARRAY' ? :
62 18 165 unless ($$self{'columns'})
71 2 2 unless exists $_[1]
72 0 2 if @_ % 2