mrajagopal/nodejs-ssllabs-api

View on GitHub

Showing 1 of 1 total issue

Function analyzeResponse has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

SslLabsApi.prototype.analyzeResponse = function analyzeResponse(resp){
  var self = this;
  var respBody = '';

  resp.on('data', function (chunk){
Severity: Minor
Found in ssllabs-api.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language