| blib/lib/DBIx/Class/Schema/PopulateMore/Visitor.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 14 | 78.5 |
| line | true | false | branch |
|---|---|---|---|
| 106 | 25 | 94 | if (ref $target eq 'ARRAY') { } |
| 30 | 64 | elsif (ref $target eq 'HASH') { } | |
| 108 | 0 | 25 | if defined $self->seen->{$addr} |
| 115 | 0 | 30 | if defined $self->seen->{$addr} |
| 135 | 33 | 31 | if (my $item = $self->match_or_not($data)) |
| 156 | 0 | 64 | if (not defined $data) { } |
| 33 | 31 | elsif (my($item) = $data =~ /$match_condition/) { } |