Condition Coverage

blib/lib/Perl/Critic/Policy/InputOutput/RequireBracedFileHandleWithPrint.pm
Criterion Covered Total %
condition 2 6 33.3


and 3 conditions

line !l l&&!r l&&r condition
56 0 0 2 $sib[0]->isa("PPI::Token::Symbol") and $sib[0] =~ /\A \$/msx

or 3 conditions

line l !l&&r !l&&!r condition
56 2 0 0 $sib[0]->isa("PPI::Token::Symbol") and $sib[0] =~ /\A \$/msx or $sib[0]->isa("PPI::Token::Word")