Class FailingModuleFilter

java.lang.Object
org.ek9lang.cli.coverage.FailingModuleFilter
All Implemented Interfaces:
Function<Map<String, SourceFileInfo>, List<ModuleInfo>>

final class FailingModuleFilter extends Object implements Function<Map<String, SourceFileInfo>, List<ModuleInfo>>
Filters modules below coverage threshold and sorts by coverage (worst first). Single responsibility: identifying modules needing attention.

Delegates to focused helpers:

Returns modules with coverage below 80%, sorted ascending by coverage so the worst offenders appear first in attention sections.