Skip to content
This repository has been archived by the owner on Apr 12, 2018. It is now read-only.

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 18, 2012
1 parent f137321 commit 8ca3023
Showing 1 changed file with 10 additions and 22 deletions.
32 changes: 10 additions & 22 deletions branches/3.7/en/configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,7 @@

<screen><![CDATA[<logging>
<log type="coverage-html" target="/tmp/report" charset="UTF-8"
yui="true" highlight="false"
lowUpperBound="35" highLowerBound="70"/>
highlight="false" lowUpperBound="35" highLowerBound="70"/>
<log type="coverage-clover" target="/tmp/coverage.xml"/>
<log type="coverage-php" target="/tmp/coverage.serialized"/>
<log type="coverage-text" target="php://stdout" showUncoveredFiles="false"/>
Expand Down Expand Up @@ -224,29 +223,18 @@
</itemizedlist>

<para>
The <literal>charset</literal>, <literal>yui</literal>,
<literal>highlight</literal>, <literal>lowUpperBound</literal>,
<literal>highLowerBound</literal>, <literal>logIncompleteSkipped</literal>
and <literal>showUncoveredFiles</literal>
attributes have no equivalent TextUI test runner switch.
The <literal>charset</literal>, <literal>highlight</literal>,
<literal>lowUpperBound</literal>, <literal>highLowerBound</literal>,
<literal>logIncompleteSkipped</literal> and
<literal>showUncoveredFiles</literal> attributes have no equivalent TextUI
test runner switch.
</para>

<itemizedlist>
<listitem><para><literal>charset: Charset to be used for the generated html pages</literal></para></listitem>
<listitem><para>
<literal>yui: Enhance html coverage report using the yui library.
For example, when you click a line number, a YUI panel appears with a list of all methods which cover that line.
</literal>
</para></listitem>
<listitem><para>
<literal>highlight: When set to true, the code in your coverage reports is syntax highlighted.</literal>
</para></listitem>
<listitem><para><literal>lowUpperBound: Maximum coverage percentage to be considered 'lowly' covered.</literal></para></listitem>
<listitem><para><literal>highLowerBound: Minimum coverage percentage to be considered 'highly' covered.</literal></para></listitem>
<listitem><para>
<literal>showUncoveredFiles:
Show all whitelisted files in --coverage-text output not just the ones with coverage information.</literal>
</para></listitem>
<listitem><para><literal>charset</literal>: Character set to be used for the generated HTML pages</para></listitem>
<listitem><para><literal>highlight</literal>: When set to <literal>true</literal>, the code in your coverage reports is syntax highlighted.</para></listitem>
<listitem><para><literal>lowUpperBound</literal>: Maximum coverage percentage to be considered "lowly" covered.</para></listitem>
<listitem><para><literal>highLowerBound</literal>: Minimum coverage percentage to be considered "highly" covered.</para></listitem>
</itemizedlist>
</section>

Expand Down

0 comments on commit 8ca3023

Please sign in to comment.