LCOV - differential code coverage report
Current view: top level - libs/postgres_ffi/src - pg_constants_v14.rs (source / functions) Coverage Total Hit CBC
Current: f6946e90941b557c917ac98cd5a7e9506d180f3e.info Lines: 100.0 % 3 3 3
Current Date: 2023-10-19 02:04:12 Functions: 100.0 % 1 1 1
Baseline: c8637f37369098875162f194f92736355783b050.info
Baseline Date: 2023-10-18 20:25:20

           TLA  Line data    Source code
       1                 : pub const XLOG_DBASE_CREATE: u8 = 0x00;
       2                 : pub const XLOG_DBASE_DROP: u8 = 0x10;
       3                 : 
       4                 : pub const BKPIMAGE_IS_COMPRESSED: u8 = 0x02; /* page image is compressed */
       5                 : pub const BKPIMAGE_APPLY: u8 = 0x04; /* page image should be restored during replay */
       6                 : pub const SIZEOF_RELMAPFILE: usize = 512; /* sizeof(RelMapFile) in relmapper.c */
       7                 : 
       8 CBC      305298 : pub fn bkpimg_is_compressed(bimg_info: u8) -> bool {
       9          305298 :     (bimg_info & BKPIMAGE_IS_COMPRESSED) != 0
      10          305298 : }
        

Generated by: LCOV version 2.1-beta