Condition Coverage

blib/lib/Perl/Lint/Policy/ClassHierarchies/ProhibitOneArgBless.pm
Criterion Covered Total %
condition 15 24 62.5


and 3 conditions

line !l l&&!r l&&r condition
22 56 0 14 $token_type == 70 and $token_data eq 'bless'
35 23 0 6 $token_type == 104 || $token_type == 124 and $left_paren_num <= 0
23 0 6 $token_type == 104 || $token_type == 124 and $left_paren_num <= 0 and $left_brace_num <= 0
0 0 6 $token_type == 104 || $token_type == 124 and $left_paren_num <= 0 and $left_brace_num <= 0 and $left_bracket_num <= 0
9 0 14 $token_type == 106 and $left_paren_num <= 0
9 0 14 $token_type == 106 and $left_paren_num <= 0 and $left_brace_num <= 0
0 0 14 $token_type == 106 and $left_paren_num <= 0 and $left_brace_num <= 0 and $left_bracket_num <= 0

or 3 conditions

line l !l&&r !l&&!r condition
35 5 1 23 $token_type == 104 || $token_type == 124