Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 49ec90c

Browse files
committedMar 20, 2025·
Make explicit that we refer to all crates
1 parent 97125e5 commit 49ec90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scripts/kani-std-analysis/kani_std_analysis.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def compute_metrics(self, kani_list_filepath, analysis_results_dir):
290290
"safe_fns_with_loop_under_contract": safe_fns_with_loop_under_contract,
291291
"verified_safe_fns_under_contract": verified_safe_fns_under_contract,
292292
"verified_safe_fns_with_loop_under_contract": verified_safe_fns_with_loop_under_contract,
293-
"total_functions_under_contract": kani_data.total_fns_under_contract,
293+
"total_functions_under_contract_all_crates": kani_data.total_fns_under_contract,
294294
}
295295

296296
self.update_plot_metrics([data])

0 commit comments

Comments
 (0)
Please sign in to comment.