line |
!l |
l&&!r |
l&&r |
condition |
40
|
139 |
1 |
6 |
$previous->isa("PPI::Token::Cast") and $previous eq "\\"
|
47
|
6 |
0 |
1 |
$previous->isa("PPI::Token::Operator") and $IS_COMMA{$previous->content}
|
53
|
0 |
11 |
8 |
$up = $up->parent and $up->isa('PPI::Statement::Expression') || $up->isa('PPI::Structure::List') || $up->isa('PPI::Statement')
|
65
|
5 |
3 |
3 |
$up->isa("PPI::Structure::List") and $word->isa("PPI::Token::Cast")
|
|
8 |
0 |
3 |
$up->isa("PPI::Structure::List") and $word->isa("PPI::Token::Cast") and $word->content eq "\\"
|
79
|
7 |
0 |
8 |
$previous and $EXEMPTIONS{$previous}
|