Coverity assumes that all enum values are valid indexes into the array rather than the last one being a count value. I suggest that we replace the _COUNT with _LAST and use _LAST + 1 to size the array.