MCPcopy Create free account
hub / github.com/anse1/sqlsmith / report

Function report

impedance.cc:54–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void report()
55{
56 cerr << "impedance report: " << endl;
57 for (auto pair : occurances_in_failed_query) {
58 cerr << " " << pretty_type(pair.first) << ": " <<
59 pair.second << "/" << occurances_in_ok_query[pair.first]
60 << " (bad/ok)";
61 if (!matched(pair.first))
62 cerr << " -> BLACKLISTED";
63 cerr << endl;
64 }
65}
66
67void report(std::ostream &out)
68{

Callers 2

reportMethod · 0.85
generatedMethod · 0.85

Calls 2

pretty_typeFunction · 0.85
matchedFunction · 0.70

Tested by

no test coverage detected