MetaCredo.Check.Refactor.DeadCode (MetaCredo v0.1.0)

View Source

Detects unreachable code after early returns. Statements following a return, raise, or throw can never execute and should be removed.

Category: Refactoring Opportunity / Priority: high