LCOV - code coverage report
Current view: top level - Interfaces/Inc - ISensor.hpp (source / functions) Coverage Total Hit
Test: filtered_coverage.info Lines: 100.0 % 1 1
Test Date: 2026-03-21 17:55:27 Functions: 50.0 % 2 1

            Line data    Source code
       1              : #ifndef ISENSOR_HPP
       2              : #define ISENSOR_HPP
       3              : 
       4              : namespace FreeRTOS_Cpp {
       5              :     class ISensor {
       6              :     public:
       7            8 :         virtual ~ISensor() = default;
       8              :         virtual bool init() = 0;
       9              :         virtual float read() = 0;
      10              :     };
      11              : }
      12              : 
      13              : #endif
        

Generated by: LCOV version 2.0-1