Author: ggregory Date: Wed Nov 26 15:59:39 2014 New Revision: 930602 Log: Publish Apache Commons CSV 1.1.
Added: websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/help.html (with props) Added: websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/help.html ============================================================================== --- websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/help.html (added) +++ websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/help.html Wed Nov 26 15:59:39 2014 @@ -0,0 +1,31 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> + +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> +<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/> +<title>Coverage Report - Help</title> +</head> + +<body> + +<dl> + +<dt>Line Coverage</dt> +<dd>The percent of lines executed by this test run.</dd> + +<dt>Branch Coverage</dt> +<dd>The percent of branches executed by this test run.</dd> + +<dt>Complexity</dt> +<dd>Average McCabe's cyclomatic code complexity for all methods. This is basically a count of the number of different code paths in a method (incremented by 1 for each if statement, while loop, etc.)</dd> + +<dt>N/A</dt> +<dd>Line coverage and branch coverage will appear as "Not Applicable" when Cobertura can not find line number information in the .class file. This happens for stub and skeleton classes, interfaces, or when the class was not compiled with "debug=true."</dd> + +</dl> + +</body> + +</html> Propchange: websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/help.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/help.html ------------------------------------------------------------------------------ svn:keywords = Id