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

Commit

Permalink
Fixed template to use phploc 2 format
Browse files Browse the repository at this point in the history
  • Loading branch information
hver authored and Hennadiy Verkh committed Oct 16, 2013
1 parent 84c15ee commit 595978e
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions config.xml
Expand Up @@ -121,9 +121,10 @@
<string>Lines of Code (LOC)</string>
<string>Comment Lines of Code (CLOC)</string>
<string>Non-Comment Lines of Code (NCLOC)</string>
<string>Logical Lines of Code (LLOC)</string>
</strExclusionSet>
<inclusionFlag>INCLUDE_BY_STRING</inclusionFlag>
<exclusionValues>Lines of Code (LOC),Comment Lines of Code (CLOC),Non-Comment Lines of Code (NCLOC)</exclusionValues>
<exclusionValues>Lines of Code (LOC),Comment Lines of Code (CLOC),Non-Comment Lines of Code (NCLOC),Logical Lines of Code (LLOC)</exclusionValues>
<url></url>
<displayTableFlag>false</displayTableFlag>
</hudson.plugins.plot.CSVSeries>
Expand Down Expand Up @@ -169,18 +170,18 @@
</hudson.plugins.plot.Plot>
<hudson.plugins.plot.Plot>
<title>G - Average Length</title>
<yaxis>Average Non-Comment Lines of Code</yaxis>
<yaxis>Average Logical Lines of Code</yaxis>
<series>
<hudson.plugins.plot.CSVSeries>
<file>build/logs/phploc.csv</file>
<label></label>
<fileType>csv</fileType>
<strExclusionSet>
<string>Average Method Length (NCLOC)</string>
<string>Average Class Length (NCLOC)</string>
<string>Average Method Length (LLOC)</string>
<string>Average Class Length (LLOC)</string>
</strExclusionSet>
<inclusionFlag>INCLUDE_BY_STRING</inclusionFlag>
<exclusionValues>Average Class Length (NCLOC),Average Method Length (NCLOC)</exclusionValues>
<exclusionValues>Average Class Length (LLOC),Average Method Length (LLOC)</exclusionValues>
<url></url>
<displayTableFlag>false</displayTableFlag>
</hudson.plugins.plot.CSVSeries>
Expand Down Expand Up @@ -309,11 +310,11 @@
<string>Functions</string>
<string>Classes</string>
<string>Methods</string>
<string>Test Clases</string>
<string>Test Classes</string>
<string>Test Methods</string>
</strExclusionSet>
<inclusionFlag>INCLUDE_BY_STRING</inclusionFlag>
<exclusionValues>Classes,Methods,Functions,Test Clases,Test Methods</exclusionValues>
<exclusionValues>Classes,Methods,Functions,Test Classes,Test Methods</exclusionValues>
<url></url>
<displayTableFlag>false</displayTableFlag>
</hudson.plugins.plot.CSVSeries>
Expand Down

0 comments on commit 595978e

Please sign in to comment.