blib/lib/Perl/Critic/Policy/BuiltinFunctions/ProhibitSleepViaSelect.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 10 | 80.0 |
line | true | false | branch |
---|---|---|---|
31 | 384 | 8 | if $elem->content ne "select" |
32 | 1 | 7 | unless is_function_call($elem) |
35 | 0 | 7 | if $SELECT_ARGUMENT_COUNT != @arguments |
38 | 4 | 12 | if $argument->[0] ne "undef" |
41 | 3 | 0 | if ($arguments[-1][0] ne "undef") |