IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 22 years ago

Closed 21 years ago

Last modified 20 years ago

#180 closed defect (fixed)

Image tests requiring path coverage

Reported by: Paul Price Owned by: Eric.VanAlst@…
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 robert.desonia@…, 22 years ago

Status: newassigned

comment:2 by Eric.VanAlst@…, 22 years ago

Owner: changed from robert.desonia@… to Eric.VanAlst@…
Status: assignednew

comment:3 by Eric.VanAlst@…, 21 years ago

Resolution: fixed
Status: newclosed

These functions have been revised as to the different types they are to support.

All of the code has been implemented with MACROs with regard to type specific

operations so the same code is being executed for all the type supported by the
function.

comment:4 by Paul Price, 20 years ago

Keywords: VERIFIED added

Bug has been resolved.... closing.

comment:5 by Paul Price, 20 years ago

Keywords: VERIFIED removed

Bugs have been fixed... closing.

Note: See TracTickets for help on using tickets.