Uses of Class
org.jruby.ext.coverage.CoverageData
Packages that use CoverageData
-
Uses of CoverageData in org.jruby
Methods in org.jruby that return CoverageData -
Uses of CoverageData in org.jruby.parser
Methods in org.jruby.parser that return CoverageDataModifier and TypeMethodDescriptionRubyParserBase.finishCoverage
(String file, int lines) At end of a parse if coverage is enabled we will do final processing of the primitive coverage array and make sure runtimes coverage data has been updated with this new data.