LCOV - code coverage report
Current view: top level - app/include/Dynamic/Policy/RewardFunction - RewardFunctionLocal.hpp (source / functions) Hit Total Coverage
Test: coverage.info Lines: 1 1 100.0 %
Date: 2023-08-17 16:45:52 Functions: 1 2 50.0 %

          Line data    Source code
       1             : #pragma once
       2             : 
       3             : #include "Dynamic/Policy/RewardFunction/RewardFunction.hpp"
       4             : 
       5             : namespace Dynamic {
       6             : class RewardFunctionLocal: public RewardFunction {
       7             :    public:
       8           1 :     virtual ~RewardFunctionLocal() = default;
       9             : 
      10             :     virtual Reward operator()(const Env::Env &env, const Env::Vehicle &vehicle) override;
      11             : 
      12             :     static RewardFunctionLocal INSTANCE;
      13             : };
      14             : }  // namespace Dynamic

Generated by: LCOV version 1.14