jormaechea/open-api-mocker

View on GitHub
lib/mocker/express/server.js

Summary

Maintainability
A
35 mins
Test Coverage
F
0%

Showing 1 of 1 total issue

Function sendResponse has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

sendResponse(req, res, body, statusCode, headers, responseMimeType = '') {
 
statusCode = statusCode || 200;
headers = headers || {};
 
 
Severity: Minor
Found in lib/mocker/express/server.js - About 35 mins to fix
Category
Status