MCPcopy Create free account
hub / github.com/FuzzAnything/PromptFuzz / get_covered_branch

Method get_covered_branch

src/feedback/observer.rs:213–215  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

211 }
212
213 pub fn get_covered_branch(&self) -> Vec<Branch> {
214 self.branches.get_covered_branch()
215 }
216
217 pub fn compute_coverage_for_program(program: usize, deopt: &Deopt) -> Result<f32> {
218 let mut observer = Observer::new(deopt);

Callers 2

test_branch_coverageFunction · 0.45
count_branchMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_branch_coverageFunction · 0.36