iorrah/you-rockstar

View on GitHub
app/controllers/application.js

Summary

Maintainability
C
7 hrs
Test Coverage

Showing 2 of 2 total issues

Similar blocks of code found in 2 locations. Consider refactoring.
Open

isFooterShown: Ember.computed('currentPath', function() {
var shown = true,
cpath = this.get('currentPath');
 
switch (cpath) {
Severity: Major
Found in app/controllers/application.js and 1 other location - About 3 hrs to fix
app/controllers/application.js on lines 4..27

Similar blocks of code found in 2 locations. Consider refactoring.
Open

isNavbarShown: Ember.computed('currentPath', function() {
var shown = true,
cpath = this.get('currentPath');
 
switch (cpath) {
Severity: Major
Found in app/controllers/application.js and 1 other location - About 3 hrs to fix
app/controllers/application.js on lines 28..51

There are no issues that match your filters.

Category
Status