| 461 | // --------------------------------------------------------------------------- |
| 462 | |
| 463 | interface BreakdownRow { |
| 464 | value: string; |
| 465 | count: number; |
| 466 | machines: number; |
| 467 | } |
| 468 | |
| 469 | /** |
| 470 | * Sums one dimension over the range. |
nothing calls this directly
no outgoing calls
no test coverage detected