platanus/angular-restmod

View on GitHub
src/module/factory.js

Summary

Maintainability
A
1 hr
Test Coverage

Function define has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      define: function(_where, _fun) {

        var name = false, api = 'Record';
        if(typeof _fun === 'object' && _fun) {
          api = _where;
Severity: Minor
Found in src/module/factory.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status