silverbucket/teste

View on GitHub
lib/tools/WebSocketServer.js

Summary

Maintainability
A
1 hr
Test Coverage

Function run has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  WebSocketServer.prototype.run = function (callback) {
    var WebSocketServer = require('websocket').server;
    var http = requirejs('http');
    var messages = this.messages;
    var port = this.port;
Severity: Minor
Found in lib/tools/WebSocketServer.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status