Ontica/Empiria.Land.Intranet

View on GitHub
src/app/core/http/directory.service.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function getServiceFromList has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  private getServiceFromList(servicePathOrUID: string,
                             method: HttpMethod): Observable<Service> {
    let condition: (Service) => boolean;

    if (servicePathOrUID.includes('/')) {
Severity: Minor
Found in src/app/core/http/directory.service.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status