Class FileAttentionSectionHtml

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

public final class FileAttentionSectionHtml extends Object
Generates attention required section for a file summary page. Shows uncovered methods and branches, or a positive "fully covered" message.
  • Constructor Details

  • Method Details

    • generate

      public String generate(List<org.ek9.lang.CoverageRuntime.UncoveredMethod> uncoveredMethods, List<org.ek9.lang.CoverageRuntime.UncoveredBranch> uncoveredBranches, String sourceFileHref)
      Generate the attention section for a file summary page.
      Parameters:
      uncoveredMethods - Methods that were not covered
      uncoveredBranches - Branches that were not covered
      sourceFileHref - The href to the source file HTML page
      Returns:
      HTML string with attention section or fully covered message