Mashape/mockbin

View on GitHub
lib/middleware/negotiate-content.js

Summary

Maintainability
A
2 hrs
Test Coverage
A
90%

Function exports has 64 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = (req, res, next) => {
    res.bodyXmlObj = {
        response: res.body,
    };

Severity: Major
Found in lib/middleware/negotiate-content.js - About 2 hrs to fix

There are no issues that match your filters.

Category
Status