Skip to content

Commit

Permalink
Added coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin committed Mar 6, 2009
1 parent df480f4 commit 899f40e
Show file tree
Hide file tree
Showing 143 changed files with 22,061 additions and 0 deletions.
22 changes: 22 additions & 0 deletions coverage/css/help.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
dl {
float: left;
width: 100%;
}

dt {
border-top: 1px solid #808080;
float: left;
font-weight: bold;
margin: 0;
padding: 1em;
width: 20%;
}

dd {
border-top: 1px solid #808080;
float: left;
font-style: italic;
margin: 0;
padding: 1em;
width: 60%;
}
131 changes: 131 additions & 0 deletions coverage/css/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@
@import url("help.css");
@import url("source-viewer.css");
@import url("tooltip.css");

.hidden {
display: none;
}

a.dfn {
border-bottom: 1px dotted #00aa00;
cursor: help;
}

a.dfn:active, a.dfn:link, a.dfn:visited {
color: #000000;
text-decoration: none;
}

a.dfn:hover {
color: #0000ff;
text-decoration: none;
}

body {
font-family: verdana, arial, helvetica;
}

h1, h2, h3, h4, h5, h6 {
margin-bottom: 0.5em;
}

h5 {
margin-top: 0.5em;
}

div.footer {
font-size: 68%;
margin-top: 1.5em;
}

div.percentgraph
{
background-color: #f02020;
border: #808080 1px solid;
height: 1.3em;
magin: 0px;
padding: 0px;
width: 100px;
}

div.percentgraph div.greenbar
{
background-color: #00f000;
height: 1.3em;
magin: 0px;
padding: 0px;
}

div.percentgraph div.na
{
background-color: #eaeaea;
height: 1.3em;
magin: 0px;
padding: 0px;
}

div.percentgraph span.text
{
display: block;
position: absolute;
text-align: center;
width: 100px;
}

div.separator {
height: 10px;
}

table tr td, table tr th {
font-size: 68%;
}

td.value table tr td {
font-size: 11px;
}

table.percentgraph {
border: 0px;
font-size: 130%;
margin: 0px;
margin-left: auto;
margin-right: 0px;
padding: 0px;
}

table.percentgraph tr.percentgraph {
border: 0px;
margin: 0px;
padding: 0px;
}

table.percentgraph td.percentgraph {
border: 0px;
margin: 0px;
padding: 0px;
padding-left: 4px;
}

table.report {
border-collapse: collapse;
width: 100%;
}

table.report td {
border: #d0d0d0 1px solid;
}

table.report td.heading {
background: #dcecff;
font-weight: bold;
text-align: center;
}

table.report td.heading:hover {
background: #c0ffc0;
cursor: pointer;
}

table.report td.value {
text-align: right;
}
50 changes: 50 additions & 0 deletions coverage/css/sortabletable.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
.sort-table {
font: Icon;
border: 1px Solid ThreeDShadow;
background: Window;
color: WindowText;
}

.sort-table thead {
background: ButtonFace;
}

.sort-table td {
padding: 2px 5px;
}

.sort-table thead td {
border: 1px solid;
border-color: ButtonHighlight ButtonShadow
ButtonShadow ButtonHighlight;
cursor: default;
}

.sort-table thead td:active {
border-color: ButtonShadow ButtonHighlight
ButtonHighlight ButtonShadow;
padding: 3px 4px 1px 6px;
}

.sort-table thead td[_sortType=None]:active {
border-color: ButtonHighlight ButtonShadow
ButtonShadow ButtonHighlight;
padding: 2px 5px;
}

.sort-arrow {
width: 11px;
height: 11px;
background-position: center center;
background-repeat: no-repeat;
margin: 0 2px;
}

.sort-arrow.descending {
background-image: url("../images/downsimple.png");

}

.sort-arrow.ascending {
background-image: url("../images/upsimple.png");
}
74 changes: 74 additions & 0 deletions coverage/css/source-viewer.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
pre.src {
background: #ffffff;
margin-top: 0px;
margin-bottom: 0px;
}

table.src {
border: #dcdcdc 1px solid;
font-size: 16px;
}

