Repo Added
|
Files
22
|
Badge
README BADGES
|
push
travis-ci
1979 of 2170 relevant lines covered (91.2%)
0.91 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|---|---|---|---|---|---|---|
26.09 | result.rs | 72 | 23 | 6 | 17 | 1.0 | |
47.37 | log_format.rs | 66 | 19 | 9 | 10 | 1.0 | |
51.09 | memtable.rs | 195 | 92 | 47 | 45 | 1.0 | |
60.0 | comparator.rs | 59 | 5 | 3 | 2 | 1.0 | |
66.27 | dbformat.rs | 325 | 169 | 112 | 57 | 1.0 | |
90.91 | slice.rs | 164 | 66 | 60 | 6 | 1.0 | |
91.41 | log_reader.rs | 375 | 163 | 149 | 14 | 1.0 | |
94.63 | log_writer.rs | 830 | 521 | 493 | 28 | 1.0 | |
98.06 | skiplist.rs | 825 | 361 | 354 | 7 | 1.0 | |
98.28 | write_batch.rs | 333 | 174 | 171 | 3 | 1.0 | |
99.34 | util/coding.rs | 517 | 304 | 302 | 2 | 1.0 |
Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
---|---|---|---|---|---|---|---|
31 | coding_vec | Add encode_varint_32/64 for Vec Sometimes it is not convenient to allocate and initialize space for the input slice in encode_varint_32/64, so it is better to have a "vec" version of this, which will automatically expand the vector if there's not... | push | travis-ci | pending completion |