(t *testing.T)
| 196 | } |
| 197 | |
| 198 | func TestCoderReconstructData(t *testing.T) { |
| 199 | testCoder(t, testCoderReconstructData) |
| 200 | } |
| 201 | |
| 202 | func testCoderReconstructDataMissingParity(t *testing.T, newCoder func(int, int) (Coder, error)) { |
| 203 | data := makeTestData() |
nothing calls this directly
no test coverage detected