JLBoor/generator-jlb-angular

View on GitHub
app/templates/skeleton/app/modules/configuration/identity/authentication-config.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function decode has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

            decode: function (input) {
                var output = "";
                var chr1, chr2, chr3 = "";
                var enc1, enc2, enc3, enc4 = "";
                var i = 0;

    Function encode has 26 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

                encode: function (input) {
                    var output = "";
                    var chr1, chr2, chr3 = "";
                    var enc1, enc2, enc3, enc4 = "";
                    var i = 0;

      There are no issues that match your filters.

      Category
      Status