LCOV - code coverage report
Current view: top level - subprojects/gobject-introspection-tests - regress-unix.c (source / functions) Coverage Total Hit
Test: gjs-1.89.1 Code Coverage Lines: 100.0 % 10 10
Test Date: 2026-07-06 00:54:07 Functions: 100.0 % 5 5
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: - 0 0

             Branch data     Line data    Source code
       1                 :             : /*
       2                 :             : SPDX-License-Identifier: MIT
       3                 :             : SPDX-FileCopyrightText: 2024 Simon McVittie
       4                 :             : */
       5                 :             : 
       6                 :             : #include "regress-unix.h"
       7                 :             : 
       8                 :             : #ifdef G_OS_UNIX
       9                 :             : 
      10                 :             : dev_t
      11                 :           1 : regress_unix_test_devt (dev_t in)
      12                 :             : {
      13                 :           1 :   return in;
      14                 :             : }
      15                 :             : 
      16                 :             : gid_t
      17                 :           1 : regress_unix_test_gidt (gid_t in)
      18                 :             : {
      19                 :           1 :   return in;
      20                 :             : }
      21                 :             : 
      22                 :             : pid_t
      23                 :           1 : regress_unix_test_pidt (pid_t in)
      24                 :             : {
      25                 :           1 :   return in;
      26                 :             : }
      27                 :             : 
      28                 :             : socklen_t
      29                 :           1 : regress_unix_test_socklent (socklen_t in)
      30                 :             : {
      31                 :           1 :   return in;
      32                 :             : }
      33                 :             : 
      34                 :             : uid_t
      35                 :           1 : regress_unix_test_uidt (uid_t in)
      36                 :             : {
      37                 :           1 :   return in;
      38                 :             : }
      39                 :             : 
      40                 :             : #endif
        

Generated by: LCOV version 2.0-1