Class ModuleAttentionSectionHtml

java.lang.Object
org.ek9lang.cli.coverage.ModuleAttentionSectionHtml

public final class ModuleAttentionSectionHtml extends Object
Generates attention required section for a module detail page. Only shows uncovered branches (methods are already in the Functions section). Returns empty string if all branches are covered.
  • Constructor Details

  • Method Details

    • generate

      public String generate(List<org.ek9.lang.CoverageRuntime.UncoveredBranch> uncoveredBranches, Map<String, SourceFileInfo> sourceFiles)
      Generate the attention section for uncovered branches.
      Parameters:
      uncoveredBranches - Branches that were not covered
      sourceFiles - Map of source files for link generation
      Returns:
      HTML string, or empty string if no uncovered branches