deps/npm/lib/stars.js

Summary

Maintainability
A
1 hr
Test Coverage

Function stars has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function stars (args, cb) {
  npm.commands.whoami([], true, function (er, username) {
    var name = args.length === 1 ? args[0] : username

    if (er) {
Severity: Minor
Found in deps/npm/lib/stars.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status