#181 closed defect (fixed)
psHash test required for path coverage
| Reported by: | Paul Price | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | types | Version: | 0.2.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The below branch was not touched during a FullUnitTest, according to path
coverage analysis by gcov.
psHash.c:
L304 Replacing a key
Change History (4)
comment:1 by , 22 years ago
| Owner: | changed from to |
|---|
comment:2 by , 22 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Updated the following test files tst_psHash01.c, tst_psHash02.c, tst_psHash03.c,
and tst_psHash04.c to increase the test coverage and the case for replacing a
key entry.