noydb/oworms-ui

View on GitHub
src/app/component/word/form/word-form.component.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function onBtnClick has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    onBtnClick(cancel?: boolean): void {
        if (cancel) {
            this.form.reset();
            this.secondBtnClick.emit();
            this.selectedPos = undefined;
Severity: Minor
Found in src/app/component/word/form/word-form.component.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status