fastladder/fastladder

View on GitHub
app/assets/javascripts/lib/ldr.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function Application has 48 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    this.Application = (function(done){
        function Application() {
            this.initialized = false;
            this.style_initializer = new LDR.StyleInitializer;
            this.state  = new LDR.StateClass;
Severity: Minor
Found in app/assets/javascripts/lib/ldr.js - About 1 hr to fix

    Function load has 35 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

            fn.load = function(options, done){
                var that = this;
                var flow;
                var with_pass = function(f){
                    return function(){flow.pass();};
    Severity: Minor
    Found in app/assets/javascripts/lib/ldr.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status