fvm.toolchains.questa_pkg.parsers.parse_reachability module

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.