Class FileMethodRowsHtml
java.lang.Object
org.ek9lang.cli.coverage.FileMethodRowsHtml
Generates method rows HTML for a file summary page.
Each row shows coverage status icon, method name (linked to source), and line number.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FileMethodRowsHtml
-
-
Method Details
-
generate
public String generate(List<org.ek9.lang.CoverageRuntime.CoveredMethod> coveredMethods, List<org.ek9.lang.CoverageRuntime.UncoveredMethod> uncoveredMethods, String sourceFileHref) Generate method rows for covered and uncovered methods.- Parameters:
coveredMethods- Methods that were covered during testsuncoveredMethods- Methods that were not coveredsourceFileHref- The href to the source file HTML page- Returns:
- HTML string containing method rows
-