Class ModuleAttentionSectionHtml
java.lang.Object
org.ek9lang.cli.coverage.ModuleAttentionSectionHtml
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
ModuleAttentionSectionHtml
-
-
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 coveredsourceFiles- Map of source files for link generation- Returns:
- HTML string, or empty string if no uncovered branches
-