Condition Coverage

blib/lib/Perl/Critic/Policy/Community/BarewordFilehandles.pm
Criterion Covered Total %
condition 6 8 75.0


and 3 conditions

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}

or 2 conditions

line l !l condition
47 97 0 pop @$handle // (next)