.gitignore
LICENSE
README.md
ivpm.yaml
pyproject.toml
.github/workflows/ci.yml
.github/workflows/publish.yml
c/CMakeLists.txt
c/README.md
c/include/ncdb/ncdb.h
c/include/ncdb/ncdb_props.h
c/include/ncdb/ncdb_types.h
c/src/ncdb_attrs.c
c/src/ncdb_attrs.h
c/src/ncdb_counts.c
c/src/ncdb_counts.h
c/src/ncdb_cross.c
c/src/ncdb_cross.h
c/src/ncdb_db.c
c/src/ncdb_formal.c
c/src/ncdb_fsm.c
c/src/ncdb_fsm.h
c/src/ncdb_history.c
c/src/ncdb_history.h
c/src/ncdb_impl.h
c/src/ncdb_issues.c
c/src/ncdb_issues.h
c/src/ncdb_manifest.c
c/src/ncdb_manifest.h
c/src/ncdb_metric.c
c/src/ncdb_props.c
c/src/ncdb_scope_tree.c
c/src/ncdb_scope_tree.h
c/src/ncdb_sources.c
c/src/ncdb_sources.h
c/src/ncdb_strings.c
c/src/ncdb_strings.h
c/src/ncdb_tags.c
c/src/ncdb_tests_assoc.c
c/src/ncdb_toggle.c
c/src/ncdb_toggle.h
c/src/ncdb_unique_id.c
c/src/ncdb_varint.c
c/src/ncdb_varint.h
c/src/ncdb_zip.c
c/src/ncdb_zip.h
c/tests/CMakeLists.txt
c/tests/test_attrs.c
c/tests/test_counts.c
c/tests/test_cover_fields.c
c/tests/test_covergroup.c
c/tests/test_du_files.c
c/tests/test_du_link.c
c/tests/test_fsm.c
c/tests/test_history_tree.c
c/tests/test_issues.c
c/tests/test_manifest_v4.c
c/tests/test_manifest_vendor.c
c/tests/test_metrics.c
c/tests/test_migration.c
c/tests/test_roundtrip.c
c/tests/test_scope_trailer.c
c/tests/test_strings.c
c/tests/test_tags.c
c/tests/test_tests_assoc.c
c/tests/test_toggle.c
c/tests/test_v3_to_v4_migration.c
c/tests/test_v4_benchmark.c
c/tests/test_varint.c
c/tests/unity.h
c/ucis/CMakeLists.txt
c/ucis/include/ucis.h
c/ucis/src/ucis_cover.c
c/ucis/src/ucis_covergroup.c
c/ucis/src/ucis_filehandle.c
c/ucis/src/ucis_formal.c
c/ucis/src/ucis_history.c
c/ucis/src/ucis_internal.h
c/ucis/src/ucis_lifecycle.c
c/ucis/src/ucis_property.c
c/ucis/src/ucis_scope.c
c/ucis/tests/CMakeLists.txt
c/ucis/tests/test_ucis_cover.c
c/ucis/tests/test_ucis_covergroup.c
c/ucis/tests/test_ucis_formal.c
c/ucis/tests/test_ucis_header.c
c/ucis/tests/test_ucis_increment.c
c/ucis/tests/test_ucis_lifecycle.c
c/ucis/tests/test_ucis_property.c
c/ucis/tests/test_ucis_props.c
c/ucis/tests/test_ucis_r7_assertion.c
c/ucis/tests/test_ucis_scope.c
c/ucis/tests/test_ucis_srcinfo.c
c/ucis/tests/test_ucis_testdata.c
c/ucis/tests/test_ucis_unique_id.c
docs/Makefile
docs/requirements.txt
docs/patches/sphinx-js-bigint.patch
docs/source/conf.py
docs/source/index.rst
docs/source/getting-started/quickstart.rst
docs/source/getting-started/testplans.rst
docs/source/reference/index.rst
docs/source/reference/migration.rst
docs/source/reference/c-api/functions.rst
docs/source/reference/c-api/index.rst
docs/source/reference/c-api/types.rst
docs/source/reference/formats/index.rst
docs/source/reference/formats/ncdb.rst
docs/source/reference/formats/testplan.rst
docs/source/reference/python-api/index.rst
docs/source/reference/python-api/mem-backend.rst
docs/source/reference/python-api/ncdb.rst
docs/source/reference/python-api/oo-api.rst
docs/source/reference/python-api/utilities.rst
docs/source/reference/typescript-api/api.rst
docs/source/reference/typescript-api/ext.rst
docs/source/reference/typescript-api/index.rst
docs/source/reference/typescript-api/mem.rst
docs/source/reference/typescript-api/ncdb.rst
docs/source/reference/typescript-api/visitors.rst
python/covsight/core/__init__.py
python/covsight/core/api/__init__.py
python/covsight/core/api/cov_scope.py
python/covsight/core/api/cover_data.py
python/covsight/core/api/cover_index.py
python/covsight/core/api/cover_instance.py
python/covsight/core/api/cover_item.py
python/covsight/core/api/cover_type.py
python/covsight/core/api/covergroup.py
python/covsight/core/api/coverpoint.py
python/covsight/core/api/cross.py
python/covsight/core/api/cvg_bin_scope.py
python/covsight/core/api/cvg_scope.py
python/covsight/core/api/du_name.py
python/covsight/core/api/du_scope.py
python/covsight/core/api/file_handle.py
python/covsight/core/api/func_cov_scope.py
python/covsight/core/api/history_node.py
python/covsight/core/api/ignore_bin_scope.py
python/covsight/core/api/illegal_bin_scope.py
python/covsight/core/api/instance_coverage.py
python/covsight/core/api/instance_scope.py
python/covsight/core/api/name_value.py
python/covsight/core/api/obj.py
python/covsight/core/api/scope.py
python/covsight/core/api/source_file.py
python/covsight/core/api/source_info.py
python/covsight/core/api/statement_id.py
python/covsight/core/api/test_data.py
python/covsight/core/api/ucis.py
python/covsight/core/api/unimpl_error.py
python/covsight/core/api/enums/__init__.py
python/covsight/core/api/enums/cover_flags.py
python/covsight/core/api/enums/cover_type.py
python/covsight/core/api/enums/flags.py
python/covsight/core/api/enums/formal_status.py
python/covsight/core/api/enums/handle_property.py
python/covsight/core/api/enums/history_node_kind.py
python/covsight/core/api/enums/int_property.py
python/covsight/core/api/enums/real_property.py
python/covsight/core/api/enums/scope_type.py
python/covsight/core/api/enums/source.py
python/covsight/core/api/enums/str_property.py
python/covsight/core/api/enums/test_status.py
python/covsight/core/api/enums/toggle.py
python/covsight/core/conversion/__init__.py
python/covsight/core/conversion/context.py
python/covsight/core/conversion/error.py
python/covsight/core/conversion/listener.py
python/covsight/core/ext/__init__.py
python/covsight/core/ext/format_db.py
python/covsight/core/ext/format_rpt.py
python/covsight/core/ext/registry.py
python/covsight/core/mem/__init__.py
python/covsight/core/mem/mem_code_scope.py
python/covsight/core/mem/mem_cover_index.py
python/covsight/core/mem/mem_cover_index_iterator.py
python/covsight/core/mem/mem_cover_item.py
python/covsight/core/mem/mem_cover_type.py
python/covsight/core/mem/mem_covergroup.py
python/covsight/core/mem/mem_coverpoint.py
python/covsight/core/mem/mem_cross.py
python/covsight/core/mem/mem_cvg_scope.py
python/covsight/core/mem/mem_du_scope.py
python/covsight/core/mem/mem_factory.py
python/covsight/core/mem/mem_file_handle.py
python/covsight/core/mem/mem_fsm_scope.py
python/covsight/core/mem/mem_history_node.py
python/covsight/core/mem/mem_history_node_iterator.py
python/covsight/core/mem/mem_instance_coverage.py
python/covsight/core/mem/mem_instance_scope.py
python/covsight/core/mem/mem_obj.py
python/covsight/core/mem/mem_scope.py
python/covsight/core/mem/mem_scope_iterator.py
python/covsight/core/mem/mem_source_file.py
python/covsight/core/mem/mem_statement_id.py
python/covsight/core/mem/mem_test_coverage.py
python/covsight/core/mem/mem_toggle_instance_scope.py
python/covsight/core/mem/mem_toggle_scope.py
python/covsight/core/mem/mem_ucis.py
python/covsight/core/merge/__init__.py
python/covsight/core/merge/db_merger.py
python/covsight/core/ncdb/__init__.py
python/covsight/core/ncdb/attrs.py
python/covsight/core/ncdb/bucket_index.py
python/covsight/core/ncdb/constants.py
python/covsight/core/ncdb/contrib.py
python/covsight/core/ncdb/contrib_index.py
python/covsight/core/ncdb/counts.py
python/covsight/core/ncdb/coveritem_flags.py
python/covsight/core/ncdb/cross.py
python/covsight/core/ncdb/design_units.py
python/covsight/core/ncdb/dfs_util.py
python/covsight/core/ncdb/formal.py
python/covsight/core/ncdb/format_detect.py
python/covsight/core/ncdb/format_plugin.py
python/covsight/core/ncdb/fsm.py
python/covsight/core/ncdb/history.py
python/covsight/core/ncdb/history_buckets.py
python/covsight/core/ncdb/issues.py
python/covsight/core/ncdb/issues_history.py
python/covsight/core/ncdb/issues_meta.py
python/covsight/core/ncdb/manifest.py
python/covsight/core/ncdb/ncdb_merger.py
python/covsight/core/ncdb/ncdb_reader.py
python/covsight/core/ncdb/ncdb_ucis.py
python/covsight/core/ncdb/ncdb_writer.py
python/covsight/core/ncdb/properties.py
python/covsight/core/ncdb/reports.py
python/covsight/core/ncdb/scope_tree.py
python/covsight/core/ncdb/sources.py
python/covsight/core/ncdb/squash_log.py
python/covsight/core/ncdb/string_table.py
python/covsight/core/ncdb/tags.py
python/covsight/core/ncdb/test_registry.py
python/covsight/core/ncdb/test_stats.py
python/covsight/core/ncdb/testplan.py
python/covsight/core/ncdb/testplan_closure.py
python/covsight/core/ncdb/testplan_export.py
python/covsight/core/ncdb/testplan_hjson.py
python/covsight/core/ncdb/testplan_imports.py
python/covsight/core/ncdb/testplan_questa.py
python/covsight/core/ncdb/testplan_vc_planner.py
python/covsight/core/ncdb/testplan_vpf.py
python/covsight/core/ncdb/testplan_yaml.py
python/covsight/core/ncdb/toggle.py
python/covsight/core/ncdb/varint.py
python/covsight/core/ncdb/waivers.py
python/covsight/core/ncdb/_accel/README.md
python/covsight/core/ncdb/_accel/__init__.py
python/covsight/core/ncdb/_accel/_ncdb_accel_build.py
python/covsight/core/ncdb/_accel/ncdb_accel.c
python/covsight/core/schema/__init__.py
python/covsight/core/schema/cover.schema
python/covsight/core/schema/cover.yaml
python/covsight/core/schema/coverage.json
python/covsight/core/schema/covreport.json
python/covsight/core/schema/testplan.schema.json
python/covsight/core/schema/ucis.xsd
python/covsight/core/visitors/__init__.py
python/covsight/core/visitors/traverse.py
python/covsight/core/visitors/visitor.py
python/covsight_core.egg-info/PKG-INFO
python/covsight_core.egg-info/SOURCES.txt
python/covsight_core.egg-info/dependency_links.txt
python/covsight_core.egg-info/entry_points.txt
python/covsight_core.egg-info/requires.txt
python/covsight_core.egg-info/scm_file_list.json
python/covsight_core.egg-info/scm_version.json
python/covsight_core.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_api_enums.py
tests/test_api_interfaces.py
tests/test_ext_registry.py
tests/test_integration.py
tests/test_mem_basic.py
tests/test_mem_code_cov.py
tests/test_mem_cover_items.py
tests/test_mem_covergroups.py
tests/test_mem_coverpoints.py
tests/test_mem_cross.py
tests/test_mem_delete.py
tests/test_mem_file_handles.py
tests/test_mem_fsm.py
tests/test_mem_hierarchy.py
tests/test_mem_properties.py
tests/test_mem_smoke.py
tests/test_mem_toggle.py
tests/test_mem_visitor.py
tests/test_merge.py
tests/test_smoke.py
tests/test_visitors.py
tests/compat/PLAN.md
tests/compat/conftest.py
tests/compat/generate_golden.py
tests/compat/schema.md
tests/compat/test_cross_write_read.py
tests/compat/test_edge_cases.py
tests/compat/test_fidelity.py
tests/compat/test_golden.py
tests/compat/test_issues_compat.py
tests/compat/golden/README.md
tests/compat/golden/c_full.cdb
tests/compat/golden/c_full.json
tests/compat/golden/c_minimal.cdb
tests/compat/golden/c_minimal.json
tests/compat/golden/py_at_least.cdb
tests/compat/golden/py_at_least.json
tests/compat/golden/py_basic.cdb
tests/compat/golden/py_basic.json
tests/compat/golden/py_cross.cdb
tests/compat/golden/py_cross.json
tests/compat/golden/py_deep.cdb
tests/compat/golden/py_deep.json
tests/compat/golden/py_empty.cdb
tests/compat/golden/py_empty.json
tests/compat/golden/py_full.cdb
tests/compat/golden/py_full.json
tests/compat/golden/py_history.cdb
tests/compat/golden/py_history.json
tests/compat/golden/py_issues_full.cdb
tests/compat/golden/py_issues_full.json
tests/compat/golden/py_issues_minimal.cdb
tests/compat/golden/py_issues_minimal.json
tests/compat/golden/py_large_count.cdb
tests/compat/golden/py_large_count.json
tests/compat/golden/py_minimal.cdb
tests/compat/golden/py_minimal.json
tests/compat/golden/py_source_info.cdb
tests/compat/golden/py_source_info.json
tests/compat/golden/py_toggle.cdb
tests/compat/golden/py_toggle.json
tests/compat/golden/py_unicode_names.cdb
tests/compat/golden/py_unicode_names.json
tests/compat/golden/py_weight_goal.cdb
tests/compat/golden/py_weight_goal.json
tests/compat/golden/ts_full.cdb
tests/compat/golden/ts_full.json
tests/compat/golden/ts_minimal.cdb
tests/compat/golden/ts_minimal.json
tests/compat/helpers/Makefile
tests/compat/helpers/c_dump
tests/compat/helpers/c_dump.c
tests/compat/helpers/ts_dump.mjs
tests/ncdb/__init__.py
tests/ncdb/test_attrs.py
tests/ncdb/test_bucket_index.py
tests/ncdb/test_cli.py
tests/ncdb/test_contrib.py
tests/ncdb/test_contrib_index.py
tests/ncdb/test_counts.py
tests/ncdb/test_cross.py
tests/ncdb/test_design_units.py
tests/ncdb/test_formal.py
tests/ncdb/test_format_detect.py
tests/ncdb/test_fsm.py
tests/ncdb/test_history_buckets.py
tests/ncdb/test_issues.py
tests/ncdb/test_issues_history.py
tests/ncdb/test_issues_integration.py
tests/ncdb/test_issues_meta.py
tests/ncdb/test_manifest.py
tests/ncdb/test_merger.py
tests/ncdb/test_properties.py
tests/ncdb/test_reports.py
tests/ncdb/test_roundtrip.py
tests/ncdb/test_scope_tree.py
tests/ncdb/test_squash_log.py
tests/ncdb/test_string_table.py
tests/ncdb/test_tags.py
tests/ncdb/test_test_registry.py
tests/ncdb/test_test_stats.py
tests/ncdb/test_testplan.py
tests/ncdb/test_testplan_closure.py
tests/ncdb/test_testplan_export.py
tests/ncdb/test_testplan_hjson.py
tests/ncdb/test_testplan_imports.py
tests/ncdb/test_testplan_ncdb_roundtrip.py
tests/ncdb/test_testplan_questa.py
tests/ncdb/test_testplan_schema.py
tests/ncdb/test_testplan_vc_planner.py
tests/ncdb/test_testplan_vpf.py
tests/ncdb/test_testplan_yaml.py
tests/ncdb/test_toggle.py
tests/ncdb/test_ucis_compliance.py
tests/ncdb/test_varint.py
tests/ncdb/test_waivers.py
ts/.eslintrc.cjs
ts/DESIGN.md
ts/PLAN.md
ts/jest.config.cjs
ts/package-lock.json
ts/package.json
ts/tsconfig.eslint.json
ts/tsconfig.json
ts/src/ext.ts
ts/src/index.ts
ts/src/visitors.ts
ts/src/api/CoverData.ts
ts/src/api/CoverIndex.ts
ts/src/api/CoverItem.ts
ts/src/api/Covergroup.ts
ts/src/api/Coverpoint.ts
ts/src/api/Cross.ts
ts/src/api/FileHandle.ts
ts/src/api/HistoryNode.ts
ts/src/api/Obj.ts
ts/src/api/Scope.ts
ts/src/api/SourceInfo.ts
ts/src/api/TestData.ts
ts/src/api/UCIS.ts
ts/src/api/index.ts
ts/src/api/enums/CoverFlagsT.ts
ts/src/api/enums/CoverTypeT.ts
ts/src/api/enums/FlagsT.ts
ts/src/api/enums/HistoryNodeKind.ts
ts/src/api/enums/IntProperty.ts
ts/src/api/enums/ScopeTypeT.ts
ts/src/api/enums/SourceT.ts
ts/src/api/enums/TestStatusT.ts
ts/src/api/enums/ToggleDirT.ts
ts/src/api/enums/ToggleMetricT.ts
ts/src/api/enums/ToggleTypeT.ts
ts/src/api/enums/index.ts
ts/src/mem/MemCoverItem.ts
ts/src/mem/MemCovergroup.ts
ts/src/mem/MemCoverpoint.ts
ts/src/mem/MemCross.ts
ts/src/mem/MemHistoryNode.ts
ts/src/mem/MemObj.ts
ts/src/mem/MemScope.ts
ts/src/mem/MemUCIS.ts
ts/src/mem/index.ts
ts/src/ncdb/IssueSet.ts
ts/src/ncdb/IssuesMeta.ts
ts/src/ncdb/constants.ts
ts/src/ncdb/countsReader.ts
ts/src/ncdb/countsWriter.ts
ts/src/ncdb/crossReader.ts
ts/src/ncdb/crossWriter.ts
ts/src/ncdb/designUnitsReader.ts
ts/src/ncdb/designUnitsWriter.ts
ts/src/ncdb/dfsScopes.ts
ts/src/ncdb/historyReader.ts
ts/src/ncdb/historyWriter.ts
ts/src/ncdb/index.ts
ts/src/ncdb/issuesHistoryReader.ts
ts/src/ncdb/issuesHistoryWriter.ts
ts/src/ncdb/ncdbReader.ts
ts/src/ncdb/ncdbWriter.ts
ts/src/ncdb/scopeTreeReader.ts
ts/src/ncdb/scopeTreeWriter.ts
ts/src/ncdb/sourcesReader.ts
ts/src/ncdb/sourcesWriter.ts
ts/src/ncdb/stringTable.ts
ts/src/ncdb/varint.ts
ts/tests/enums.test.ts
ts/tests/ext.test.ts
ts/tests/mem.test.ts
ts/tests/ncdb-roundtrip.test.ts
ts/tests/visitors.test.ts
ts/tests/ncdb/counts.test.ts
ts/tests/ncdb/issues.test.ts
ts/tests/ncdb/issuesHistory.test.ts
ts/tests/ncdb/issuesMeta.test.ts
ts/tests/ncdb/issuesRoundTrip.test.ts
ts/tests/ncdb/ncdbIssuesIntegration.test.ts
ts/tests/ncdb/string_table.test.ts
ts/tests/ncdb/varint.test.ts