Coverage report: 100%

Files Functions Classes

coverage.py v7.10.7, created at 2025-09-25 18:07 +0000

File function statements missing excluded branches partial coverage
sources/accretive/__/__init__.py (no function) 4 0 0 0 0 100%
sources/accretive/__/dictionaries.py AccretiveDictionary.__init__ 2 0 0 0 0 100%
sources/accretive/__/dictionaries.py AccretiveDictionary.__delitem__ 2 0 0 0 0 100%
sources/accretive/__/dictionaries.py AccretiveDictionary.__setitem__ 3 0 0 2 0 100%
sources/accretive/__/dictionaries.py AccretiveDictionary.clear 2 0 0 0 0 100%
sources/accretive/__/dictionaries.py AccretiveDictionary.copy 1 0 0 0 0 100%
sources/accretive/__/dictionaries.py AccretiveDictionary.pop 2 0 0 0 0 100%
sources/accretive/__/dictionaries.py AccretiveDictionary.popitem 2 0 0 0 0 100%
sources/accretive/__/dictionaries.py AccretiveDictionary.update 2 0 0 0 0 100%
sources/accretive/__/dictionaries.py (no function) 13 0 0 0 0 100%
sources/accretive/__/doctab.py (no function) 2 0 0 0 0 100%
sources/accretive/__/exceptions.py EntryImmutability.__init__ 1 0 0 0 0 100%
sources/accretive/__/exceptions.py OperationInvalidity.__init__ 1 0 0 0 0 100%
sources/accretive/__/exceptions.py (no function) 8 0 0 0 0 100%
sources/accretive/__/imports.py (no function) 11 0 0 0 0 100%
sources/accretive/__/nomina.py calculate_attrname 1 0 0 0 0 100%
sources/accretive/__/nomina.py is_public_identifier 1 0 0 0 0 100%
sources/accretive/__/nomina.py (no function) 20 0 0 0 0 100%
sources/accretive/__init__.py (no function) 9 0 0 0 0 100%
sources/accretive/classes.py Class.__new__ 1 0 0 0 0 100%
sources/accretive/classes.py Dataclass.__new__ 1 0 0 0 0 100%
sources/accretive/classes.py DataclassMutable.__new__ 0 0 1 0 0 100%
sources/accretive/classes.py AbstractBaseClass.__new__ 1 0 0 0 0 100%
sources/accretive/classes.py ProtocolClass.__new__ 1 0 0 0 0 100%
sources/accretive/classes.py ProtocolDataclass.__new__ 0 0 1 0 0 100%
sources/accretive/classes.py ProtocolDataclassMutable.__new__ 0 0 1 0 0 100%
sources/accretive/classes.py dataclass_with_standard_behaviors 0 0 1 0 0 100%
sources/accretive/classes.py dataclass_with_standard_behaviors 0 0 1 0 0 100%
sources/accretive/classes.py dataclass_with_standard_behaviors 3 0 0 2 0 100%
sources/accretive/classes.py with_standard_behaviors 0 0 1 0 0 100%
sources/accretive/classes.py with_standard_behaviors 0 0 1 0 0 100%
sources/accretive/classes.py with_standard_behaviors 3 0 0 2 0 100%
sources/accretive/classes.py (no function) 54 0 56 0 0 100%
sources/accretive/dictionaries.py AbstractDictionary.__iter__ 0 0 1 0 0 100%
sources/accretive/dictionaries.py AbstractDictionary.__len__ 0 0 1 0 0 100%
sources/accretive/dictionaries.py AbstractDictionary.__getitem__ 0 0 1 0 0 100%
sources/accretive/dictionaries.py AbstractDictionary._pre_setitem_ 1 0 0 0 0 100%
sources/accretive/dictionaries.py AbstractDictionary._store_item_ 0 0 1 0 0 100%
sources/accretive/dictionaries.py AbstractDictionary.__setitem__ 5 0 0 2 0 100%
sources/accretive/dictionaries.py AbstractDictionary.__delitem__ 2 0 0 0 0 100%
sources/accretive/dictionaries.py AbstractDictionary.setdefault 4 0 0 0 0 100%
sources/accretive/dictionaries.py AbstractDictionary.update 10 0 0 4 0 100%
sources/accretive/dictionaries.py _DictionaryOperations.__init__ 1 0 0 0 0 100%
sources/accretive/dictionaries.py _DictionaryOperations.__or__ 8 0 0 4 0 100%
sources/accretive/dictionaries.py _DictionaryOperations.__ror__ 2 0 0 2 0 100%
sources/accretive/dictionaries.py _DictionaryOperations.__and__ 5 0 0 4 0 100%
sources/accretive/dictionaries.py _DictionaryOperations.__rand__ 2 0 0 2 0 100%
sources/accretive/dictionaries.py _DictionaryOperations.copy 0 0 1 0 0 100%
sources/accretive/dictionaries.py _DictionaryOperations.with_data 0 0 1 0 0 100%
sources/accretive/dictionaries.py Dictionary.__init__ 2 0 0 0 0 100%
sources/accretive/dictionaries.py Dictionary.__iter__ 1 0 0 0 0 100%
sources/accretive/dictionaries.py Dictionary.__len__ 1 0 0 0 0 100%
sources/accretive/dictionaries.py Dictionary.__repr__ 1 0 0 0 0 100%
sources/accretive/dictionaries.py Dictionary.__str__ 1 0 0 0 0 100%
sources/accretive/dictionaries.py Dictionary.__contains__ 1 0 0 0 0 100%
sources/accretive/dictionaries.py Dictionary.__getitem__ 1 0 0 0 0 100%
sources/accretive/dictionaries.py Dictionary.__eq__ 3 0 0 2 0 100%
sources/accretive/dictionaries.py Dictionary.__ne__ 3 0 0 2 0 100%
sources/accretive/dictionaries.py Dictionary.copy 1 0 0 0 0 100%
sources/accretive/dictionaries.py Dictionary.get 3 0 0 2 0 100%
sources/accretive/dictionaries.py Dictionary.keys 1 0 0 0 0 100%
sources/accretive/dictionaries.py Dictionary.items 1 0 0 0 0 100%
sources/accretive/dictionaries.py Dictionary.values 1 0 0 0 0 100%
sources/accretive/dictionaries.py Dictionary.with_data 1 0 0 0 0 100%
sources/accretive/dictionaries.py Dictionary._store_item_ 1 0 0 0 0 100%
sources/accretive/dictionaries.py ProducerDictionary.__init__ 2 0 0 0 0 100%
sources/accretive/dictionaries.py ProducerDictionary.__repr__ 1 0 0 0 0 100%
sources/accretive/dictionaries.py ProducerDictionary.__getitem__ 5 0 0 2 0 100%
sources/accretive/dictionaries.py ProducerDictionary.copy 2 0 0 0 0 100%
sources/accretive/dictionaries.py ProducerDictionary.setdefault 4 0 0 2 0 100%
sources/accretive/dictionaries.py ProducerDictionary.with_data 1 0 0 0 0 100%
sources/accretive/dictionaries.py ValidatorDictionary.__init__ 2 0 0 0 0 100%
sources/accretive/dictionaries.py ValidatorDictionary.__repr__ 1 0 0 0 0 100%
sources/accretive/dictionaries.py ValidatorDictionary._pre_setitem_ 4 0 0 2 0 100%
sources/accretive/dictionaries.py ValidatorDictionary.copy 2 0 0 0 0 100%
sources/accretive/dictionaries.py ValidatorDictionary.with_data 1 0 0 0 0 100%
sources/accretive/dictionaries.py ProducerValidatorDictionary.__init__ 3 0 0 0 0 100%
sources/accretive/dictionaries.py ProducerValidatorDictionary.__repr__ 1 0 0 0 0 100%
sources/accretive/dictionaries.py ProducerValidatorDictionary.__getitem__ 8 0 0 4 0 100%
sources/accretive/dictionaries.py ProducerValidatorDictionary._pre_setitem_ 4 0 0 2 0 100%
sources/accretive/dictionaries.py ProducerValidatorDictionary.copy 2 0 0 0 0 100%
sources/accretive/dictionaries.py ProducerValidatorDictionary.setdefault 4 0 0 2 0 100%
sources/accretive/dictionaries.py ProducerValidatorDictionary.with_data 1 0 0 0 0 100%
sources/accretive/dictionaries.py (no function) 78 0 1 0 0 100%
sources/accretive/exceptions.py AttributeImmutability.__init__ 1 0 0 0 0 100%
sources/accretive/exceptions.py EntryImmutability.__init__ 1 0 0 0 0 100%
sources/accretive/exceptions.py EntryInvalidity.__init__ 1 0 0 0 0 100%
sources/accretive/exceptions.py ErrorProvideFailure.__init__ 1 0 0 0 0 100%
sources/accretive/exceptions.py (no function) 12 0 0 0 0 100%
sources/accretive/iclasses.py assign_attribute_if_absent_mutable 28 0 0 14 0 100%
sources/accretive/iclasses.py provide_error_class 7 0 0 2 0 100%
sources/accretive/iclasses.py Class.__new__ 1 0 0 0 0 100%
sources/accretive/iclasses.py Dataclass.__new__ 1 0 0 0 0 100%
sources/accretive/iclasses.py DataclassMutable.__new__ 1 0 0 0 0 100%
sources/accretive/iclasses.py AbstractBaseClass.__new__ 0 0 1 0 0 100%
sources/accretive/iclasses.py ProtocolClass.__new__ 1 0 0 0 0 100%
sources/accretive/iclasses.py ProtocolDataclass.__new__ 1 0 0 0 0 100%
sources/accretive/iclasses.py ProtocolDataclassMutable.__new__ 1 0 0 0 0 100%
sources/accretive/iclasses.py (no function) 39 0 8 0 0 100%
sources/accretive/modules.py finalize_module 6 0 0 4 0 100%
sources/accretive/modules.py reclassify_modules 1 0 0 0 0 100%
sources/accretive/modules.py (no function) 14 0 0 0 0 100%
sources/accretive/namespaces.py Namespace.__init__ 2 0 0 0 0 100%
sources/accretive/namespaces.py Namespace.__repr__ 4 0 0 2 0 100%
sources/accretive/namespaces.py Namespace.__eq__ 3 0 0 2 0 100%
sources/accretive/namespaces.py Namespace.__ne__ 3 0 0 2 0 100%
sources/accretive/namespaces.py (no function) 8 0 1 0 0 100%
Total   477 0 80 70 0 100%

No items found using the specified filter.