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