GeoKnow/Jassa-Core

View on GitHub
benchmark/benchmark.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function runAction has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var runAction = function(action) {
  var bBox = boundingBox(action.lat, action.lon, action.radius);

  var bounds = new geo.Bounds(bBox.latMin, bBox.lonMin, bBox.latMax, bBox.lonMax);

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

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

    var createMapDataSource = function(sparqlService, geoMapFactory, concept, fillColor, moreAttrs) {
    Severity: Minor
    Found in benchmark/benchmark.js - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status