I am using this plugins on my Netbeans and run the test. But there is only code coverage for separate classes. Where can i find the total code coverage of a Java project ? Please suggest.
The plugin reports are generated by the JaCoCo library.
Maybe there's an option to show global coverage. You could ask question to http://www.eclemma.org/jacoco/ ;)
I am using this plugins on my Netbeans and run the test. But there is only code coverage for separate classes. Where can i find the total code coverage of a Java project ? Please suggest.