Class SourceFileRowsHtml
java.lang.Object
org.ek9lang.cli.coverage.SourceFileRowsHtml
- All Implemented Interfaces:
Function<List<SourceFileInfo>, String>
public final class SourceFileRowsHtml
extends Object
implements Function<List<SourceFileInfo>, String>
Generates HTML rows for source files in a module detail page.
Each row shows file name (linked to summary page), coverage bar, and readability bar.
-
Constructor Details
-
SourceFileRowsHtml
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<List<SourceFileInfo>, String>
-