publiclab/image-sequencer

View on GitHub
src/modules/WhiteBalance/Module.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function Balance has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function Balance(options, UI) {

  var defaults = require('./../../util/getDefaults.js')(require('./info.json'));

  options.red = options.red || defaults.red;
Severity: Minor
Found in src/modules/WhiteBalance/Module.js - About 1 hr to fix

Function draw has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  function draw(input, callback, progressObj) {

    progressObj.stop(true);
    progressObj.overrideFlag = true;

Severity: Minor
Found in src/modules/WhiteBalance/Module.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status