lib/os.js

Summary

Maintainability
A
1 hr
Test Coverage

Consider simplifying this complex logical expression.
Open

  if (isWindows) {
    return process.env.TEMP ||
           process.env.TMP ||
           (process.env.SystemRoot || process.env.windir) + '\\temp';
  } else {
Severity: Major
Found in lib/os.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status