LCOV - code coverage report
Current view: top level - regression/issue_453 - test.c (source / functions) Hit Total Coverage
Test: coverage.info Lines: 6 6 100.0 %
Date: 2023-02-14 20:10:26 Functions: 1 1 100.0 %

          Line data    Source code
       1             : #include "test.pb.h"
       2             : #include "unittests.h"
       3             : 
       4           1 : int main()
       5             : {
       6           1 :     int status = 0;
       7           1 :     MyMessage msg = MyMessage_init_default;
       8           1 :     TEST(msg.myfield >= 1.23399f);
       9           1 :     TEST(msg.myfield <= 1.23401f);
      10           1 :     return status;
      11             : }

Generated by: LCOV version 1.14