lib/DBIx/EAV/EntityType.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 9 | 0.0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
75 | 0 | 0 | 0 | exists $self->_attributes->{$name} or exists $self->_static_attributes->{$name} |
237 | 0 | 0 | 0 | $params->{'name'} ||= $reltype =~ /_many$/ ? lc Lingua::EN::Inflect::PL($other_entity->name) : lc $other_entity->name |
240 | 0 | 0 | 0 | $params->{'incoming_name'} ||= $reltype eq 'many_to_many' ? lc Lingua::EN::Inflect::PL($self->name) : lc $self->name |