Vizzuality/gfw-climate

View on GitHub
app/assets/javascripts/map/presenters/ExperimentsPresenter.js

Summary

Maintainability
A
1 hr
Test Coverage

Function _source has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      _source: function(id) {
        var cxApiExists = !!cxApi || false;
        if (cxApiExists) {
          var variation = this.setVariation(id, 3);

Severity: Minor
Found in app/assets/javascripts/map/presenters/ExperimentsPresenter.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status