| 133 | func (t *testCounter) countSeriesDemand() int { return 0 } |
| 134 | |
| 135 | type testGauge struct { |
| 136 | n string |
| 137 | registry *TestRegistry |
| 138 | } |
| 139 | |
| 140 | var _ Gauge = (*testGauge)(nil) |
| 141 |
nothing calls this directly
no outgoing calls
no test coverage detected