| line |
!l |
l&&!r |
l&&r |
condition |
|
128
|
2763 |
0 |
17 |
&blessed($ref) && $ref->isa('PPI::Document')
|
|
233
|
0 |
0 |
354 |
&blessed($element) and $element->isa("PPI::Element")
|
|
311
|
15 |
0 |
0 |
$stmt_loc->[0] == $inner_loc->[0] and $stmt_loc->[1] >= $inner_loc->[1]
|
|
327
|
15 |
0 |
0 |
_inner_is_defined_by_outer($inner_elem, $parent) and _location_is_in_right_hand_side_of_assignment($parent, $inner_elem)
|
|
348
|
15 |
0 |
0 |
$outer_elem->isa("PPI::Statement::Variable") and $inner_elem->isa("PPI::Token::Symbol")
|
|
395
|
0 |
0 |
0 |
$kid->isa("PPI::Token::Operator") and "=" eq $kid->content
|
|
401
|
0 |
0 |
0 |
$l->[0] == $inner_loc->[0] and $l->[1] >= $inner_loc->[1]
|
|
648
|
2722 |
1 |
57 |
defined $file_name and ref $args->{'-program-extensions'} eq "ARRAY"
|
|
663
|
2709 |
56 |
1 |
defined $file_name and $file_name =~ / [.] PL \z /msx
|