mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-20 08:14:44 +01:00
version 1.2.3 of the documentation
This commit is contained in:
25
dependency-check-utils/cobertura/index.html
Normal file
25
dependency-check-utils/cobertura/index.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.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"/>
|
||||
<title>Coverage Report</title>
|
||||
</head>
|
||||
|
||||
<frameset cols="20%,80%">
|
||||
<frameset rows="30%,70%">
|
||||
<frame src="frame-packages.html" name="packageList" title="All Packages"/>
|
||||
<frame src="frame-sourcefiles.html" name="sourceFileList" title="All classes and interfaces (except non-static nested types)"/>
|
||||
</frameset>
|
||||
<frame src="frame-summary.html" name="summary" title="Package, class and interface descriptions" scrolling="yes"/>
|
||||
|
||||
<noframes>
|
||||
<body>
|
||||
<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a frame-incapable web client.</p>
|
||||
<p><a href="frame-summary.html">Click here to view a non-frame version.</a></p>
|
||||
</body>
|
||||
</noframes>
|
||||
</frameset>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user