Should all the Java files or classes in my application be added to JCover project to perform coverage analysis?
Although JCover does not require this, you would normally include the entire application source (or classes) so that coverage information for the whole project is gathered by JCover. The short answer is, if you want JCover to generate coverage data for a set of classes, Java sources (or classes) for those classes must be added to JCover project.