Branch Coverage

blib/lib/DBIx/DBSchema/Index.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
55 0 0 ref $_[0] ? :
68 0 0 if (defined $value) { }
83 0 0 if (defined $value) { }
88 0 0 defined $self->{'using'} ? :
100 0 0 if (defined $value) { }
104 0 0 $self->{'unique'} ? :
116 0 0 if (defined $value) { }
143 0 0 $self->unique ? :
160 0 0 if $self->name eq $other->name
173 0 0 if $self->using eq $other->using and $self->unique == $other->unique