/usr/local/lib/perl5/site_perl/5.26.1/x86_64-linux/XS/libpanda.x/i/panda/varint.h | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 10 | 70.0 |
line | true | false | branch |
---|---|---|---|
20 | 18 | 0 | while (ptr != end && (*ptr & 0x80)) { |
9 | 9 | while (ptr != end && (*ptr & 0x80)) { | |
100 | 9 | 0 | return varint_decode_s(storage.substr(0, size_of_first())); |
131 | 18 | 0 | for (; pos < storage.size(); ++pos) { |
132 | 9 | 9 | if (!(storage[pos] & 0x80)) { |