mrajagopal/nodejs-ssllabs-api

View on GitHub
ssllabs-api.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    There are no issues that match your filters.

    Category
    Status