app-outlet/app-outlet

View on GitHub
src/app/ui/components/install-button/install-button.component.ts

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function updateButtonAppearance has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private updateButtonAppearance(): void {
        switch (this.applicationStatus) {
            case ApplicationStatus.NOT_INSTALLED:
                this.buttonStatus = 'success';
                this.buttonText = this.getInstallButtonText();
Severity: Minor
Found in src/app/ui/components/install-button/install-button.component.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status