()
| 1048 | |
| 1049 | #[test] |
| 1050 | fn test_format_stat_graph_mixed() { |
| 1051 | let graph = format_stat_graph(3, 2, 50); |
| 1052 | assert_eq!(graph, "+++--"); |
| 1053 | } |
| 1054 | |
| 1055 | #[test] |
| 1056 | fn test_format_stat_graph_scaled() { |
nothing calls this directly
no test coverage detected