| blib/lib/Perl/Critic/Policy/BuiltinFunctions/ProhibitComplexMappings.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 6 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 52 | 1 | 0 | 0 | $arg and $arg->isa("PPI::Statement::Expression") |
| 62 | 2 | 1 | 7 | $self->{'_max_statements'} >= $arg->schildren and 0 == grep({$_->isa("PPI::Statement::Compound");} $arg->schildren) |