I am currently exploring various code coverage tools for use in project and short listed on clover amongst clover, Emma and cobertura. ( My org is ready to pay for clover and its nice )
But we donot have automated tests. all tests are manual and we need results to be generated run time using instrumented code.
clover's wiki's inital lines say
Code coverage is the percentage of code which is covered by automated tests.
Can clover collect coverage on non-automated tests ? i.e the requirement is i instrument code at compile time and get coverage report when i actually run the code. Googled much but could not find most appropriate answer.
Are there alternatives to achieve that if clover does not support it