From: StevenBoscarine <ste...@gm...> - 2012-01-24 14:12:03
|
Hello All, Has someone already created a report to show which the most covered lines? I wanted to know which 100 lines were executed the most in a test. Can someone point me into the direction I need to head to query the results of a cobertura run? I noticed in the HTML report the number of times a line is executed is recorded. I am interested in using that data to determine which lines are executed the most. I inherited a large build that takes nearly a half-day to run all of its tests and I would like to determine which methods are affected by redundant tests. Thanks in advance! Steven |