|
1 |
| -# test coverage |
| 1 | +# Test coverage |
2 | 2 |
|
3 | 3 | | Can be tested | Is it tested? |
|
4 | 4 | |:--------------|:-------------:|
|
5 |
| -| flat numerical types (including booleans) | yes | |
6 |
| -| strings (`TLeafC` and `TString`) | yes | |
7 |
| -| signed/unsigned integers | yes | |
8 |
| -| fixed-size array leaves | yes | |
9 |
| -| variable-size array leaves | yes | |
10 |
| -| split objects (`small-evnt-tree-fullsplit.root`) | yes | |
| 5 | +| flat numerical types (including booleans) | ✓ | |
| 6 | +| strings (`TLeafC` and `TString`) | ✓ | |
| 7 | +| signed/unsigned integers | ✓ | |
| 8 | +| fixed-size array leaves | ✓ | |
| 9 | +| variable-size array leaves | ✓ | |
| 10 | +| split objects (`small-evnt-tree-fullsplit.root`) | ✓ | |
11 | 11 | | split objects in `TClonesArray` | **no** |
|
12 | 12 | | leaflist (FIXME: not implemented) | **no** |
|
13 | 13 | | unsplit objects (won't do) | **no** |
|
14 | 14 | | `std::vector`, `std::string` (???) | **no** |
|
15 |
| -| branch with "speed bumps" | yes | |
16 |
| -| all compression algorithms (none, zlib, lzma, lz4; ignoring "old") | yes | |
17 |
| -| `TTree` versions from 16 (2009) to 19 (present) | yes | |
| 15 | +| branch with "speed bumps" | ✓ | |
| 16 | +| all compression algorithms (none, zlib, lzma, lz4; ignoring "old") | ✓ | |
| 17 | +| `TTree` versions from 16 (2009) to 19 (present) | ✓ | |
18 | 18 | | nested directories | **no** |
|
19 |
| -| arrays interface | yes | |
20 |
| -| iterator interface | yes | |
| 19 | +| arrays interface | ✓ | |
| 20 | +| iterator interface | ✓ | |
21 | 21 | | selection by list of branch names | **no** |
|
22 | 22 | | pass array to fill, rather than `dtype` | **no** |
|
23 | 23 | | different `outputtypes` | **no** |
|
24 |
| -| memory-mapped files | yes | |
| 24 | +| memory-mapped files | ✓ | |
25 | 25 | | standard files (not using; remove?) | **no** |
|
26 | 26 | | XRootD (would have to get XRootD library into `tests_require` somehow...) | **no** |
|
27 | 27 | | big files (64-bit addresses in TFile header) | **no** |
|
|
0 commit comments