Class ModuleRowHtml
java.lang.Object
org.ek9lang.cli.coverage.ModuleRowHtml
- All Implemented Interfaces:
Function<ModuleInfo, String>
Generates HTML for a single module row in the coverage module tree.
Each row displays the module name (as a link), coverage percentage, and a progress bar.
-
Constructor Details
-
ModuleRowHtml
ModuleRowHtml(CoverageHtmlResources resources)
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<ModuleInfo, String>
-