ElectronicBabylonianLiterature/ebl-frontend

View on GitHub
src/fragmentarium/domain/fragment.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Function create has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

  static create(props: FragmentProps): Fragment {
    return new Fragment(
      props.number,
      props.accession,
      props.publication,
Severity: Minor
Found in src/fragmentarium/domain/fragment.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status