bitovi/canjs

View on GitHub
benchmark/spinning-circle.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    setup: function() {
        var template = stache(
            "{{# for(box of boxes) }}" +
            "<div class='box-view'>" +
            "<div class='box' id='box-{{ box.number }}'  style='{{ box.style }}'>" +
Severity: Minor
Found in benchmark/spinning-circle.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status