trufflesuite/truffle

View on GitHub
packages/contract/lib/reformat.js

Summary

Maintainability
A
1 hr
Test Coverage

Function numbers has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const numbers = function(result, abiSegment) {
  const format = this.numberFormat;

  abiSegment.forEach((output, i) => {
    // output is a number type (uint || int);
Severity: Minor
Found in packages/contract/lib/reformat.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status