| line |
!l |
l&&!r |
l&&r |
condition |
|
126
|
123 |
0 |
17 |
&blessed($ref) && $ref->isa('PPI::Document')
|
|
231
|
0 |
0 |
0 |
&blessed($element) and $element->isa("PPI::Element")
|
|
309
|
0 |
0 |
0 |
$stmt_loc->[0] == $inner_loc->[0] and $stmt_loc->[1] >= $inner_loc->[1]
|
|
325
|
0 |
0 |
0 |
_inner_is_defined_by_outer($inner_elem, $parent) and _location_is_in_right_hand_side_of_assignment($parent, $inner_elem)
|
|
346
|
0 |
0 |
0 |
$outer_elem->isa("PPI::Statement::Variable") and $inner_elem->isa("PPI::Token::Symbol")
|
|
393
|
0 |
0 |
0 |
$kid->isa("PPI::Token::Operator") and "=" eq $kid->content
|
|
399
|
0 |
0 |
0 |
$l->[0] == $inner_loc->[0] and $l->[1] >= $inner_loc->[1]
|
|
647
|
112 |
1 |
27 |
defined $file_name and ref $args->{'-program-extensions'} eq "ARRAY"
|
|
662
|
109 |
27 |
1 |
defined $file_name and $file_name =~ / [.] PL \z /msx
|