Class SourceFileCoverageCollector

java.lang.Object
org.ek9lang.cli.coverage.SourceFileCoverageCollector
All Implemented Interfaces:
Supplier<Map<String, SourceFileInfo>>

public final class SourceFileCoverageCollector extends Object implements Supplier<Map<String, SourceFileInfo>>
Collects coverage data from CoverageRuntime and scans source files. Produces a map of source file paths to their coverage information.