| blib/lib/Perl/Critic/Policy/Freenode/BarewordFilehandles.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 8 | 75.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 39 | 139 | 0 | 90 | exists $openers{$elem} and is_function_call($elem) |
| 49 | 51 | 28 | 18 | $name->isa('PPI::Token::Word') and not exists $builtins{$name} |
| line | l | !l | condition |
|---|---|---|---|
| 47 | 97 | 0 | pop @$handle // (next) |