td.numLine {
background: #f0f0f0;
border-right: #dcdcdc 1px solid;
padding-right: 3px;
text-align: right;
}

td.numLineCover {
background: #80ff80;
border-right: #dcdcdc 1px solid;
padding-right: 3px;
text-align: right;
}

td.nbHits {
background: #f0f0f0;
border-right: #dcdcdc 1px solid;
padding-right: 3px;
text-align: right;
}

td.nbHitsCovered {
background: #80ff80;
border-right: #dcdcdc 1px solid;
padding-right: 3px;
text-align: right;
}

td.nbHitsUncovered {
background: #ff9090;
border-right: #dcdcdc 1px solid;
font-weight: bold;
padding-right: 3px;
text-align: right;
}

td.src {
width: 100%;
}

span.comment {
color: #b22222;
font-style: italic;
}

span.keyword {
color: #2020bf;
font-weight: bold;
}

span.srcUncovered {
background: #ff9090;
font-weight: bold;
}

span.string {
color: #2a00ff;
}

span.text_italic {
font-size: 12px;
font-style: italic;
}
49 changes: 49 additions & 0 deletions coverage/css/tooltip.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
a.hastooltip {
border-bottom: 1px dotted #00aa00;
color: #000000;
cursor: help;
font-style: normal;
position: relative; /* This is the key */
text-decoration: none;
z-index: 24; /* What does this do? */
}

a.hastooltip:active {
color: #000000;
text-decoration: none;
}

a.hastooltip:link {
color: #000000;
text-decoration: none;
}

a.hastooltip:hover {
background-color: #a0b8ff;
color: #000000;
text-decoration: none;
z-index: 25;
}

a.hastooltip:visited {
color: #000000;
text-decoration: none;
}

a.hastooltip span {
display: none;
}

a.hastooltip:hover span {
background-color: #eeeeee;
border: 1px solid #000000;
color: #000000;
display: block;
padding: 5px;
left: -15.2em;
position: absolute;
text-align: center;
text-decoration: none;
top: 2em;
width: 20em;
}
41 changes: 41 additions & 0 deletions coverage/frame-packages.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.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>
<link title="Style" type="text/css" rel="stylesheet" href="css/main.css" />
</head>
<body>
<h5>Packages</h5>
<table width="100%">
<tr>
<td nowrap="nowrap"><a href="frame-summary.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles.html"' target="summary">All</a></td>
</tr>
<tr>
<td nowrap="nowrap"><a href="frame-summary-net.spy.memcached.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-net.spy.memcached.html"' target="summary">net.spy.memcached</a></td>
</tr>
<tr>
<td nowrap="nowrap"><a href="frame-summary-net.spy.memcached.compat.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-net.spy.memcached.compat.html"' target="summary">net.spy.memcached.compat</a></td>
</tr>
<tr>
<td nowrap="nowrap"><a href="frame-summary-net.spy.memcached.compat.log.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-net.spy.memcached.compat.log.html"' target="summary">net.spy.memcached.compat.log</a></td>
</tr>
<tr>
<td nowrap="nowrap"><a href="frame-summary-net.spy.memcached.ops.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-net.spy.memcached.ops.html"' target="summary">net.spy.memcached.ops</a></td>
</tr>
<tr>
<td nowrap="nowrap"><a href="frame-summary-net.spy.memcached.protocol.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-net.spy.memcached.protocol.html"' target="summary">net.spy.memcached.protocol</a></td>
</tr>
<tr>
<td nowrap="nowrap"><a href="frame-summary-net.spy.memcached.protocol.ascii.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-net.spy.memcached.protocol.ascii.html"' target="summary">net.spy.memcached.protocol.ascii</a></td>
</tr>
<tr>
<td nowrap="nowrap"><a href="frame-summary-net.spy.memcached.protocol.binary.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-net.spy.memcached.protocol.binary.html"' target="summary">net.spy.memcached.protocol.binary</a></td>
</tr>
<tr>
<td nowrap="nowrap"><a href="frame-summary-net.spy.memcached.transcoders.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-net.spy.memcached.transcoders.html"' target="summary">net.spy.memcached.transcoders</a></td>
</tr>
</table>
</body>
</html>
Loading

0 comments on commit 899f40e

Please sign in to comment.