blib/lib/Perl/Lint/Policy/CodeLayout/RequireTrailingCommas.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 12 | 91.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
42 | 1 | 21 | 0 | not $is_nested and !$does_exist_procedure || $does_exist_any_comma |
3 | 5 | 13 | not $is_nested and !$does_exist_procedure || $does_exist_any_comma and $num_of_item > 1 | |
8 | 1 | 12 | not $is_nested and !$does_exist_procedure || $does_exist_any_comma and $num_of_item > 1 and $end_line - $begin_line > 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
42 | 17 | 1 | 3 | !$does_exist_procedure || $does_exist_any_comma |