decision coverage

All Versions
Click for all versions
Clover 2.4 Documentation

Index

Branch coverage (or 'decision coverage') is a code coverage metric that measures which possible branches in flow control structures are followed. Clover does this by recording if the boolean expression in the control structure evaluated to both true and false during execution.

Labels

decision decision Delete
coverage coverage Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.