coverage/rcov/config-environments-test_rb.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>config/environments/test.rb</title>
<link href="./assets/0.2.3/screen.css" media="all" rel="stylesheet" type="text/css" />
<link href="./assets/0.2.3/print.css" media="print" rel="stylesheet" type="text/css" />
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<script type="text/javascript" src="./assets/0.2.3/rcov.js"></script>
</head>
<body>
<h1>2017.1-escola-x C0 Coverage Information - Simploco - RCov</h1>
<h2>config/environments/test.rb</h2>
<div class="report_table_wrapper">
<table class='report' id='report_table'>
<thead>
<tr>
<th class="left_align">Name</th>
<th class="right_align">Total Lines</th>
<th class="right_align">Lines of Code</th>
<th class="left_align">Total Coverage</th>
<th class="left_align">Code Coverage</th>
</tr>
</thead>
<tbody>
<tr>
<td class="left_align"><a href="config-environments-test_rb.html">config/environments/test.rb</a></td>
<td class='right_align'><tt>42</tt></td>
<td class='right_align'><tt>12</tt></td>
<td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
<div class="percent_graph">
<div class="covered" style="width:100px"></div>
<div class="uncovered" style="width:0px"></div>
</div></td>
<td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
<div class="percent_graph">
<div class="covered" style="width:100px"></div>
<div class="uncovered" style="width:0px"></div>
</div></td>
</tr>
</tbody>
</table>
</div>
<h3>Key</h3>
<div class="key"><pre><span class='marked'>Code reported as executed by Ruby looks like this...</span><span class='marked1'>and this: this line is also marked as covered.</span><span class='inferred'>Lines considered as run by rcov, but not reported by Ruby, look like this,</span><span class='inferred1'>and this: these lines were inferred by rcov (using simple heuristics).</span><span class='uncovered'>Finally, here's a line marked as not executed.</span></pre></div>
<h3>Coverage Details</h3>
<table class="details">
<tbody>
<tr class="marked">
<td><pre><a name="line2">2</a> Rails.application.configure do</pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line3">3</a> # Settings specified here will take precedence over those in config/application.rb.</pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line4">4</a> </pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line5">5</a> # The test environment is used exclusively to run your application's</pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line6">6</a> # test suite. You never need to work with it otherwise. Remember that</pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line7">7</a> # your test database is "scratch space" for the test suite and is wiped</pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line8">8</a> # and recreated between test runs. Don't rely on the data there!</pre></td>
</tr>
<tr class="marked">
<td><pre><a name="line9">9</a> config.cache_classes = true</pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line10">10</a> </pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line11">11</a> # Do not eager load code on boot. This avoids loading your whole application</pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line12">12</a> # just for the purpose of running a single test. If you are using a tool that</pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line13">13</a> # preloads Rails for running tests, you may have to set it to true.</pre></td>
</tr>
<tr class="marked">
<td><pre><a name="line14">14</a> config.eager_load = false</pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line15">15</a> </pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line16">16</a> # Configure public file server for tests with Cache-Control for performance.</pre></td>
</tr>
<tr class="marked">
<td><pre><a name="line17">17</a> config.public_file_server.enabled = true</pre></td>
</tr>
<tr class="marked">
<td><pre><a name="line18">18</a> config.public_file_server.headers = {</pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line19">19</a> 'Cache-Control' => 'public, max-age=3600'</pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line20">20</a> }</pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line21">21</a> </pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line22">22</a> # Show full error reports and disable caching.</pre></td>
</tr>
<tr class="marked">
<td><pre><a name="line23">23</a> config.consider_all_requests_local = true</pre></td>
</tr>
<tr class="marked">
<td><pre><a name="line24">24</a> config.action_controller.perform_caching = false</pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line25">25</a> </pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line26">26</a> # Raise exceptions instead of rendering exception templates.</pre></td>
</tr>
<tr class="marked">
<td><pre><a name="line27">27</a> config.action_dispatch.show_exceptions = false</pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line28">28</a> </pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line29">29</a> # Disable request forgery protection in test environment.</pre></td>
</tr>
<tr class="marked">
<td><pre><a name="line30">30</a> config.action_controller.allow_forgery_protection = false</pre></td>
</tr>
<tr class="marked">
<td><pre><a name="line31">31</a> config.action_mailer.perform_caching = false</pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line32">32</a> </pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line33">33</a> # Tell Action Mailer not to deliver emails to the real world.</pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line34">34</a> # The :test delivery method accumulates sent emails in the</pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line35">35</a> # ActionMailer::Base.deliveries array.</pre></td>
</tr>
<tr class="marked">
<td><pre><a name="line36">36</a> config.action_mailer.delivery_method = :test</pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line37">37</a> </pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line38">38</a> # Print deprecation notices to the stderr.</pre></td>
</tr>
<tr class="marked">
<td><pre><a name="line39">39</a> config.active_support.deprecation = :stderr</pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line40">40</a> </pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line41">41</a> # Raises error for missing translations</pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line42">42</a> # config.action_view.raise_on_missing_translations = true</pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line43">43</a> end</pre></td>
</tr>
</tbody>
</table>
<p>Generated on 2017-06-02 19:20:17 -0300 with <a href="https://github.com/fguillen/simplecov-rcov">SimpleCov-RCov 0.2.3</a></p>
</body>
</html>