LCOV - differential code coverage report
Current view: top level - src/interfaces/ecpg/test/connect - test4.pgc (source / functions) Coverage Total Hit CBC
Current: 380a8b2ea024c33a35e7abc8628e7c4f52f9f9f9 vs db5ed03217b9c238703df8b4b286115d6e940488 Lines: 100.0 % 6 6 6
Current Date: 2026-05-29 21:51:00 -0400 Functions: 100.0 % 1 1 1
Baseline: lcov-20260530-034037-baseline Line coverage date bins:
Baseline Date: 2026-05-29 14:39:03 -0700 (360..) days: 100.0 % 6 6 6
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                 : #include <string.h>
                                  3                 : #include <stdlib.h>
                                  4                 : #include <stdio.h>
                                  5                 : 
                                  6                 : exec sql include ../regression;
                                  7                 : 
                                  8                 : int
 7241 meskes@postgresql.or        9 CBC           1 : main(void)
                                 10                 : {
                                 11               1 :     ECPGdebug(1, stderr);
                                 12                 : 
                                 13               1 :     exec sql connect to REGRESSDB1 as main;
                                 14                 : 
                                 15               1 :     exec sql set connection to main;
                                 16                 : 
                                 17               1 :     exec sql disconnect DEFAULT;
                                 18                 : 
 3208 peter_e@gmx.net            19               1 :     return 0;
                                 20                 : }
        

Generated by: LCOV version 2.5.0-beta