| blib/lib/GenOO/Data/Structure/DoubleHashArray.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 14 | 16 | 87.5 |
| line | true | false | branch |
|---|---|---|---|
| 94 | 1 | 303 | if defined $return_code and $return_code eq 'break_loop' |
| 105 | 2 | 2 | unless defined $self->_structure->{$primary_key}{$secondary_key} |
| 108 | 0 | 6 | if defined $return_code and $return_code eq 'break_loop' |
| 116 | 113 | 1824 | unless (exists $self->_structure->{$primary_key}) |
| 150 | 1 | 2 | if ($self->entries_count == 0) { } |
| 161 | 2 | 1 | if (defined $self->entries_count and $self->entries_count > 0) { } |
| 172 | 3 | 1 | if ($self->is_not_sorted) |
| 186 | 7 | 0 | if (exists $self->_structure->{$primary_key}) { } |