LCOV - code coverage report
Current view: top level - src/plugins/ping - ping-plugin.c (source / functions) Hit Total Coverage
Test: Code Coverage Lines: 3 3 100.0 %
Date: 2023-06-06 02:20:50 Functions: 1 1 100.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : // SPDX-License-Identifier: GPL-3.0-or-later
       2                 :            : // SPDX-FileCopyrightText: Andy Holmes <andrew.g.r.holmes@gmail.com>
       3                 :            : 
       4                 :            : #include "config.h"
       5                 :            : 
       6                 :            : #include <libpeas/peas.h>
       7                 :            : #include <valent.h>
       8                 :            : 
       9                 :            : #include "valent-ping-plugin.h"
      10                 :            : 
      11                 :            : 
      12                 :            : _VALENT_EXTERN void
      13                 :          1 : valent_ping_plugin_register_types (PeasObjectModule *module)
      14                 :            : {
      15                 :          1 :   peas_object_module_register_extension_type (module,
      16                 :            :                                               VALENT_TYPE_DEVICE_PLUGIN,
      17                 :            :                                               VALENT_TYPE_PING_PLUGIN);
      18                 :          1 : }
      19                 :            : 

Generated by: LCOV version 1.14