LCOV - code coverage report
Current view: top level - maps/random/rmbiome/generic - sahara.js (source / functions) Hit Total Coverage
Test: lcov.info Lines: 0 2 0.0 %
Date: 2023-04-02 12:52:40 Functions: 0 1 0.0 %

          Line data    Source code
       1             : function setupBiome_sahara()
       2             : {
       3           0 :         [g_Gaia.tree1, g_Gaia.tree2] = pickRandom([
       4             :                 [
       5             :                         "gaia/tree/cretan_date_palm_short",
       6             :                         "gaia/tree/date_palm"
       7             :                 ],
       8             :                 [
       9             :                         "gaia/tree/date_palm",
      10             :                         "gaia/tree/cretan_date_palm_tall"
      11             :                 ]
      12             :         ]);
      13             : 
      14           0 :         [g_Gaia.tree4, g_Gaia.tree5] = new Array(2).fill(pickRandom([
      15             :                 "gaia/tree/date_palm",
      16             :                 "gaia/tree/cretan_date_palm_patch"
      17             :         ]));
      18             : }

Generated by: LCOV version 1.14