(k)
| 221 | ); |
| 222 | } |
| 223 | const tp = (k) => totals.answered ? `${totals.counts[k]} (${Math.round((totals.counts[k] / totals.answered) * 100)}%)` : '—'; |
| 224 | console.log( |
| 225 | `\nPOOLED (${totals.answered} answered explore calls): ` + |
| 226 | SUFFICIENCY.map(([k, label]) => `${label} ${tp(k)}`).join(' · ') |
no outgoing calls
no test coverage detected