Tagged Questions
0
votes
1answer
27 views
Emma does not recognize [ctl] command in Java7
I am using the latest version of Emma i.e. 2.0.5312 and Java 7.
If I run the following command to get the coverage.ec on the fly, I get an error.
java emma ctl -connect localhost:47653 -command ...
0
votes
1answer
235 views
Add multiple exclusion filters to OpenCover
I know how I can add 1 exclusion filter but, what if I want to exclude multiple projects at one? Do I repeat the "-" statement? or is it comma separated? Particularly, I'm trying to exclude Tests and ...
0
votes
0answers
21 views
How to use createInvoke()?
How do I use createInvoke() for the following method call?
I'm instrumenting a class.
currentThread().getStackTrace()[1].getLineNumber()
8
votes
4answers
3k views
Ignoring report generation for specific classes in cobertura maven plugin
Ive been using cobertura plugin for report generation and instrumentation, (with surefire).
Here is the issue I am facing.
I am unable to make the plugin ignore report generation for specific classes ...
4
votes
2answers
3k views
Can Microsoft code coverage tool generate XML file as a report format?
The Microsoft code coverage tool (vsinstr.exe) generates a binary file to be read in Visual Studio. Can it also generate an XML file?
4
votes
1answer
740 views
What is the purpose of Instrument assemblies in place in VS2010?
In visual studio 2010 under the test settings < data and diagnostics tab < configuration for Code Coverage you can choose whether to instrument assemblies in place when you select which ...
2
votes
4answers
924 views
Clover on Java EE Container
I would like to run Atlassian Clover in a production environment (I don't have an issue with overhead ). Does anyone have experience with this, or can you direct me how to do it?
My goal is to get ...