Changes between Version 27 and Version 28 of REPORTS
- Timestamp:
- 10/09/08 17:23:27 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
REPORTS
v27 v28 87 87 * '''te-score''': 88 88 * represent the score one accumulates for done testing. 89 * is calculated by the formula: '''sum(( t-effort * (-1)^wrong^ ) / 16)''' where '''wrong''' is a boolean value and defines whether the review is OK or NOT OK. This way (-1)^wrong == 1 when wrong==0 and (-1)^wrong==-1 when wrong==189 * is calculated by the formula: '''sum(( t-effort * (-1)^wrong^ ) / 16)''' where '''wrong''' is a boolean value (1 or 0) and defines whether the review is WRONG or NOT WRONG. This way (-1)^wrong == 1 when wrong==0 and (-1)^wrong==-1 when wrong==1