Condition Coverage

lib/DBIx/EAV/EntityType.pm
Criterion Covered Total %
condition 6 9 66.6


or 3 conditions

line l !l&&r !l&&!r condition
75 130 0 31 exists $self->_attributes->{$name} or exists $self->_static_attributes->{$name}
237 8 26 0 $params->{'name'} ||= $reltype =~ /_many$/ ? lc Lingua::EN::Inflect::PL($other_entity->name) : lc $other_entity->name
240 8 26 0 $params->{'incoming_name'} ||= $reltype eq 'many_to_many' ? lc Lingua::EN::Inflect::PL($self->name) : lc $self->name