"cover" is basic-block coverage, it directly maps to the number of
compiler-emitted coverage callbacks.
"signal" is currently coverage control-flow-graph edges (parts of
adjacent basic blocks).
"max signal" is signal that also includes a flaky signal (e.g. mutex
lock slow path coverage that was observed on some input, but not
reproduced reliably).