gaissmai / bart

The Balanced Routing Table is an adaptation of D. Knuth's ART algorithm combined with popcount level compression and backtracking. It is somewhat slower than ART, but requires considerably less memory.
MIT License
26 stars 3 forks source link

minor tests refactoring and renaming #26

Closed gaissmai closed 4 months ago

coveralls commented 4 months ago

Pull Request Test Coverage Report for Build 8775668408

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
node.go 23 26 88.46%
<!-- Total: 72 75 96.0% -->
Files with Coverage Reduction New Missed Lines %
node.go 3 96.99%
<!-- Total: 3 -->
Totals Coverage Status
Change from base Build 8767411500: -0.4%
Covered Lines: 1098
Relevant Lines: 1147

💛 - Coveralls