| line |
!l |
l&&!r |
l&&r |
condition |
|
44
|
29 |
1 |
13 |
$prev->isa('PPI::Token::Operator') && $Perl::Critic::Pulp::Utils::COMMA{$prev}
|
|
|
11 |
13 |
30 |
$prev and not $prev->isa('PPI::Token::Operator') && $Perl::Critic::Pulp::Utils::COMMA{$prev}
|
|
72
|
5 |
0 |
6 |
$parent->isa("PPI::Statement::Expression") and $parent->parent->isa("PPI::Structure::List")
|
|
|
5 |
6 |
0 |
$parent->isa("PPI::Statement::Expression") and $parent->parent->isa("PPI::Structure::List") and $parent->sprevious_sibling
|
|
103
|
0 |
6 |
5 |
$parent->isa("PPI::Statement") and $parent->parent->isa("PPI::Structure::Constructor")
|
|
|
6 |
0 |
5 |
$parent->isa("PPI::Statement") and $parent->parent->isa("PPI::Structure::Constructor") and $parent->sprevious_sibling
|