TerraME / terrame

TerraME is a programming environment for spatial dynamical modelling
www.terrame.org
GNU Lesser General Public License v3.0
35 stars 13 forks source link

last element of a table and code coverage #2246

Open pedro-andrade-inpe opened 5 years ago

pedro-andrade-inpe commented 5 years ago

There is a small bug in the coverage altgorithm that indicates wrongly that a line with the last element of a table is not being executed.

        model.environment = Environment{
            model.society,
            model.cs -- this one
        } -- enviroment

Fix it.