Class FileAttentionSectionHtml
java.lang.Object
org.ek9lang.cli.coverage.FileAttentionSectionHtml
Generates attention required section for a file summary page.
Shows uncovered methods and branches, or a positive "fully covered" message.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FileAttentionSectionHtml
-
-
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 covereduncoveredBranches- Branches that were not coveredsourceFileHref- The href to the source file HTML page- Returns:
- HTML string with attention section or fully covered message
-