mjackson/mach

View on GitHub
modules/multipart/parseContent.js

Summary

Maintainability
A
1 hr
Test Coverage

Function parseContent has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function parseContent(content, boundary, maxLength, partHandler) {
  if (typeof maxLength === 'function') {
    partHandler = maxLength;
    maxLength = null;
  }
Severity: Minor
Found in modules/multipart/parseContent.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status