Code Coverage Tutorial: Branch, Statement, Decision, FSM
Code coverage is a measure which describes the degree of which the source code of the program has been tested. Following are major code coverage methods Statement Coverage, Condition Coverage, Branch Coverage, Toggle Coverage, FSM Coverage
Guru99