CaffGeek/MBACNationals

View on GitHub
Web.Admin/AdminApp/Controllers/controller.tournament.js

Summary

Maintainability
A
1 hr
Test Coverage

Function tournamentController has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    var tournamentController = function ($http, $q, $location, dataService) {
        var url = $location.absUrl();
        var lastSlash = url.lastIndexOf('/');
        var year = url.slice(lastSlash + 1);

Severity: Minor
Found in Web.Admin/AdminApp/Controllers/controller.tournament.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status