Property definitions

nitc $ TNLI :: defaultinit
# Type Metric: Number of Live Instances
#
# count all the `new` made on each types
class TNLI
	super MTypeMetric
	super IntMetric
	redef fun name do return "tnli"
	redef fun desc do return "number of live instances for a mtype"

	redef fun collect(mtypes) do end
end
src/metrics/rta_metrics.nit:290,1--300,3