Shishir Kumar - 2011-06-24

We are working in 3 year development project and in half way (1.5 Years). After configuring EMMA we figured code coverage to be too less (30% approx) and want to track code coverage for incremantal change. I.e. What is unit coverage for new added code (If existing file had 1000 line with 30% coverage and team added 100 more line. If team have written UNit testing and it cover 80 line - EMMA report should show 80% code coverage for last one day). Question in one line will be - Is it possible to get Unit test coverage/report for incremental code change based on input date?