blib/lib/Perl/Critic/Policy/ControlStructures/ProhibitYadaOperator.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 6 | 100.0 |
line | true | false | branch |
---|---|---|---|
30 | 2 | 144 | if (_is_yada($elem)) |
39 | 139 | 7 | if $elem ne "..." |
44 | 5 | 2 | if $elem->snext_sibling and $elem->sprevious_sibling |