Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FuzzAnything/PromptFuzz
/ get_false_count
Method
get_false_count
src/feedback/clang_coverage.rs:149–151 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
147
}
148
149
fn get_false_count(&self) -> &usize {
150
&self[5]
151
}
152
153
fn get_covered_branch(&self) -> Vec<Branch> {
154
let (true_branch, false_branch) = parse_branch(self);
Callers
2
compute_branch_coverage
Method · 0.80
get_covered_branch
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected