Branch Coverage

blib/lib/SQL/Load/Method.pm
Criterion Covered Total %
branch 9 14 64.2


line true false branch
29 0 4 if exists $self->{'_hash'}{'default'}
30 4 0 if exists $self->{'_list'}[0]
38 41 0 exists $self->{'_keys'}{$name} ? :
40 41 0 if exists $self->{'_hash'}{$real}
48 13 1 if (defined $self->{'_next'})
51 10 3 if exists $self->{'_list'}[$next]
62 8 0 if exists $self->{'_list'}[$index - 1]