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

More methods and tests #23

Closed gaissmai closed 4 months ago

coveralls commented 4 months ago

Pull Request Test Coverage Report for Build 8758714219

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
jsonify.go 10 12 83.33%
table.go 241 247 97.57%
<!-- Total: 361 369 97.83% -->
Files with Coverage Reduction New Missed Lines %
jsonify.go 2 85.37%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 8485047547: 0.7%
Covered Lines: 1169
Relevant Lines: 1219

💛 - Coveralls