fvm.toolchains.questa_pkg.parsers.parse_reachability module

Warning

Callables that are not documented in the Public API are not intented to be directly used and thus may change between minor versions.

Parsers for reachability reports.

fvm.toolchains.questa_pkg.parsers.parse_reachability.add_total_row(table)[source]

Adds a total row to the table, summing numerical fields and computing percentages.

fvm.toolchains.questa_pkg.parsers.parse_reachability.parse_single_table(html)[source]

Parses a single coverage table from HTML and returns structured data.

fvm.toolchains.questa_pkg.parsers.parse_reachability.unified_format_table(table, goal=90.0)[source]

Converts the table into a unified format.