LCOV - code coverage report
Current view: top level - modules/esm - system.js (source / functions) Hit Total Coverage
Test: gjs- Code Coverage Lines: 16 16 100.0 %
Date: 2023-09-17 02:39:54 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: MIT OR LGPL-2.0-or-later
       2                 :            : // SPDX-FileCopyrightText: 2020 Evan Welsh <contact@evanwelsh.com>
       3                 :            : 
       4                 :         47 : const system = import.meta.importSync('system');
       5                 :            : 
       6                 :            : export let {
       7                 :            :     addressOf,
       8                 :            :     addressOfGObject,
       9                 :            :     breakpoint,
      10                 :            :     clearDateCaches,
      11                 :            :     dumpHeap,
      12                 :            :     dumpMemoryInfo,
      13                 :            :     exit,
      14                 :            :     gc,
      15                 :            :     programArgs,
      16                 :            :     programInvocationName,
      17                 :            :     programPath,
      18                 :            :     refcount,
      19                 :            :     version,
      20                 :         47 : } = system;
      21                 :            : 
      22                 :         47 : export default {
      23                 :         47 :     addressOf,
      24                 :         47 :     addressOfGObject,
      25                 :         47 :     breakpoint,
      26                 :         47 :     clearDateCaches,
      27                 :         47 :     dumpHeap,
      28                 :         47 :     dumpMemoryInfo,
      29                 :         47 :     exit,
      30                 :         47 :     gc,
      31                 :         47 :     programArgs,
      32                 :         47 :     programInvocationName,
      33                 :         47 :     programPath,
      34                 :         47 :     refcount,
      35                 :         47 :     version,
      36                 :            : };

Generated by: LCOV version 1.14