push
4 of 4 new or added lines in 1 file covered. (100.0%)
878 of 1141 relevant lines covered (76.95%)
10845.92 hits per line
1 |
open Sexplib0.Sexp_conv |
186✔ |
2 |
|
|
3 |
type t = |
434✔ |
4 |
{ name: string |
× |
5 |
; table: int32
|
× |
6 |
; col: int |
× |
7 |
; oid: int32
|
× |
8 |
; len: int |
× |
9 |
; modifier: int32
|
× |
10 |
; format: int } |
× |
11 |
[@@deriving sexp] |
186✔ |