Class AttentionSectionHtml
java.lang.Object
org.ek9lang.cli.coverage.AttentionSectionHtml
- All Implemented Interfaces:
Function<Map<String, SourceFileInfo>, String>
public final class AttentionSectionHtml
extends Object
implements Function<Map<String, SourceFileInfo>, String>
Generates the attention required section showing modules below coverage threshold.
Returns empty string if all modules meet the 80% threshold.
Delegates to focused helpers:
FailingModuleFilter- filters modules below thresholdSeverityDeterminer- determines severity levelSeverityStyling- maps severity to CSS/icons