okunishinishi/node-ngdoc-md

View on GitHub
lib/ngdoc_md.js

Summary

Maintainability
A
1 hr
Test Coverage

Function doAngularModules has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function doAngularModules(src, dest, options, callback) {
    var args = argx(arguments);
    callback = args.pop('function') || argx.noop;
    options = args.pop('object') || {};
    dest = args.pop('string');
Severity: Minor
Found in lib/ngdoc_md.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status