(count: number, p: number)
| 1169 | }).reduce((s, [, v]) => s + v, 0); |
| 1170 | const pct = (n: number) => Math.round(n / totalWithShots * 100); |
| 1171 | const fmtBucket = (count: number, p: number) => `${count} (${p}%)`; |
| 1172 | const b1 = bucket(1, 1); |
| 1173 | const b2_5 = bucket(2, 5); |
| 1174 | const b6_10 = bucket(6, 10); |
no outgoing calls
no test coverage detected