LCOV - differential code coverage report
Current view: top level - src/interfaces/ecpg/test/preproc - comment.pgc (source / functions) Coverage Total Hit CBC
Current: Differential Code Coverage 16@8cea358b128 vs 17@8cea358b128 Lines: 100.0 % 5 5 5
Current Date: 2024-04-14 14:21:10 Functions: 100.0 % 1 1 1
Baseline: 16@8cea358b128 Branches: - 0 0
Baseline Date: 2024-04-14 14:21:09 Line coverage date bins:
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed (240..) days: 100.0 % 5 5 5
Function coverage date bins:
(240..) days: 100.0 % 1 1 1

 Age         Owner                    Branch data    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                 :                : 
 6428 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.1-beta2-3-g6141622