do you know if there is any tool which makes structural coverage of java code? did Junit do this ? any links,documenetation which could help me? thanks
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Cobertura or Clover (commercial tool) are dedicated to that kind of task. Sonar (based on these tools) is a more powerful tool to get quality indicators on your application. |
|||||
|
|
You can try Cobertura. |
|||||
|
|
See SD Test Coverage for a tool that can do this in extremely large systems with very low overhead. |
|||||
|
|