yahoo/hodman

View on GitHub
lib/service/lookup.js

Summary

Maintainability
A
1 hr
Test Coverage

Function parse has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        parse: function (data) {
            var moduleNames = _.keys(data),
                result = {},
                container = new ServiceContainer(result, this._getChildOptions());

Severity: Minor
Found in lib/service/lookup.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status