What can be alternative metrics to code coverage?

后端 未结 15 899
迷失自我
迷失自我 2021-01-30 10:00

Code coverage is propably the most controversial code metric. Some say, you have to reach 80% code coverage, other say, it\'s superficial and does not say anything about your te

15条回答
  •  一生所求
    2021-01-30 10:08

    Crap4j is one fairly good metrics that I'm aware of...

    Its a Java implementation of the Change Risk Analysis and Predictions software metric which combines cyclomatic complexity and code coverage from automated tests.

提交回复
热议问题