noydb/oworms-ui

View on GitHub
src/app/service/word.http.service.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function getFilterHttpParams has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private getFilterHttpParams(wordFilter: WordFilter): HttpParams | undefined {
        if (!wordFilter) {
            return undefined;
        }

Severity: Minor
Found in src/app/service/word.http.service.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status