#180 closed defect (fixed)
Image tests requiring path coverage
| Reported by: | Paul Price | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | types | Version: | 0.2.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The below branches were not touched during a FullUnitTest, according to path
coverage analysis by gcov.
psImage.c:
L240 psImagePixelInterpolate on U8,U16,U32,U64,S8,S16,S32,S64,F64,C32,C64
psImageExtraction.c:
L201 psImageCopy on S16,U64,C64
L386 psImageSlice on U8,U16,U32,U64,S8,S16,S32,S64,F64,C32,C64
psImageIO.c:
L142 psImageReadSection on U8,S8,U16,U32,S32,S64,F64
L229 psImageWriteSection on U8,S8,U16,U32,S32,S64,F64
psImageManip.c:
L110 psImageClip on S64,U64
L156 psImageClipNaN on C32,C64
L249 psImageOverlaySection on U32,U64,S32,S64
L421 psImageRebin on U8,U16,U32,U64,S8,S16,S32,S64,F64,C32,C64
psImageResample Not tested at all
L588 psImageRotate for 90, 180, 270 on U8,U16,U32,U64,S8,S32,S64,F64,C32,C64
L797 psImageRotate using bilinear
Change History (5)
comment:1 by , 22 years ago
| Status: | new → assigned |
|---|
comment:2 by , 22 years ago
| Owner: | changed from to |
|---|---|
| Status: | assigned → new |
comment:3 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |

These functions have been revised as to the different types they are to support.
operations so the same code is being executed for all the type supported by the
function.