make check
The following 3 commands should output nothing:
grep -rnI Skipped\(
grep -rnI Bad\(
grep -rnI Get\(
grep -rnI Good\(
The last command above should output the following:
db.h:115: ret.fGood = IsGood();
db.h:120: bool IsGood() const {
db.h:161: if (IsGood()) {
db.h:183: if (IsGood()) {
db.h:406: if (info.IsGood()) {
db.cpp:100: if (info.IsGood() && goodId.count(id) == 0) {
db.cpp:131: if (/*!info.IsGood() && */ goodId.count(id) == 1) {