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

          Line data    Source code
       1             : function setupBiome_aegean()
       2             : {
       3           0 :         [g_Gaia.tree1, g_Gaia.tree2] = pickRandom([[
       4             :                         "gaia/tree/cypress_wild",
       5             :                         "gaia/tree/pine_maritime_short",
       6             :                         "gaia/tree/cretan_date_palm_tall"
       7             :                 ]]);
       8             : 
       9           0 :         g_Gaia.tree3 = pickRandom([
      10             :                 "gaia/tree/olive",
      11             :                 "gaia/tree/juniper_prickly",
      12             :                 "gaia/tree/date_palm",
      13             :                 "gaia/tree/cretan_date_palm_short",
      14             :                 "gaia/tree/medit_fan_palm"
      15             :         ]);
      16             : 
      17           0 :         [g_Gaia.tree4, g_Gaia.tree5] = pickRandom([[
      18             :                 "gaia/tree/poplar_lombardy",
      19             :                 "gaia/tree/carob",
      20             :                 "gaia/tree/medit_fan_palm",
      21             :                 "gaia/tree/cretan_date_palm_tall"
      22             :         ]]);
      23             : 
      24           0 :         g_Gaia.fruitBush = pickRandom([
      25             :                 "gaia/fruit/berry_01",
      26             :                 "gaia/fruit/grapes"
      27             :         ]);
      28             : }

Generated by: LCOV version 1.14