LCOV - code coverage report
Current view: top level - gio/tests - resourceplugin.c (source / functions) Coverage Total Hit
Test: unnamed Lines: 66.7 % 6 4
Test Date: 2024-11-26 05:23:01 Functions: 66.7 % 3 2
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 2.0-1