mauritsl/node-castor-client

View on GitHub
classes/Query.js

Summary

Maintainability
A
1 hr
Test Coverage

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

Query.prototype.execute = function() {
  var self = this;
  var defer = Q.defer();
  
  var length = Buffer.byteLength(this._cql, 'utf8');
Severity: Minor
Found in classes/Query.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status