Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FuzzAnything/PromptFuzz
/ get_true_count
Method
get_true_count
src/feedback/clang_coverage.rs:145–147 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
143
144
impl BranchCount for CovBranch {
145
fn get_true_count(&self) -> &usize {
146
&self[4]
147
}
148
149
fn get_false_count(&self) -> &usize {
150
&self[5]
Callers
2
compute_branch_coverage
Method · 0.80
get_covered_branch
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected