I tried your method and it looks like works. But I found that most of the code in the compiler
directory were not counted. For example, the code coverage rate of rustc_abi
is 55/86. But rustc_abi
actually has more than 2k lines of code.
Is this because the code is not linked into the binary? Is there any solution?