()
| 810 | |
| 811 | #[test] |
| 812 | fn test_format_stat_graph_mixed() { |
| 813 | let graph = format_stat_graph(3, 2, 50); |
| 814 | assert_eq!(graph, "+++--"); |
| 815 | } |
| 816 | |
| 817 | #[test] |
| 818 | fn test_format_stat_graph_scaled() { |
nothing calls this directly
no test coverage detected