File: index.html

package info (click to toggle)
ocaml-bitstring 2.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,276 kB
  • ctags: 492
  • sloc: ml: 3,360; sh: 377; makefile: 324; ansic: 113
file content (97 lines) | stat: -rw-r--r-- 3,372 bytes parent folder | download | duplicates (3)
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<html>
  <head>
    <title>Bisect report</title>
    <link rel="stylesheet" type="text/css" href="style.css">
  </head>
  <body>
    <h1>Bisect report</h1>
    <hr class="indexSep"/>
    <center>
    <h3>Overall statistics</h3
    <table class="simple">
      <tr><th>kind</th><th width="16px">&nbsp;</th><th>coverage</th></tr>
      <tr><td>binding</td><td width="16px">&nbsp;</td><td>231 / 250 (92 %)</td></tr>
      <tr><td>sequence</td><td width="16px">&nbsp;</td><td>83 / 95 (87 %)</td></tr>
      <tr><td>for</td><td width="16px">&nbsp;</td><td>5 / 5 (100 %)</td></tr>
      <tr><td>if/then</td><td width="16px">&nbsp;</td><td>141 / 194 (72 %)</td></tr>
      <tr><td>try</td><td width="16px">&nbsp;</td><td>1 / 2 (50 %)</td></tr>
      <tr><td>while</td><td width="16px">&nbsp;</td><td>3 / 3 (100 %)</td></tr>
      <tr><td>match/function</td><td width="16px">&nbsp;</td><td>64 / 90 (71 %)</td></tr>
      <tr><td>class expression</td><td width="16px">&nbsp;</td><td>0 / 0 (- %)</td></tr>
      <tr><td>class initializer</td><td width="16px">&nbsp;</td><td>0 / 0 (- %)</td></tr>
      <tr><td>class method</td><td width="16px">&nbsp;</td><td>0 / 0 (- %)</td></tr>
      <tr><td>class value</td><td width="16px">&nbsp;</td><td>0 / 0 (- %)</td></tr>
      <tr><td>toplevel expression</td><td width="16px">&nbsp;</td><td>0 / 0 (- %)</td></tr>
    </table>
    <br/>
    </center>
    <hr class="indexSep"/>
    <center>
    <br/>
    <h3>Per-file coverage</h3
      <table class="simple">
        <tr>
          <th>coverage</th>
          <th width="16px">&nbsp;</th>
          <th>file</th>
        </tr>
        <tr>
          <td>
            <table class="gauge">
              <tr>
                <td class="gaugeOK" width="100px"/>
                <td class="gaugeKO" width="0px"/>
                <td>&nbsp;-%</td>
              </tr>
            </table>
          </td>
          <td width="16px">&nbsp;</td>
          <td><a href="file0002.html">bitmatch.ml</a></td>
        </tr>
        <tr>
          <td>
            <table class="gauge">
              <tr>
                <td class="gaugeOK" width="82px"/>
                <td class="gaugeKO" width="18px"/>
                <td>&nbsp;82%</td>
              </tr>
            </table>
          </td>
          <td width="16px">&nbsp;</td>
          <td><a href="file0001.html">bitstring.ml</a></td>
        </tr>
        <tr>
          <td>
            <table class="gauge">
              <tr>
                <td class="gaugeOK" width="100px"/>
                <td class="gaugeKO" width="0px"/>
                <td>&nbsp;100%</td>
              </tr>
            </table>
          </td>
          <td width="16px">&nbsp;</td>
          <td><a href="file0000.html">bitstring_config.ml</a></td>
        </tr>
        <tr>
          <td>
            <table class="gauge">
              <tr>
                <td class="gaugeOK" width="0px"/>
                <td class="gaugeKO" width="100px"/>
                <td>&nbsp;0%</td>
              </tr>
            </table>
          </td>
          <td width="16px">&nbsp;</td>
          <td><a href="file0003.html">bitstring_types.ml</a></td>
        </tr>
      </table>
    </center>
    <br/>
    <br/>
    <hr class="indexSep"/>
    <p class="footer">Generated by <a href="http://bisect.x9c.fr">Bisect</a> on 2008-08-27 13:53:18</p>
  </body>
</html>