Coverage report: 100%

Files Functions Classes

coverage.py v7.6.4, created at 2024-11-10 22:22 +0000

File class statements missing excluded branches partial coverage
sources/accretive/__.py InternalClass 9 0 0 4 0 100%
sources/accretive/__.py ConcealerExtension 1 0 0 0 0 100%
sources/accretive/__.py InternalObject 2 0 0 0 0 100%
sources/accretive/__.py Falsifier 3 0 0 2 0 100%
sources/accretive/__.py Absent 3 0 0 2 0 100%
sources/accretive/__.py CoreDictionary 17 0 0 2 0 100%
sources/accretive/__.py Docstring 0 0 0 0 0 100%
sources/accretive/__.py (no class) 116 0 1 34 0 100%
sources/accretive/__init__.py _InternalModule 0 0 0 0 0 100%
sources/accretive/__init__.py (no class) 24 0 1 6 0 100%
sources/accretive/_annotations.py (no class) 2 0 0 0 0 100%
sources/accretive/_docstrings.py (no class) 2 0 0 0 0 100%
sources/accretive/classes.py Class 8 0 0 4 0 100%
sources/accretive/classes.py ABCFactory 8 0 0 4 0 100%
sources/accretive/classes.py ProtocolClass 8 0 0 4 0 100%
sources/accretive/classes.py (no class) 54 0 0 16 0 100%
sources/accretive/dictionaries.py _Dictionary 0 0 0 0 0 100%
sources/accretive/dictionaries.py Dictionary 25 0 0 6 0 100%
sources/accretive/dictionaries.py ProducerDictionary 10 0 0 2 0 100%
sources/accretive/dictionaries.py ValidatorDictionary 15 0 0 6 0 100%
sources/accretive/dictionaries.py ProducerValidatorDictionary 24 0 0 10 0 100%
sources/accretive/dictionaries.py (no class) 54 0 0 2 0 100%
sources/accretive/exceptions.py Omniexception 0 0 0 0 0 100%
sources/accretive/exceptions.py Omnierror 0 0 0 0 0 100%
sources/accretive/exceptions.py EntryValidationError 1 0 0 0 0 100%
sources/accretive/exceptions.py IndelibleAttributeError 1 0 0 0 0 100%
sources/accretive/exceptions.py IndelibleEntryError 1 0 0 0 0 100%
sources/accretive/exceptions.py InvalidOperationError 1 0 0 0 0 100%
sources/accretive/exceptions.py (no class) 12 0 0 0 0 100%
sources/accretive/modules.py Module 5 0 0 2 0 100%
sources/accretive/modules.py (no class) 11 0 0 6 0 100%
sources/accretive/namespaces.py Namespace 14 0 0 6 0 100%
sources/accretive/namespaces.py (no class) 8 0 0 0 0 100%
sources/accretive/objects.py _Dictionary 0 0 0 0 0 100%
sources/accretive/objects.py Object 9 0 0 2 0 100%
sources/accretive/objects.py (no class) 10 0 0 2 0 100%
sources/accretive/qaliases.py (no class) 6 0 0 0 0 100%
tests/test_000_accretive/__init__.py (no class) 20 0 0 4 0 100%
tests/test_000_accretive/test_000_package.py (no class) 50 0 0 0 0 100%
tests/test_000_accretive/test_010_internals.py test_111_internal_class_immutability.Example 0 0 0 0 0 100%
tests/test_000_accretive/test_010_internals.py test_112_internal_class_decorator_handling.Example 0 0 0 0 0 100%
tests/test_000_accretive/test_010_internals.py test_113_internal_class_attribute_visibility.Example 0 0 0 0 0 100%
tests/test_000_accretive/test_010_internals.py test_114_internal_class_decorator_replacement.Example 0 0 0 0 0 100%
tests/test_000_accretive/test_010_internals.py test_115_internal_class_behaviors_extension.Base 0 0 0 0 0 100%
tests/test_000_accretive/test_010_internals.py test_150_internal_object_immutability.Example 1 0 0 0 0 100%
tests/test_000_accretive/test_010_internals.py test_160_falsifier_behavior.Example 0 0 0 0 0 100%
tests/test_000_accretive/test_010_internals.py test_500_docstring_generation_argument_acceptance.Foo 0 0 0 0 0 100%
tests/test_000_accretive/test_010_internals.py test_501_docstring_generation_validity.Foo 0 0 0 0 0 100%
tests/test_000_accretive/test_010_internals.py (no class) 187 0 0 10 0 100%
tests/test_000_accretive/test_100_classes.py test_100_instantiation.Object 0 0 0 0 0 100%
tests/test_000_accretive/test_100_classes.py test_101_accretion.Object 0 0 0 0 0 100%
tests/test_000_accretive/test_100_classes.py test_110_class_decorators.Object 0 0 0 0 0 100%
tests/test_000_accretive/test_100_classes.py test_111_class_decorator_reproduction_method.Object 4 0 0 0 0 100%
tests/test_000_accretive/test_100_classes.py test_112_class_decorator_reproduction_property.Object 2 0 0 0 0 100%
tests/test_000_accretive/test_100_classes.py test_113_class_decorator_reproduction_no_cell.Object 1 0 0 0 0 100%
tests/test_000_accretive/test_100_classes.py test_114_decorator_error_handling.Object 0 0 0 0 0 100%
tests/test_000_accretive/test_100_classes.py test_120_docstring_assignment.Object 0 0 0 0 0 100%
tests/test_000_accretive/test_100_classes.py (no class) 132 0 0 0 0 100%
tests/test_000_accretive/test_200_objects.py (no class) 44 0 0 0 0 100%
tests/test_000_accretive/test_300_namespaces.py (no class) 79 0 0 0 0 100%
tests/test_000_accretive/test_400_modules.py (no class) 55 0 0 0 0 100%
tests/test_000_accretive/test_500_dictionaries.py (no class) 275 0 0 32 0 100%
Total   1314 0 2 168 0 100%

No items found using the specified filter.