Condition Coverage

blib/lib/DBIx/Class/Helper/Row/JoinTable.pm
Criterion Covered Total %
condition 13 21 61.9


or 3 conditions

line l !l&&r !l&&!r condition
46 336 112 0 $params->{'namespace'} ||= [get_namespace_parts($self)]->[0]
47 392 56 0 $params->{'left_method'} ||= &$decamelize($params->{'left_class'})
48 448 0 0 $params->{'right_method'} ||= &$decamelize($params->{'right_class'})
49 392 56 0 $params->{'self_method'} ||= &$decamelize($self)
50 392 56 0 $params->{'left_method_plural'} ||= $self->_pluralize($params->{'left_method'})
51 392 56 0 $params->{'right_method_plural'} ||= $self->_pluralize($params->{'right_method'})
52 336 112 0 $params->{'self_method_plural'} ||= $self->_pluralize($params->{'self_method'})