Sources/ComposeUI/Extensions/UIApplication+TopViewController.swift

Summary

Maintainability
A
1 hr
Test Coverage

Avoid deeply nested control flow statements.
Open

                        if window.isKeyWindow {
                            topViewController = window.rootViewController
                        }
Severity: Major
Found in Sources/ComposeUI/Extensions/UIApplication+TopViewController.swift - About 45 mins to fix

    Avoid deeply nested control flow statements.
    Open

                            guard window.isUserInteractionEnabled == true else {
                                continue
                            }
    Severity: Major
    Found in Sources/ComposeUI/Extensions/UIApplication+TopViewController.swift - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status