| blib/lib/WebAPI/DBIC/Resource/ActiveModel/Role/DBIC.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 24 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 35 | 0 | 0 | if (@idcolumns > 1) |
| 36 | 0 | 0 | unless $our $warn_once{"$child_class $relname"}++ |
| 43 | 0 | 0 | if $$item_edit_rel_hooks{$parent_relname}{$relname} |
| 53 | 0 | 0 | if (not defined $subitem) { } |
| 0 | 0 | elsif ($subitem->isa('DBIx::Class::ResultSet')) { } | |
| 0 | 0 | elsif ($subitem->isa('DBIx::Class::Row')) { } | |
| 91 | 0 | 0 | if ($rel_ids) |
| 92 | 0 | 0 | ref $rel_ids ? : |
| 122 | 0 | 0 | $self->param('distinct') ? : |
| 127 | 0 | 0 | if (keys %$rel_sets) |
| 135 | 0 | 0 | if (($self->param('with') || '') =~ /count/) |
| 170 | 0 | 0 | if $edit_hook |