Ninjava: Clover and Patterns Workshop
The next Ninjava meeting will be on Thursday, 8/12 at 7:00 PM at Temple University. I will present Clover:
Clover is a code coverage analysis tool. It shows which sections of your source code are being exercised by your unit test. This tells you which parts of the code should have more unit tests.
I will explain the basic idea of code coverage, run Clover, show its output and discuss some of the limitations of code coverage analysis.
David will discuss the “Flyweight” pattern in the pattern workshop.