()
| 1030 | |
| 1031 | #[test] |
| 1032 | fn test_format_stat_graph_empty() { |
| 1033 | let graph = format_stat_graph(0, 0, 50); |
| 1034 | assert_eq!(graph, ""); |
| 1035 | } |
| 1036 | |
| 1037 | #[test] |
| 1038 | fn test_format_stat_graph_insertions_only() { |
nothing calls this directly
no test coverage detected