blib/lib/Perl/Lint/Policy/CodeLayout/ProhibitQuotedWordLists.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 19 | 22 | 86.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
46 | 9 | 3 | 10 | $is_violated and $elem_num >= $min_elements |
91 | 2 | 1 | 2 | $is_violated and $elem_num >= $min_elements |
line | l | !l | condition |
---|---|---|---|
17 | 2 | 9 | $args->{'prohibit_quoted_word_lists'}{'min_elements'} || 2 |
18 | 1 | 10 | $args->{'prohibit_quoted_word_lists'}{'strict'} || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
24 | 15 | 0 | 136 | $token_type == 168 or $token_type == 192 |
15 | 7 | 129 | $token_type == 168 or $token_type == 192 or $token_type == 195 | |
41 | 0 | 57 | 52 | $token_type == 172 or $token_type == 173 |
86 | 0 | 13 | 11 | $token_type == 172 or $token_type == 173 |