View detailed fuzzer code coverage

Hi all! I’m incredibly new to fuzzing and testing in general (I’m a hobby programmer and never felt the need to add tests to my projects until now) and I’m having a bit of trouble with Zig’s fuzzer. My code coverage is very low (~4%) and I’d like to view some data on the code paths which the fuzzer is following in order to diagnose. Is there a way to do this with Zig’s fuzzer at the moment?