Branch Coverage

/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 12 0 while (ptr != end && (*ptr & 0x80)) {
6 6 while (ptr != end && (*ptr & 0x80)) {
100 6 0 return varint_decode_s(storage.substr(0, size_of_first()));
131 12 0 for (; pos < storage.size(); ++pos) {
132 6 6 if (!(storage[pos] & 0x80)) {