Class Rcov::DifferentialAnalyzer
In: lib/rcov.rb
Parent: Object

Methods

Public Class methods

Protected Class methods

Public Instance methods

Start monitoring execution to gather information. Such data will be collected until remove_hook is called.

Use run_hooked instead if possible.

Stop collecting information. remove_hook will also stop collecting info if it is run inside a run_hooked block.

Remove the data collected so far. Further collection will start from scratch.

Execute the code in the given block, monitoring it in order to gather information about which code was executed.

Protected Instance methods

[Validate]