-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoverage.txt
19 lines (19 loc) · 1.44 KB
/
coverage.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Name Stmts Miss Cover Missing
-------------------------------------------------------------------------
tests\test_bool_array.py 46 0 100%
tests\test_get_module_device.py 27 8 70% 28-41
tests\test_isolate_zanj_handler_store.py 47 1 98% 78
tests\test_zanj_basic.py 35 0 100%
tests\test_zanj_populate_nested.py 24 0 100%
tests\test_zanj_sdc_modelcfg.py 90 0 100%
tests\test_zanj_serializable_dataclass.py 128 1 99% 182
tests\test_zanj_torch.py 88 4 95% 39, 100, 111, 130
tests\test_zanj_torch_cfgmismatch.py 59 3 95% 43, 107, 143
zanj\__init__.py 4 4 0% 5-10
zanj\externals.py 21 1 95% 48
zanj\loading.py 126 25 80% 17-21, 58, 65-68, 73, 75-79, 127-134, 255, 343-346, 379-380
zanj\serializing.py 59 4 93% 118, 120, 138, 152
zanj\torchutil.py 113 13 88% 56, 90, 92, 122-124, 142, 187-190, 208, 215, 277-278
zanj\zanj.py 83 5 94% 113, 134, 172, 230, 232
-------------------------------------------------------------------------
TOTAL 950 69 93%