javiercejudo/linear-converter

View on GitHub
src/linear-converter.js

Summary

Maintainability
A
1 hr
Test Coverage

Function factory has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function factory(Decimal) {
  var presetToDecimal = presetToDecimalFactory(Decimal);
  var scaleToDecimal = scaleToDecimalFactory(Decimal);
  var rescale = rescaleFactory(Decimal);
  var api = {};
Severity: Minor
Found in src/linear-converter.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status