Showing 1 of 1 total issue

Function execute has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  execute(criteria) {
    if (criteria instanceof Criteria || ["filters", "source", "mappers"].every(fn => fn in criteria)) {
      const filtersFn = this.resolveFilters(criteria.filters);
      const fn = compose(filtersFn);

Severity: Minor
Found in src/executor.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language