ref/ruby/classes/RubyVPI.html in ruby-vpi-7.1.0 vs ref/ruby/classes/RubyVPI.html in ruby-vpi-7.2.0

- old
+ new

@@ -57,10 +57,14 @@ <td> <a href="../files/lib/ruby-vpi_rb.html"> lib/ruby-vpi.rb </a> <br /> + <a href="../files/lib/ruby-vpi/rcov_rb.html"> + lib/ruby-vpi/rcov.rb + </a> + <br /> </td> </tr> </table> </div> @@ -84,11 +88,12 @@ <div id="method-list"> <h3 class="section-bar">Methods</h3> <div class="name-list"> - <a href="#M000050">init_bench</a>&nbsp;&nbsp; + <a href="#M000067">init_bench</a>&nbsp;&nbsp; + <a href="#M000068">with_coverage_analysis</a>&nbsp;&nbsp; </div> </div> </div> @@ -96,32 +101,67 @@ <!-- if includes --> <div id="section"> + <div id="constants-list"> + <h3 class="section-bar">Constants</h3> + <div class="name-list"> + <table summary="Constants"> + <tr class="top-aligned-row context-row"> + <td class="context-item-name">COVERAGE_ANALYSIS</td> + <td>=</td> + <td class="context-item-value">Rcov::CodeCoverageAnalyzer.new</td> + </tr> + <tr class="top-aligned-row context-row"> + <td class="context-item-name">COVERAGE_ANALYSIS_HANDLERS</td> + <td>=</td> + <td class="context-item-value">[]</td> + </tr> + </table> + </div> + </div> + <!-- if method_list --> <div id="methods"> <h3 class="section-bar">Public Class methods</h3> - <div id="method-M000050" class="method-detail"> - <a name="M000050"></a> + <div id="method-M000067" class="method-detail"> + <a name="M000067"></a> <div class="method-heading"> - <a href="RubyVPI.src/M000050.html" target="Code" class="method-signature" - onclick="popupCode('RubyVPI.src/M000050.html');return false;"> + <a href="RubyVPI.src/M000067.html" target="Code" class="method-signature" + onclick="popupCode('RubyVPI.src/M000067.html');return false;"> <span class="method-name">init_bench</span><span class="method-args">(aTestPrefix, aProtoClassId)</span> </a> </div> <div class="method-description"> <p> Initializes the current bench using the given parameters. +</p> + </div> + </div> + + <div id="method-M000068" class="method-detail"> + <a name="M000068"></a> + + <div class="method-heading"> + <a href="RubyVPI.src/M000068.html" target="Code" class="method-signature" + onclick="popupCode('RubyVPI.src/M000068.html');return false;"> + <span class="method-name">with_coverage_analysis</span><span class="method-args">( {|Rcov::CodeCoverageAnalyzer| ...}</span> + </a> + </div> + + <div class="method-description"> + <p> +Invokes the given block after code coverage analysis has completed. </p> </div> </div> \ No newline at end of file