Class | Rcov::DifferentialAnalyzer |
In: |
lib/rcov.rb
|
Parent: | Object |
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.
Execute the code in the given block, monitoring it in order to gather information about which code was executed.