NLeSC/PattyVis

View on GitHub
app/scripts/core/drivemap.service.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  function DrivemapService($http, $q, $log, proj4, pattyConf) {
    var me = this;
    this.data = {};
    var deferred = $q.defer();

Severity: Minor
Found in app/scripts/core/drivemap.service.js - About 1 hr to fix

    Function DrivemapService has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

      function DrivemapService($http, $q, $log, proj4, pattyConf) {
    Severity: Minor
    Found in app/scripts/core/drivemap.service.js - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status