Changes between Version 20 and Version 21 of Developer/Coverage/Theory


Ignore:
Timestamp:
09/15/09 00:28:37 (15 years ago)
Author:
GlennHumphrey
Comment:

/* Condition Coverage */ Minor edit

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Coverage/Theory

    v20 v21  
    2525
    2626
    27 Condition Coverage requires that each boolean sub-expression evaluate to both TRUE and FALSE.  This criteria goes a little further than Decision Coverage by ensuring that the component parts of a compound expression each evaluate to TRUE and FALSE.  But it should be noted that this does not necessarily imply decision coverage.  Because of this fact, it is best to apply Decision Coverage and Condition Coverage together.
     27Condition Coverage requires that each boolean sub-expression evaluate to both TRUE and FALSE.  This criteria goes a little further than Decision Coverage by ensuring that the component parts of a compound expression each evaluate to TRUE and FALSE.  But it should be noted that Condition Coverage by itself does not necessarily imply decision coverage.  Because of this fact, it is best to apply Decision Coverage and Condition Coverage together.
    2828= Object Coverage =
    2929