LCOV - code coverage report
Current view: top level - vnsw/agent/services/multicast/agent_map - task_timer_map.h (source / functions) Hit Total Coverage
Test: OpenSDN C/C++ coverage (all TARGET_SET jobs) Lines: 2 2 100.0 %
Date: 2026-08-03 02:19:58 Functions: 2 2 100.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : /*
       2             :  * Copyright (c) 2017 Juniper Networks, Inc. All rights reserved.
       3             :  */
       4             : 
       5             : #ifndef vnsw_agent_task_timer_map_h
       6             : #define vnsw_agent_task_timer_map_h
       7             : 
       8             : class TimerMap {
       9             : public:
      10           8 :     TimerMap() {}
      11           8 :     ~TimerMap() {}
      12             : 
      13             :     std::string timer_name_;
      14             :     void *timer_;
      15             :     Timer *agent_timer_;
      16             : };
      17             : 
      18             : #endif /* vnsw_agent_task_timer_map_h */

Generated by: LCOV version 1.14