Extract computed props
The existing coverage fuzzing computed prop was unfortunately implemented incorrectly, since it wasn't checking the `length` property of the array, so it _always_ returned true. Encapsulating the logic in a method ensures it's done consistently across report types.
Showing
Please register or sign in to comment