LCOV - code coverage report
Current view: top level - core - slice.h (source / functions) Hit Total Coverage
Test: systemd_full.info Lines: 1 1 100.0 %
Date: 2019-08-23 13:36:53 Functions: 1 1 100.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 2 4 50.0 %

           Branch data     Line data    Source code
       1                 :            : /* SPDX-License-Identifier: LGPL-2.1+ */
       2                 :            : #pragma once
       3                 :            : 
       4                 :            : #include "unit.h"
       5                 :            : 
       6                 :            : typedef struct Slice Slice;
       7                 :            : 
       8                 :            : struct Slice {
       9                 :            :         Unit meta;
      10                 :            : 
      11                 :            :         SliceState state, deserialized_state;
      12                 :            : 
      13                 :            :         CGroupContext cgroup_context;
      14                 :            : };
      15                 :            : 
      16                 :            : extern const UnitVTable slice_vtable;
      17                 :            : 
      18   [ +  -  -  + ]:       3140 : DEFINE_CAST(SLICE, Slice);

Generated by: LCOV version 1.14