| 261 | } |
| 262 | |
| 263 | type testCustomConstraintForCoverage struct { |
| 264 | allowed string |
| 265 | } |
| 266 | |
| 267 | func (*testCustomConstraintForCoverage) Name() string { return "customTest" } |
| 268 | func (t *testCustomConstraintForCoverage) Execute(param string, _ ...string) bool { |
nothing calls this directly
no outgoing calls
no test coverage detected