FFT tests required for path coverage
The below branches were not touched during a FullUnitTest, according to path
coverage analysis by gcov.
psFFT.c:
L131 psImageReal on C64
L191 psImageImaginary on C64
L268 psImageComplex on F64
L328 psImageConjugate on C64
L391 psImagePowerSpectrum on C64
L514 psVectorReal on real vector
L558 psVectorImaginary on real vector
L652 psVectorConjugate on real vector
Change History
(5)
| Owner: |
changed from robert.desonia@… to Eric.VanAlst@…
|
| Status: |
assigned → new
|
| Resolution: |
→ fixed
|
| Status: |
new → closed
|
| Keywords: |
VERIFIED removed
|
Added additional test cases to dataManip/tst_psVectorFFT.c and
image/tst_psImageFFT.c unit test to cover the mentioned paths to close this item.