mauritsl/node-castor-client

View on GitHub
classes/Set.js

Summary

Maintainability
A
1 hr
Test Coverage

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

Set.prototype.execute = function() {
  var self = this;
  return Q.when(this._schema).then(function(schema) {
    self._update.forEach(function(update) {
      if (typeof schema.columns[update.field] === 'undefined') {
Severity: Minor
Found in classes/Set.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status