I have installed Jenkins for my projects. The automatic build and deployment is happening successfully. I would like to get following data:
- No. of classes with lines in the range 0-50
- No. of classes with lines in the range 301-500
- No. of classes with lines in the range 501-1000
- No. of classes with lines > 1000 etc.
I'd like the same things for methods: Eg: No. of methods with lines in the range 0-50 How can I get this data?
Please let me know.