Thibau/datalift-sdmxdatacube

View on GitHub
sdmxdatacube/src/web/public/static/js/models/State.js

Summary

Maintainability
A
1 hr
Test Coverage

Function State has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  var State = function () {
    var self = this;

    // Those are the states of the converter at a given time.
    self.isProcessing  = ko.observable(false);
Severity: Minor
Found in sdmxdatacube/src/web/public/static/js/models/State.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status