| 7 | |
| 8 | func Test_dietPlanPerformance(t *testing.T) { |
| 9 | type args struct { |
| 10 | calories []int |
| 11 | k int |
| 12 | lower int |
| 13 | upper int |
| 14 | } |
| 15 | tests := []struct { |
| 16 | name string |
| 17 | args args |
nothing calls this directly
no outgoing calls
no test coverage detected