You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current source level coverage is often confusing. Primarily because of instrumentation optimizations and instrumenting edges rather than basic blocks.
Collect coverage information from a separate build configuration built without sanitizers, with -O1 -fsanitize-coverage=bb and sanitizer-coverage-prune-block disabled.