tbranyen/combyne

View on GitHub
lib/shared/map.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function map has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  function map(obj, index, value, data, iterator) {
    var isArrayLike = type(obj) === "arguments" || type(obj) === "nodelist";
    var isArray = Array.isArray(obj) || isArrayLike;
    var output = [];
    var dataObject;
Severity: Minor
Found in lib/shared/map.js - About 1 hr to fix

    Function map has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

      function map(obj, index, value, data, iterator) {
    Severity: Minor
    Found in lib/shared/map.js - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status