答案 0 :(得分:0)
第一个索引是区块号,第二个索引是GCC分配的分支号
根据我在lcov documentation上的理论来获取分支机构的覆盖范围信息
BRDA: line number,block number,branch number,taken Block number and branch number are gcc internal IDs for the branch. Taken is either '-' if the basic block containing the branch was never executed or a number indicating how often that branch was taken.