oddbit/sonosjs

View on GitHub
src/net/http/request.js

Summary

Maintainability
A
1 hr
Test Coverage

Function httpRequest has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        function httpRequest(opts) {
            opts = opts || {};

            var that = {};
            var expectedLength = 0;
Severity: Minor
Found in src/net/http/request.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status