LCOV - code coverage report
Current view: top level - tests/src - comprehensive_mock_testing.c (source / functions) Coverage Total Hit
Test: coverage.info Lines: 100.0 % 7 7
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                 :             : /* Mock only tecting in unit-mode so the linker wraps are active */
       4                 :           1 : Return comprehensive_mock_testing(void)
       5                 :             : {
       6                 :           1 :         INITTEST;
       7                 :             : 
       8                 :           1 :         enum run_mode prev_run_mode = run_external;
       9                 :             : 
      10                 :           1 :         run_external = INTERNAL_TEST;
      11                 :             : 
      12         [ +  - ]:           1 :         TEST(test0031,"Read error handling during hashing…");
      13                 :             : 
      14                 :           1 :         run_external = prev_run_mode;
      15                 :             : 
      16   [ +  -  -  +  :           1 :         RETURN_STATUS;
          -  -  -  +  +  
                      - ]
      17                 :             : }
        

Generated by: LCOV version 2.0-1