| line |
l |
!l&&r |
!l&&!r |
condition |
|
70
|
1 |
1 |
22 |
$args->{'is_method'} || $args->{'parameters'}{'nshift'} || $args->{'parameters'}{'invocant'} |
|
74
|
1 |
1 |
21 |
exists $args->{'is_method'} || exists $args->{'parameters'}{'nshift'} || exists $args->{'parameters'}{'invocant'} |
|
81
|
2 |
2 |
14 |
$args->{'is_method'} || $args->{'nshift'} || $args->{'invocant'} |
|
85
|
1 |
2 |
13 |
exists $args->{'is_method'} || exists $args->{'nshift'} || exists $args->{'invocant'} |
|
131
|
8 |
18 |
20 |
$self->{'file'} ||= $self->_build_file |
|
132
|
8 |
18 |
20 |
$self->{'line'} ||= $self->_build_line |
|
133
|
11 |
2 |
60 |
$self->{'prototype'} ||= $self->_build_prototype |
|
134
|
17 |
20 |
36 |
$self->{'attribute'} ||= $self->_build_attribute |
|
135
|
3 |
2 |
44 |
$self->{'is_constant'} ||= !!$self->_build_is_constant |