Top "Code-coverage" questions

"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.

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 …

javascript code-coverage jasmine
What code analysis tools do you use for your Java projects?

What code analysis tools do you use on your Java projects? I am interested in all kinds static code analysis …

java code-coverage static-analysis
Eclemma says 1 of 4 branches not covered, but which branch is it?

Is there a simple way to tell which branch I am missing? I.e. I have some code like this: …

java eclipse code-coverage eclemma
google-test: code coverage

Is it possible to get code coverage done by tests using google test framework?

c++ code-coverage googletest
How do I read an Istanbul Coverage Report?

I've always used Jasmine for my unit tests, but recently I started using Istanbul to give me code coverage reports. …

javascript testing jasmine code-coverage istanbul
Testng, Emma, Cobertura, coverage and JDK 7 result in ClassFormatError and VerifyError

I have switched to the newest JDK 7 and I am having problems with running testng unit test on byte code …

code-coverage java-7 cobertura emma jacoco
How to install gems from Gemfile?

I want to add code coverage to my project and sign up coveralls.io and create Gemfile with: gem 'coveralls', …

ruby rubygems code-coverage
Code Coverage tools for PHP

Is there any code coverage tool available for PHP? I wish to check the code coverage of my code and …

php code-coverage
Improve Lombok @Data Code Coverage

I am writing unit tests for my project and am trying to achieve at least 80% code coverage. Problem is that …

java eclipse unit-testing code-coverage eclemma