-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move calcuating coverage points into constructor
I thought `coverage_point_calculator::calculate_coverage_points()` didn't read very well. And since we now have a single struct to care about (outside of providing arguments), it seemed to me `coverage_point_calculator::CoveragePoints::new()` read rather nicely.
- Loading branch information
1 parent
611a929
commit bbe19bd
Showing
2 changed files
with
54 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters