Skip to content

Commit 49ec90c

Browse files
committed
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

Lines changed: 1 addition & 1 deletion
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)