()
| 14312 | count = isDefined(count) ? count : 0; |
| 14313 | |
| 14314 | function callback() { |
| 14315 | if (!hasParams) { |
| 14316 | fn(iteration); |
| 14317 | } else { |
| 14318 | fn.apply(null, args); |
| 14319 | } |
| 14320 | } |
| 14321 | |
| 14322 | function tick() { |
| 14323 | if (skipApply) { |
no test coverage detected