"Code coverage" (synonym: test coverage) is a measure of the amount of application source code that has been exercised, usually by some testing regime, often by unit testing.

learn more… | top users | synonyms (1)

2
votes
1answer
39 views

Code Coverage with Jenkins [closed]

I am being asked to use Jenkins to test code coverage for a Java Project. The issue is I have never used Jenkins and have scarcely little experience with actual code coverage. I have been searching a ...
0
votes
1answer
15 views

How to get sonar to read code coverage reports that are in HTML format?

I've been trying for the past two days to get my javascript code in my ruby application unit tested and reported on. I've finally been able to run my javascript test against a headless browser using ...
0
votes
2answers
48 views

Code Coverage Tools and TDD

I've recently been evaluating DotCover by JetBrains and it's led me to a interesting question. When following TDD: I'll write a test against my desired ideal interface. Red Create the simplest ...
0
votes
0answers
9 views

Convert .coverage files to html -> Rubymine [closed]

Is there any third-party tool (command-line utility) that converts the .coverage files created by Rubymine to html pages?
0
votes
2answers
38 views

how to measure TCL code coverage?

Does anyone know a tool or method used for measuring TCL code coverage? I have tried google but couldn't find anything useful.
0
votes
0answers
11 views

Library not found for lgcov

I'm using Xcode 4.6 and I've been writing some Unit Tests for an iOS app. I've tried to do some code coverage following from this tutorial: ...
0
votes
1answer
18 views

Code Coverage on Where method

I have a test method that's being analysed by Visual Studio 2012 Code Coverage, but I always get the result that the lambda in a Where method (or Any or ...) is reported as not covered Anybody any ...
1
vote
2answers
54 views

Code Coverage for Typescript

We've just started a project in Typescript and we need to get code coverage figures. Our existing JavaScript projects use Instanbul in Grunt for coverage. We are unsure how to replicate this for ...
0
votes
0answers
12 views

Android Emma code coverage integration with Hudson

I am trying to create Emma coverage reports in Android test project and to integrate those with Hudson/Sonar. I am succeeded in creating coverage files like ...
0
votes
0answers
22 views
+50

eCobertura and dbunit don't find persistence.xml for tests

I have a couple of dbunit-tests for a jee5-project. They work great when I try to run them with "run as TestNG test" in Eclipse. But when I try to run them as "Cover as TestNG test" they fails with ...
2
votes
1answer
39 views

Java code coverage from MATLAB

I would like to measure code coverage of Java code that is run from MATLAB, preferably using EclEmma/jacoco. Unfortunately, MATLAB has its own custom class loaders and does not use the thread context ...
0
votes
1answer
36 views

Sonar branch coverage on class declaration

I have a class in Sonar: public class Foo { ..... much code .... } And Sonar is reporting 1/2 branches covered on that public class Foo line. What does this mean? How do you test a line which ...
1
vote
0answers
14 views

Sending NUnit test case inputs to Hexawise (or similar service) via HTTP POST for pairwise analysis

All, I'm trying to build up our pairwise coverage analysis for current and future tests on our project. In particular, we want to make sure that our existing NUnit tests are covering the most ...
0
votes
0answers
9 views

Is there an OpenSource tool to convert from Clover to Cobertura xml format?

I'm looking for a tool to convert from Clover to Cobertura xml format. Is there a good OpenSource tool to do this?
1
vote
1answer
26 views

code coverage report for multimodule project through maven and clover

I am working on multimodule project, and my project include 7 modules . I am using clover to create aggregate report but first thing is that clover.db is creating for every module. And second thing is ...

1 2 3 4 5 84
15 30 50 per page