| blib/lib/Perl/Critic/Policy/ClassHierarchies/ProhibitOneArgBless.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 6 | 6 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 30 | 367 | 12 | if $elem->content ne "bless" |
| 31 | 2 | 10 | unless is_function_call($elem) |
| 33 | 4 | 6 | if (scalar parse_arg_list($elem) == 1) |