LCOV - differential code coverage report
Current view: top level - libs/postgres_ffi/src - pg_constants_v14.rs (source / functions) Coverage Total Hit CBC
Current: cd44433dd675caa99df17a61b18949c8387e2242.info Lines: 100.0 % 3 3 3
Current Date: 2024-01-09 02:06:09 Functions: 100.0 % 1 1 1
Baseline: 66c52a629a0f4a503e193045e0df4c77139e344b.info
Baseline Date: 2024-01-08 15:34:46

           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      278017 : pub fn bkpimg_is_compressed(bimg_info: u8) -> bool {
       9          278017 :     (bimg_info & BKPIMAGE_IS_COMPRESSED) != 0
      10          278017 : }
        

Generated by: LCOV version 2.1-beta