Uses of Record Class
org.ek9lang.cli.coverage.model.ModuleInfo
Packages that use ModuleInfo
Package
Description
HTML coverage report generation components using functional interfaces.
-
Uses of ModuleInfo in org.ek9lang.cli.coverage
Classes in org.ek9lang.cli.coverage that implement interfaces with type arguments of type ModuleInfoModifier and TypeClassDescription(package private) final classFilters modules below coverage threshold and sorts by coverage (worst first).(package private) final classGroups modules by their top-level package name.(package private) final classGroups modules by their top-level package name.(package private) final classCalculates aggregate statistics for a group of modules.(package private) final classCollects ModuleInfo for all modules from CoverageRuntime.(package private) final classGenerates HTML for a single module row in the coverage module tree.Methods in org.ek9lang.cli.coverage that return types with arguments of type ModuleInfoModifier and TypeMethodDescriptionFailingModuleFilter.apply(Map<String, SourceFileInfo> sourceFiles) Map<String, List<ModuleInfo>> ModuleGrouper.apply(List<ModuleInfo> modules) ModuleInfoCollector.apply(Map<String, List<SourceFileInfo>> moduleFiles) Methods in org.ek9lang.cli.coverage with parameters of type ModuleInfoMethod parameters in org.ek9lang.cli.coverage with type arguments of type ModuleInfoModifier and TypeMethodDescriptionMap<String, List<ModuleInfo>> ModuleGrouper.apply(List<ModuleInfo> modules) ModuleGroupStatsCalculator.apply(String groupName, List<ModuleInfo> modules)