Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FuzzAnything/PromptFuzz
/ count_covered_branches
Method
count_covered_branches
src/feedback/clang_coverage.rs:100–102 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
98
99
impl CovSummary {
100
pub fn count_covered_branches(&self) -> usize {
101
self.branches.covered
102
}
103
104
pub fn count_total_branches(&self) -> usize {
105
self.branches.count
Callers
4
test_branch_coverage
Function · 0.80
has_new_coverage
Method · 0.80
calculate_seed_coverage
Method · 0.80
find_testbed_corpora
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_branch_coverage
Function · 0.64