- Statement Coverage - Has each line of the source code been executed and tested?
- Condition Coverage - Has each evaluation point (such as a true/false decision) been executed and tested?
- Path Coverage - Has every possible route through a given part of the code been executed and tested?
- Entry/Exit Coverage - Has every possible call and return of the function been executed and tested?
Monday, July 30, 2007
Code Coverage
Posted by Software Engineering Notes at 11:24 PM
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment