(update)
| 89354 | |
| 89355 | prototype.transform = function (_, pulse) { |
| 89356 | function process(update) { |
| 89357 | return function (tuple) { |
| 89358 | var tokens = tokenize(get(tuple), _.case, match) || [], |
| 89359 | t; |
| 89360 | |
| 89361 | for (var i = 0, n = tokens.length; i < n; ++i) { |
| 89362 | if (!stop.test(t = tokens[i])) update(t); |
| 89363 | } |
| 89364 | }; |
| 89365 | } |
| 89366 | |
| 89367 | var init = this._parameterCheck(_, pulse), |
| 89368 | counts = this._counts, |
no test coverage detected