| 125 | } |
| 126 | |
| 127 | type statCoverage struct { |
| 128 | all map[string]struct{} |
| 129 | handled map[string]struct{} |
| 130 | } |
| 131 | |
| 132 | func newStatCoverage() *statCoverage { |
| 133 | return &statCoverage{ |
nothing calls this directly
no outgoing calls
no test coverage detected