Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #381 from projecttacoma/negation_coverage
Browse files Browse the repository at this point in the history
Compute coverage with negated statements
  • Loading branch information
andrequina committed Aug 19, 2014
2 parents 96e4025 + 994bc26 commit 75eda96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/models/coverage.js.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Thorax.Model.Coverage extends Thorax.Model
@rationaleCriteria = []
@differences.each (difference) => if difference.get('done')
result = difference.result
rationale = result.updatedRationale()
rationale = result.get('rationale')
@rationaleCriteria.push(criteria) for criteria, result of rationale when result
@rationaleCriteria = _(@rationaleCriteria).intersection(@measureCriteria)

Expand Down

0 comments on commit 75eda96

Please sign in to comment.