LCOV - code coverage report
Current view: top level - src/plugins/mpris - mpris-plugin.c (source / functions) Coverage Total Hit
Test: Code Coverage Lines: 100.0 % 4 4
Test Date: 2024-03-22 06:22:29 Functions: 100.0 % 1 1
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.h>
       7                 :             : #include <valent.h>
       8                 :             : 
       9                 :             : #include "valent-mpris-adapter.h"
      10                 :             : #include "valent-mpris-plugin.h"
      11                 :             : 
      12                 :             : 
      13                 :             : _VALENT_EXTERN void
      14                 :           2 : valent_mpris_plugin_register_types (PeasObjectModule *module)
      15                 :             : {
      16                 :           2 :   peas_object_module_register_extension_type (module,
      17                 :             :                                               VALENT_TYPE_DEVICE_PLUGIN,
      18                 :             :                                               VALENT_TYPE_MPRIS_PLUGIN);
      19                 :           2 :   peas_object_module_register_extension_type (module,
      20                 :             :                                               VALENT_TYPE_MEDIA_ADAPTER,
      21                 :             :                                               VALENT_TYPE_MPRIS_ADAPTER);
      22                 :           2 : }
      23                 :             : 
        

Generated by: LCOV version 2.0-1