Condition Coverage

blib/lib/Module/Checkstyle/Check/Block.pm
Criterion Covered Total %
condition 1 18 5.5


and 3 conditions

line !l l&&!r l&&r condition
105 5 0 0 exists $$self{$IGNORE_SAME} and $$self{$IGNORE_SAME}
182 0 0 0 ref $next_statement and $next_statement->isa('PPI::Token::Word')
0 0 0 ref $next_statement and $next_statement->isa('PPI::Token::Word') and $closing_curly_line != $next_statement->location->[0]
192 0 0 0 ref $next_statement and $next_statement->isa('PPI::Token::Word')
0 0 0 ref $next_statement and $next_statement->isa('PPI::Token::Word') and $closing_curly_line == $next_statement->location->[0]
201 0 0 0 ref $previous_statement and $closing_curly_line == $previous_statement->location->[0]