myems-admin/js/plugins/uiMask/masks.js

Summary

Maintainability
F
1 wk
Test Coverage

File masks.js has 538 lines of code (exceeds 250 allowed). Consider refactoring.
Open

(function() {
    'use strict';

    function maxValidator(ctrl, value, limit) {
        var max = parseFloat(limit);
Severity: Major
Found in myems-admin/js/plugins/uiMask/masks.js - About 1 day to fix

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

                    link: function (scope, element, attrs, ctrl) {
                        if (!ctrl) {
                            return;
                        }
    
    
    Severity: Major
    Found in myems-admin/js/plugins/uiMask/masks.js - About 2 hrs to fix

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

                      link: function (scope, element, attrs, ctrl) {
                          if (!ctrl) {
                              return;
                          }
      
      
      Severity: Major
      Found in myems-admin/js/plugins/uiMask/masks.js - About 2 hrs to fix

        Function uiBrCpfCnpjMask has 43 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            function uiBrCpfCnpjMask() {
                function applyCpfCnpjMask (value) {
                    if(!value) {
                        return value;
                    }
        Severity: Minor
        Found in myems-admin/js/plugins/uiMask/masks.js - About 1 hr to fix

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

              function uiBrCpfMask() {
                  function applyCpfMask (value) {
                      if(!value) {
                          return value;
                      }
          Severity: Minor
          Found in myems-admin/js/plugins/uiMask/masks.js - About 1 hr to fix

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

                function uiBrCnpjMask() {
                    function applyCnpjMask (value) {
                        if(!value) {
                            return value;
                        }
            Severity: Minor
            Found in myems-admin/js/plugins/uiMask/masks.js - About 1 hr to fix

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

                              link: function (scope, element, attrs, ctrl) {
                                  if (!ctrl) {
                                      return;
                                  }
              
              
              Severity: Minor
              Found in myems-admin/js/plugins/uiMask/masks.js - About 1 hr to fix

                Similar blocks of code found in 2 locations. Consider refactoring.
                Open

                    function uiBrCpfMask() {
                        function applyCpfMask (value) {
                            if(!value) {
                                return value;
                            }
                Severity: Major
                Found in myems-admin/js/plugins/uiMask/masks.js and 1 other location - About 1 day to fix
                myems-admin/js/plugins/uiMask/masks.js on lines 106..144

                Duplicated Code

                Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                Tuning

                This issue has a mass of 261.

                We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                Refactorings

                Further Reading

                Similar blocks of code found in 2 locations. Consider refactoring.
                Open

                    function uiBrCnpjMask() {
                        function applyCnpjMask (value) {
                            if(!value) {
                                return value;
                            }
                Severity: Major
                Found in myems-admin/js/plugins/uiMask/masks.js and 1 other location - About 1 day to fix
                myems-admin/js/plugins/uiMask/masks.js on lines 65..104

                Duplicated Code

                Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                Tuning

                This issue has a mass of 261.

                We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                Refactorings

                Further Reading

                Similar blocks of code found in 2 locations. Consider refactoring.
                Open

                            function applyPhoneMask (value) {
                                if(!value) {
                                    return value;
                                }
                
                
                Severity: Major
                Found in myems-admin/js/plugins/uiMask/masks.js and 1 other location - About 2 hrs to fix
                myems-admin/js/plugins/uiMask/masks.js on lines 147..158

                Duplicated Code

                Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                Tuning

                This issue has a mass of 94.

                We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                Refactorings

                Further Reading

                Similar blocks of code found in 2 locations. Consider refactoring.
                Open

                        function applyCpfCnpjMask (value) {
                            if(!value) {
                                return value;
                            }
                            var formatedValue;
                Severity: Major
                Found in myems-admin/js/plugins/uiMask/masks.js and 1 other location - About 2 hrs to fix
                myems-admin/js/plugins/uiMask/masks.js on lines 434..447

                Duplicated Code

                Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                Tuning

                This issue has a mass of 94.

                We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                Refactorings

                Further Reading

                Similar blocks of code found in 4 locations. Consider refactoring.
                Open

                                    if(attrs.min){
                                        ctrl.$parsers.push(function(value) {
                                            return minValidator(ctrl, value, scope.min);
                                        });
                
                
                Severity: Major
                Found in myems-admin/js/plugins/uiMask/masks.js and 3 other locations - About 2 hrs to fix
                myems-admin/js/plugins/uiMask/masks.js on lines 268..276
                myems-admin/js/plugins/uiMask/masks.js on lines 340..348
                myems-admin/js/plugins/uiMask/masks.js on lines 350..358

                Duplicated Code

                Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                Tuning

                This issue has a mass of 79.

                We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                Refactorings

                Further Reading

                Similar blocks of code found in 4 locations. Consider refactoring.
                Open

                                    if(attrs.max) {
                                        ctrl.$parsers.push(function(value) {
                                            return maxValidator(ctrl, value, scope.max);
                                        });
                
                
                Severity: Major
                Found in myems-admin/js/plugins/uiMask/masks.js and 3 other locations - About 2 hrs to fix
                myems-admin/js/plugins/uiMask/masks.js on lines 258..266
                myems-admin/js/plugins/uiMask/masks.js on lines 268..276
                myems-admin/js/plugins/uiMask/masks.js on lines 340..348

                Duplicated Code

                Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                Tuning

                This issue has a mass of 79.

                We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                Refactorings

                Further Reading

                Similar blocks of code found in 4 locations. Consider refactoring.
                Open

                                    if(attrs.max) {
                                        ctrl.$parsers.push(function(value) {
                                            return maxValidator(ctrl, value, scope.max);
                                        });
                
                
                Severity: Major
                Found in myems-admin/js/plugins/uiMask/masks.js and 3 other locations - About 2 hrs to fix
                myems-admin/js/plugins/uiMask/masks.js on lines 258..266
                myems-admin/js/plugins/uiMask/masks.js on lines 340..348
                myems-admin/js/plugins/uiMask/masks.js on lines 350..358

                Duplicated Code

                Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                Tuning

                This issue has a mass of 79.

                We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                Refactorings

                Further Reading

                Similar blocks of code found in 4 locations. Consider refactoring.
                Open

                                    if(attrs.min){
                                        ctrl.$parsers.push(function(value) {
                                            return minValidator(ctrl, value, scope.min);
                                        });
                
                
                Severity: Major
                Found in myems-admin/js/plugins/uiMask/masks.js and 3 other locations - About 2 hrs to fix
                myems-admin/js/plugins/uiMask/masks.js on lines 258..266
                myems-admin/js/plugins/uiMask/masks.js on lines 268..276
                myems-admin/js/plugins/uiMask/masks.js on lines 350..358

                Duplicated Code

                Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                Tuning

                This issue has a mass of 79.

                We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                Refactorings

                Further Reading

                Similar blocks of code found in 2 locations. Consider refactoring.
                Open

                    function maxValidator(ctrl, value, limit) {
                        var max = parseFloat(limit);
                        var validity = ctrl.$isEmpty(value) || isNaN(max)|| value <= max;
                        ctrl.$setValidity('max', validity);
                        return value;
                Severity: Major
                Found in myems-admin/js/plugins/uiMask/masks.js and 1 other location - About 1 hr to fix
                myems-admin/js/plugins/uiMask/masks.js on lines 11..16

                Duplicated Code

                Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                Tuning

                This issue has a mass of 68.

                We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                Refactorings

                Further Reading

                Similar blocks of code found in 2 locations. Consider refactoring.
                Open

                    function minValidator(ctrl, value, limit) {
                        var min = parseFloat(limit);
                        var validity = ctrl.$isEmpty(value) || isNaN(min) || value >= min;
                        ctrl.$setValidity('min', validity);
                        return value;
                Severity: Major
                Found in myems-admin/js/plugins/uiMask/masks.js and 1 other location - About 1 hr to fix
                myems-admin/js/plugins/uiMask/masks.js on lines 4..9

                Duplicated Code

                Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                Tuning

                This issue has a mass of 68.

                We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                Refactorings

                Further Reading

                There are no issues that match your filters.

                Category
                Status