trcover 0.21.15
See the version list below for details.
dotnet tool install --global trcover --version 0.21.15
dotnet new tool-manifest
dotnet tool install --local trcover --version 0.21.15
#tool dotnet:?package=trcover&version=0.21.15
nuke :add-package trcover --version 0.21.15
trcover
Summary
Analyse a grammar for test coverage of parser rules.
Description
Given a trgen-generated driver program, and inputs, parse the input and find how the rules were covered in the grammar. Generate a "cover.html" file that contains the analysis for display in a browser.
Usage
trcover (<string> | <options>)*
Details
This command is useful for analyzing the inputs used to test a grammar.
Examples
Current version
0.21.15 Add trglob for platform-independent "find" for testing. Add Antlr4ng target, a new Antlr4 tool and TypeScript runtime.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.23.41 | 2,656 | 1/25/2026 |
| 0.23.40 | 112 | 1/25/2026 |
| 0.23.39 | 327 | 1/22/2026 |
| 0.23.38 | 104 | 1/21/2026 |
| 0.23.37 | 105 | 1/20/2026 |
| 0.23.36 | 127 | 1/18/2026 |
| 0.23.35 | 97 | 1/16/2026 |
| 0.23.34 | 170 | 1/6/2026 |
| 0.23.33 | 202 | 12/28/2025 |
| 0.23.32 | 240 | 12/22/2025 |
| 0.23.31 | 390 | 12/19/2025 |
| 0.23.30 | 331 | 12/17/2025 |
| 0.23.29 | 288 | 12/17/2025 |
| 0.23.28 | 2,177 | 12/4/2025 |
| 0.23.27 | 2,847 | 10/30/2025 |
| 0.23.26 | 4,055 | 8/17/2025 |
| 0.23.25 | 328 | 8/9/2025 |
| 0.23.24 | 2,702 | 7/15/2025 |
| 0.23.23 | 1,099 | 7/6/2025 |
| 0.21.15 | 462 | 11/16/2023 |
# trcover
## Summary
Analyse a grammar for test coverage of parser rules.
## Description
Given a trgen-generated driver program, and inputs, parse
the input and find how the rules were covered in the grammar.
Generate a "cover.html" file that contains the analysis for
display in a browser.
## Usage
trcover (<string> | <options>)*
## Details
This command is useful for analyzing the inputs used to test
a grammar.
## Examples
## Current version
0.21.15 Add trglob for platform-independent "find" for testing. Add Antlr4ng target, a new Antlr4 tool and TypeScript runtime.