LCOV - code coverage report
Current view: top level - modules/esm - gettext.js (source / functions) Coverage Total Hit
Test: gjs- Code Coverage Lines: 100.0 % 14 14
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                 :           1 : // SPDX-License-Identifier: MIT OR LGPL-2.0-or-later
       2                 :             : // SPDX-FileCopyrightText: 2020 Evan Welsh <contact@evanwelsh.com>
       3                 :             : 
       4                 :             : export let {
       5                 :             :     LocaleCategory,
       6                 :             :     setlocale,
       7                 :             :     textdomain,
       8                 :             :     bindtextdomain,
       9                 :             :     gettext,
      10                 :             :     dgettext,
      11                 :             :     dcgettext,
      12                 :             :     ngettext,
      13                 :             :     dngettext,
      14                 :             :     pgettext,
      15                 :             :     dpgettext,
      16                 :             :     domain,
      17                 :           1 : } = imports._gettext;
      18                 :             : 
      19                 :           1 : export default {
      20                 :           1 :     LocaleCategory,
      21                 :           1 :     setlocale,
      22                 :           1 :     textdomain,
      23                 :           1 :     bindtextdomain,
      24                 :           1 :     gettext,
      25                 :           1 :     dgettext,
      26                 :           1 :     dcgettext,
      27                 :           1 :     ngettext,
      28                 :           1 :     dngettext,
      29                 :           1 :     pgettext,
      30                 :           1 :     dpgettext,
      31                 :           1 :     domain,
      32                 :             : };
        

Generated by: LCOV version 2.0-1