MCPcopy 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
144impl 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

get_covered_branchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected