LCOV - code coverage report
Current view: top level - tests/src - comprehensive_system_testing.c (source / functions) Coverage Total Hit
Test: coverage.info Lines: 100.0 % 6 6
Test Date: 2026-03-01 04:31:48 Functions: 100.0 % 1 1
Branches: 41.7 % 12 5

             Branch data     Line data    Source code
       1                 :             : #include "sute.h"
       2                 :             : 
       3                 :           1 : Return comprehensive_system_testing(void)
       4                 :             : {
       5                 :           1 :         INITTEST;
       6                 :             : 
       7                 :           1 :         enum run_mode prev_run_mode = run_external;
       8                 :             : 
       9         [ +  - ]:           1 :         run_external = EXTERNAL_CALL;
      10                 :             : 
      11                 :             :         #include "comprehensive_unit_and_system_testing.cc"
      12                 :             : 
      13                 :           1 :         run_external = prev_run_mode;
      14                 :             : 
      15   [ +  -  -  +  :           1 :         RETURN_STATUS;
          -  -  -  +  +  
                      - ]
      16                 :             : }
        

Generated by: LCOV version 2.0-1