How to check code coverage with tests for methods with specified level of complexity in Java

后端 未结 5 1585
臣服心动
臣服心动 2021-01-17 19:59

I want to be able to check test coverage of those of my methods that have complexity above some given level.
Are there any plugins for Eclipse, Sonar, Hudson for that?

5条回答
  •  滥情空心
    2021-01-17 20:47

    http://eclipse-metrics.sourceforge.net/

    The Eclipse Metrics plugin to measure complexity

提交回复
热议问题