| /usr/local/lib/perl5/site_perl/5.26.1/x86_64-linux/XS/libpanda.x/i/panda/endian.h | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 2 | 4 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 58 | 5 | 0 | inline uint64_t h2be64 (uint64_t x) { return detail::am_i_little ? detail::swap_bytes64(x) : x; } |
| 60 | 5 | 0 | inline uint64_t be2h64 (uint64_t x) { return detail::am_i_little ? detail::swap_bytes64(x) : x; } |