-
Notifications
You must be signed in to change notification settings - Fork 4
Generating Code2fn Coverage Report
Vincent Raymond edited this page Oct 27, 2023
·
1 revision
python skema/program_analysis/model_coverage_report/model_coverage_report.py /path/to/output/dir/ single NAME-OF-MODEL
python skema/program_analysis/model_coverage_report/model_coverage_report.py /path/to/output/dir/ all
report.html - The generated report html document
data/
- tree-sitter/ - The tree-sitter parse trees for each file in each model.
- cast/ - The cast for each file in each model.
- gromet/ - The Gromet for each file in each model.
- full_gromet/ - The full Gromet for each model.