pivot-libre / tideman

Implementation of the Tideman ranked pairs algorithm
Apache License 2.0
9 stars 3 forks source link

Improve Test Coverage #44

Closed carlschroedl closed 6 years ago

carlschroedl commented 7 years ago

Recent short-term solutions have resulted in a decrease in test coverage. Let's bring that back up to make-yo-momma-proud levels!

Follow the instructions in the Contributing section of the README. Visualize the test coverage according to the README's instructions. Find areas lacking coverage and write some tests that cover them.

If you aren't familiar with the codebase, examine the following core classes: Candidate, CandidateList, Ballot, NBallot, Margin, MarginList.

carlschroedl commented 6 years ago

We're near 100% coverage so I'm closing this.