LCOV - code coverage report
Current view: top level - network/netdev - vrf.h (source / functions) Hit Total Coverage
Test: systemd_full.info Lines: 0 1 0.0 %
Date: 2019-08-23 13:36:53 Functions: 0 1 0.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 0 6 0.0 %

           Branch data     Line data    Source code
       1                 :            : /* SPDX-License-Identifier: LGPL-2.1+ */
       2                 :            : #pragma once
       3                 :            : 
       4                 :            : typedef struct Vrf Vrf;
       5                 :            : 
       6                 :            : #include "netdev/netdev.h"
       7                 :            : 
       8                 :            : struct Vrf {
       9                 :            :         NetDev meta;
      10                 :            : 
      11                 :            :         uint32_t table;
      12                 :            : };
      13                 :            : 
      14   [ #  #  #  #  :          0 : DEFINE_NETDEV_CAST(VRF, Vrf);
                   #  # ]
      15                 :            : extern const NetDevVTable vrf_vtable;

Generated by: LCOV version 1.14