MCPcopy 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
99impl 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_coverageFunction · 0.80
has_new_coverageMethod · 0.80
find_testbed_corporaFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_branch_coverageFunction · 0.64