April 2015
Intermediate to advanced
276 pages
5h 38m
English
In the previous recipe, we looked at how to generate the code coverage for the uncovered branches. In this recipe, we will extend the concept to cover the uncovered branches/code and learn how to increase the code coverage for the existing JavaScript code by adding more Jasmine tests to the current test suite.
You will learn this recipe with the help of the second recipe in this chapter, Generating code coverage using karma and istanbul and the Implementing the Jasmine test corresponding to specs recipe explained in Chapter 4, Designing Specs from Requirement.
You need to perform the following steps to generate the code coverage report for uncovered branches/code:
Read now
Unlock full access