Open
Description
It can be useful for the call tree report to have a button besides each function (along [function][call_site]) to display the reachability path from the fuzz entry to that function.
It also can colorize the covered/non-covered functions along the path.
It can show something like:
LLVMFuzzerTestOneInput (GREEN) --> foo (GREEN) --> bar (RED) --> target_func (RED).