-
Notifications
You must be signed in to change notification settings - Fork 0
/
stats.html
42 lines (41 loc) · 1.42 KB
/
stats.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<style type="text/css">
body {
background:none repeat scroll 0 0 #FFFFFF;
color: #000000;
font-family: "Optima", "Verdana", "Arial", "Helvetica", "sans-serif";
font-size: 12pt;
margin-left: 7%;
margin-right: 7%;
}
h1, h2, h3, h4 {
margin: 0;
}
</style>
<title>Elision Statistics</title>
</head>
<body>
<H1>Elision Statistics</H1>
<pre>
100 files 122 text files.
classified 122 filesDuplicate file check 122 files (122 known unique)Unique: 100 files 122 unique files.
Counting: 100 12 files ignored.
http://cloc.sourceforge.net v 1.56 T=0.5 s (220.0 files/s, 56130.0 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
Scala 110 2906 12803 12356
-------------------------------------------------------------------------------
SUM: 110 2906 12803 12356
-------------------------------------------------------------------------------
Wed May 8 12:31:14 EDT 2013
</pre>
</body>
</html>