Coverage report: 85%

Files Functions Classes

coverage.py v7.13.4, created at 2026-02-18 02:51 -0700

File   statements missing excluded   coverage
muutils / __init__.py   2 2 0   0%
muutils / cli / arg_bool.py   84 14 0   83%
muutils / cli / command.py   50 1 0   98%
muutils / collect_warnings.py   38 0 0   100%
muutils / console_unicode.py   7 0 0   100%
muutils / dbg.py   225 30 14   87%
muutils / dictmagic.py   160 23 0   86%
muutils / errormode.py   74 27 8   64%
muutils / group_equiv.py   29 0 0   100%
muutils / interval.py   277 6 0   98%
muutils / json_serialize / __init__.py   6 6 0   0%
muutils / json_serialize / array.py   114 46 46   60%
muutils / json_serialize / dataclass_transform_mock.py   8 8 0   0%
muutils / json_serialize / json_serialize.py   67 33 21   51%
muutils / json_serialize / serializable_dataclass.py   261 114 10   56%
muutils / json_serialize / serializable_field.py   45 16 57   64%
muutils / json_serialize / types.py   16 16 2   0%
muutils / json_serialize / util.py   114 57 3   50%
muutils / jsonlines.py   32 0 0   100%
muutils / kappa.py   15 0 0   100%
muutils / logger / __init__.py   7 0 0   100%
muutils / logger / exception_context.py   16 6 4   62%
muutils / logger / headerfuncs.py   18 1 3   94%
muutils / logger / log_util.py   35 0 0   100%
muutils / logger / logger.py   100 27 0   73%
muutils / logger / loggingstream.py   45 13 0   71%
muutils / logger / simplelogger.py   42 20 0   52%
muutils / logger / timing.py   40 18 0   55%
muutils / math / __init__.py   1 0 0   100%
muutils / math / bins.py   32 0 0   100%
muutils / math / matrix_powers.py   65 2 2   97%
muutils / misc / __init__.py   7 0 0   100%
muutils / misc / b64_decode.py   8 8 0   0%
muutils / misc / classes.py   23 5 0   78%
muutils / misc / freezing.py   63 8 10   87%
muutils / misc / func.py   86 14 0   84%
muutils / misc / hashing.py   20 8 0   60%
muutils / misc / numerical.py   68 3 0   96%
muutils / misc / sequence.py   59 1 0   98%
muutils / misc / string.py   36 5 0   86%
muutils / misc / typing_breakdown.py   191 191 0   0%
muutils / mlutils.py   83 67 0   19%
muutils / nbutils / __init__.py   2 2 0   0%
muutils / nbutils / configure_notebook.py   133 80 0   40%
muutils / nbutils / convert_ipynb_to_script.py   125 41 0   67%
muutils / nbutils / mermaid.py   11 11 0   0%
muutils / nbutils / print_tex.py   11 11 0   0%
muutils / nbutils / run_notebook_tests.py   87 32 0   63%
muutils / parallel.py   92 6 4   93%
muutils / spinner.py   149 10 0   93%
muutils / statcounter.py   89 32 0   64%
muutils / sysinfo.py   79 14 0   82%
muutils / tensor_info.py   266 28 54   89%
muutils / tensor_utils.py   89 1 9   99%
muutils / timeit_fancy.py   34 2 0   94%
muutils / validate_type.py   95 26 0   73%
muutils / web / __init__.py   1 0 0   100%
muutils / web / bundle_html.py   147 39 2   73%
muutils / web / html_to_pdf.py   16 16 0   0%
tests / conftest.py   14 6 0   57%
tests / unit / benchmark_parallel / __init__.py   0 0 0   100%
tests / unit / benchmark_parallel / benchmark_parallel.py   181 15 0   92%
tests / unit / benchmark_parallel / test_benchmark_demo.py   4 0 0   100%
tests / unit / cli / test_arg_bool.py   239 0 0   100%
tests / unit / cli / test_command.py   74 0 0   100%
tests / unit / errormode / test_errormode_functionality.py   425 165 0   61%
tests / unit / errormode / test_errormode_init.py   68 0 0   100%
tests / unit / json_serialize / serializable_dataclass / test_helpers_torch.py   102 0 0   100%
tests / unit / json_serialize / serializable_dataclass / test_methods_no_override.py   113 1 0   99%
tests / unit / json_serialize / serializable_dataclass / test_sdc_defaults.py   33 0 0   100%
tests / unit / json_serialize / serializable_dataclass / test_sdc_properties_nested.py   45 1 0   98%
tests / unit / json_serialize / serializable_dataclass / test_serializable_dataclass.py   489 61 0   88%
tests / unit / json_serialize / test_array.py   125 0 0   100%
tests / unit / json_serialize / test_array_torch.py   125 19 0   85%
tests / unit / json_serialize / test_json_serialize.py   346 7 0   98%
tests / unit / json_serialize / test_serializable_field.py   182 4 0   98%
tests / unit / json_serialize / test_util.py   216 6 0   97%
tests / unit / logger / test_log_util.py   79 0 0   100%
tests / unit / logger / test_logger.py   11 0 0   100%
tests / unit / logger / test_timer_context.py   11 0 0   100%
tests / unit / math / test_bins.py   63 0 0   100%
tests / unit / math / test_matrix_powers_torch.py   91 15 0   84%
tests / unit / misc / test_freeze.py   121 0 0   100%
tests / unit / misc / test_func.py   175 7 0   96%
tests / unit / misc / test_misc.py   148 5 0   97%
tests / unit / misc / test_numerical_conversions.py   43 0 0   100%
tests / unit / misc / test_sequence.py   73 0 0   100%
tests / unit / nbutils / test_configure_notebook.py   70 17 0   76%
tests / unit / nbutils / test_configure_notebook_torch.py   5 0 0   100%
tests / unit / nbutils / test_conversion.py   47 2 0   96%
tests / unit / test_chunks.py   31 0 0   100%
tests / unit / test_collect_warnings.py   256 1 0   99%
tests / unit / test_console_unicode.py   8 0 0   100%
tests / unit / test_dbg.py   294 2 0   99%
tests / unit / test_dictmagic.py   131 0 0   100%
tests / unit / test_group_equiv.py   13 0 0   100%
tests / unit / test_import_torch.py   4 0 0   100%
tests / unit / test_interval.py   898 1 0   99%
tests / unit / test_jsonlines.py   95 0 0   100%
tests / unit / test_kappa.py   39 0 0   100%
tests / unit / test_mlutils.py   43 6 0   86%
tests / unit / test_parallel.py   132 5 0   96%
tests / unit / test_spinner.py   295 8 0   97%
tests / unit / test_statcounter.py   15 0 0   100%
tests / unit / test_sysinfo.py   6 0 0   100%
tests / unit / test_tensor_info.py   35 2 0   94%
tests / unit / test_tensor_info_torch.py   109 9 0   92%
tests / unit / test_tensor_utils_torch.py   41 0 0   100%
tests / unit / test_timeit_fancy.py   69 0 0   100%
tests / unit / validate_type / test_get_kwargs.py   53 13 0   75%
tests / unit / validate_type / test_validate_type.py   206 45 0   78%
tests / unit / validate_type / test_validate_type_GENERATED.py   206 45 0   78%
tests / unit / validate_type / test_validate_type_special.py   15 3 0   80%
tests / unit / web / test_bundle_html.py   204 0 0   100%
tests / util / test_fire.py   8 6 0   25%
Total   11019 1624 249   85%

No items found using the specified filter.