| blib/lib/DBIx/Class/Smooth/ResultBase.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 14 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 20 | 0 | 0 | if ($info->{'indexed'}) |
| 22 | 0 | 0 | ref $info->{'indexed'} ne 'ARRAY' ? : |
| 26 | 0 | 0 | if (length $indexvalue == 1 and $indexvalue) { } |
| 0 | 0 | elsif (length $indexvalue > 1) { } | |
| 33 | 0 | 0 | unless (exists $indices->{$index_name}) |
| 42 | 0 | 0 | if (scalar keys %$indices) |
| 47 | 0 | 0 | if $self->next::can |