Class FunctionRowsHtml
java.lang.Object
org.ek9lang.cli.coverage.FunctionRowsHtml
Generates HTML rows for covered and uncovered functions in a module.
Each row shows an icon, function name (linked to source), and location.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FunctionRowsHtml
-
-
Method Details
-
generate
public String generate(List<org.ek9.lang.CoverageRuntime.CoveredMethod> coveredMethods, List<org.ek9.lang.CoverageRuntime.UncoveredMethod> uncoveredMethods, Map<String, SourceFileInfo> sourceFiles) Generate function rows HTML for the given covered and uncovered methods.- Parameters:
coveredMethods- List of methods that were covered during testsuncoveredMethods- List of methods that were not coveredsourceFiles- Map of source files for link generation- Returns:
- HTML string containing function rows
-