blib/lib/Perl/Critic/Policy/Compatibility/ProhibitThreeArgumentOpen.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 8 | 87.5 |
line | true | false | branch |
---|---|---|---|
35 | 21 | 9 | if $element->content ne 'open' |
36 | 0 | 9 | unless is_function_call($element) |
39 | 4 | 5 | if $version and $version >= $MINIMUM_VERSION |
43 | 4 | 1 | if (scalar @arguments > 2) |