graycoreio/daffodil

View on GitHub
libs/order/testing/src/factories/order.factory.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

  private createTotals(): DaffOrderTotal[] {
    return [
      this.totalFactory.create({
        label: 'Grand Total',
        type: DaffOrderTotalTypeEnum.GrandTotal,
Severity: Minor
Found in libs/order/testing/src/factories/order.factory.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status