New branch is the branch triggers a new bucket bitmap of this branch.
(&mut self, coverage: &CodeCoverage)
| 87 | |
| 88 | // New branch is the branch triggers a new bucket bitmap of this branch. |
| 89 | pub fn has_new_branch(&mut self, coverage: &CodeCoverage) -> HashMap<String, Vec<BranchState>> { |
| 90 | self.branches.has_new(coverage) |
| 91 | } |
| 92 | |
| 93 | // Unique branch is the branch that have not been triggered before. |
| 94 | pub fn has_unique_branch(&mut self, coverage: &CodeCoverage) -> HashMap<String, Vec<Branch>> { |