Branch Coverage

blib/lib/Perl/Critic/Policy/InputOutput/ProhibitTwoArgOpen.pm
Criterion Covered Total %
branch 10 10 100.0


line true false branch
36 409 59 if $elem->content ne "open"
37 1 58 unless is_function_call($elem)
40 1 57 if $version and $version < $MINIMUM_VERSION
44 34 23 if (scalar @args <= 2)
45 5 25 if @args == 2 and $args[1][0]->isa("PPI::Token::Quote") and $args[1][0]->string =~ /$FORK_HANDLES_RX/