From: Amos <joe...@ya...> - 2010-06-22 02:05:17
|
Hi, I recently downloaded and installed Cobertura and I am facing some issues. Perhaps someone on this list can help. I am having the following problem: - The report only shows classes that have unit tests for them. Classes with no unit tests are omitted from the report - All classes show 100% line coverage - All classes show N/A for branch coverage I have noticed the following: - Clicking on a class, I could see that 50% of the code was covered using line highlighting (nice job). However, the summary for the class says 100% - Instrumentation, Compilation, unit tests, and cobertura report worked without a problem (no reported errors) - If I delete the data file (cobertura.ser) then all the classes show up in the report (although with 0% coverage) Let me know if I can provide more information. Thanks, Amos |