Module rustc_mir_build::build::coverageinfo::mcdc
source · Structs§
- MCDC
Decision πCtx - MCDC
Info πBuilder - MCDC
State π
Constants§
- The MCDC bitmap scales exponentially (2^n) based on the number of conditions seen, So llvm sets a maximum value prevents the bitmap footprint from growing too large without the userβs knowledge. This limit may be relaxed if the upstream change is merged.