Codibre/fluent-iterable

View on GitHub
src/utils/get-stats-stepper.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function getStatsStepper has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function getStatsStepper() {
  const avgStepper = getAverageStepper();
  const minMaxStepper = getMinMaxStepper();
  let variance: number | undefined;
  let lastVarianceCount = 0;
Severity: Minor
Found in src/utils/get-stats-stepper.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status