Tagged Questions

0
votes
0answers
8 views

Exclude files to instrument in JsTestDriverCoverage

Hi all: Does anyone know how to exclude certain files from getting calculated in JsTestDriverCoverage? I googled around and found something like: -no-instrument=file_name.js but couldn't put it …
0
votes
0answers
12 views

SEVERE warning from JsTestDriver when running too many tests

Hi all: Just wondering whether there are people out there using JsTestDriverCoverage (a javascript code coverage tool used alongside with JsTestDriver) to calculate javascript code coverage? I'm …
0
votes
2answers
36 views

Can I merge Emma coverage data from unit and integration test targets?

We have our TeamCity builds set up using a build chain, so that our unit tests and and integration tests can run in parallel when triggered by a commit: Build Chain - dependant on: Unit tests …
1
vote
2answers
28 views

Running genhtml using cygwin Perl.exe in Windows

Hi all: I'm trying to run genhtml using perl.exe from Cygwin in Windows. I have installed cygwin and placed genhtml in the bin directory of cygwin. I went to that directory and used the command …
0
votes
1answer
72 views

open source c++ code coverage for dynamic linked libraries in linux

I'm recently looking for some tools for code coverage, lcov satisfied my needs until I discovered that it doesn't cover dynamic linked code, there are some commercial products but I'd rather stick to …
0
votes
1answer
25 views

Clover coverage with Phing

Is there a way to get Phing to output it's coverage report in clover format? I know phpunit has --coverage-clover but I don't know how to enable this option from Phing. I do not want to manually use …
0
votes
0answers
25 views

Highlight text from Visual Studio 2008 add-in

Hi, guys! I'm writing another code coverage tool for .NET with Visual Studio 2008 integration. Everything goes well except one thing: I can't find a way to highlight some code chunks. I need it to …
0
votes
3answers
59 views

how can I get test coverage statistics for VS2008 C# project

Hi, I am using Visual Studio 2008 for a C# WinForms application and I am using the MSTest unit testing framework. It doesn't seem to have test coverage (I think it's in Team System?). What is the …
5
votes
6answers
153 views

Dead code detection in PHP

I have a project with very messy code - lots of duplication and dead code here and there. Some time ago there was zero code coverage by unit-tests but now we're trying to write all new code in T.D.D. …
0
votes
1answer
54 views

Cobertura ant script is missing Log4J classes

I tried to get Cobertura running inside my ant script, but I'm stuck right at the beginning. When I try to insert the cobertura taskdef I'm missing the Log4J libraries. Ant properties & …
1
vote
1answer
71 views

How to omit using python coverage lib ?

I would like to omit some module that are in some particular directory : eggs and bin coverage -r -i --omit=/usr/lib/,/usr/share/,eggs,bin Name …
0
votes
4answers
87 views

Getting suggestions on how to get the best code coverage in java

Several tools exists that allow to calculate path coverage for a set of tests, but is there a tool (or an algorithm) that could suggest values to get the best path coverage with the smallest number of …
2
votes
2answers
70 views

Code coverage with nUnit?

Is there a way to see the code coverage when using nUnit? I know there's such a feature in visual studio but can you use it with nUnit or only with the built-in vs unit tests?
0
votes
1answer
33 views

run unit tests and coverage in certain python structure

Hi, I have some funny noob problem. I try to run unit tests from commandline: H:\PRO\pyEstimator>python src\test\python\test_power_estimator.py Traceback (most recent call last): File …
1
vote
3answers
113 views

Java: measure code coverage for remote scripting tests

We have an application which is deployed on JBoss 5.1, JDK 1.6. We also have scripts written in PowerShell for testing. These scripts access the application using a web-service. I would like to check …

1 2 3 4 5 11 next
15 30 50 per page