se-panfilov/angular-jsvat

View on GitHub
src/jsvat-input/jsvat_input.js

Summary

Maintainability
A
1 hr
Test Coverage

Function link has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        link: function (scope, element) {
          function makeObj(name) {
            if (!angular.isObject(scope[name])) {
              var value = scope[name];
              scope[name] = {
Severity: Minor
Found in src/jsvat-input/jsvat_input.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status