3den/riotjs-todomvc

View on GitHub
js/presenters/footer_presenter.js

Summary

Maintainability
A
1 hr
Test Coverage

Function footerPresenter has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function footerPresenter(element, options) {
    var todo = options.model,
        template = options.template,
        filterState = null;

Severity: Minor
Found in js/presenters/footer_presenter.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status