Uses of Interface
org.ek9lang.cli.CoverageOutputFormatter
Packages that use CoverageOutputFormatter
Package
Description
A-1 - Start here for the main command-line entry use of the compiler.
-
Uses of CoverageOutputFormatter in org.ek9lang.cli
Classes in org.ek9lang.cli that implement CoverageOutputFormatterModifier and TypeClassDescriptionstatic final classDetailed coverage format that displays human-readable output AND writes detailed coverage report to .ek9/coverage-detail.json.static final classHTML coverage format that generates an interactive dashboard and source views.static final classHuman-readable coverage format with line/method/branch breakdown.static final classJaCoCo-compatible XML format for CI/CD integration.static final classJSON coverage format for AI/tool integration.static final classTerse coverage format for scripting.static final classVerbose/full coverage format that displays BOTH covered AND uncovered items.Methods in org.ek9lang.cli that return CoverageOutputFormatterModifier and TypeMethodDescriptionstatic CoverageOutputFormatterCoverageOutputFormatter.create(TestOutputFormat format) Create the appropriate formatter for the given test output format.static CoverageOutputFormatterCoverageOutputFormatter.create(TestOutputFormat format, PackageDetails packageDetails) Create the appropriate formatter with package details for metadata display.static CoverageOutputFormatterCoverageOutputFormatter.create(TestOutputFormat format, PackageDetails packageDetails, String sourceDirectory) Create the appropriate formatter with package details and source directory.