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