LCOV - code coverage report
Current view: top level - core - target.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 Target Target;
       7                 :            : 
       8                 :            : struct Target {
       9                 :            :         Unit meta;
      10                 :            : 
      11                 :            :         TargetState state, deserialized_state;
      12                 :            : };
      13                 :            : 
      14                 :            : extern const UnitVTable target_vtable;
      15                 :            : 
      16   [ +  -  -  + ]:       3700 : DEFINE_CAST(TARGET, Target);

Generated by: LCOV version 1.14