"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
18 views

Can python coverage display results hierarchically?

I use the Python code coverage tool to monitor and measure our testing coverage. I'm now publishing the results internally, using coverage's excellent html report generation. I'd like to change the ...
0
votes
0answers
14 views

Jmockit Code Coverage Issue

In a test case I am directly calling a method of a class A. The method is getting executed but while getting code coverage report, coverage of class A is 0%. When I looked into the report for that ...
0
votes
1answer
15 views

using Code coverage using QUnit and Teamcity

Actually I am in the process to run my javascript code on teamcity using QUnit+ phantomjs. (using this link as reference:http://thomasardal.com/running-qunit-tests-on-teamcity/) And at least the ...
0
votes
1answer
9 views

PHPUnit and PHP_CodeCoverage: Enable PHP_CodeCoverage for entire code base

All of my code base is in one folder and it's sub-directories, all of my tests are in another folder and it's sub-directories. When I run PHPUnit, I point it to the test folder, and all Files in my ...
0
votes
0answers
122 views

PHPUnit --no-coverage option to overwrite config file

I use PHPUnit to test my projects, using a phpunit.xml.dist config file. The default configuration for all my projects is set to generate html code coverage reports. Is there anyway I can run the ...
2
votes
1answer
35 views

Code coverage with mocha

I am using mocha for testing my nodejs application. I am not able to figure out how to use its code coverage feature. I tried googling it but din't find any proper tutorial. Please help.
0
votes
3answers
39 views

Testing guidelines for software developer teams

We are currently working on a guideline for testing. There is one point, where we could not come to a conclusion. What standards should be defined to ensure, that the developer test their code. First ...
1
vote
1answer
28 views

Expression to include by file name but exclude by same folder name

I'm trying to figure out how to configure VS Code Coverage Run Settings to include only target libraries but not test libraries and not 3rd party libraries: Syntax is the following: <Include> ...
1
vote
0answers
113 views

Angular.js code coverage using Karma w. Coffeescript

I had some difficulties running Istanbul code coverage tool with Angular.js + Jasmine. I'm coding in Coffeescript, but since Instanbul doesn't support it yet, source is converted to JS on every save. ...
0
votes
1answer
21 views

Jenkins Sonar jacoco

My JUnit testcoverage is not propagated to sonar when built on jenkins. The "Unit test coverage" field on sonar stays empty, the "Unit test success" field shows the correct values though. I'm using ...
1
vote
1answer
23 views

Possibility of getting Path Coverage by jmockit coverage tool with exclusion of desired paths

I was interested to get path coverage for my code after doing unit testing, but it contains lots of if-else conditions which make the actual number of paths like around 67k so is there any possibility ...
0
votes
0answers
13 views

PHPUnit - Remote Code Coverage

I have a full REST project. Test cases call the rest api through cURL. How can I add this request to code coverage report? I know that PHPUnit-Selenium can collect code coverage report through ...
0
votes
0answers
48 views

Code coverage tool for perl files

I have gone through the CPAN documentation which talks about code coverage of only perl modules. Suppose I have a perl file (.pl) and I have to do code coverage for this file how can I write ...
0
votes
1answer
77 views

How to get tests coverage using Django, Jenkins and Sonar?

I'm trying to get test unit coverage with Sonar. To do so, I have followed these steps : Generating report with python manage.py jenkins --coverage-html-report=report_coverage Setting properties in ...
0
votes
1answer
15 views

how to run JSCover on windows

I've spent quite some time to try using the JSCover that allows you to monitor code coverage of your javascript code. As compelling as it may sound, it does not seem to be a straight forward deal. ...
1
vote
1answer
33 views

Using SimpleCov in a Ruby Project

I am trying to use the simplecov gem in a Ruby project. However I have failed miserably. Here is what I've done until now. My project structure is: ProjectFolder - lib - test I have my tests in ...
1
vote
0answers
31 views

Issue with Code Coverage in VS 2012

I have a simple ASP.Net MVC 4 application with 3 simple tests. Each of these tests run successfully to completion, however the Code Coverage window gives me the following error: Empty results ...
0
votes
3answers
66 views

Accurately count number of keywords “if”, “while” in a c file

Are there any libraries out there that I can pass my .c files through and will count the visible number of, of example, "if" statements? We don't have to worry about "if" statement in other files ...
0
votes
1answer
36 views

How Can I Check View Code Coverage with CakePHP Tests?

When testing controllers, I can legitimately achieve 100% code coverage, as shown here: Example of Correct Report of 100% Code Coverage Controller Code <?php App::uses('AppController', ...
0
votes
0answers
7 views

MSVS 2010 Code Coverage Error

Got MSVS 2010 Pro. Trying to run Code Coverage too. I've got .testsettings files. When I open them and go to Code Coverage, then press Configure, I've got an error: "The configuration editor cannot be ...
0
votes
0answers
13 views

is Gcov an application based coverage or system based coverage

Is Gcov an application based coverage or system based coverage .gcda files doesn't get generated for all the files. the gcda files are created only for few source files. gcno files are created for ...
0
votes
1answer
28 views

Unable to get Code Coverage Report using jmockit coverage jar

I have been using jmockit coverage while testing locally available jars in eclipse. But when I am trying to put the jmockit coverage jar on remote node with tomcat running, where I am deploying many ...
0
votes
1answer
27 views

Matlab UnitTest Coverage

Matlab has a fancy new unit-testing framework in 2013a. I've found it quite helpful, but as my modules grow I would like to know how much coverage I have achieved. How can I measure my unit-test ...
1
vote
0answers
30 views

PHPUnit code coverage report in Clover XML format contains interfaces

I use the @codeCoverageIgnore annotation in order to ignore interfaces in code coverage reports. Some time ago I have used code coverage report in HTML format and I have not found any issues while I ...
1
vote
0answers
36 views

How to provide test coverage with Karma runner while proxying through a server

When testing javascript apps, I often find myself using a local test server to serve files in order to allow ajax request during the test (as ajax fails on the file:// system). This mean though that ...
-1
votes
1answer
34 views

Reverse test coverage [closed]

I am looking for the way to automate the following task. Given the coverage report, find out which tests cover particular method / function. Even better if I can specify specific class and line ...
0
votes
1answer
21 views

PHPUnit - how to ignore code coverage for classloader?

When I generate code coverage for my PHP project, I always get the Symfony autoloader. I tried adding this to my PHPUnit config with no luck: <filter> <blacklist> ...
0
votes
1answer
21 views

How to Export the Code Coverage report of jtest outside of it to share the report with the team

Is there any way to export the Code Coverage percentage of the class files to some report format from the jtest tool so this report can be shared with the rest of the team?
1
vote
2answers
95 views

Measure Code Coverage through Black Box testing in java Web application

We have a huge java based application , which is there since few years.We also have a large set of block box test cases with QA team to carry out regression testing. There is an initiative being taken ...
1
vote
0answers
51 views

How to get code coverage in Visual Studio 2012 for mixed managed and native C++ code

We are trying to get Code Coverage results in Visual Studio 2012 for a test run that includes C#, managed and native C++. Our tests are defined in NUnit and we are using the NUnit adapter to be able ...
0
votes
1answer
22 views

Phpunit Code Coverage - 0 Files Analysed when including File with Function in it in Test

I am getting a weird result when trying to create a code coverage report of my test. I call this: phpunit --coverage-html report tests/JSONTest.php And get this: PHPUnit 3.6.12 by Sebastian ...
0
votes
1answer
164 views

JavaScript code coverage with Jasmine

We are planning to introduce JavaScript unit testing in our project and so far Jasmine appears to be one of the better BDD unit testing framework for javascript. Now I am wondering how can we monitor ...
0
votes
1answer
39 views

what category of code coverage are units tests done in TDD

I am a bit confused with the various types of code coverage: statement coverage, branch coverage, p-uses coverage, c-uses coverage, statement coverage, line coverage..... I am i interested in the ...
0
votes
1answer
49 views

DotCover shows only unit test source code not production code

I'm starting to use dotCover. I have a set of Debug compiled dlls + their pdbs. Then I've created a test project and executed resharper on it to see the coverage. What I'm getting is the coverage only ...
0
votes
1answer
35 views

Coverage for desktop application in Ruby

I am writing a simple desktop application in Ruby. For testing my choice is minitest. Now I want to measure test-coverage. In case of Ruby on Rails you can use Simplecov ...
0
votes
0answers
43 views

Code Coverage Plugin in NetBeans

I have installed the Code Coverage Plugin in NetBeans, to test the code coverage. this is the steps : I tested the project (Alt + F6) then I activated the coverage collection (right click on ...
0
votes
1answer
51 views

Can output from JavaScript coverage tool Istanbul be published through TeamCity?

Is it possible to somehow publish reports from the JavaScript coverage analysis tool Istanbul through TeamCity? That is to say, I want to integrate these results with TeamCity's coverage reporting ...
0
votes
1answer
68 views

Steps to setup Grails -code-coverage plugin with Jenkins CI?

Has any one got setup Grails -code-coverage plugin with Jenkins CI? If so please walk me through the setup?
0
votes
0answers
36 views

Code coverage using Emma for a maven project and tests being part of an ant project

I was doing code coverage using Emma. My source code is a maven project whose java files I compiled using mvn clean install. My tests are part of an ant project and am unable to generate coverage of ...
0
votes
0answers
34 views

Code Coverage Tool supporting for C/C++ , Java & Javascript fully? [duplicate]

I'm looking for code coverage tool supporting for all following language. ; C, C++, Java, Javascript Would you please let me know any experience or information? Thanks~
0
votes
1answer
46 views

junit test case for FTP

Can some one tell me how to write a junit test case for the following piece of code. The one i have written doesn't get enter into the try body. why..?? code:- public void dataImport ( String ...
0
votes
2answers
83 views

using Blanket.js for a compoundjs app to generate coverage report

I have compoundjs application in which I have used the scaffold generator to generate controller and its test cases. The test cases are running correctly. But I need to generate the code coverage ...
0
votes
0answers
54 views

MSTest ASP.NET MVC Testing Controller

I am trying to write unit tests for my ASP.NET MVC 4 project's controllers using VS 2010 and MSTest. I have code coverage enabled for the project. When I run the tests individually, they run just ...
0
votes
1answer
46 views

Sonar-Cobertura custom filters

I am using sonar in my project through sonar-maven plugin . I am using Cobertura plugin for code coverage analysis. I want to exclude some modules/classes from code coverage report. How can I do it? ...
1
vote
1answer
95 views

gcovr - cobertura

With gcovr I am able to generate code coverge report(coverage.xml) for my IOS application.How will I use cobertura plugin to convert the coverage.xml to cobertura html report? Any help appreciated!
0
votes
0answers
43 views

Unconditional branching (GOTO) - how decision coverage can be lower than branch coverage?

Often the branch coverage is referred as a decision coverage,however they are not the same. Can anyone give me an example following the definition below and showing how decision coverage can be lesser ...
0
votes
0answers
49 views

Cobertura Not generating Proper XML Files

Build Succeeds, but I am getting the following error. This was not happening until recently. I have not changed anything in the last few builds. [Cobertura] Publishing Cobertura coverage report... ...
0
votes
0answers
81 views

gcovr not generating coverage files from remote location

When I execute the gcovr file from within my folder containing the .gcno & .gcda files, the coverage.xml file is being generated. Folder Location - /Users//….. /x86_64/ Gcovr Location - ...
0
votes
0answers
16 views

NPE when using EMMA Plugin in eclipse

When I install the latest version of EMMA (2.2.0.201210261515) and execute Coverage As - Plugin Test, I am getting the following exception (happens on both INDIGO and JUNO) ...
0
votes
1answer
60 views

Modify gcc gcov counter size

Due to very limited memory amounts, I would like to modify the size of the counters (currently 64 bits) used for coverage data with gcov (gcc -fprofile-arcs -ftest-coverage), and need some guidance in ...

1 2 3 4 5 25