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