Branch Coverage

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


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