Coverage report: 100%

Files Functions Classes

coverage.py v7.6.8, created at 2024-12-05 03:04 +0000

File class statements missing excluded branches partial coverage
sources/frigid/__.py InternalClass 11 0 0 4 0 100%
sources/frigid/__.py ConcealerExtension 1 0 0 0 0 100%
sources/frigid/__.py InternalObject 2 0 0 0 0 100%
sources/frigid/__.py Falsifier 3 0 0 2 0 100%
sources/frigid/__.py Absent 3 0 0 2 0 100%
sources/frigid/__.py ImmutableDictionary 23 0 0 4 0 100%
sources/frigid/__.py Docstring 0 0 0 0 0 100%
sources/frigid/__.py (no class) 119 0 2 34 0 100%
sources/frigid/__init__.py _InternalModule 0 0 0 0 0 100%
sources/frigid/__init__.py (no class) 24 0 1 6 0 100%
sources/frigid/_annotations.py (no class) 2 0 0 0 0 100%
sources/frigid/_docstrings.py (no class) 2 0 0 0 0 100%
sources/frigid/classes.py Class 8 0 0 4 0 100%
sources/frigid/classes.py ABCFactory 8 0 0 4 0 100%
sources/frigid/classes.py ProtocolClass 8 0 0 4 0 100%
sources/frigid/classes.py (no class) 52 0 0 14 0 100%
sources/frigid/dictionaries.py AbstractDictionary 4 0 3 0 0 100%
sources/frigid/dictionaries.py _DictionaryOperations 17 0 2 12 0 100%
sources/frigid/dictionaries.py _Dictionary 0 0 0 0 0 100%
sources/frigid/dictionaries.py Dictionary 22 0 0 6 0 100%
sources/frigid/dictionaries.py ValidatorDictionary 12 0 0 4 0 100%
sources/frigid/dictionaries.py (no class) 50 0 0 2 0 100%
sources/frigid/exceptions.py Omniexception 0 0 0 0 0 100%
sources/frigid/exceptions.py Omnierror 0 0 0 0 0 100%
sources/frigid/exceptions.py AttributeImmutabilityError 1 0 0 0 0 100%
sources/frigid/exceptions.py DecoratorCompatibilityError 1 0 0 0 0 100%
sources/frigid/exceptions.py EntryImmutabilityError 1 0 0 0 0 100%
sources/frigid/exceptions.py EntryValidityError 1 0 0 0 0 100%
sources/frigid/exceptions.py OperationValidityError 1 0 0 0 0 100%
sources/frigid/exceptions.py (no class) 14 0 0 0 0 100%
sources/frigid/modules.py Module 4 0 0 0 0 100%
sources/frigid/modules.py (no class) 11 0 0 6 0 100%
sources/frigid/namespaces.py Namespace 14 0 0 6 0 100%
sources/frigid/namespaces.py (no class) 8 0 0 0 0 100%
sources/frigid/objects.py Object 0 0 0 0 0 100%
sources/frigid/objects.py (no class) 44 0 0 14 0 100%
sources/frigid/qaliases.py (no class) 6 0 0 0 0 100%
tests/test_000_frigid/__init__.py (no class) 20 0 0 4 0 100%
tests/test_000_frigid/test_000_package.py (no class) 50 0 0 0 0 100%
tests/test_000_frigid/test_010_internals.py test_111_internal_class_immutability.Example 0 0 0 0 0 100%
tests/test_000_frigid/test_010_internals.py test_112_internal_class_decorator_handling.Example 0 0 0 0 0 100%
tests/test_000_frigid/test_010_internals.py test_113_internal_class_attribute_visibility.Example 0 0 0 0 0 100%
tests/test_000_frigid/test_010_internals.py test_114_internal_class_decorator_replacement.Example 0 0 0 0 0 100%
tests/test_000_frigid/test_010_internals.py test_115_internal_class_behaviors_extension.Base 0 0 0 0 0 100%
tests/test_000_frigid/test_010_internals.py test_116_internal_class_nested_visibility.Base 0 0 0 0 0 100%
tests/test_000_frigid/test_010_internals.py test_116_internal_class_nested_visibility.Derived 0 0 0 0 0 100%
tests/test_000_frigid/test_010_internals.py test_117_internal_class_complex_decorator.Mixin 0 0 0 0 0 100%
tests/test_000_frigid/test_010_internals.py test_117_internal_class_complex_decorator.Example 0 0 0 0 0 100%
tests/test_000_frigid/test_010_internals.py test_150_internal_object_immutability.Example 1 0 0 0 0 100%
tests/test_000_frigid/test_010_internals.py test_160_falsifier_behavior.Example 0 0 0 0 0 100%
tests/test_000_frigid/test_010_internals.py test_500_docstring_generation_argument_acceptance.Foo 0 0 0 0 0 100%
tests/test_000_frigid/test_010_internals.py test_501_docstring_generation_validity.Foo 0 0 0 0 0 100%
tests/test_000_frigid/test_010_internals.py (no class) 223 0 0 12 0 100%
tests/test_000_frigid/test_100_classes.py test_100_instantiation.Object 0 0 0 0 0 100%
tests/test_000_frigid/test_100_classes.py test_101_immutability.Object 0 0 0 0 0 100%
tests/test_000_frigid/test_100_classes.py test_110_class_decorators.Object 0 0 0 0 0 100%
tests/test_000_frigid/test_100_classes.py test_111_class_decorator_reproduction_method.Object 4 0 0 0 0 100%
tests/test_000_frigid/test_100_classes.py test_112_class_decorator_reproduction_property.Object 2 0 0 0 0 100%
tests/test_000_frigid/test_100_classes.py test_113_class_decorator_reproduction_no_cell.Object 1 0 0 0 0 100%
tests/test_000_frigid/test_100_classes.py test_114_decorator_error_handling.Object 0 0 0 0 0 100%
tests/test_000_frigid/test_100_classes.py test_120_docstring_assignment.Object 0 0 0 0 0 100%
tests/test_000_frigid/test_100_classes.py (no class) 126 0 0 0 0 100%
tests/test_000_frigid/test_200_objects.py test_101_immutability.Example 2 0 0 0 0 100%
tests/test_000_frigid/test_200_objects.py test_200_immutable_decorator_basic.Example 1 0 0 0 0 100%
tests/test_000_frigid/test_200_objects.py test_201_immutable_decorator_with_dataclass.Example 0 0 0 0 0 100%
tests/test_000_frigid/test_200_objects.py test_202_immutable_decorator_inheritance.Base 2 0 0 0 0 100%
tests/test_000_frigid/test_200_objects.py test_202_immutable_decorator_inheritance.Derived 2 0 0 0 0 100%
tests/test_000_frigid/test_200_objects.py test_203_immutable_decorator_compatibility.BadExample 0 0 1 0 0 100%
tests/test_000_frigid/test_200_objects.py test_203_immutable_decorator_compatibility.AnotherBadExample 0 0 1 0 0 100%
tests/test_000_frigid/test_200_objects.py test_204_immutable_decorator_slots.Example 2 0 0 0 0 100%
tests/test_000_frigid/test_200_objects.py test_205_immutable_decorator_existing_behaviors.DictExample 2 0 0 0 0 100%
tests/test_000_frigid/test_200_objects.py test_205_immutable_decorator_existing_behaviors.SlotsExample 2 0 0 0 0 100%
tests/test_000_frigid/test_200_objects.py test_206_immutable_decorator_mixed_slots_dict.Example 3 0 0 0 0 100%
tests/test_000_frigid/test_200_objects.py test_207_immutable_decorator_initialization_deletion.Example 2 0 0 0 0 100%
tests/test_000_frigid/test_200_objects.py (no class) 158 0 0 0 0 100%
tests/test_000_frigid/test_300_namespaces.py (no class) 101 0 0 0 0 100%
tests/test_000_frigid/test_400_modules.py test_501_module_reclassification_with_custom_type.CustomModule 0 0 0 0 0 100%
tests/test_000_frigid/test_400_modules.py (no class) 77 0 0 0 0 100%
tests/test_000_frigid/test_500_dictionaries.py (no class) 313 0 0 6 0 100%
Total   1571 0 10 150 0 100%

No items found using the specified filter.