(n: number)
| 308 | }) |
| 309 | .reduce((s, [, v]) => s + v, 0); |
| 310 | const pct = (n: number) => Math.round((n / total) * 100); |
| 311 | const b1 = bucket(1, 1); |
| 312 | const b2_5 = bucket(2, 5); |
| 313 | const b6_10 = bucket(6, 10); |
no outgoing calls
no test coverage detected