This file is indexed.

/usr/share/xcache/htdocs/coverager/coverager.css is in php5-xcache 3.2.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
.coverFile {
	text-align:       left;
	color:            gray;
	padding-left:     10px;
	padding-right:    10px;
}

.coverBar {
	padding-left:     10px;
	padding-right:    10px;
}

.coverBarOutline {
	border: 1px solid black;
	background-color: #ffffff;
	width: 100px;
	font-size: 11px; line-height: 11px;
	font-family: tahoma;
	position: relative;
}

.coverPerHi, .coverPerMed, .coverPerLo {
	text-align:       center;
	font-weight:      bold;
	left: 0px; top: 2px;
	position: absolute;
	width: 100%;
}
.coverBarHi, .coverBarMed, .coverBarLo { left: 1px; top: 1px; height: 14px; }
.coverBarHi  { background-color: #A7FC9D; }
.coverBarMed { background-color: #FFEA20; }
.coverBarLo  { background-color: #FF0000; }


.coverNumHi, .coverNumMed, .coverNumLo {
	text-align:       right;
	padding-left:     10px;
	padding-right:    10px;
}
.coverNumHi  { /*background-color: #A7FC9D;*/ }
.coverNumMed { /*background-color: #FFEA20;*/ }
.coverNumLo  { background-color: #FF0000; }

.lineCov   { background-color: #F0F0F0; }
.lineNoCov { background-color: #ffe0e0; }
div.code {
	border: 1px solid gray;
	font-size: 12px;
}
pre.code {
	font-family: monospace;
	font-size: 12px;
	white-space: pre;
	padding: 0; margin: 0;
}

.error { color: red; }