blib/lib/AE/AdHoc.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 16 | 81.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
114 | 5 | 0 | 23 | @_ % 2 && shift() |
123 | 1 | 1 | 25 | $timeout and &looks_like_number($timeout) |
line | l | !l | condition |
---|---|---|---|
268 | 2 | 5 | $results{$name} ||= [@fixed_args, @_] |
321 | 1 | 1 | $opt{'after'} ||= 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
117 | 3 | 23 | 1 | $opt{'timeout'} || $opt{'soft_timeout'} || $timeout |
334 | 4 | 0 | 0 | $inf or $count-- > 0 |