LCOV - code coverage report
Current view: top level - include/hpactor/actor - drain_config.hpp (source / functions) Coverage Total Hit
Test: HPActor Coverage Lines: 100.0 % 1 1
Test Date: 2026-05-20 02:24:49 Functions: - 0 0
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: - 0 0

             Branch data     Line data    Source code
       1                 :             : // Copyright 2026 HPActor Contributors
       2                 :             : // SPDX-License-Identifier: Apache-2.0
       3                 :             : 
       4                 :             : #pragma once
       5                 :             : 
       6                 :             : #include <chrono>
       7                 :             : #include <hpactor/actor/drain_policy.hpp>
       8                 :             : 
       9                 :             : namespace hpactor {
      10                 :             : 
      11                 :             : struct DrainConfig {
      12                 :             :     DrainPolicy policy{DrainPolicy::Drain};
      13                 :          52 :     std::chrono::milliseconds timeout{30'000};
      14                 :             : };
      15                 :             : 
      16                 :             : } // namespace hpactor
        

Generated by: LCOV version 2.0-1