(t *testing.T)
| 262 | } |
| 263 | |
| 264 | func TestCoderReconstructDataNotEnough(t *testing.T) { |
| 265 | testCoder(t, testCoderReconstructDataNotEnough) |
| 266 | } |
| 267 | |
| 268 | // TODO: Add tests demonstrating the flaws in the PAR2 Vandermonde matrix. |
nothing calls this directly
no test coverage detected