Coverage report:
100%
hide covered
Files
Functions
Classes
coverage.py v7.11.3
, created at 2026-03-24 05:23 +0000
File
statements
missing
excluded
coverage
nexusLIMS/__init__.py
18
0
10
100%
nexusLIMS/__main__.py
3
0
0
100%
nexusLIMS/builder/__init__.py
0
0
0
100%
nexusLIMS/builder/preflight.py
243
0
0
100%
nexusLIMS/builder/record_builder.py
250
0
19
100%
nexusLIMS/cli/__init__.py
26
0
2
100%
nexusLIMS/cli/config.py
151
0
1
100%
nexusLIMS/cli/main.py
83
0
3
100%
nexusLIMS/cli/manage_instruments.py
101
0
4
100%
nexusLIMS/cli/migrate.py
238
0
1
100%
nexusLIMS/cli/process_records.py
188
0
2
100%
nexusLIMS/config.py
176
0
20
100%
nexusLIMS/db/__init__.py
0
0
0
100%
nexusLIMS/db/engine.py
8
0
2
100%
nexusLIMS/db/enums.py
19
0
0
100%
nexusLIMS/db/migrations/__init__.py
0
0
0
100%
nexusLIMS/db/migrations/env.py
61
0
3
100%
nexusLIMS/db/migrations/utils.py
30
0
2
100%
nexusLIMS/db/migrations/versions/__init__.py
0
0
0
100%
nexusLIMS/db/migrations/versions/v1_4_3_initial_schema_baseline.py
15
0
0
100%
nexusLIMS/db/migrations/versions/v2_4_0a_add_upload_log_table.py
15
0
0
100%
nexusLIMS/db/migrations/versions/v2_4_0b_add_check_constraints.py
68
0
2
100%
nexusLIMS/db/migrations/versions/v2_5_0a_add_external_user_identifiers.py
15
0
0
100%
nexusLIMS/db/migrations/versions/v2_5_0b_remove_computer_fields.py
23
0
0
100%
nexusLIMS/db/models.py
141
0
4
100%
nexusLIMS/db/session_handler.py
59
0
0
100%
nexusLIMS/exporters/__init__.py
44
0
6
100%
nexusLIMS/exporters/base.py
44
0
7
100%
nexusLIMS/exporters/destinations/__init__.py
0
0
0
100%
nexusLIMS/exporters/destinations/cdcs.py
69
0
0
100%
nexusLIMS/exporters/destinations/elabftw.py
103
0
6
100%
nexusLIMS/exporters/destinations/labarchives.py
122
0
14
100%
nexusLIMS/exporters/registry.py
62
0
3
100%
nexusLIMS/exporters/strategies.py
54
0
6
100%
nexusLIMS/extractors/__init__.py
188
0
33
100%
nexusLIMS/extractors/base.py
37
0
13
100%
nexusLIMS/extractors/plugins/__init__.py
1
0
1
100%
nexusLIMS/extractors/plugins/basic_metadata.py
27
0
0
100%
nexusLIMS/extractors/plugins/digital_micrograph.py
356
0
6
100%
nexusLIMS/extractors/plugins/edax.py
106
0
0
100%
nexusLIMS/extractors/plugins/fei_emi.py
276
0
0
100%
nexusLIMS/extractors/plugins/orion_HIM_tif.py
198
0
0
100%
nexusLIMS/extractors/plugins/preview_generators/__init__.py
5
0
0
100%
nexusLIMS/extractors/plugins/preview_generators/hyperspy_preview.py
359
0
2
100%
nexusLIMS/extractors/plugins/preview_generators/image_preview.py
62
0
0
100%
nexusLIMS/extractors/plugins/preview_generators/text_preview.py
86
0
0
100%
nexusLIMS/extractors/plugins/preview_generators/tofwerk_pfib_preview.py
269
0
5
100%
nexusLIMS/extractors/plugins/profiles/__init__.py
49
0
2
100%
nexusLIMS/extractors/plugins/profiles/fei_titan_stem_643.py
26
0
2
100%
nexusLIMS/extractors/plugins/profiles/fei_titan_tem_642.py
54
0
2
100%
nexusLIMS/extractors/plugins/profiles/jeol_jem_642.py
23
0
2
100%
nexusLIMS/extractors/plugins/quanta_tif.py
352
0
2
100%
nexusLIMS/extractors/plugins/tescan_tif.py
247
0
2
100%
nexusLIMS/extractors/plugins/tofwerk_pfib.py
123
0
2
100%
nexusLIMS/extractors/profiles.py
29
0
6
100%
nexusLIMS/extractors/registry.py
242
0
11
100%
nexusLIMS/extractors/utils.py
195
0
1
100%
nexusLIMS/extractors/xml_serialization.py
49
0
1
100%
nexusLIMS/harvesters/__init__.py
11
0
5
100%
nexusLIMS/harvesters/nemo/__init__.py
66
0
0
100%
nexusLIMS/harvesters/nemo/connector.py
272
0
8
100%
nexusLIMS/harvesters/nemo/exceptions.py
2
0
0
100%
nexusLIMS/harvesters/nemo/utils.py
77
0
5
100%
nexusLIMS/harvesters/reservation_event.py
130
0
2
100%
nexusLIMS/instruments.py
50
0
0
100%
nexusLIMS/schemas/__init__.py
5
0
0
100%
nexusLIMS/schemas/activity.py
223
0
5
100%
nexusLIMS/schemas/em_glossary.py
116
0
0
100%
nexusLIMS/schemas/metadata.py
144
0
14
100%
nexusLIMS/schemas/pint_types.py
40
0
4
100%
nexusLIMS/schemas/units.py
102
0
0
100%
nexusLIMS/tui/__init__.py
2
0
0
100%
nexusLIMS/tui/apps/__init__.py
0
0
0
100%
nexusLIMS/tui/apps/config/__init__.py
2
0
0
100%
nexusLIMS/tui/apps/config/app.py
24
0
0
100%
nexusLIMS/tui/apps/config/screens.py
682
0
1
100%
nexusLIMS/tui/apps/config/validators.py
61
0
0
100%
nexusLIMS/tui/apps/db_browser.py
101
0
2
100%
nexusLIMS/tui/apps/instruments/__init__.py
2
0
0
100%
nexusLIMS/tui/apps/instruments/app.py
29
0
0
100%
nexusLIMS/tui/apps/instruments/screens.py
189
0
0
100%
nexusLIMS/tui/apps/instruments/validators.py
35
0
0
100%
nexusLIMS/tui/common/__init__.py
4
0
0
100%
nexusLIMS/tui/common/base_app.py
74
0
0
100%
nexusLIMS/tui/common/base_screens.py
175
0
1
100%
nexusLIMS/tui/common/db_utils.py
25
0
3
100%
nexusLIMS/tui/common/validators.py
72
0
0
100%
nexusLIMS/tui/common/widgets.py
109
0
0
100%
nexusLIMS/utils/__init__.py
0
0
0
100%
nexusLIMS/utils/cdcs.py
114
0
0
100%
nexusLIMS/utils/dicts.py
27
0
1
100%
nexusLIMS/utils/elabftw.py
171
0
5
100%
nexusLIMS/utils/files.py
107
0
66
100%
nexusLIMS/utils/labarchives.py
180
0
294
100%
nexusLIMS/utils/logging.py
6
0
0
100%
nexusLIMS/utils/network.py
45
0
1
100%
nexusLIMS/utils/paths.py
18
0
1
100%
nexusLIMS/utils/time.py
21
0
0
100%
nexusLIMS/version.py
3
0
0
100%
Total
9304
0
628
100%
No items found using the specified filter.