aureooms/js-rational-field

View on GitHub
src/QQ.js

Summary

Maintainability
A
2 hrs
Test Coverage
B
82%

domain has 22 functions (exceeds 20 allowed). Consider refactoring.
Open

const domain = {
    name: 'ZZ',
    add: (a, b) => a.add(b),
    sub: (a, b) => a.sub(b),
    mul: (a, b) => a.mul(b),
Severity: Minor
Found in src/QQ.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status