rangoo94/bestest

View on GitHub
packages/math/lib/formatDuration.ts

Summary

Maintainability
A
1 hr
Test Coverage

Avoid too many return statements within this function.
Open

    return (picoseconds / 1e3).toFixed(fractionDigits) + 'ns'
Severity: Major
Found in packages/math/lib/formatDuration.ts - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

      return picoseconds.toFixed(fractionDigits) + 'ps'
    Severity: Major
    Found in packages/math/lib/formatDuration.ts - About 30 mins to fix

      There are no issues that match your filters.

      Category
      Status