fastladder/fastladder

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

Summary

Maintainability
A
1 hr
Test Coverage

Function compile has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    compile: function(pre_vars){
        var self = this;
        var buf = [];
        var builder = this.make_builder(buf);
        var sep = /\[\[(.*?)\]\]/g;
Severity: Minor
Found in app/assets/javascripts/lib/template.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status