LCOV - differential code coverage report
Current view: top level - src/interfaces/ecpg/test/preproc - comment.pgc (source / functions) Coverage Total Hit CBC
Current: b45a8d7d8b306b43f31a002f1b3f1dddc8defeaf vs 8767b449a3a1e75626dfb08f24da54933171d4c5 Lines: 100.0 % 5 5 5
Current Date: 2025-10-28 08:26:42 +0900 Functions: 100.0 % 1 1 1
Baseline: lcov-20251028-005825-baseline Line coverage date bins:
Baseline Date: 2025-10-27 06:37:35 +0000 (360..) days: 100.0 % 5 5 5
Legend: Lines:     hit not hit Function coverage date bins:
(360..) days: 100.0 % 1 1 1

 Age         Owner                  TLA  Line data    Source code
                                  1                 : #include <stdlib.h>
                                  2                 : 
                                  3                 : exec sql include ../regression;
                                  4                 : 
                                  5                 : /* just a test comment */ int i;
                                  6                 : /* just a test comment int j*/;
                                  7                 : 
                                  8                 : /****************************************************************************/
                                  9                 : /* Test comment                                                             */
                                 10                 : /*--------------------------------------------------------------------------*/
                                 11                 : 
 6990 meskes@postgresql.or       12 CBC           1 : int main(void)
                                 13                 : {
                                 14               1 :   ECPGdebug(1, stderr);
                                 15                 : 
                                 16               1 :   exec sql --this is a comment too
                                 17                 :   connect to REGRESSDB1;
                                 18                 : 
                                 19               1 :   exec sql disconnect;
                                 20               1 :   exit (0);
                                 21                 : }
        

Generated by: LCOV version 2.4-beta