Aam-Digital/ndb-core

View on GitHub
src/app/child-dev-project/schools/demo-school-generator.service.ts

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function generateEntities has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  generateEntities(): School[] {
    const data = [];

    for (let i = 1; i <= this.config.count; i++) {
      const school = new School(String(i));
Severity: Minor
Found in src/app/child-dev-project/schools/demo-school-generator.service.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status