Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quality improvements to matrix and its test suite #21

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

omgm
Copy link

@omgm omgm commented Aug 29, 2014

These changes were applied after performing mutation analysis on matrix-test.js. New score is 0.91 (from 0.697).

To get the score up to 1.0, the following issue needs to be fixed: #20

Mutation analysis on vector-test.js was done with Mutator (http://ortask.com/mutator/). I improved the suite's mutation score from 0.64 to 0.85. I'll get it to 1.0 soon.
Mutation analysis was performed on matrix-test.js with Mutator (http://ortask.com/mutator/). I improved the suite's mutation score from 0.697 to 0.91.
Mutation analysis was performed on matrix-test.js with Mutator (http://ortask.com/mutator/). These are some fixes that were made for small issues in the source file while applying the analysis.
@omgm omgm changed the title Improvements to matrix and its test Quality improvements to matrix and its test Aug 29, 2014
@omgm omgm changed the title Quality improvements to matrix and its test Quality improvements to matrix and its test suite Sep 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

matrix's calcRotVec() fails with TypeError
1 participant