Condition Coverage

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


and 3 conditions

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

or 3 conditions

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