LCOV - code coverage report
Current view: top level - modules/esm - system.js (source / functions) Coverage Total Hit
Test: gjs- Code Coverage Lines: 100.0 % 16 16
Test Date: 2024-03-26 02:45:07 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                 :          48 : // SPDX-License-Identifier: MIT OR LGPL-2.0-or-later
       2                 :             : // SPDX-FileCopyrightText: 2020 Evan Welsh <contact@evanwelsh.com>
       3                 :             : 
       4                 :          48 : 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                 :          48 : } = system;
      21                 :             : 
      22                 :          48 : export default {
      23                 :          48 :     addressOf,
      24                 :          48 :     addressOfGObject,
      25                 :          48 :     breakpoint,
      26                 :          48 :     clearDateCaches,
      27                 :          48 :     dumpHeap,
      28                 :          48 :     dumpMemoryInfo,
      29                 :          48 :     exit,
      30                 :          48 :     gc,
      31                 :          48 :     programArgs,
      32                 :          48 :     programInvocationName,
      33                 :          48 :     programPath,
      34                 :          48 :     refcount,
      35                 :          48 :     version,
      36                 :             : };
        

Generated by: LCOV version 2.0-1