cleaned up site

This commit is contained in:
Jeremy Long
2015-05-12 07:59:22 -04:00
parent 9194a42c93
commit 1359cc70b6
1855 changed files with 0 additions and 435840 deletions

View File

@@ -1,31 +0,0 @@
<!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>