()
| 792 | |
| 793 | #[test] |
| 794 | fn test_format_stat_graph_empty() { |
| 795 | let graph = format_stat_graph(0, 0, 50); |
| 796 | assert_eq!(graph, ""); |
| 797 | } |
| 798 | |
| 799 | #[test] |
| 800 | fn test_format_stat_graph_insertions_only() { |
nothing calls this directly
no test coverage detected