What can be alternative metrics to code coverage?

后端 未结 15 706
迷失自我
迷失自我 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:10

    Bug metrics are also important:

    • Number of bugs coming in
    • Number of bugs resolved

    To detect for instance if bugs are not resolved as fast as new come in.

提交回复
热议问题