atsid/schematic-js

View on GitHub
js/plugins/LuhnValidationPlugin.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    var module = function (config) {

        this.message = {code: 0, message: 'Invalid number'};
        util.mixin(this, config);

Severity: Minor
Found in js/plugins/LuhnValidationPlugin.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status