LCOV - code coverage report
Current view: top level - glib/gio/tests - resourceplugin.c (source / functions) Hit Total Coverage
Test: unnamed Lines: 4 6 66.7 %
Date: 2024-04-23 05:16:05 Functions: 2 3 66.7 %
Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : /*
       2                 :            :  * Ensure the g_io_module_*() symbols are exported
       3                 :            :  * on all supported compilers without using config.h.
       4                 :            :  * This must be done before including any GLib headers,
       5                 :            :  * since GLIB_AVAILABLE_IN_ALL, which is used to mark the
       6                 :            :  * g_io_module*() symbols, is defined to be _GLIB_EXTERN,
       7                 :            :  * which must be overridden to export the symbols.
       8                 :            :  */
       9                 :            : 
      10                 :            : #include <gio/gio.h>
      11                 :            : 
      12                 :            : void
      13                 :          1 : g_io_module_load (GIOModule *module)
      14                 :            : {
      15                 :          1 : }
      16                 :            : 
      17                 :            : void
      18                 :          1 : g_io_module_unload (GIOModule   *module)
      19                 :            : {
      20                 :          1 : }
      21                 :            : 
      22                 :            : char **
      23                 :          0 : g_io_module_query (void)
      24                 :            : {
      25                 :          0 :   return NULL;
      26                 :            : }

Generated by: LCOV version 1.14