A breakdown by file of statement coverage in the interop package:
| File |
Coverage |
| algo.go |
71.2% |
| checker.go |
50.0% |
| cycle.go |
88.6% |
| interop.go |
43.9% |
| logdb.go |
74.7% |
| types.go |
100% |
| verification_view.go |
93.8% |
| verified_db.go |
54.4% |
Overall coverage is 58.4%
The poor coverage over interop.go can be explained by much of it containing system level logic like starting/stopping/waiting and also database rewinding logic which isn't tested by our harness. If we ignore interop.go, then overall coverage goes up to 70.4%
A breakdown by file of statement coverage in the interop package:
Overall coverage is 58.4%
The poor coverage over
interop.gocan be explained by much of it containing system level logic like starting/stopping/waiting and also database rewinding logic which isn't tested by our harness. If we ignore interop.go, then overall coverage goes up to 70.4%