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

          Line data    Source code
       1             : function setupBiome_nubia()
       2             : {
       3           0 :         g_Gaia.mainHuntableAnimal = pickRandom([
       4             :                 "gaia/fauna_wildebeest",
       5             :                 "gaia/fauna_zebra",
       6             :                 "gaia/fauna_giraffe",
       7             :                 "gaia/fauna_elephant_african_bush",
       8             :                 "gaia/fauna_gazelle"
       9             :         ]);
      10             : 
      11           0 :         g_Gaia.tree3 = pickRandom([
      12             :                         "gaia/tree/baobab_4_dead",
      13             :                         "gaia/tree/baobab_3_mature"
      14             :         ]);
      15             : 
      16           0 :         [g_Gaia.tree4, g_Gaia.tree5] = pickRandom([
      17             :                 [
      18             :                         "gaia/tree/date_palm",
      19             :                         "gaia/tree/bush_tropic"
      20             :                 ],
      21             :                 [
      22             :                         "gaia/tree/bush_tropic",
      23             :                         "gaia/tree/palm_doum"
      24             :                 ]
      25             :         ]);
      26             : }

Generated by: LCOV version 1.14