From: Logan Capaldo Date: 2006-08-05T01:32:18+09:00 Subject: Re: Automatically finding gaps in unit test coverage ? On Aug 4, 2006, at 12:12 PM, Tomasz Wegrzanowski wrote: > Hello, > > Is it possible to somehow automatically check which parts of code > are not covered by unit tests ? > > -- > Tomasz Wegrzanowski [ http://t-a-w.blogspot.com/ ] > Check out rcov. This is exactly what rcov was created for. It makes these awesome HTML coverage reports.