NLeSC/PattyVis

View on GitHub
app/scripts/nexus/nexus.service.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function NexusService has 60 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  function NexusService(Presenter, SphereTrackball) {
    var service = {};
    service.siteShown = false;
    service.setTarget = function(element) {
      this.presenter = new Presenter(element);
Severity: Major
Found in app/scripts/nexus/nexus.service.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status